/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* .hdr-btn-tp a.hfe-menu-item.elementor-button {
    background-color: white !important;
}
 */


/* Slider CSS */
.banner-swiper {
    width: 100%;
    height: 100%;
}

.banner-slide {
    position: relative;
}

.banner-image img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    left: auto;
    bottom: 100px;
    max-width: 750px;
    background: rgba(0,0,0,0.35);
    padding: 25px;
    color: #fff;
}

.banner-swiper-hero .banner-content h2 {
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Inter';
    letter-spacing: 3px;
    line-height: 20px;
}


.banner-swiper-hero .banner-desc h2 {
    line-height: 64px;
    font-size: 64px;
    font-family: 'Poppins';
    font-weight: 600;
}

.banner-btn {
    display: inline-block;
    margin-top: 15px;
 background: #d7171f;
    color: #fff;
    padding: 12px 22px;
    text-decoration: none;
       border-radius: 30px;
	transition:all 0.2s;
}
.banner-btn:hover {
 background: #fff;
    color: #d7171f;
}
.banner-content-container {
    width: 100%;
    max-width: 1210px;
    height: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .banner-content {
        left: 20px;
        bottom: 20px;
        max-width: 90%;
    }
.banner-swiper-hero .banner-desc h2 {
    line-height: 40px;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 600;
}
    .banner-content h2 {
        font-size: 24px;
    }
}
/* End */




