@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    color: #202c45
}

html {
    scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #202c45;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.top-header {
    background: rgb(241 42 97);
    padding: 7px 0px;
}

header {
    background-color: #293b62;
    border-bottom: solid rgb(246 38 95) 1px;
}

.navbar-toggler-icon {

    background-image: url('../images/togle.png');
}

button.navbar-toggler {
    border: solid 1px rgb(255 255 255);
}

.navbar-brand img {
    max-width: 129px;
    width: 100%;
}

.nav-link {
    color: rgb(255 255 255);
    padding: 20px 18px !important;
    transition: all .3s ease-in-out;
}

.nav-link:hover {
    color: #f12a61;
    box-shadow: inset 0 -5px 0 0 #f6265f;
}

.active {
    color: rgb(255 255 255) !important;
}

.them-btn {
    color: rgb(242 41 99);
    background: rgb(255 255 255);
    border-radius: 28px;
    font-weight: 500;
    padding: 12px 40px;
    position: relative;
}

.btn:hover {
    background: rgb(0 0 0 / 0%);
    color: rgb(255 0 0);
    border: solid 1px rgb(255 0 0);
    transition: all .3s ease-in-out !important;
}

.nav-link.socail {
    padding: 0px !important;
    padding-left: 15px !important;
}

a {
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.section-padding {
    padding-top: 70px;
}

.section-padding-2 {
    padding: 90px 0;
}

.about-us ul {
    list-style: none;
    padding-inline-start: 0;
}

.carousel-control-prev-icon {
    background-image: url('../images/pre.png');

}

.carousel-control-next-icon {
    background-image: url('../images/nexts.png');
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 8%
}

.them-btn-2 {
    background: rgb(247 37 96);
    color: rgb(255 255 255);
    border-radius: 0;
    padding-bottom: 9px;
    padding: 8px 24px;
}

.text-theme {
    color: rgb(247 37 96);
}

.slider .carousel-wrap {
	padding: 0 5%;
	position: relative;
	background: #293b62;
}

.slider .owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: rgb(205 203 205);
}

.slider .owl-nav .owl-prev {
    left: 34px;
}

.slider .owl-nav .owl-next {
    right: 34px;
}

.slider .owl-nav i {
    font-size: 21px;
    background: rgb(255 255 255);
    color: rgb(247 37 96);
    padding: 9px 17px;
    border-radius: 47px;
    line-height: 23px;
}

.classroom-proramm .card {
    box-shadow: 0px 0px 9px 3px #f9f9f9;
}

.contact-us {
    background-color: #f7f5f5;
}

.contact-us input {
    border: none;
    border-radius: 0;
    padding-left: 38px;
    height: 50px;
}

.input-icons {
    position: absolute;
    width: 18px;
    top: 16px;
    left: 10px;
}

.courses-offered :hover {
    background: rgb(255 243 243);
    transition: all .3s ease-in-out !important;
}

.why-choose {
    padding-bottom: 70px;
}

.our-partners {
    background-color: rgb(0 58 102);
    padding-bottom: 70px;
}

.testimonials {
    background-color: rgb(247 245 245);
    padding-bottom: 98px;
}

.testimonials-inner {
    box-shadow: 0px 0px 9px 3px #f9f9f9;
    background: rgb(255 255 255);
    padding: 18px;
    border-radius: 2px;
}

.testimonials-inner h2 {
    font-family: 'Noto Serif NP Hmong', serif;
}

.user-info img {
    width: 72px !important;
    border-radius: 68%;
    position: relative;
    top: -48px;
    margin-bottom: -48px;
}

.address .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #f72560 !important;
}

.address .nav-pills .nav-link {
    background: rgb(247 245 245) !important;
    border: 0;
    color: rgb(0 0 0) !important;
    padding: 14px 10px !important;
    border-radius: 0 !important;
    margin-bottom: 9px;
}

.address .card-sdow {
    box-shadow: 0px 0px 4px 1px #acacac78;
}

