
/* Home-1 Section */
.home-1.welcome-section {
    position: relative;
    padding: 60px 0px 60px!important;
}
.home-1.welcome-section .content-column {
    position: relative;
    margin-bottom: 40px;
}
.home-1.welcome-section .content-column .inner-column {
    position: relative;
}
.home-1.content-column .inner-column h2{
    position: relative;
    color: #222222;
    font-size: 36px!important;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 25px;
}
.home-1.welcome-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 30px;
}
.home-1 .btn-style-three {
    position: relative;
    padding: 11px 30px 11px;
    line-height: 24px;
    text-transform: capitalize;
    background: none;
    color: #222222;
    border: 2px solid #222222;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    font-family: 'Arimo', sans-serif;
}

.home-1.welcome-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.home-1.welcome-section .content-column .inner-column .text h3{
    color: #ffb200;
}

.home-1.welcome-section .content-column .inner-column .text h3 {
    position: relative;
    color: #ffb200;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.home-1.welcome-section .content-column .inner-column h2 span {
    display: block;
    font-weight: 800;
    font-size: 40px;
}
.home-1 .btn-style-three:hover{
    border-color: #ffb200;
}


/* home-2 */
.home-2.teacher-single {
    position: relative;
    padding: 125px 0px 100px;
}
.home-2.teacher-single .image-column {
    position: relative;
    margin-bottom: 30px;
}
.home-2.teacher-single .image-column .image {
    position: relative;
}
.home-2.teacher-single .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 10px;
}
.home-2.teacher-single .content-column {
    position: relative;
}
.home-2.teacher-single .content-column .content-inner {
    position: relative;
    padding-left: 25px;
}
.home-2.teacher-single .content-column .content-inner h3 {
    font-size: 39px;
    color: #000000;
    font-weight: 800;
    padding-top: 10px;
    margin: 0px;
}
.home-2.teacher-single .content-column .content-inner .designation {
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.40);
}
.home-2 .social-icon-five {
    position: relative;
}
.home-2 ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.home-2 .social-icon-five li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}
.home-2 .social-icon-five li a {
    position: relative;
    width: 32px;
    height: 32px;
    color: #cccccc;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #e5e5e5;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.home-2 .teacher-single .content-column .content-inner .text {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.home-2 .teachers-info {
    display: flex!important;
    justify-content: space-evenly;
    text-align: center;

}
.home-2 .teacher-single .teachers-info .teacher-block {
    position: relative;
    margin-bottom: 20px;
    margin-right: 22px;
    display: inline-block;
}
.home-2 .teacher-single .teachers-info .teacher-block .inner {
    position: relative;
    padding: 20px 25px;
    text-align: center;
    border: 1px solid #f2f2f2;
}
.home-2 .teacher-single .teachers-info .teacher-block .inner .title {
    position: relative;
    color: #b2b2b2;
    font-size: 15px;
}
.home-2 .teacher-single .teachers-info .teacher-block .inner h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}
.home-2 .social-icon-five li a:hover {
    color: #f5a10c;
    border-color: #f5a10c;
    background: none;
}

/* Home-3 */

.home-3 {
    background-color: #6f6f6f;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.home-3-content {
    display: flex;
    align-items: center;
    padding: 40px;
    max-width: 1100px;
    position: relative;
}

.home-3-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.home-3_banner1 {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: 50px;
}


.home-3-bg {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #2d2d2d;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 25px;
    z-index: 1;
}

.home-3-text {
    color: #fff;
    text-align: left;
    padding: 40px 40px 40px 58px;
    flex: 1;
    z-index: 2;
    margin-left: 50px;
}

.home-3-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #ccc;
}

.home-3-highlight {
    font-weight: bold;
    color: #fff;
}

.home-3-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 5px;
    color: #d9d9d9;
}

.home-3-description {
    font-size: 16px;
    color: #ccc;
    margin-top: 10px;
}

.home-3-buttons {
    margin-top: 20px;
}

.home-3-btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.home-3-btn-primary {
    background-color: #e60023;
    color: #fff;
    margin-right: 10px;
}

.home-3-btn-primary:hover {
    background-color: #bf001d;
}

.home-3-btn-secondary {
    color: #fff;
    text-decoration: underline;
}

.home-3-btn-secondary:hover {
    opacity: 0.8;
    color: #fff;
}

