/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750413690
Updated: 2025-06-20 10:01:30

*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
/* Custom CSS */
/*
 .flipbook-container {
      width: 800px;
      height: 500px;
      margin: 40px auto;
    }

   .flipbook-container .page {
      width: 400px;
      height: 500px;
      background: white;
      border: 1px solid #ccc;
      box-sizing: border-box;
    }
*/
.footer-section, .home-banner, .achievers-section {
    position:relative;
}
.footer-section:before {
    content: "";
    position: absolute;
    top: -29px;
    width: 100%;
    left: 0;
    height: 60px;
    background-image: url('/wp-content/uploads/2025/06/wave-black.svg');
    background-position: center;
    background-repeat: repeat-x;
    background-size: 110%;
}
/*
.achievers-section:after {
    content: "";
    position: absolute; 
    bottom: -29px;
    width: 100%;
    left: 0;
    height: 60px;
    background-image: url('/wp-content/uploads/2025/06/white-wave.svg');
    background-position: center;
    background-repeat: repeat-x;
    background-size: 110%;
}
*/
/*
.achievers-section::before {
    content: "";
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
    height: 60px;
    background-image: url('/wp-content/uploads/2025/06/white-wave.svg');
    background-position: center;
    background-repeat: repeat-x;
    background-size: 110%;
    transform: rotate(180deg);
}
*/
.quick-links ul li {
    position:relative;
    padding-left:25px
}
.quick-links ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    left: 0;
    height: 8px;
    background-color:#fff;
    border-radius:50px;
    transform:translatey(-50%);
}

.banner-heading h1 span {
    color:#ffcb02!important;
        display: block;
}
.home-banner:after {
    content: "";
    position: absolute;
    bottom: -29px;
    width: 100%;
    left: 0;
    height: 60px;
    background-image: url('/wp-content/uploads/2025/06/white-wave.svg');
    background-position: center;
    background-repeat: repeat-x;
    background-size: 110%;
}
.button-icon {
    line-height:18px
}
.button-icon i {
    background-color: #fff;
    border-radius: 50px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-icon:hover i{
    color:#6a4e2b!important;
}
.banner-content-slider .ts-navigation {
    bottom: 146px;
    width: 1000px;
    margin: auto;
    left: 58.5%;
    transform: translateX(-50%);
}
.achivers-image  {
    position:relative;
}
.achivers-image::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 100%;
    left: 0;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/06/round-flower.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 270px;
    z-index: 2;
}
.aim-objective-image {
    position:relative;
    z-index:1
}
.aim-objective-image::before {
    content: "";
    position: absolute;
    top: -20px;
    width: 100%;
    right: -20px;
    height: 100%;
    background-color:#ffcb01;
    z-index: -1;
}
.social-culture-image {
    overflow:hidden;
    border-radius:10px;
}
.social-culture-image img {
    transition:all 400ms;
}
.social-culture-image:hover img {
    transform:scale(1.05);
}
.life-member-box {
    position:relative;
    z-index:1;
}
.life-member-box:after {
    content: "";
    position: absolute;
    bottom: -38px;
    width: 80%;
    left: 10%;
    height: 38px;
    background-image: url('/wp-content/uploads/2025/06/image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}
.about-heart-image {
    position:absolute;
    right:0;
    top:0;
}
.header-button a {
    width:100%!important;
}
.header-menu ul li a {
    padding:0 13px!important;
}

.event-wrap {
/*       display: flex; */
      column-gap:25px;
      width: 100%;
      column-count:3;
 }
    .event-card {
      position: relative;
      width: 100%;
      height: 470px;
      overflow: hidden;
      border-radius: 15px;
      cursor: pointer;
        display:block!important;
}
    .event-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }
    .event-card:hover img {
      transform: scale(1.1);
    }
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #ffcb02e5;
      color: #000;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 58px;
      opacity: 0;
      transition: opacity 0.3s ease;
      text-align: center;
    }
    .event-card:hover .overlay {
      opacity: 1;
    }
    .overlay h3 {
      font-size: 30px!important;
      margin-bottom: 20px;
      margin-top: 20px;
    }
    .overlay p {
      font-size: 16px;
      line-height: 1.5;
 }
.overlay:before {
    content:"";
    border:1px solid #fff;
    width:90%;
    height:90%;
    position:absolute;
    top:5%;
    left:5%;
     border-radius: 10px;
}
.event-icon img {
    width:50px;
    height:50px;
    margin:auto;
}
.elementskit-menu-close.elementskit-menu-toggler:focus {
    background-color:transparent!important;
}
.hm-gal .gallery-item img {
    height: 280px !important;
    object-fit:cover;
}
.event-gal  .gallery-item img {
    height: 200px !important;
    object-fit:cover;
}
.list-brd li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
/*--------------------------------*/
.member-box-inner {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
}

