@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');


a {
    transition: all 0.3s ease-in-out;
}

#gMap {
    width: 100%;
    height: 500px;
}

#gMap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.hero-section {
    background-color: transparent;
    background-image: linear-gradient(90deg, #3A4CB4 0%, #E91E63 100%);
    opacity: 0.91;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.hero-bg {
    width: 100%;
    height: 100%;
    background: url('img/jeppiaarinstitute-front-entrance.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.43;
    position: absolute;
    z-index: -1;
}

.hero-bg:before {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, #3A4CB4 0%, #E91E63 100%);
    opacity: 0.81;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    content: '';
    inset: 0;

}



.hero-section .hero-bottom-shape {
    width: calc(105% + 1.3px);
    height: 117px;
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
}

.hero-section .hero-bottom-shape svg {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
    height: 100%;
    width: 100%;
}

.hero-section .hero-img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hero-section .hero-img img:nth-of-type(1n) {
    max-width: 450px;
    border-radius: 10px;
}

.hero-section .hero-img img:nth-of-type(2n) {
    border-radius: 50%;
}

.hero-section .hero-img img:nth-of-type(3n) {
    border-radius: 10px;
}

.hero-section .hero-img .overlayImg {
    width: 100%;
    height: 100%;
    background: url('img/circle.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.43;
    position: absolute;
    z-index: -1;
}

.hero-section .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
    padding-top: 20px;
}

.hero-section .hero-content h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}

.hero-section .hero-content h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
}

.hero-section .hero-content h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}

.hero-section .hero-content .hero-divider {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
}

.hero-section .hero-content span {
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.hero-section .hero-content span::after,
.hero-section .hero-content span:before {
    content: "";
    display: block;
    border-block-start: 2px solid #fff;
    flex-grow: 1;

}

/* .hero-section .hero-content span:before {
    left: 0;
}

.hero-section .hero-content span:after {
    right: 0;
} */

.hero-section .hero-content .hero-divider-shape {
    display: inline-block;
    flex-shrink: 0;
    margin: 0 10px
}

.hero-section .hero-content .hero-divider-shape svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    fill: #FFFFFF;
    font-size: 20px
}

.hero-section .hero-content .hero-block {
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 10px 33px -19px rgba(0, 0, 0, 0.5);
    text-align: left;
}

.hero-section .hero-content .btngroup {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.hero-section .hero-content .btngroup a.btn1 {
    display: flex;
    background-color: #06100700;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 89px 89px 89px 89px;
    padding: 20px 40px 21px 40px;
    color: #fff;
    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

.hero-section .hero-content .btngroup a.btn2 {
    background-color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 89px 89px 89px 89px;
    padding: 20px 40px 21px 40px;

}

@media (max-width:767px) {
    .hero-section {
        height: auto;

    }

    .hero-section .hero-content h1 {
        font-size: 45px;
    }

    .hero-section .hero-img {
        gap: 30px;
    }

    .hero-section .hero-img img:nth-of-type(1n) {
        max-width: 270px;
    }

    .hero-section .container .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-section .hero-content .btngroup {
        flex-direction: column;
    }

    .hero-section .hero-content {
        padding: 80px 0px 80px 0px;
    }


}


.about-section {
    padding: 80px 0px 20px 0px;

}

.about-section1 {
    padding: 80px 0px 80px 0px;

}


.b-3 {
    border-radius: 10px 10px 10px 10px;

}


.heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.3em;
    color: #000000;
    padding: 20px 0;
}

.about-us p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #888888;
}


.icon-text {
    margin: 10px 0;
}

.icon-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #E91E63A1;
    /* Circle background */
    color: #fff;
    /* Icon color */
    text-align: center;
}

.icon-circle i {
    font-size: 22px;
    vertical-align: middle;
}

.media {
    margin: 25px 0;
}

.media-heading {
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #000000;
}

.media-body p {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 14px;
}

.elementor-button {
    background-color: #e91e63a1;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 89px 89px 89px 89px;
    padding: 20px 40px 21px 40px;
}


@media(min-width:1024px) {

    .aligned-row {
        display: flex;
        flex-flow: row wrap;
        /* gap: 5px; */
    }

    .aligned-row::before {
        display: block;
    }
}