/* home-4 */
/* Section Wrapper */
.home-4.section-wrapper {
    padding: 60px 0!important;
    background-color: #f8f9fc;

}

/* Title */
.home-4-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.home-4-highlight {
    color: #5d21ac;
}

/* Description */
.home-4-description {
    font-size: 16px;
    color: #666;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
}

/* Blog Container */
.home-4-blog {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.home-4-blog:hover {
    transform: translateY(-5px);
}

/* Blog Image */
.home-4-image {
    width: 100%;
    border-radius: 8px;
    height: 200px;
    object-fit: cover;
}

/* Blog Date */
.home-4-date {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
}

/* Blog Title */
.home-4-blog-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #222;
    height: 40px;
}

/* Blog Text */
.home-4-text {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
    height: 300px;
    height: 90px;
    overflow-y: auto;

}

/* Read More Link */
.home-4-link {
    font-size: 14px;
    font-weight: 600;
    color: #6a5acd;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.home-4-link:hover {
    text-decoration: underline;
}

/* home-5 */

.home-5 .team-box .team-thumb img {
    width: 100%;
    border-radius: 15px;
}
.home-5 .team-wrap{
    padding-bottom:50px;
  }
.home-5 .section-heading h2 {
    font-size: 34px;
    font-weight: bold;
}

.home-5 .team-details {
    position: absolute;
    width: 80%;
    height: auto;
    left: 10%;
    bottom: 15px;
    text-align: center;
    background-color: rgba(250, 183, 2, .8);
    color: #fff;
    display: block;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .2s ease-in-out
}

.home-5 .team-box:hover .team-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px)
}

.home-5 .team-box:hover .team-thumb {
    transform: scale(1.1);
    transition: all .2s ease-in-out
}

.home-5 .team-details h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase
}

.home-5 .team-details span {
    display: block;
    font-family: roboto, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0
}
/* home-6 */
.home-6.counter-section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.home-6.counter-section:before {
    background-color: rgba(39, 41, 61, .9);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0; /* Ensure it is below content but above the background image */
}

/* Counter content styles */
.home-6 .counters .counter-content {
    display: block;
    color: #fff;
    padding-left: 50px;
    position: relative;
}

.home-6 .counters .counter-content i {
    position: absolute;
    font-size: 41px;
    color: #fab702;
    left: 0;
    top: -1px;
}

.home-6 .counters .counter-content span {
    display: block;
    color: #fff;
    font-size: 40px;
}

.home-6 .counters .counter-content h3 {
    font-size: 18px;
    margin: 5px 0 0;
    color: #ddd;
    font-weight: 700;
    display: block;
}

/* home-7 */


.home-7 .event-wrap {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, .09);
    border: 2px dashed #ddd
}
.home-7 .section-heading h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
}

.home-7 .event-items .event-wrap:last-child {
    margin-bottom: 0
}

.home-7 .event-details h2 a {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.home-7 .event-details h2 a:hover {
    color: #fab702
}

.home-7 .event-details p {
    margin: 0
}

.home-7 .event-date {
    background-color: #fab702;
    display: block;
    padding: 20px 15px;
    border-radius: 2px
}

.home-7 .event-date h2 {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    line-height: 40px
}

.home-7 .event-date span {
    display: block;
    font-family: roboto, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #27293d;
    padding: 8px;
    margin-top: 10px;
    line-height: 10px
}

.home-7 .ticket-btn {
    margin-top: 5px
}

.home-7 .ticket-btn a {
    display: block;
    line-height: inherit;
    padding: 10px 5px;
    text-align: center
}

.home-7 .event-time {
    margin-bottom: 20px;
    margin-left: -38px;
}

.home-7 .event-time li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    color: #777;
    text-transform: uppercase
}

.home-7 .event-time li i {
    color: #fab702;
    margin-right: 5px
}

.home-7 .event-thumb img {
    width: 100%;
    border-radius: 10px;
}



/* FAQ 1 section */
.faq-1 .section-wrapper.faq-1 {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff, #f7f7f7);
}

.faq-1 .container.faq-1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-1 .row.faq-1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.faq-1 .col-xs-12.faq-1 {
    width: 100%;
}

.faq-1 .col-lg-10.faq-1 {
    width: 100%;
}