.member-image-box {
    display: block;
}

.member-image-box img {
    border-radius: 10px 10px 0 0;
    height: 350px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.member-contentbox {
    padding: 20px 0 0 0;
}

.member-contentbox h3.member-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin: 0 0 7px 0;
}
.member-contentbox p.member-des {
    text-align: center;
    font-size: 17px;
    font-style: italic;
    color: #666;
    margin: 0;
    height: 30px;
}
.member-contentbox .mem-num {
    text-align: center;
    background: #f1f1f1;
    margin-top: 23px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

span.membership-text {
    padding: 7px 15px;
}

span.membership-id {
    padding: 7px 15px;
    background: #6a4e2b;
    color: #fff;
    font-weight: 700;
}
.home_board_members  ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 19px;
    justify-content: center;
    align-items: center;
}

.home_board_members  ul.slick-dots li {
    line-height: 0;
}

.home_board_members  ul.slick-dots li.slick-active {
       line-height: 0;
}

.home_board_members  ul.slick-dots li button {
    border: 0;
    background: #fff;
    border-radius: 10px;
    text-indent: -10000px;
    padding: 0;
    width: 70px;
    height: 5px;
}

.home_board_members  ul.slick-dots li.slick-active button {
    background: #ffcb01;
}
/*--------------------*/
.all-board-member-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
}

.all-board-member-items .member-box {
    width: 31.7%;
    border: 1px solid #ddd;
       border-radius: 20px;
    overflow: hidden;
}

.all-board-member-items .member-box .member-box-inner {

    width: 100%;
}
.all-board-member-items .member-contentbox .mem-num{
    display: none;
}
.all-board-member-items .member-contentbox h3.member-title,
.all-board-member-items .member-contentbox p.member-des{
    text-align: left;

}


.all-member-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.all-member-items .member-box .member-box-inner {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 10px;
}

.all-member-items .member-box {
    width: 23%;
}