button.accordion-button {
    background: rgb(247 245 245);
    padding: 22px 22px;
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    color: rgb(0 0 0);
    background-color: rgb(247 245 245);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.quick-link ul li a {
    color: rgb(255 255 255);
    transition: all .3s ease-in-out;
}

.quick-link ul li {
    margin-bottom: 15px;
}

.menu ul li a:hover {
    color: #f6265f;
}

.quick-link ul {
    list-style: none;
    padding-inline-start: 0;
}

.footer-socail ul {
    list-style: none;
    padding-inline-start: 0;
}

.footer-socail ul li {
    margin-right: 13px;
}

.footer-socail ul li a {
    color: rgb(247 37 96);
    font-size: 17px;
}

.social-media-link li a:hover{
    background-color: rgb(247 37 96);
    stroke:white;

}

.social-media-link li:hover {
    stroke:white;
}
.social-media-link li:hover svg {
    /* background-color: rgb(247 37 96); */
    stroke: white;
    font-size: 17px;
}

/* .social-media-link li svg:hover path{
    stroke:white;
} */

.footer-socail ul li:hover {
    background-color: rgb(247 37 96);
}

.footer-socail ul li:hover a{
    background-color: rgb(247 37 96);
    color: white;
    font-size: 17px;
}

.footer-socail ul li {
    color: rgb(247 37 96);
    background: rgb(255 255 255);
    height: 45px;
    width: 45px;
    padding: 4px;
    text-align: center;
    border-radius: 101%;
    line-height: 36px;
}

.top-socail ul {
    list-style: none;
    padding-inline-start: 0;
}

.top-socail ul li {
    margin-right: px;
}

.top-socail ul li a {
    color: rgb(255 255 255);
    font-size: 17px;
    position: relative;
    top: 2px;
}

footer {
    /* background-image: url(../img/footer.jpg);
    background-size: cover;
    background-position: top;*/
    background: #293b62;
}

.copright {
    background: #293b62;
    padding: 11px 0;
    border-top: solid 1px rgb(247 38 96);
}

.parallax {
    /* The image used */
    background-image: url('../images/bg-header.jpg');

    /* Set a specific height */
    min-height: 250px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax h2 {
    padding-top: 100px;
}

.contact-list {
    background: rgb(255 242 245);
    border-radius: 6px;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
    height: 100%;
}

.contact-list .contact-list-inner {
    align-items: flex-start;
    display: flex;
}

.icon-wrap .icon {
    stroke: rgb(255 255 255);
    margin-top: -2px;
}

.contact-list-inner .content {
    width: calc(100% - 60px);
}

.contact-list-inner .icon-wrap {
    background: rgb(246 38 95);
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    margin-right: 16px;
    text-align: center;
    width: 60px;
}

.content.align-self-center p {
    font-size: 14px;
    padding-bottom: 0;
}

.contact-text h1 {
    font-family: inherit;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-text p {
    margin-bottom: 30px;
}

.contact-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-text ul li {
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
}

.contact-text ul li a {
    background: rgb(255 255 255);
    border: 1px solid rgb(225 225 225);
    border-radius: 50%;
    padding: 10px 12.5px;
    transition: all .3s ease-in-out;
}

.contact-text ul li a .icon {
    color: rgb(86 88 114);
    margin-top: -3px;
}

.contact-us-form input.form-control {
    background-color: rgb(255 255 255);
    border-radius: 5px;
    padding: 12px 20px;
    border: solid 1px rgb(225 225 225);
}

.locate-a-center-inner {
    background: rgb(243 243 243);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #cdcdcd;
}

.locate-a-center-inner iframe {
    border-radius: 5px;
    overflow: hidden;
}

.locate-a-center-inner .card {
    background-color: #202c45;
}

.locate-a-center-inner img {
    position: relative;
    left: -4px
}

.package-list.standard {
    background-color: #202c45;
}

.package-list {
    border: 1px solid rgb(225 225 225);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 30px 10px;
    position: relative;
    text-align: center;
    transition: .3s ease-in-out;
}

.package-list h4 {
    font-size: 30px;
    margin-bottom: 15px !important;
}

.package-list h4,
.package-list h5,
.package-list h6,
.package-list p,
.package-list ul li {
    color: rgb(255 255 255);
}

.package-list h6 {
    font-size: 1rem;
    margin-bottom: 10px !important;
}

.package-list h5 {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 0 !important;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    box-sizing: content-box;
    overflow: visible;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.package-list h5 span {
    font-size: 42px;
    padding-left: 5px;
}

.package-list .timing p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}

.package-list ul {
    list-style: none;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
}

.package-list ul li {
    font-size: 14px;
    padding: 5px 0 5px 15px;
}

.package-list .btn {
    background-image: -webkit-linear-gradient(50deg, rgb(185 28 72), rgb(242 52 105));
    color: rgb(255 255 255);
    border-radius: 24px;
    padding: 10px 25px;
}

.package-list:hover {
    background-color: rgb(255 255 255);
    border-color: rgb(245 245 245);
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 32%);
    -webkit-box-shadow: 0 6px 22px 0 rgb(0 0 0 / 32%);
    -moz-box-shadow: 0 6px 22px 0 rgba(0, 0, 0, .32);
}

.package-list:hover h4,
.package-list:hover h5,
.package-list:hover h6,
.package-list:hover p,
.package-list:hover ul li {
    color: rgb(0 0 0);
}

.bg-theme-2 {
    background-color: rgb(247 245 245);
}

/*.carousel-inner {
    background: rgb(0 59 103);
}*/
.slider-texr {
    padding-left: 88px;
    position: relative;
    left: 0px;
}

.slider-texr h2 {
    font-size: 40px;
    line-height: 56px;
}

.them-btn:hover {
    color: #202c45;
}

.slider-image-overly {
    background: linear-gradient(86deg, #293b62 4%, rgb(254 241 0 / 0%) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top-social i:hover {
    color: rgb(255 255 255) !important;
}

.sicon {
    margin-top: 10px;
}

.text-justify {
    text-align: justify;
}

#button {
    display: inline-block;
    background-color: rgb(247 37 96);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 38px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.customSwalBtn {
    background-color: rgb(115, 181, 30);
    border-left-color: rgba(214, 130, 47, 1.00);
    border-right-color: rgba(214, 130, 47, 1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 5px 0px 5px;
    padding: 10px 32px;
}

.customSwalBtn1 {
    background-color: rgb(115, 181, 30);
    border-left-color: rgba(214, 130, 47, 1.00);
    border-right-color: rgba(214, 130, 47, 1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 5px 0px 5px;
    padding: 10px 32px;
}

.swal2-image {
    max-width: 100%;
    margin: 0.25em auto !important;
}

.close {
    position: absolute;
    left: 96%;
    top: 13px;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    /* background-color: #5c5c5c; */
    cursor: pointer;
    text-decoration: none;
}

input.fip {
    margin: auto;
    width: 80%;
    background: #f5f5f5;
    border: 0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #f9f9f9;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.margin-below {
    margin-bottom: 1.2rem;
}

.form-control:focus {
    border-color: #7743ff;
    box-shadow: inset 0 1px 1px rgba(45, 45, 45, 0.07), 0 0 8px rgba(129, 129, 129, 0.6);
}

.btn2 {
    cursor: pointer;
    width: 80%;
    padding: 12px;
    border: 0;
    background: #3e7fb9;
    font-size: 1.1em;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 3px 0px #3e7fb9;
    margin-top: 1.2rem;
    border-radius: .25rem;
}

.btn2:hover {
    color: #fff;
    background: #3e7fb9;
    border-color: #3e7fb9;
}

.swal2-title {

    color: #3e7fb9 !important;
}

#pop-msg {
    font-size: 14px;
    color: red;
    font-weight: 700;
}

.swal2-container {
    z-index: 999999999 !important;
}

@media(min-width: 325px) and (max-width: 767px) {

    .swal2-title {

        font-size: 25px !important;
    }

    input.fip {
        margin: auto;
        width: 100%;
    }

    .btn2 {
        width: 100%;
    }
}

.fixedoffer {
    position: fixed;
    width: 200px;
    height: 30px;
    margin: 0;
    padding: 0;
    top: 18%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedoffer .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedoffer .phonenumber span {
    width: 65px;
    height: 35px;
    float: left;
    background: #3e7fb9;
    font-size: 18px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.fixedoffer .phonenumber p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
}

.phn {

    color: #3e7fb9;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
}

.fixedoffer .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
}

/*******/
.fixedcall1 {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 28%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall1 .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall1 .phonenumber span {
    width: 45px;
    height: 45px;
    float: left;
    background: #3e7fb9;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.fixedcall1 .phonenumber p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
}

.phn {

    color: #3e7fb9;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
}

.fixedcall1 .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
}

.fixedcall {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 49%;
    left: -135px;
    z-index: 999;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall a {
    display: block;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall a span {
    width: 45px;
    height: 45px;
    float: right;
    background: #3e7fb9;
    font-size: 25px;
    margin: 0 0 0 15px;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.fixedcall a p {
    margin: 0;
    padding: 7px;
    color: #000;
    padding-left: 20px;
    background: rgb(243 243 243);

}

.fixedcall a svg {
    color: #fff;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
}

.fixedwhatapp.loction {
    top: 63%;
}

.fixedwhatapp.loction a span {
    background: rgb(246 38 94);
}

.fixedwhatapp {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 56%;
    left: -136px;
    z-index: 999;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    background: rgb(255 255 255);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedwhatapp a {
    display: block;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedwhatapp a span {
    width: 45px;
    height: 45px;
    float: right;
    background: #00e676;
    font-size: 25px;
    margin: 0 0 0 15px;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.fixedwhatapp a p {
    margin: 0;
    padding: 7px;
    color: #000;
    background: rgb(243 243 243);
    padding-left: 20px;
}

.fixedwhatapp.email {
    top: 70%;
}

.fixedwhatapp.email a span {
    background: rgb(62 127 185);
}

.fixedwhatapp a svg {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
}

.fixedwhatapp:hover {
    left: 0;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.fixedcall:hover {
    left: 0;
}

.fixedcall1:hover {
    right: 0;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.cards {
    width: 250px;
    height: 250px;
    position: relative;
    transform: perspective(500px);
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
}

.cardinners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 1s;
    transform: perspective(500px);
}

.frontface,
.backface {
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transform-style: preserve-3d;
}

.frontface {
    background: #fbc531;
}

.backface {
    background: rgb(247 37 96);
    transform: rotateY(180deg);
}

.cards:hover .cardinners {
    transform: rotateY(180deg);
}

.bg-theme {
    background: #202c45;
}

.media h5 {
    background: rgb(0 0 0 / 22%);
    display: inline-block;
}

.media p {
    background: rgb(0 0 0 / 22%);
    display: block;
}

.blog-home2 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}


.blog-home2 h5 {
    line-height: 22px;
    font-size: 18px;
}

.blog-home2 a.link {
    color: #3e4555;
}


.blog-home2 .date-pos {
    right: 10px;
    top: 10px;
}

.blog-home2 .date-pos span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.blog-home2 .bg-info-gradiant {
    background: rgb(247 37 96);
}

.contact-map iframe {
    background-color: rgb(249 249 249);
    padding: 2px;
    overflow: hidden;
    border-radius: 8px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: rgb(241 42 97);
}

.bg-theme-light {
    background-color: rgb(255 248 248) !important;
}

.bg-theme-3 {
    background: rgb(241 42 97) !important;
}

.management-wrap {
    background-color: #f171930d;
}

.management-wrap .owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: rgb(205 203 205);
}

.management-wrap .owl-nav .owl-prev {
    left: 0px;
}

.management-wrap .owl-nav .owl-next {
    right: 0px;
}

.management img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    ;
}

.why-choose .icon {
    color: rgb(246 38 95);
}

.img-fluid.image.scale-on-hover {
    background: rgb(241 241 241);
    padding: 5px;
}

.category-language {
    background: rgb(255 255 255);
    color: rgb(205 38 83);
    font-weight: 500;
    border: 1px solid rgb(221 221 221);
    border-radius: 7px;
    display: block;
    padding: 15px 40px 15px 20px;
    position: relative;
}

.category-language i {
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 15;
}

.category-language:hover {
    background: rgb(205 38 83);
    border-color: rgb(205 38 83);
    color: rgb(255 255 255);
}

.text-grey {
    color: #3e3a3a;
}


/* Updated CSS */