.faq-1 h1.faq-1 {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.faq-1 p.faq-1 {
    font-size: 1.5rem;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
}

.faq-1 .faq-items-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.faq-1 .faq-item.faq-1 {
    background-color: #f4f4f4;
    border: 3px solid #fff;
    border-radius: 26px;
    padding: 9px 29px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-1 .faq-item.faq-1 h3.faq-1 {
    font-size: 1.8rem;
    color: #007bff;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-1 .faq-item.faq-1 p.faq-1 {
    font-size: 1.4rem;
    color: #666;
    text-align: left;
}

.faq-1 .faq-item.faq-1:hover {
    background-color: #f0f8ff;
    border-color: #007bff;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
}

.faq-1 .faq-1 .faq-item.faq-1 h3.faq-1:hover {
    color: #0056b3;
    text-decoration: underline;
}

.faq-1 h2.faq-1 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    margin-top: 40px;
    text-align: center;
}

.faq-1 .faq-1 .faq-item.faq-1 p.faq-1 {
    color: #555;
}

/* Media Queries for Responsiveness */
@media (max-width: 992px) {
    .faq-1 .faq-items-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .faq-1 h1.faq-1 {
        font-size: 2.6rem;
    }

    .faq-1 h2.faq-1 {
        font-size: 2rem;
    }

    .faq-1 .faq-item.faq-1 h3.faq-1 {
        font-size: 1.6rem;
    }

    .faq-1 p.faq-1 {
        font-size: 1.1rem;
    }
}

/* FAQ 2 section */

.faq-2 .section-wrapper.faq-2 {
    padding: 100px 0;
    background-color: #282c34;
    color: #fff;
    position: relative;
}

.faq-2 .container.faq-2 {
    max-width: 100%;
    padding: 50px 20px;
}

.faq-2 .row.faq-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-2 .col-xs-12.faq-2 {
    width: 100%;
}

.faq-2 h1.faq-2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #59bb2c;;
    letter-spacing: 1px;
}

.faq-2 p.faq-2 {
    font-size: 1.9rem;
    text-align: center;
    color: #666;
    margin-bottom: 32px;
}

.faq-2 .faq-items-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-2 .faq-item.faq-2 {
    background:#59bb2c;
    /* background: linear-gradient(135deg, #59bb2c, #dcffa5); */
    border-radius: 48px;
    padding: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #fff;
    border: 5px solid white;
}

.faq-2 .faq-item.faq-2 h3.faq-2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.faq-2 .faq-item.faq-2 p.faq-2 {
    font-size: 1.5rem;
    color: #f0f0f0;
    text-align: center;
}

.faq-2 .faq-item.faq-2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.faq-2 .faq-item.faq-2 h3.faq-2:hover {
    color: #59bb2c;
}

.faq-2 h2.faq-2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
    color: #000;
}

.faq-2 .faq-2 .faq-item.faq-2 p.faq-2 {
    color: #242424;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .faq-2 .faq-items-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .faq-2 h1.faq-2 {
        font-size: 2.8rem;
    }

    .faq-2 h2.faq-2 {
        font-size: 2rem;
    }

    .faq-2 .faq-item.faq-2 h3.faq-2 {
        font-size: 1.6rem;
    }

    .faq-2 p.faq-2 {
        font-size: 1.2rem;
    }

    .faq-2 .faq-items-row {
        grid-template-columns: 1fr;
    }
}


/* Contact-2 */
.contact-2{
    font-family: "Poppins", sans-serif;
}
.contact-2 h3{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.contact-2 .pb-0 {
    padding-bottom: 0rem !important;
}
.contact-2 .page-content {
    padding-bottom: 5rem;
}
.contact-2 .contact-form input,.contact-2 .contact-form textarea{
    border-radius: 20px;
    margin-bottom: 10px;
}
.contact-2 .contact-info {
    margin-bottom: 3rem;
}
.contact-2 .contact-info h3 {
    margin-top: .5rem;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    margin-bottom: 1.5rem;
}
.contact-2 .contact-list i {

}
.contact-2 .contact-list i {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    color: #1cc0a0;

}
.contact-2 .contact-list {
    max-width: 270px;
    list-style: none;
    padding-left: 0;
}
.contact-2 .contact-list li{
display: flex;
gap: 10px;
}
.contact-2 .contact-list i{
    max-width: 270px;
    list-style: none;
    padding-left: 0;
}


@media screen and (min-width: 992px) {
    .contact-2 .mb-lg-0 {
        margin-bottom: 0rem !important;
    }

}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 3rem !important;
}
.mb-2 {
    margin-bottom: 3rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.mt-5 {
    margin-top: 5rem !important;
}
@media screen and (min-width: 768px) {
    .contact-2 .title {
        font-size: 3rem;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
    }
}
.contact-2 .h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #333;
    letter-spacing: -.03em;
}
.contact-2 p , .contact-2 a{
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: 'Poppins';
    letter-spacing: 0;
    color: #777;
}