.call-papper {
    background-image: url('./img/banner3.webp');
    background-position: center;
    background-size: cover;
    padding: 20px 0 50px;
}

.call-papper .titleBlock {
    text-align: center;
}

.call-papper .titleBlock h2 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: capitalize;
    line-height: 48px;
    font-size: 36px;
    margin-bottom: 10px;
}

.call-papper .titleBlock h2 span {
    color: #E91E63;
}

.call-papper .titleBlock svg {
    height: 30px;
    width: 30px;
    fill: #6ec1e4;
}

.call-papper .gutters>div {
    padding: 0;
    margin-bottom: 10px;
}

.call-papper .call-papper-item {
    background-color: #0000004D;
    padding: 50px 50px 50px 50px;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    margin: 5px;
}

.call-papper .call-papper-item svg {
    width: 45px;
    height: 45px;
}

.call-papper .call-papper-item a {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    text-shadow: none;
}


.track1 {
    fill: #FFA800;
}

.track2 {
    fill: #0FB5DA;
}

.track3 {
    fill: #27D458;
}

.track4 {
    fill: #FF3C77;
}

.track5 {
    fill: #F34647;
}

.track6 {
    fill: #1581FF;
}

.track7 {
    fill: #AA46F3;
}

.track8 {
    fill: #FE15FF;
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-body .list-group-item {
    position: relative;
    display: block;
    padding: 4px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}


@media (max-width:767px) {
    .call-papper .call-papper-item a {
        font-size: 17px;
        flex: 1;
        font-weight: 400;
    }

    .call-papper .call-papper-item {
        padding: 30px;
        flex-direction: row;
        gap: 15px;
        align-items: center;
        margin: 5px;
    }

    .call-papper .call-papper-item svg {
        max-width: 45px;
    }
}


.aboutImg {
    width: 100%;
    height: 100%;
    border-radius: 200px 200px 0px 200px;
    overflow: hidden;
}


.aboutImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:767px) {
    .aboutImg {
        border-radius: 20px;
        margin-bottom: 20px;
    }
}


.event_schedule {
    padding: 80px 0;
}

.event_schedule .titleBlock {
    margin: 0;
}

.event_schedule .titleBlock h2 {
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 0.9em;
    color: #000000;
}

.event_schedule .titleBlock h2 span {
    color: #E91E63;
}

.event_schedule .titleBlock .divider {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    width: 20%;
    margin: 0 auto;
}

.event_schedule .titleBlock .divider span {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.event_schedule .titleBlock .divider span::after,
.event_schedule .titleBlock .divider span:before {
    content: "";
    display: block;
    border-block-start: 1px solid #000;
    flex-grow: 1;

}

.event_schedule .titleBlock .divider-shape {
    display: inline-block;
    flex-shrink: 0;
    margin: 0 10px;

}

.event_schedule .titleBlock .divider-shape svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    fill: #E91E63;
    font-size: 20px
}


.eventSchedule {
    background-color: #E91E6312;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 50px 50px 50px;
    border-radius: 10px 10px 10px 10px;
}

.eventSchedule .nav {
    display: flex;
    gap: 20px;
}

.eventSchedule .nav>li {
    flex: 1;

}

.eventSchedule .nav::before,
.eventSchedule .nav::after {
    display: none;
}

.eventSchedule .nav>li>a {
    padding: 0;
    text-align: center;
    padding: 20px 20px 18px 20px;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    background-color: #FFFFFF;
    color: #E91E63;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E91E63;
    border-radius: 5px 5px 5px 5px;
}

.eventSchedule .nav>li.active a,
.eventSchedule .nav>li a:hover {
    background-color: #E91E63;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E91E63;
    border-radius: 5px 5px 5px 5px;
}

.eventSchedule .nav li a {
    position: relative;
    display: block;
}

.eventSchedule .nav li.active a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #E91E63;
    border-bottom: 0px;
}


.schedule-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.schedule-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.schedule-header>div {
    flex: 1;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #E91E63;
}

.schedule-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    flex-wrap: wrap;
}

.time-info {
    flex: 1;
    font-size: 16px;
    padding-right: 10px;
    text-align: center;
}