.member-list {
    max-width: 1300px;
    margin: 0 auto;
    padding: 120px 40px 50px;
}
.page-banner {
    background-image: url('https://networkers.biz/wp-content/uploads/2026/01/WhatsApp-Image-2026-01-02-at-11.18.10-AM.jpeg');
    background-size: cover;
    background-position: center;
    height: 520px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay {
/*     background: rgba(0, 0, 0, 0.55); */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-title {
       font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 61px;
	    background: #0000007d;
    padding: 0px 35px;
	color:white;
}
.banner-txt-heading .elementor-heading-title span {
    color: red;
}


.tp-hdr {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  right: 0;
}
p {
  margin-bottom: 0 !important;
}
.hme-grow-icn {
  position: relative;
}
.hme-grow-icn::after {
  left: 75%;
  content: "";
  position: absolute;
  background: url(https://ewebworld.in/client-demo/networkers/wp-content/uploads/2025/09/Line-2.png);
  width: 100%;
  height: 1px;
  right: 0;
  top: 26px;
}

p.netwrkng {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #484b4c;
}
.hme-ntwkg-sldr {
  position: relative;
}
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev {
  position: absolute;
  top: -16%;
  left: 88%;
	background-color: #D7171F;
    padding: 15px;
	border-radius:5px;
}
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-next {
  position: absolute;
  top: -16%;
  right: 5%;
	background-color: #D7171F;
    padding: 15px;
	border-radius:5px;
}
/* disable swiper btn */
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-next.swiper-button-disabled ,
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev.swiper-button-disabled {
    background-color: white;
    opacity: 1 !important;
	border: 2px solid #E7E5E4;
}
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-next.swiper-button-disabled svg path,
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev.swiper-button-disabled svg path {
	stroke: black;
}
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-next svg path,
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev svg path {
	stroke: white;
}

/*----------icon-hover------------*/
.about-icon-bx-xstm:hover .ab-icn .elementor-icon-box-content h3,
.about-icon-bx-xstm:hover .ab-icn .elementor-icon-box-content p {
  color: white !important;
}
.about-icon-bx-xstm:hover .ab-icn .elementor-icon svg path {
  stroke: white !important;
}

.cnt-pg-icn .elementor-icon-box-icon {
  padding-top: 12px;
}

/* //menu icon hover effect  */
.hdr-btn-tp a.hfe-menu-item.elementor-button {
    background-color: transparent !important;
	color: #D7171F !important;
}
.hdr-btn-tp a.hfe-menu-item.elementor-button:hover {
    background-color: #D7171F !important;
	color:white !important;
}
.dsktp-mnu-hdr ul {
    width: 100% !important;
    justify-content: end !important;
    align-items: center;
}
 
.dsktp-mnu-hdr ul li a {
    position: relative;
    margin-left: 35px;
}

.dsktp-mnu-hdr ul li a.hfe-menu-item::after {
    content: '';
    width: 0;
    height: 1px;
    background: #D7171F !important;
    transition: width .3s;
    bottom: 2px;
}
.dsktp-mnu-hdr .sub-menu li a.hfe-sub-menu-item::after {
    content: '';
    width: 0;
    height: 1px;
    background: #D7171F !important;
    transition: width .3s;
    bottom: 15px;
}

.dsktp-mnu-hdr ul li a.hfe-menu-item:hover::after {
    width: 100%;
    transition: width .3s;
    display: block;
}
.dsktp-mnu-hdr .sub-menu li a.hfe-sub-menu-item:hover::after {
    width: 40%;
    transition: width .3s;
    display: block;
}
.hdr-btn-tp a:hover::after {
    content: none !important;
}





/*-----PRELOADER CSS -------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-text {
  font-size: 64px;
  font-weight: bold;
  line-height: 64px;
  color: #d7171f;
}

/*------------new crousal css -----------*/
.infinite-carousel {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  position: relative;
}

.carousel-track {
  display: flex;
  width: fit-content;
  animation: scroll-left 30s linear infinite;
  animation-play-state: running;
  will-change: transform;
}
.carousel-track-opp {
  display: flex;
  width: fit-content;
  animation: scroll-right 30s linear infinite;
}
.infinite-carousel:hover .carousel-track,
.infinite-carousel:hover .carousel-track-opp {
  animation-play-state: paused;
}

.review-box {
  flex: 0 0 18% !important;
  background: #f5f5f5;
  padding-bottom: 20px;
  border-radius: 20px;
  text-align: left;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/*-----------Memebars page css --------------*/
.member-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
	row-gap: 115px;
}
.member-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  padding: 40px 20px;
  border-radius: 20px;
  background: #fcfcfc;
	position:relative;
}
.member-thumb {
  flex: 1;
/*   margin-right: 15px; */
  position: relative;
	max-width: 140px;
    margin: 0 auto;
	margin-top:-100px;
}
.thumb-number p {
  color: white;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.thumb-number {
  background-color: #c3c3c3;
  border-radius: 100px;
  padding: 10px;
  margin: 0 auto;
  max-width: 50px;
  height: 50px;
  width: 100%;
/*   position: absolute;
  bottom: -25px;
  left: 35%; */
	position: relative;
    bottom: 30px;
}
.member-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.member-content {
  flex: 2;
 text-align:center;
  align-content: flex-start !important;
}
.role {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 600;
	margin-top:5px;
}
.member-content h3 {
  margin-top: 0;
  color: #d7171f;
  font-size: 32px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
	text-align:center;
	margin-bottom: 0;
}
.desc p {
    color: #484b4c;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
/*     margin-top: 16px; */
    margin: 16px auto;
    max-width: 300px;
}
.excerpt-phne a:hover {
  color: #d7171f;
}
.excerpt-phne {
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
  color: #d7171f;
	justify-content:center;
}
.excerpt-phne a {
  color: #d7171f;
}

/*----------events page ------------*/
.evnt-pg,
.single-evnt-pg {
  max-width: 1208px !important;
  width: 100%;
  left: 0;
  right: 0;
}
article.single-event-post {
  padding: 80px 0;
}
.page-content.event-post-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 80px 0;
}
article.post.evnt-blg-pst {
  border: 1px solid #ccc;
  /*     padding: 20px; */
}
.event-post-body {
  padding: 20px;
}
.evet-post_thumbnail {
  max-width: 100%;
}

h3.event-post-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}
.evet-post_thumbnail a img {
  height: 250px;
}
a.evnt-more-btn {
  text-decoration: none;
  color: white;
}
button.evnt-btn:hover .evnt-more-btn {
  color: #d7171f;
}
button.evnt-btn {
  margin-top: 15px;
}
p.event-date {
  font-weight: 600;
  padding-bottom: 5px;
}

/*------------Single- Events -----------------*/
.event-post-grid {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 80px 0;
}
.event-colom-thumbnail {
  width: 60%;
}
.event-colom-sidebar {
  width: 40%;
  background-color: #f2f2f2;
}
.box-saddow {
  display: flex;
  gap: 19px;
  background-color: white;
  padding: 19px;
 align-items: center;
}
.event-neww-sidee {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.box-saddow p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 18px;
  color: black;
}
h2.event-colom-sidebar-title {
  font-size: 24px;
  margin: 0;
  font-family: "Poppins", sans-serif;
	color:black;
}
h2.event-colom-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: black;
  padding-top: 20px;
}
h3.event-colom-sidebar-title {
    margin: 0;
	font-family: "Poppins", sans-serif;
    font-size: 24px;
	  color: black;
	margin-bottom:10px;
}
.event-colom-thumbnail p {
  padding-top: 15px;
}
.event-bok-frm {
    padding: 0 30px 30px;
}