/* contact-3 */

.contact-3 .contact-form {
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 12px;
}
.contact-3 .contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.contact-3 .contact-form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
}
.contact-3 .contact-form .form-input, .form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
}
.contact-3 .contact-form .form-input, .form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
}
.contact-3  .btn-custom{
    background:#eaa637;
    color: #fff;
    font-size: 17px;
}
.contact-3 .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
.contact-3 button,.contact-3 input {
    overflow: visible;
    margin-bottom: 15px;

}
.contact-3 input {
    font-size: 14px;
}

.contact-3 .border-white {
    border-color: #fff !important;
}
.contact-3 .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
    margin-bottom: 15px;
}
.contact-3 address {
    line-height: 2.5!important;;
    display: flex!important;;
    flex-direction: column!important;;
  }
.contact-3 address i{
 margin-right: 10px!important;
 color: #eaa637!important;
  }
.contact-3 address span{
    margin-right: 10px!important;
    color: #303030!important;
}

/* news-1 */

.news-1 .post-content {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}
.news-1 .post-content .date-box {
    width: 54px;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 1;
    margin: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
}
.news-1 .post-image {
    position: relative;
}
.news-1 .post-image img {
    width: 100%;
    margin-bottom: 0px;
}
.news-1 .bloglist .post-text {
    background: #f5f5f5;
    height: 400px;
}
.news-1 .p-tagline, .news-1 .p-title {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.news-1 .post-text h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-1 .post-text h4 {
    font-size: 20px;
}
.news-1 .post-text h4 a {
    color: #1A1C26;
    text-decoration: none;
    font-size: 22px;
}
.news-1 .post-content p {
    margin-bottom: 10px;
}
.news-1 .post-text .p-author {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 500;
}
.news-1 .mb30 {
    margin-bottom: 30px;
}

.news-1 .post-content .date-box .m {
    font-size: 32px;
    padding: 8px;
    font-weight: bold;
    background: #eaa637;;
}
.news-1 .post-content .date-box .d {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
}
.news-1 .bloglist .post-text {
    background: #f5f5f5;
    height: 420px;
}
.news-1 .post-text {
    padding: 30px 40px;
}
.news-1 .post-text h4 a {
    color: #1A1C26;
    text-decoration: none;
    font-size: 22px;
}
.news-1 .p-tagline {
    color: #eaa637;
}
.bg-theme, .btn-theme, .user-links, .features-aside .col, .counter-aside .countdown::after, .block-header::after, .seperator-head::before, .news-post:hover::after, .newsletter-sub-form .icn.bg-theme, .widget > h3::after, .widget > .h3::after, .listDefault > li::before, .sep-heading::after, .contact-form h3::after, .contact-form .h3::after, .price-list::before, .price-list:hover .icn-wrap, .partner-block .partner-list li a::before, .price-box-column:hover .icn-wrap, .price-box-column.active .icn-wrap, .price-box-column::before {
    background-color:#951e60!important;
  }


/* .news-3 */

.news-3.news-section {
    position: relative;
    padding: 80px 20px 80px;
}
.news-3 .sec-title {
    position: relative;
    margin-bottom: 70px;
}
.news-3 .centered {
    text-align: center;
}
.news-3 .sec-title h2 {
    position: relative;
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 20px;
}
.news-3 .sec-title .separater {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: #333333;
}
.news-3 .sec-title.centered .separater:before {
    left: 50%;
    right: auto;
    margin-left: -5px;
}
.news-3 .sec-title .separater:before{
 background-color: #dee1d1;
}
.news-3 .sec-title .separater:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffb200;
}
.news-3 .news-block {
    position: relative!important;
    margin-bottom: 40px!important;
}
/* .news-3 .news-block .inner-box {
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
    box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
} */
.news-3 .news-block .inner-box .image img {
    position: relative!important;
    width: 100%!important;
    display: block!important;
    /* border-radius: 10px; */
}
.news-3 .post-meta{
    list-style:none;
    padding-left: 0px;
}
.news-3 .post-meta .icon {
color:#ffb200!important;
padding-right: 10px;
}