.all-member-items .member-box .member-box-inner .member-contentbox h3.member-title {
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.all-member-items .member-box .member-box-inner .member-contentbox {
    padding-top: 0;
}
.all-member-items .member-contentbox .mem-num {
    font-size: 14px;
    margin-top: 8px;
}

span.membership-text, span.membership-id {
    padding: 3px 10px;
}
.member-phone, .member-email {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.member-phone span.phone-icon, .member-email span.email-icon{
        width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffcb02;
    padding: 14px;
    border-radius: 50px;
    margin-right: 15px;
}
.member-phone span.phone-number,.member-email span.member-email-id{}
.member-phone span.phone-number a, .member-email span.member-email-id a{}
.member-phone span.phone-icon {
    background-image: url(img/phone-call.png);
}
 .member-email span.email-icon {
    background-image: url(img/email1.png);
}
.member-email,.member-phone {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

/*===member form==*/
.four_column, .half_column, .three_column {
    display: flex;
    gap: 15px;
}

.four_column .four_input {width: 30%;}
.half_column .half_input {width: 50%;}
.three_column .three_input {width: 33%;}
.member_first_part p, .member_second_part p {
    margin-bottom: 27px !important;
}

.form_header p {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 15px !important;
}
.wpcf7 .member_first_part  input[type="file"], .wpcf7 .member_second_part  input[type="file"] {
    height: 55px;
    background-color: #fff;
    color: var(--e-global-color-text);
    padding: 13px 12px 11px 12px;
    margin: 0px 0px 0px 0px;
    border-radius: 3px;
    width: 100%;
}
.form_header {
    padding-top: 20px;
}
.become_a_member_button {
    /* display: inline-block; */
    /* margin: 0 auto; */
    margin-top: 40px;
}

.become_a_member_button a {
    background-color: var(--e-global-color-primary);
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 44px;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    border-radius: 50px 50px 50px 50px;
    padding: 8px 10px 8px 30px;
    flex-direction: row-reverse;
    display: flex;
    gap: 22px;
    justify-content: center;
    width: 267px;
    margin: 0 auto;
}

.become_a_member_button span.arrow_icon {
    align-items: center;
    display: flex;
}

.become_a_member_button span.arrow_icon i {
    background-color: #fff;
    border-radius: 50px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.become_a_member_button span.become_a_member_text {}
.dec-none a {text-decoration: none !important;}
.d-flex p {
    display: flex;
    align-items: center;
    gap: 12px;
}

.d-flex p span.currency_symbol {
    background: #ffffff;
    height: 55px;
    margin-bottom: 20px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 3px;
}

.d-flex p span.wpcf7-form-control-wrap {
    width: 100%;
}
.event-slider1 img {
    width: 100% !important;
    height: 390px !important;
    border-radius: 10px;
    object-fit: cover;
}
/*=====================
 *  Responsive
 * =========================*/

@media screen and (max-width: 1366px) {
    .banner-content-slider .ts-navigation {
     width:60%;
     bottom:100px;
     left:inherit;
     right:0!important;
     transform:inherit;
     padding-right:5%
}
    .life-member-box::after {
    bottom: -32px;
}
    .achivers-image::before {
    background-size: 240px;
}
	.all-board-member-items {
    gap: 28px;
}
}
@media screen and (max-width: 1366px) {
    .life-member-box::after {
    bottom: -37px;
}
}

@media screen and (max-width: 1280px) {
    .life-member-box::after {
    bottom: -37px;
}
    .hm-gal .gallery-item img, .event-slider1 img.swiper-slide-image {
    height: 230px !important;
}
		.all-board-member-items {
    gap: 25px;
}
	.member-contentbox h3.member-title {
    font-size: 20px;
		line-height: 30px;
	}
}
@media screen and (max-width: 1200px) {
        .life-member-box::after {
    bottom: -34px;
}
    .achivers-image::before {
    background-size: 260px;
}
		.all-member-items .member-box {
    width: 31.4%;
}
}
@media screen and (max-width: 1199px) {
    .life-member-box::after {
    bottom: -35px;
}
	.member-contentbox h3.member-title {
    font-size: 18px;
    line-height: 30px;
	}
			.all-board-member-items {
    gap: 20px;
}
	.member-image-box img {
    height: 250px;
}

	.all-member-items .member-box {
    width: 31%;
}
}

@media screen and (max-width: 1080px) {
    .life-member-box::after {
    bottom: -32px;
}

}
@media screen and (max-width: 1024px) {
        .event-card:first-child {
        margin-top:0;
}
    .event-wrap {
      column-count:1;
 }
    .event-card {
      height: 400px;
      margin-top:25px;
}
    .header-menu ul li a {
    padding: 8px 13px !important;
}
 
}
@media screen and (max-width: 991px) {
       .half_column .half_input, .three_column .three_input {
    width: 100%;
}
.half_column, .three_column {
    flex-wrap: wrap;
    gap: 0;
}
	.home_board_members  ul.slick-dots li button {
    width: 30px;
    height: 3px;
}
	.all-board-member-items .member-box {
    width: 48%;
}
	.all-member-items .member-box {
    width: 47%;
}
}
@media screen and (max-width: 960px) {
        .life-member-box::after {
    bottom: -31px;
}
}
@media screen and (max-width: 900px) {
    .life-member-box::after {
    bottom: -31px;
}
}
@media screen and (max-width: 800px) {
    .life-member-box::after {
    bottom: -31px;
}
}

@media screen and (max-width: 768px) {
    .button-icon i {
    width: 39px;
    height: 39px;
}
    .life-member-box::after {
    bottom: -31px;
    width: 100%;
    left: 0;
    height: 38px;
    z-index: -4;
}
    .banner-content-slider .ts-navigation {
    bottom: 70px;
    width: 10%;
    margin: auto;
    right: 0!important;
    transform:inherit;
    left:inherit!important;
}
    .aim-objective-image::before {
    top: -12px;
    right: -12px;
}
    .achivers-image::before {
    background-size: 260px;
}
    .position-relative {
     position:relative;
}
    .achievers-section::before {
    top: -24px;
}
}
@media screen and (max-width: 767px) {
.four_column .four_input, .input_title {
    width: 100%;
}
    .four_column, .half_column, .three_column {
    gap: 0;
    flex-wrap: wrap;
}
    .form_header p {
    font-size: 17px;
}
	.home_board_members  ul.slick-dots {
    gap: 10px;
}
		.home_board_members  ul.slick-dots li button {
    width: 15px;
    height: 3px;
}
		.all-board-member-items .member-box {
    width: 100%;
}
	.all-member-items .member-box {
    width: 100%;
}
}
@media screen and (max-width: 736px) {
    .life-member-box::after {
    bottom: -31px;
}
}

@media screen and (max-width: 640px) {
    .life-member-box::after {
    bottom: -27px;
}
}
@media screen and (max-width: 480px) {
    .life-member-box::after {
    bottom: -26px;
}
}

















