/*--------------rESPONSIVE CSS---------------------*/
@media (max-width: 1700px) {
  .hme-ntwkg-sldr .elementor-widget-image-carousel.e-widget-swiper {
    padding-left: 263px;
  }
}
@media (max-width: 1600px) {
  .hme-ntwkg-sldr .elementor-widget-image-carousel.e-widget-swiper {
    padding-left: 160px;
  }
}
@media (max-width: 1480px) {
  .hme-ntwkg-sldr .elementor-widget-image-carousel.e-widget-swiper {
    padding-left: 110px;
  }
  .review-box {
    flex: 0 0 20% !important;
  }
}
@media (max-width: 1366px) {
  .hme-ntwkg-sldr .elementor-widget-image-carousel.e-widget-swiper {
    padding-left: 40px;
  }
	.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev {
    left: 86%;
}
  .review-box {
    flex: 0 0 24% !important;
  }
	.event-post-grid {
    padding: 60px 40px;
}
	.page-content.event-post-box {
    padding: 60px 40px;
}
}
@media (max-width:1200px) {
		.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev {
    left: 84%;
}
}
@media (max-width: 1024px) {
  .member-content h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
  }
 .hme-ntwkg-sldr .elementor-widget-image-carousel.e-widget-swiper {
    padding-left: 20px;
  }
  /* .member-thumb img {
    max-width: 100%;
    width: 100px;
}	 */
	.mbl-mnu span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0 {
    border: none !important;
}
	.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev {
    left: 80%;
}
	.event-post-grid {
    padding: 50px 20px;
}
	.page-content.event-post-box {
    padding: 50px 20px;
}
}
@media (max-width: 768px) {
  .hme-grow-icn::after {
    content: none;
  }
  .tp-hdr {
    top: 20px;
  }
  .review-box {
    flex: 0 0 36% !important;
  }
  .mbl-mnu .hfe-nav-menu-icon {
    padding: 0 10px;
  }
	.member-content h3 {
        font-size: 24px;
        line-height: 30px;
	}
	.desc p {
		font-size:16px;
	}
	    .hme-ntwkg-sldr .elementor-widget-image-carousel.e-widget-swiper {
        padding-left: 0;
    }
	.hme-ntwkg-sldr figure.swiper-slide-inner img {
    width: 100%;
}
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev {
    left: 75%;
}	
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev ,	
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-next {
    top: -8%;
}
	.event-post-grid{
		flex-direction:column;
	}
	.event-colom-thumbnail,
	.event-colom-sidebar {
		width:100%;
	}
.event-post-grid {
    padding: 40px 15px;
}
	.page-content.event-post-box {
    padding: 40px 15px;
}
	.page-content.event-post-box {
    grid-template-columns: 1fr 1fr; 
}
	h3.event-post-title {
    font-size: 20px;    
}
	.event-post-body {
    padding: 20px 15px;
}
	.evet-post_thumbnail a img {
    height: 180px;
}
	.member-thumb {
    max-width: 100px;
}
	.member-grid {
    grid-template-columns: 1fr 1fr;  
}
}
@media (max-width: 575px) {
	.banner-swiper .swiper-button-next,
	.banner-swiper .swiper-button-prev
	{
		display:none;
	}
  .hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev {
    left: 70%;
  }
  .review-box {
    flex: 0 0 70% !important;
  }
  .review-box .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
  }
  .review-box .elementor-image-box-wrapper p.elementor-image-box-description {
    text-align: left;
  }
  .member-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
	 row-gap: 60px;
  }
  .member-item {
    padding: 15px 10px;
    width: 48%;
    flex-direction: column;
/* 	 min-height: 205px; */
  }

 .member-thumb {
    margin-right: 15px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-top: -50px;
}
  .member-content {
    align-content: center;
    width: 100%;
    text-align: center;
	 margin-top:-10px; 
  }
  .member-content h3 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
	margin-bottom: 0;
  }
  .desc p {
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
	  margin-top: 4px;
  }
  .excerpt-phne {
    font-size: 13px;
  }
  .loading-text {
    font-size: 35px;
    line-height: 36px;
  }
	.role {
    font-size: 12px;
	line-height: 15px;
	margin-top: 0px;
}
  .thumb-number {
    max-width: 40px;
    height: 40px;
    bottom: 20px;
/*     left: 30%; */
  }
  .thumb-number p {
    font-size: 15px;
  }
.hdr-btn-tp {
    width: max-content;
}	
.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev, .hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-next {
    top: -15%;
}
	.carousel-track {
  animation: scroll-left 10s linear infinite;
}
	h2.event-colom-title {
    font-size: 24px;
    line-height: 50px;
    padding-top: 0;
}
.event-colom-thumbnail p {
    padding-top: 0;
}
	.event-bok-frm {
    padding: 0 20px 20px;
}
.event-neww-sidee {
    padding: 20px;
}
	.evnt-frm input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 40px;
}
	.img-glry-pg .gallery-columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
	.img-glry-pg .gallery-columns-4 .gallery-item {
    padding: 0 10px 10px 0 !important;
}
	.page-content.event-post-box {
    grid-template-columns: 1fr;
}
	.evnt-pg ,
	.single-evnt-pg {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	.evet-post_thumbnail a img {
    height: 100%;
}
	h2.event-colom-sidebar-title , h3.event-colom-sidebar-title {
    font-size: 20px;
}
}
@media(max-width:430px) {
	.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev,
	.hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-next {
    top: -20%;
	padding:10px;		
}
	 .hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev {
    left: 72%;
  }
}

@media (max-width: 375px) {
  .hme-ntwkg-sldr .elementor-swiper-button.elementor-swiper-button-prev {
    left: 68%;
  }
/*   .thumb-number {
    left: 25%;
  } */
}