.news-3 .news-block .inner-box .lower-content {
    position: relative!important;
    text-align: center!important;
    padding: 35px 15px 35px!important;
}
.news-3 .news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 12px;
}
.news-3 .news-block .inner-box .lower-content .text {
    position: relative;
    color: #666666;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.news-3 .news-block .inner-box .lower-content .post-meta {
    position: relative!important;
}
.news-3 .news-block{
margin-top: 0px!important;
padding-top: 0px!important;
}
.news-3 .news-block .inner-box .lower-content .post-meta li {
    position: relative;
    color: #666666;
    font-size: 13px;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.news-3 .news-block .inner-box .lower-content .post-meta li span{
    color: #ffb200;
}
.news-3 .news-block-two {
    position: relative;
    margin-bottom: 30px;
}
.news-3 .news-block-two .inner-box {
    position: relative;
}
.news-3 .news-block-two .inner-box .image-column {
    position: relative;
}
.news-3 .news-block-two .inner-box .image-column .image {
    position: relative;
}
@media (min-width: 576px) {

  .news-3 .news-block-two .inner-box .image-column .image {
    text-align: center!important;
    }
 }


/* newsletter-1 */

.newsletter-1.subscribe-section {
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
    background-color: #eeeeee;
}
.newsletter-1.subscribe-section:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 40%;
    height: 100%;
    display: block;
    /* background-color: #ffb200; */
}

.newsletter-1.subscribe-section .title-column:before {
    position: absolute;
    right: 40px;
    top: -108px;
    content: '';
    width: 23px;
    height: 400%;
    background-color: #222222;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    -o-transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);
    transform: rotate(-37deg);
}
.newsletter-1.subscribe-section h2 {
    position: relative;
    color: #222222;
    z-index: 10;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
}
.newsletter-1.subscribe-section .text {
    position: relative;
    color: #222222;
    z-index: 9;
    font-size: 16px;
    font-weight: 700;
}

.newsletter-1.subscribe-section .title-column:after{
    border-bottom-color: #ffb200;
}
.newsletter-1.subscribe-section .title-column:after {
    position: absolute;
    right: 36px;
    top: -61px;
    height: 100%;
    content: '';
    z-index: 1;
    border-bottom: 230px solid #ffb200;
    border-right: 172px solid transparent;
    border-left: 81px solid #ffb200;
}
.newsletter-1 .subscribe-section:before{
    background-color: #dee1d1;
}
.newsletter-1 .subscribe-form-two .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    z-index: 1;
    margin-top: 8px;
}
.newsletter-1 .subscribe-form-two .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    font-size: 14px;
    color: #777777;
    padding: 10px 50px 10px 20px;
    background: #ffffff;
    border: 1px solid #777777;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 5px 5px;
}
.newsletter-1 .subscribe-form-two button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding: 0px 28px;
    border-radius: 0px 5px 5px 0px;
    background: #333333;
}

/* newsletter-2 */
.newsletter-2{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.newsletter-2 .newletter_text h4 {
    color: var(--paragraph-color);
    font-size: 14px;
    position: relative;
    left: -99px;
    top: 0px;
}
.newsletter-2 .newletter_text h4 img {
    width: 13%;
}
.newsletter-2 .newletter_text h2 {
    font-size: 30px;
    line-height: 40px;
}

.newsletter-2 .newletter_button {
    text-align: right;
}
.newsletter-2 .news_btn {
    padding: 13px 60px;
    font-size: 15px;
}
.newsletter-2 .btn_theme {
    color: #fff;
    background-color: #2e6863;
    transition: 0.4s all ease-in-out;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
}
.newsletter-2 .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
/* help-1 */
.help-1.section_after {
    position: relative;
}
.help-1.bg-color {
    background: #eef4f8;
}
.help-1 .section_heading {
    text-align: center;
    margin-bottom: 50px;
}
.help-1 .section_heading h3 {
    color: #818090;
    font-weight: 400;
}
.help-1 h3 {
    font-size: 24px;
    font-weight: 500;
}
.help-1 .section_heading h2 {
    padding-top: 20px;
    position: relative;

}
h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
}
.help-1 .color_big_heading {
    position: relative;
    z-index: 99;
}
.help-1 .color_big_heading::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #227c7b;
    bottom: 4px;
    left: 0;
    z-index: -1;
}
.help-1 .volunteer_wrapper {
    z-index: 9;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}