.time-info small {
    display: block;
    margin-top: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.time-info i {
    color: #E91E63;
}

.event-info {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #E91E63;

}

@media screen and (max-width: 768px) {

    .schedule-header,
    .schedule-row {
        flex-direction: column;
        text-align: center;
    }

    .event-info {
        text-align: center;
        margin-top: 10px;
    }

    .eventSchedule {
        padding: 20px;
    }

    .eventSchedule .nav>li>a {
        font-size: 14px;
    }
}

.our-speakers {}


.our-speakers {
    background-image: url('./img/our-speakers.webp');
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

.our-speakers .titleBlock {
    text-align: center;
}

.our-speakers .titleBlock h2 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: capitalize;
    line-height: 0.9em;
    font-size: 50px;
    margin-bottom: 10px;
}

.our-speakers .titleBlock h2 span {
    color: #E91E63;
}

.our-speakers .titleBlock svg {
    height: 30px;
    width: 30px;
    fill: #6ec1e4;
}

.our-speakers .gutters>div {
    padding: 0;
    margin-bottom: 10px;
}

.our-speakers .our-speakers-item {
    background-color: #0000004D;
    padding: 50px 50px 50px 50px;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    margin: 5px;
}

.our-speakers .our-speakers-item svg {
    width: 45px;
    height: 45px;
}

.our-speakers .our-speakers-item a {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    text-shadow: none;
}

.our-speakers .titleBlock .divider {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    width: 20%;
    margin: 0 auto;
}

.our-speakers .titleBlock .divider span {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.our-speakers .titleBlock .divider span::after,
.our-speakers .titleBlock .divider span:before {
    content: "";
    display: block;
    border-block-start: 1px solid #fff;
    flex-grow: 1;

}

.our-speakers .titleBlock .divider-shape {
    display: inline-block;
    flex-shrink: 0;
    margin: 0 10px;

}

.our-speakers .titleBlock .divider-shape svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    fill: #E91E63;
    font-size: 20px
}

.our_speaker_item_padding {
    height: 300px;
    margin: 20px;
}

.our_speaker_item {
    background-color: transparent;
    align-items: center;
    background-image: linear-gradient(180deg, #531E9B 0%, #f2295b 100%);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 60px 30px;
    position: relative;
    height: 100%;
}

.our_speaker_item .our_speaker_item_thumb {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.our_speaker_item .our_speaker_item_thumb img {
    width: 100px;
    max-width: 100px;
    border-radius: 10px;
    height: auto;
    object-fit: contain;
}

.our_speaker_item .our_speaker_item_thumb h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.our_speaker_item .our_speaker_item_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    background-color: #502fc6;
    background-blend-mode: multiply;
    color: #fff;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.our_speaker_item .our_speaker_item_info h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.8em;
}

.our_speaker_item .our_speaker_item_info p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.8em;
}

.our_speaker_item:hover .our_speaker_item_info {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width:767px) {
    .our-speakers .titleBlock h2 {
        font-size: 40px;
    }

    .our_speaker_item_padding {
        margin: 20px 60px;
    }
}

.important_dates {
    background-image: url('./img/9.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.important_dates:before {
    background-color: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
}

/*Table*/
table.naeep-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.naeep-table thead tr {
    background: #fcfcfc;
    border: 1px solid #dcdced;
}

.naeep-table thead th {
    vertical-align: middle;
    padding: 19px 45px 20px;
    font-weight: 400;
    font-size: 20px;
    border: 1px solid #dcdced;
}

.naeep-table td {
    padding: 20px 45px;
    color: #666666;
    font-size: 18px;
    background: transparent;
    border: 5px solid #B8B2B2;
}

.naeep-table td a {
    color: #666666;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
}

.naeep-table td a:hover {
    color: #0e25ff;
}

table.naeep-table thead:first-child tr:first-child th {
    border: 1px solid #dcdced;
}

table.naeep-table tbody tr:hover>td,
table.naeep-table tbody tr:hover>th,
table.naeep-table tbody>tr:nth-child(odd)>td,
table.naeep-table tbody>tr:nth-child(odd)>th {
    background: transparent;
}

.naeep-table td ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.naeep-responsive-table {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.common_faqs {
    background-image: url('./img/3.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    padding: 130px 0;
}

.our-speakers.common_faqs .titleBlock {
    text-align: left;
}

.our-speakers.common_faqs .common_faqs_left p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #FFFFFF;
    margin: 30px 0;
}


.our-speakers.common_faqs .common_faqs_left a {
    display: inline-block;
    background-color: #E91E63;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    border-radius: 89px 89px 89px 89px;
    padding: 20px 40px 21px 40px;
    line-height: 1;
}

.common_faqs .panel-group .panel {
    border: 0;
    border-radius: 0;
}

.common_faqs .panel-group .panel-default>.panel-heading {
    background-color: #E91E63;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

.common_faqs .panel-group .panel-default>.panel-heading a {
    color: #fff;
    outline: none;
}

.common_faqs .panel {
    background-color: transparent;
}

.common_faqs .panel-body {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 20px 20px 20px;

}

.common_faqs .panel-body ol {
    list-style: auto;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.common_faqs .panel-body p {
    margin-bottom: 15px;
}


.common_faqs .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.panel-title a {
    display: block;
    position: relative;
    padding-right: 25px;
    font-weight: bold;
    color: #d40057;
    /* optional: theme color */
    text-decoration: none;
}

.panel-title a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: all 0.3s ease;
    font-weight: 300;
}

.panel-title a[aria-expanded="true"]:after {
    content: "-";
}

@media (max-width:767px) {
    .common_faqs_left {
        margin-bottom: 40px;
    }
}

.contact_right p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #888888;
    margin: 20px 0;
}

.contact_form {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea {
    padding: 18px 20px 18px 20px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 61px 5px rgba(0, 0, 0, 0.08);
    font-family: "Poppins", Sans-serif;
    width: 100%;
    border: 0;
    height: 53px;
}

.contact_form textarea {
    height: 200px;
}

.contact_form input[type="submit"] {
    background-color: #E91E63;
    color: #FFFFFF;
    border-radius: 80px 80px 80px 80px;
    padding: 20px 45px 20px 45px;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    border: 0;
    line-height: 1;
}


.contact_section .contact_left {
    background-image: url('./img/banner3.webp');
    background-position: center;
    background-size: cover;
    padding: 50px;
}


.naeep-contact-item {
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.naeep-contact-item .naeep-icon {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: #0e25ff;
    border: 2px solid #0e25ff;
    line-height: 48px;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.naeep-contact-item .contact-info {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.naeep-contact-item.contact-right .naeep-icon {
    float: right;
}

.naeep-contact-item.contact-right .contact-info {
    padding: 0 20px 0 0;
    text-align: right;
}

.contact-info h2 {
    margin: 0;
}

.naeep-contact-item .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.naeep-contact-item .contact-info ul li {
    padding: 5px 0 0;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}

.naeep-contact-item .contact-info ul li a {
    color: #666666;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
}

.naeep-contact-item .contact-info ul li a:hover {
    color: #0e25ff;
}

.naeep-contact-item .contact-info h2 {
    margin: 0;
    padding: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
}

.naeep-contact-item .contact-info ul li span {
    color: #333;
    display: inline-block;
}

.naeep-contact-item.contact-center .naeep-icon {
    float: none;
    margin: 0 auto 20px;
}

.contact_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact_left img {
    border-radius: 10px;
}


.items-center {
    align-items: center;
    display: flex;
}


.black-bg{
    background: #000;
    padding: 85px 0;
}



.committe h2{
    
    font-family: "Cookie", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 20px;
}

.committe h3{
    color: #C99500;
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.member h4{
    color: #fff;
    font-size: 16px;
}
.member p{
    color: #fff;
}

.member{
    text-align: center;
}

.naeep-separator .sep-left, .naeep-separator .sep-right {
    height: 1px;
    background-color: #333;
}

.naeep-separator span {
    position: relative;
    width: 100%;
    max-width: 50px;
}

.s-1{
    margin: 10px 0;
}

.naeep-sep {
    margin: 0 12px;
    width: auto;
    font-size: 20px;
}

.naeep-separator {
    display: flex;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}