.home footer .pre-footer { 
    display: block;
}
footer .pre-footer {
    display: none;
}
.contact-p .cont-form p {
    display: flex;
    gap: 30px;
}
.contact-p .cont-form input {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #F0F4F5;
    font-weight: normal;
    border: 1px solid rgba(9, 31, 46, 0.1);
    box-shadow: none !important;
}
.contact-p .cont-form select {
    width: 100%;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 5px;
    background-color:#F0F4F5;
    border: 1px solid rgba(9, 31, 46, 0.1);
}
.contact-p textarea {
    border-radius: 5px;
    min-height: 290px;
    background-color: #F0F4F5;
    border: 1px solid rgba(9, 31, 46, 0.1);
    box-shadow: none;
}
.contact-p label {
    font-size: 18px;
    font-weight: normal;
    font-weight: 400;
}
.contact-p .cont-form label select {
    font-size: 16px;
    font-weight: normal;
}
.contact-p .section-title span{
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #000000;
    font-weight: 600;
    border-bottom: none !important;
}
.contact-p form {
    margin-bottom: 0;
}
.contact-p .bg-form .col-inner {
    padding:40px 40px 20px 40px;
    border-radius: 20px;
    border: 1px solid #e9ebf1;
    background-color: #ffffff;
    box-shadow: 0 16px 32px -2px rgba(32, 33, 36, 0.1), 0 8px 16px -2px rgba(32, 33, 36, 0.06);
}
.contact-p .bg-form::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-color: #f9f6a9;
    z-index: -1;
}
.contact-p {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}
.contact-p .button {
    /* padding-right: 45px; */
    border-radius: 5px;
    padding: 4px 46px 4px 20px;
}
.contact-p .btn-icon {
    position: relative;
}
.contact-p .btn-icon::before {
    content: '';
    background-image: url(../images/right-arrow.png);
    position: absolute;
    left: 55px;
    bottom: 32px;
    width: 15px;
    height: 15px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(1) brightness(2);
}
.contact-p .bg-form {
    padding: 0 5px 10px !important;
}
.contact-p .icon-box .icon-box-img img {
    width: 35px;
}
.contact-p .icon-box {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
}
.contact-p .icon-box .text p {
    margin: 0;
}
.contact-p .icon-box .icon-box-img {
    border-radius: 20px;
    width: 68px !important;
    height: 68px;
    line-height: 65px;
    text-align: center;
    z-index: 1;
    position: relative;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
    background-color: #F0F4F5;
    border: 1px solid rgba(31, 36, 50, 0.1);
}
.contact-p .icon-box .icon-box-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 20px;
    background-color: #f0f4f5;
}
.contact-p .icon-box .icon-box-img::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 100%;
    width: 100%;
    z-index: -2;
    border-radius: 20px;
    background-color: #f9f6a9;
}
.contact-p .section-title-container {
    margin: 0;
}
.contact-p .cont-form-text .col-inner {
    padding-right: 75px !important;
}
.contact-p .stack {
    gap: 30px;
}
.contact-p .stack .img {
    width: 35px !important;
}
.contact-p .stack .img img:hover {
}
.contact-p .stack .img img {
    width: 35px;
    filter: contrast(0.5);
}
.contact-page-bg h2 {
    border: none;
    font-size: 45px;
}
.contact-page-bg h2 span {
    border: none;
    text-transform: none;
    color: #000000;
}
.contact-page-bg {
    padding: 130px 0 !important;
}
.contact-page-bg .img-01{
    position: absolute;
    top: -103px;
    right: 0;
    z-index: 2;
}
.contact-page-bg .txt {
    margin-bottom: 20px !important;
}
.contact-page-bg .img-02 {
    position: absolute;
    left: -310px;
    top: -129px;
}
.contact-page-bg ul li a::before {
    content: '';
    background-image: url(../images/right-arrow.png);
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: invert(1) brightness(2); */
    left: 100px;
    top: 15px;
}
.contact-page-bg ul li a {
    color: #000000;
}
.contact-page-bg ul li {
    list-style: none;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 5px;
}
.contact-page-bg ul {
    display: flex;
    background: #fdf888;
    max-width: 200px;
    align-items: center;
    padding: 5px 0;
    border-radius: 8px;
    gap: 10px;
    position: relative;
}
.contact-p label span {
    margin-top: 10px;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .last {
    display: block;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 0px 5px !important;
}
.wp-pagenavi span.current {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary) !important;
    border: var(--fs-color-primary);
}
.wp-pagenavi a:hover {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary) !important; 
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 2px solid !important;
    border-radius: 99px;
    font-size: 1.1em;
    font-weight: bolder;
    height: 2.25em;
    line-height: 2em;
    min-width: 2.25em;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
    display: inline-block;
    margin: 0 .4em !important;
    color: #000000;
    font-size: .85em;
}
.has-hover:hover .image-cover img {
    transform: scale(1.1);
}
.course-product .product .course-meta {
    display: flex;
    justify-content: space-between;
}
.products .product .course-meta, .course-product .product .course-meta {
    color: #6c757d;
}
.product-small.box .product-title, .products .product-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 500;
}
.product-small.box .product-title a, .products .product-title a{
    color: #000000 !important;
}
 .product-small.box .product-title a:hover {
    color: #000000;
    text-decoration: none;
    background-size: 0% 1px, 100% 1px;
}
.product-small.box .product-title a {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size 0.3s linear;
    background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.home-teachers .teacher-item .box-text h4:hover {
    color: #000000;
    text-decoration: none;
    background-size: 0% 1px, 100% 1px;
}
.home-teachers .teacher-item .box-text h4{
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size 0.3s linear;
    background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.home-teachers .teacher-item .box-text p {
    color: #6c757d;
}
.introduce-p .icon-item {
    padding: 50px 40px;
    padding-bottom: 35px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.1);
    border: 1px solid rgb(249 246 169 / 38%);
    flex: 1;
}
.introduce-p .icon-item h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 500;
}
.introduce-p .section-heading.title h2 span {
    margin: 0 120px;
}
.introduce-p .icon-item p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: #6c757d;
}
.introduce-p .icon-box-col .col-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.introduce-p .icon-item .icon svg {
    transition: 300ms;
    filter: brightness(0) saturate(100%) invert(75%) sepia(100%) saturate(465%) hue-rotate(2deg) brightness(115%) contrast(85%);
}
.introduce-p .icon-item:hover .icon svg {
    transform: scaleX(-1);
}
.introduce-p .section-heading .section-title-normal span , 
.introduce-p .section-heading .section-title-normal {
    border-bottom: none;
}
.introduce-p .section-heading h2 b{
    display: none;
}
.activity-p-sec .section-heading h2 {
    justify-content: center;
    padding-bottom: 30px;
}
.home-testimonials.introduce-p .section-heading h2 {
    justify-content: center;
}
.home-testimonials.introduce-p .section-heading h2 span{
    max-width: 340px;
}
.introduce-p .teacher-item .box-image img {
    transition: 1.3s;
}
.introduce-p .teacher-item:hover .box-image img {
    transform: scale(1.2);
}
.home-about .thumb-left {
    padding-bottom: 0;
}
.home-teachers.introduce-p .section-heading {
    margin-bottom: 0;
}
.mock-exam .section-heading b {
    display: none;
}
.mock-exam .section-heading h2 {
    display: flex;
    justify-content: center;
}
.mock-exam .btn {
    padding: 5px 40px 5px 25px;
    position: relative;
}
.mock-exam .btn span {}
.mock-exam .btn::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 95px;
    background-image: url(../images/arrow-black.svg);
    height: 15px;
    width: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.mock-exam .icon-star ul li {
    list-style: none;
    margin: 0px 5px;
}
.mock-exam .icon-star p {
    font-size: 20px;
    margin: 0;
}
.mock-exam .icon-star {
    display: flex;
    justify-content: center;
}
.mock-exam .icon-star:before {
    display: none;
}
.mock-exam .icon-star ul li::before {
    content: '\e005';
    font-family: fl-icons;
    color: #F8C62F;
    font-size: 20px;
}
.mock-exam .icon-star ul {
    display: flex;
}
.stack-img {
    max-width: 1720px;
    gap: 35px;
    margin: 0 auto;
}
.stack-img img {
    border-radius: 20px;
}
.stack-img .images-box {
    background-image: url(../images/mask.png);
    height: 285px;
    max-width: 355px;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 20px;
    -webkit-mask-size: cover;
    -webkit-mask-position: top right;
    -webkit-mask-repeat: no-repeat;
}
.stack-img .images-box img {
    width: 240px;
}
.stack-img .images-box {
    display: flex;
    justify-content: center;
}
.stack-img .images-box h3 {
    font-size: 60px;
    color: #ffffff;
    text-align: left;
    margin-left: 20px;
}
.stack-img .images-box p {
    text-align: right;
    font-size: 20px;
    color: #f8c62f;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-right: 30px;
}
.stack-img .images-box .box-image {
    margin-left: 30px;
}
.practice-test {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.post-practice-test .post-list{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}