.help-1 .volunteer_img img {
    width: 100%;
}
.help-1 img {
    max-width: 100%;
    height: auto;
}
.help-1 .volunteer_icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 20px);
    transition: var(--transition);
    opacity: 0;
}
.help-1 .volunteer_icon ul {
    display: flex;
    justify-content: center;
}
.help-1 h3 {
    font-size: 24px;
    font-weight: 500;
}
.help-1 .volunteer_text{
    text-align: center;
}
.help-1 .volunteer_text p {
    padding-top: 6px;
    padding-bottom: 30px;

}
.help-1 .volunteer_text h3 {
font-weight: 800;

}
.help-1 p:last-child {
    margin-bottom: 0;
}
.help-1 p {
    font-size: 14px;
    line-height: 24px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}
.help-1 .section_after::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-color: #fff;
}



/* courses-1 */
.section-wrapper.courses-1{
    padding: 60px 0px 60px!important;
}
.courses-1-heading {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.courses-1-heading span {
    color: #dc3545;
    font-size: 36px;
}

.courses-1-description {
    color: #666;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
}

.courses-1-card {
    background: #fff;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.courses-1-card:hover {
    transform: translateY(-5px);
}

.courses-1-img {
    width: 100%;
    border-radius: 10px;
}

.courses-1-tag {
    display: inline-block;
    color: #797979;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 21px;
}

.courses-1-title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.courses-1-desc {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.courses-1-price {
    color: #dc3545;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.courses-1-btn {
    background: #ff5733;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    transition: background 0.3s;
}

.courses-1-btn:hover {
    background: #c70039;
}



/* courses-2 */
.section-wrapper.courses-2{
    padding: 60px 0px 60px!important;
}
.courses-2 {
    font-family: 'Poppins', sans-serif;
}

.courses-2 .heading {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.courses-2 .heading span {
    color: #f76b1c;
}

.courses-2 .description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.courses-2 .list {
    list-style: none;
    padding: 0;
}

.courses-2 .list li {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.courses-2 .list li i {
    color: #f76b1c;
    margin-right: 8px;
}

.courses-2 .image-wrapper {
    position: relative;
    display: inline-block;
}

.courses-2 .image {
    width: 100%;
    border-radius: 10px;
}

.courses-2 .badge {
    position: absolute;
    top: 10%;
    left: -10%;
    background: #f76b1c;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}

.courses-2 .stats {
    position: absolute;
    bottom: -10%;
    right: -5%;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.courses-2 .stats-title {
    font-size: 14px;
    color: #333;
}

.courses-2 .stats-value {
    font-size: 20px;
    font-weight: bold;
    color: #27ae60;
}
/* courses-4 */

.section-wrapper.courses-4{
    padding: 60px 0px 60px!important;
}
.courses-4 .courses-4-heading {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.courses-4 .courses-4-subtext {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}
.courses-4 .courses-4-btn {
    margin: 10px;
    padding: 10px 20px;
}
.courses-4 .courses-4-image-wrapper {
    margin: 40px 0;
    position: relative;

}
.courses-4-main-image img{
    display: block;
    max-width: 100%;
    height: 391px;
    margin: 0 auto;
}


.courses-4 .courses-4-services-title {
    font-size: 27px;
    margin-top: 20px;
}
.courses-4-services h4{
    font-size: 23px;
    color: #007bff;
    margin-bottom: 10px;
    background: aliceblue;
    padding: 12px;
    border: 1px solid #007bff;
    border-radius: 59px;
}
.courses-4 .courses-4-services .col-md-3 {
    padding: 20px;
}
.courses-4 .courses-4-services i {
    font-size: 30px;
    color: #797979;
}
