/* Project Management Institute - Project Management Certifications India */
a:focus-visible {
  border: 1px solid black;
  outline: none;
  border-radius: 4px; /* optional: makes the border look smoother */
  padding: 2px; /* optional: ensures border doesn’t overlap text */
}


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	background: #fff;
	scroll-behavior: smooth
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	
	}	
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:109px;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:234px;
	}
* {
	padding: 0;
	margin: 0;
	}
a{
    transition: all 300ms ease 0s;
}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	-ms-flex:0 0 100%;
  flex:0 0 100%;
	max-width: 100%;
	}
.col-sm-11 {
	-ms-flex:0 0 91.66666667%;
  flex:0 0 91.66666667%;
	max-width: 91.66666667%;
	}
.col-sm-10 {
	-ms-flex:0 0 83.33333333%;
  flex:0 0 83.33333333%;
	max-width: 83.33333333%;
	}
.col-sm-9 {
	-ms-flex:0 0 75%;
  flex:0 0 75%;
	max-width: 75%;
	}
.col-sm-8 {
	-ms-flex:0 0 66.66666667%;
  flex:0 0 66.66666667%;
	max-width: 66.66666667%;
	}
.col-sm-7 {
	-ms-flex:0 0 58%;
  flex:0 0 58%;
	max-width: 58%;
	}
.col-sm-6 {
	-ms-flex:0 0 50%;
  flex:0 0 50%;
	max-width: 50%;
	}
.col-sm-5 {
	-ms-flex:0 0 41.66666667%;
  flex:0 0 41.66666667%;
	max-width: 41.66666667%;
	}
.col-sm-4 {
	-ms-flex:0 0 33%;
  flex:0 0 33%;
	max-width: 33%;
	}
.col-sm-3 {
	-ms-flex:0 0 24.9%;
  flex:0 0 24.9%;
	max-width: 24.9%;
	}
.col-sm-2 {
	-ms-flex:0 0 16.66666667%;
  flex:0 0 16.66666667%;
	max-width: 16.66666667%;
	}
.col-sm-1 {
	-ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
	max-width: 8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.align-center{
	text-align: center!important;
}
.align-right{
	text-align:right!important;
}
.align-left{
	text-align:left!important;
}
.clr {
	clear: both;
	}
.dbox{
	display:block!important;
	}
.mbox{
	display: none!important;
	}
.bdr{
	border: none!important;
}
/* #Buttons Styles
================================================== */
.wd25{
	width:25%;
}
.wd100{
	width:100%;
}
.btn_common {
	float: left;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 4% 0 0;
	transition: background-color .3s;
	background:#0f903c;
	color:#fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border:0px;
	border-radius: 5px;
	}
.btn_common:hover {
	background: #ef8721;
	color: #fff;
	}
.common-btn{
	font-size:16px;
    display:inline-block;
    padding:14px 24px;
    background:#fff;
    color:#333;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
    transition:0.3s;
}
.common-btn:hover{
    background:#f2f2f2;
}
.common-btn span{
    margin-left:8px;
}
.common-btn img{
	width:38px;
}
.mar-top40{
	margin-top: 40px!important;
}
.mar-top80{
	margin-top: 80px;
}
.color1{
    color:#53486a;
}
.color-white{
    color:#fff;
}
.btns2 {
    /* font-family: 'aeonik_trialregular'; */
    font-size:16px;    
    padding:14px 24px;
    border-radius:35px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 300ms ease 0s;
    font-weight: 400;
    background:#200f3b;
    color: #fff;
}
.btns2:hover{
    background:#fff;
color:#200f3b;
}
/* #Homepage Styles
================================================== */
.containers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 1%;
}

/* Logo */
.logos {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logos img {
  height: 40px;
}

.logos span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

/* Right side */
.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-right a {
  text-decoration: none;
  font-family: 'Aeonik';
  font-size: 16px;
  color: #231148;
  font-weight: 500;
  z-index: 9;
}

/* Divider */
.dividers {
  width: 1px;
  height: 16px;
  background: #a5a5a5;
}

/* Register Button */
.btn-register {
  border: 2px solid #4f17a8;
  padding: 5px 14px;
  border-radius: 4px;
  color: #4f17a8;
}
a.btn-register {
    color: #4f17a8;
}

.btn-register:hover {
  color:#ff610f;
border:2px #ff610f solid;
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .containers {
    /* flex-direction: column; */
    align-items: flex-start;
    /* gap: 10px; */
    padding: 10px 3%;
  }
  .dividers {
    display: none;
  }
  .nav-right {
    /* width: 100%;
    justify-content: space-between; */
  }
  .fa_cart{
    padding:10px 5px 0px 0px;
  }
  .logos span {
    font-size: 14px;
  }
}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 99999;
	background: #fff;
	}
header .top-header{
	width:100%;
	padding:10px 1%;
	background: #fff;
	margin: 0 auto;
	align-items: center;
	display: flex;
	}
header .top-header .logo {
	width:82%;
	}
header .top-header .logo img{
	width:140px;
}
header .register{
	font-size: 16px;
	color:#4f17a8;
	font-weight: bold;
	border-radius:4px;
	border:2px #4f17a8 solid;
	padding:5px 14px;
	text-transform: capitalize;
	float: right;
	transition: all 300ms ease 0s;
}
header .register:hover{
color:#ff610f;
border:2px #ff610f solid;
}
header .login{
    font-family: 'aeonikmedium';
	font-size: 16px;
	color:#231148;
	font-weight: 500;
	float: right;
	margin-right:30px;
	transition: all 300ms ease 0s;
}
header .login:hover{
color:#ff610f;
}
header .scart{
	font-size: 18px;
	color:#231148;
	font-weight: 500;
	float: right;
	margin-right: 20px;
}
header .store{
     font-family: 'aeonikmedium';
	font-size: 16px;
	color:#231148;
	font-weight: 500;
	float: right;
	margin-right: 20px;
	padding:0px 30px;
	border-right:#a5a5a5 1px solid;
	transition: all 300ms ease 0s;
}
header .store:hover{
color:#ff610f;
}

header .loginm{
	font-size: 14px;
	color:#fff!important;
	background: #4f17a8;
	font-weight: bold;
	border-radius:8px;
	padding: 8px;
	text-transform: uppercase;
	float: left;
	width: 25%;
	text-align: center;
	transition: all 300ms ease 0s;
	position: absolute;
	left: 83px;
	top: 50px;
	padding:10px 0px!important;
}
header .registerm{
	font-size: 14px;
	color:#fff!important;
	background: #4f17a8;
	font-weight: bold;
	border-radius:8px;
	padding: 8px;
	text-transform: uppercase;
	float: left;
	width: 25%;
	text-align: center;
	transition: all 300ms ease 0s;
	position: absolute;
	left: 203px;
	top: 50px;
	padding:10px 0px!important;
}

header .nav-search-wrap{
	width:100%;
	padding:0px 0px;
	background: #f5f5f5;
	margin: 0 auto;
	border-top:1px solid #e5e7eb;
	border-bottom:2px solid #4f17a8;
	}
header .nav-search{
	width:100%;
	padding:0px 1%;
	margin: 0 auto;
	align-items: center;
	display: flex;
	}
header .navbox{
	width:100%;
	padding:0px 0px;
	}
header .search-bar{
	width:18%;
	padding:0px 0px;
	border-radius: 5px;
	border: 1px solid #959595;
	display: flex;
	align-items: center;
	}
header .search-bar input {
  width:84%;
  float: left;
  background-color: transparent;
  border: none;
  padding:11px 8px;
  margin:0;
  outline: 0;
  border-right: 1px solid #959595;
  font-size: 15px;
}
header.smaller {
	border-bottom: 0px solid #fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
	}
header.smaller .top-header .logo {
	width:82%;
	}
header.smaller .logo {
	width:20%;
	}

/*Banner
================================================== */ 
.main-banner {  
 width: 100%;
}
/*section two
================================================== */ 
.section-two{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px;
	background:#f2f2f2;
}
.containt-two{
	width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 40px 100px;
}
.containt-two .left-two{
    width: 40%;
    padding-left: 20px;
}
.containt-two .right-two {
    width: 60%;
    color: #fff;
}
.containt-two .left-two img {
    width: 100%;
}
.containt-two .right-two h3 {
    font-family: 'aeonikmedium';
    font-size:82px;
    color:#241046;
    font-weight: 500;
    margin-bottom: 20px;
    line-height:80px;
}
.containt-two .common-button {
    margin-top: 65px;
}
.containt-two .common-btns {
	width:35%;
    font-family: 'aeonikregular';
    font-size:22px;
    color: #fff;
    padding:14px 16px;
    background: #26124b;
    border-radius:35px;
    text-decoration: none;
    display:flex;
    align-items: center;
    transition: all 300ms ease 0s;
}
.containt-two .common-btns:hover{
color:#ff610f;
}
/*section three
================================================== */ 
.section-three{
	width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 60px 40px;
    background: url("../images/section-threee-bg.jpg") center/cover no-repeat;
}
.containt-three{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 40px 100px;
}
.containt-three .left-three{
    width: 40%;
    padding-left: 20px;
}
.containt-three .right-three {
    width: 60%;
    color: #fff;
}
.containt-three .left-three img {
    width: 100%;
}
.containt-three .right-three h3 {
    font-family: 'aeonikmedium';
    font-size:82px;
    color:#fff;
    font-weight: 500;
    margin-bottom: 20px;
    line-height:80px;
}
.containt-three .common-button2 {
    margin-top: 65px;
}
.containt-three .common-btns2 {
	width:27%;
    font-family: 'aeonikregular';
    font-size:22px;
    color: #26124b;
    padding:14px 16px;
    background: #fff;
    border-radius:35px;
    text-decoration: none;
    display:flex;
    align-items: center;
    transition: all 300ms ease 0s;
}
.containt-three .common-btns2:hover{
color:#ff610f;
}
/*section four
================================================== */ 
.section-four{
	width: 100%;
	position: relative;
	display: block;
}
.containt-four{
	width: 100%;
	overflow: hidden;
	display: flex;
	gap: 100px;
	padding:70px 0%;
	
}
.containt-four .left-four{
    width:48%;
}
.containt-four .right-four {
    width:52%;
    color: #fff;
}
.containt-four .left-four h3 {
	font-family: 'aeonikmedium';
	/* font-size:68px; */
	font-weight: 500;
	color: #200f3b;
	margin-bottom: 20px;
    /* line-height: 4.5rem; */
     font-size: 4.5rem;
  line-height: 4.5rem;
}
.containt-four .left-four h5 {
	font-family: 'aeonikregular';
	font-size:22px;
	font-weight: 300;
	background: #9324F0;
	background: linear-gradient(to right, #9324F0 0%, #6118CF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}
.containt-four .right-four p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#53486a;
    font-weight:400;
    /* line-height: 35px; */
     font-size: 1.5rem;
  line-height: 1.875rem;
    margin-bottom: 20px;
}
.containt-four .right-four a.learn-more{
	/* font-size:24px; */
    font-size: 16px;
  padding: 14px 24px;
	color:#240f48;
	text-align: center;
	/* padding: 15px 20px; */
	border-radius:35px;
	border: 2px solid #240f48;
	margin-top: 20px;
	display:inline-block;
	transition: all 300ms ease 0s;
}
.containt-four .right-four a.learn-more:hover{
	color:#ff8e35;
	border: 2px solid #ff8e35;
}
.community-thum{
	width: 100%;
	margin: 0 auto;
}
.stats-box-wrap {
	width:100%;
    padding:50px 0%;
}
.stats-box-wrap h3 {
	font-family: 'aeonikmedium';
	/* font-size:68px; */
    font-size: 3.5rem;
  line-height: 3.85rem;
	font-weight: 500;
	color: #200f3b;
	margin-bottom:30px;
}
.stats-box {
	width:100%;
	margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.stats-box .stat-item {
	display: block;
	flex: 0 25%;
    border-right: 2px solid #d1ccc4;
    padding:10px 35px;
}
.stats-box .stat-item:first-child {
    padding-left:0px;
}
.stats-box .stat-item:last-child {
    border:none;
}
.stat-item h4 {
    font-family: 'aeonik_trialbold';
    /* font-size:40px; */
    color:#5017a9;
    font-weight:500;
    margin: 0 0 10px;
    text-transform: lowercase;
    font-size: 2.5rem;
  line-height: 2.75rem;
}
.stat-item p {
    font-family: 'aeonikmedium';
    /* font-size:22px; */
    font-size: 1.375rem;
  line-height: 1.625rem;
    color:#210f3c;
    font-weight: 500;
}
.stat-item p span{
	font-size: 20px;
	display: block;
}
/* ✅ Responsive */
@media (max-width: 768px) {
  .stats-box {
    flex-direction: column;
    gap: 40px;
  }
  .stat-item h1 {
    font-size: 50px;
  }
  .stats-section h2 {
    font-size: 28px;
  }
}
/*
.fivebox{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	overflow: hidden;
	display: flex;
	gap: 100px;
	padding: 40px 100px;
}
.fivebox .left-box{
    width:60%;
    display: flex;
    gap:10px 25px;
}
.fivebox .left-box .profile-box{
	width: 100%;
	position: relative;
}
.fivebox .left-box .profile-box img{
	border-radius: 12px;
}
.fivebox .left-box .profile-box .profile-info{
	width: 100%;
	position: absolute;
	bottom:15px;
	left: 0;
	padding:0px 20px;
	font-size:22px;
	color:#fff;
}
.fivebox .left-box .profile-box .profile-info span{
	font-size:28px;
	font-weight: bold;
	display: block;
}*/
.stats-section {
    background: #1e0f3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 19%;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-box {
    flex: 1;
    min-width: 250px;
    padding:0px 20px;
    text-align: left;
    position: relative;
}
.stat-box:first-child{
    padding: 0px 20px 0px 0px;
}
.stat-box h2 {
    font-family: 'aeonik_trialbold';
    /* font-size:40px; */
    font-size: 2.5rem;
  line-height: 2.75rem;
    color: #b86cff;
    font-weight: 500;
    margin: 0 0 10px;
}

.stat-box p {
	font-family: 'aeonikmedium';
    /* font-size:22px; */
    color:#fff;
    font-weight: 500;
    /* line-height:28px; */
    font-size: 1.375rem;
  line-height: 1.625rem;
}
.stat-box p span{
    display:block;
}
.small-text {
    font-size: 18px;
    margin-bottom: 10px;
}

.big-line {
    font-size: 20px;
    line-height: 1.5;
}

.highlight {
    font-family: 'aeonikmedium';
    font-size:50px;
    font-weight: bold;
    color: #b86cff;
    margin-right: 5px;
}

/* Divider line */
.stat-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height:90%;
    width: 1px;
    background: rgba(255,255,255,0.3);
}

/* Tablet */
@media (max-width: 992px) {
    .stats-section {
        padding: 30px 20px;
    }

    /* .stat-box h2 {
        font-size: 34px;
    } */

    /* .stat-box p {
        font-size: 16px;
    } */
}

/* Mobile */
@media (max-width: 600px) {
    .stats-section {
        flex-direction: column;
        text-align: center;
    }

    .stat-box {
        width: 100%;
        padding:5px 10px;
    }
    .stat-box:first-child {
        padding: 5px 10px;
        }
    .stat-box p span{
    display:inline;
        }
    .stat-box:not(:last-child)::after {
        display: none;
    }
    .highlight {
    font-size: 32px;
}

.big-line {
    font-size: 18px;
}
}
/*section six
================================================== */ 
.section-six{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px 100px;
	background:#f1edf8;
}
.containt-six{
	width: 100%;
	overflow: hidden;
	display: flex;
    /*align-items: center;*/
	padding:40px 0px;
}
.containt-six .left-six{
    width:40%;
    padding-right: 10px;
}
.containt-six .right-six {
    width:60%;
    color: #fff;
    padding: 0px 20px 0px 100px;
}
.containt-six .left-six h3 {
	font-family: 'aeonikmedium';
	/* font-size:68px; */
	color: #200f3b;
    font-weight: 500;
	margin-bottom: 20px;
    /* line-height: 4.5rem; */
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.containt-six .left-six h3 span{
    display: block;
}
.containt-six .left-six h5 {
	font-family: 'aeonikmedium';
	font-size:30px;
	color: #4f17a7;
	font-weight:500;	
	margin-bottom: 20px;
}
.containt-six .left-six h5 span{
	font-family: 'aeonikregular';
	font-weight: 300;
}
.containt-six .right-six p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#53486a;
    font-weight: 400;
    margin-bottom: 20px;
    /* line-height: 35px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.community-box {
    background: #160531 url("../images/bg.jpg") no-repeat center right;
    background-size: 800px auto;
    width:100%;
    margin:40px auto 0px;
    border-radius:40px;
    padding:30px 0px;
}
.community-inner {
    width: 100%; 
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 100px;
}
.community-inner .left-box h3 {
    color: #fff;
    /* font-size:68px; */
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-weight:500;
    margin: 0;
}
.community-inner .left-box h3 span{
    color: #ff8e35;
    display:block;
}
.community-inner .right-box {
    display: flex;
    gap: 15px;
    align-items: center;
}
.community-btn {
    font-size: 16px;
    padding: 14px 24px;
    border-radius: 50px;
    background: #fff;
    color: #1b063f;
    border:2px solid transparent;
    cursor: pointer;
    font-weight: 400;
    transition: all 300ms ease 0s;
}
.community-btn:hover {
    background:transparent;
    border:2px solid #fff;
    color: #fff;
}
.community-btn2 {
    border-radius: 50px;
    background:transparent;
    border:2px solid #fff;
    font-size: 16px;
    padding: 14px 24px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    transition: all 300ms ease 0s;
}
.community-btn2:hover {
    background: #fff;
    border:2px solid #fff;
    color: #1b063f;
}

/*section seven
================================================== */ 
.section-seven{
	width: 100%;
	position: relative;
	display: block;
	padding:80px 0px 0px;
}
.section-seven h3.title{
	font-family: 'aeonikmedium';
	/* font-size: 60px; */
	color: #3e2278;
	text-align: center;
	font-weight: 500;
	padding:0px 0px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.section-seven h3.title span {
	color: #ff8e35;
	/* remove display:block from here */
}

.section-seven h3.title .line-break {
	display: block;
}

.section-seven h3.title .drive-word {
	color: #3e2278;
}
.containt-seven{
	width:100%;
	padding:70px 5%;
	margin:20px auto 0px;
	background:url("../images/ambition-forward.jpg") no-repeat top center;
}
.containt-seven .seven-one{
	width:25%;
	float: left;
	padding:30px 0px;
}
.containt-seven .seven-two{
	width:50%;
	float: left;
	text-align: center;
	position: relative;
}
.containt-seven .seven-two .play-btn{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	background:#1e0e3c;
	border-radius: 50%;
	z-index: 9;
	top:40%;
	left:44.5%;
}
.containt-seven .seven-one .seven-wrap{
	width: 100%;
	float: left;
	border-bottom: 1px solid #3e2278;
	padding:20px 0px;
}
.containt-seven .seven-one .seven-wrap .title{
	font-family: 'aeonikmedium';
	font-size: 32px;
	color:#3e2278;
	font-weight:500;
	padding-bottom: 10px;
}
.containt-seven .seven-one .seven-wrap p{
	font-size:22px;
	color:#727171;
	font-weight: normal;
	padding-bottom: 10px;
}
.learn-more-btn{
	width: 100%;
	margin:0px auto;
	text-align: center;
}
.containt-seven a.learn-more{
	font-size:16px;
	color:#240f48;
	text-align: center;
	padding:14px 24px;
	border-radius:41px;
	border: 2px solid #240f48;
	margin-top: 20px;
	display:inline-block;
	transition: all 300ms ease 0s;
}
.containt-seven a.learn-more:hover{
	color:#ff8e35;
	border:2px solid #ff8e35;
}
/*section eight
================================================== */ 
.section-eight{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px;
	background:#f1edf8;
}
.containt-eight{
	width: 100%;
	display: flex;
	gap: 100px;
	padding: 40px 5%;
}
.containt-eight .left-eight{
    width: 40%;
    border-right: 1px solid #1f0f45;
}
.containt-eight .right-eight {
    width: 60%;
    color: #fff;
}
.containt-eight .left-eight h3 {
	font-family: 'aeonikmedium';
	font-size:68px;
	color: #1f0f45;
    font-weight: 500;
	margin-bottom: 20px;
    line-height: 4.5rem;
}
.containt-eight .right-eight p {
    font-family: 'aeonikregular';
    font-size:30px;
    color:#53486a;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 400;
}
.containt-eight .right-eight a.learn-more{
	font-family: 'aeonikmedium';
	font-size:24px;
	color:#53486a;
	font-weight: 500;
	text-align: center;
	padding:20px 35px;
	border-radius:41px;
	border:2px solid #240f48;
	margin-top: 20px;
	display:inline-block;
	transition: all 300ms ease 0s;
}
.containt-eight .right-eight a.learn-more:hover{
	color:#ff8e35;
	border:2px solid #ff8e35;
}
.member-thum{
	width: 100%;
	margin: 0 auto;
}
/*section nine
================================================== */ 
.section-nine{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px;
	background:#fff;
}
.containt-nine{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 40px 0%;
}
.containt-nine .left-nine{
    width: 40%;
}
.containt-nine .right-nine {
    width: 60%;
    color: #fff;
}
.containt-nine .left-nine img {
    width: 100%;
}
.containt-nine .right-nine h3 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#200f3b;
    font-weight: 500;
    margin-bottom: 20px;
    /* line-height:80px; */
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.containt-nine .right-nine h4 {
    font-family: 'aeonikregular';
    /* font-size:50px; */
    color:#200f3b;
    margin-bottom: 20px;
    /* line-height:60px; */
    font-size: 2.5rem;
  line-height: 2.875rem;
}
.containt-nine .right-nine p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#53486a;
    /* line-height:35px; */
    font-weight: 400;
    font-size: 1.5rem;
  line-height: 1.875rem;
}
/*section ten
================================================== */ 
.section-ten{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px;
	background:#fff;
}
.main-box {
    width:100%;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-content-item {
    display: none;
}
.my-content-item.my-active {
    display: block;
}
.main-box .left-content {
    width:85%;
	padding-bottom: 20px;
	border-bottom: 1px solid #211043;
}
.main-box .left-content h3 {
	font-family: 'aeonikregular';
	/* font-size:58px; */
    font-size:2.5rem;
  line-height: 2.85rem;
	color:#211043;
	font-weight: 500;
}
.main-box .left-content p {
	font-family: 'aeonikregular';
	/* font-size:58px; */
	color:#211043;
	font-weight: 400;
    font-size: 2.5rem;
  line-height: 2.85rem;
}
.main-box .left-content h3 strong{
    font-family: 'aeonikmedium';
}
.main-box .left-content p strong{
    font-family: 'aeonikmedium';
}
.main-box .right-buttons button {
    display:inline-block;
    margin:0px 10px;
    padding: 0px;
    /*background: #3f208a;*/
    background:transparent;
    border:1px solid #adacac;
    width:50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}
.main-box .right-buttons button:hover{
    background: #3f208a;
}
.main-box .right-buttons button:hover .black{
    color:#fff;
}
/*Clinet logo slider*/
.auto-slider {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
}
.auto-track {
    display: flex;
    align-items: center;
    gap: 30px;
    width: max-content;
    animation: scroll 25s linear infinite;
}
.auto-track img {
    height: 100px;
    object-fit: contain;
}
/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Responsive */
@media (max-width: 768px) {
    .auto-track img {
        height: 80px;
    }
}

@media (max-width: 480px) {
    .auto-track img {
        height: 65px;
    }
}
/*End Clinet logo slider*/
/*section eleven
================================================== */ 
.section-eleven{
	width: 100%;
	position: relative;
	display: block;
	padding:80px 0%;
	background:#fff;
}
.section-eleven h3{
	font-family: 'aeonikmedium';
	font-size:60px;
	color: #200f3b;
	text-align:left;
	font-weight: 500;
	margin-bottom:20px;
}
.section-eleven p{
	font-family: 'aeonikregular';
    font-size:30px;
    color:#200f3b;
    line-height:38px;
    font-weight: normal;
}

.containt-eleven{
	width: 100%;
	margin:0px auto;
	display: flex;
	/*align-items: center;*/
	gap: 100px;
	padding: 40px 0px;
	border-bottom: 1px solid #dcdcdc;
}
.containt-eleven:last-child{
    border-bottom: none;
}
.containt-eleven .left-nine{
    width:70%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    /*gap: 160px;*/
}
.containt-eleven .left-nine .ltnine{
	width: 47%;
}
.containt-eleven .left-nine .rtnine{
	width: 50%;
}
.containt-eleven .left-nine .ltnine h4{
	font-family: 'aeonikregular';
	/* font-size:50px; */
	color: #200f3b;
    /* line-height: 3.5rem; */
    font-size: 2rem;
    line-height: 2.25rem;
}
.containt-eleven .left-nine .rtnine p{
	font-family: 'aeonikregular';
	/* font-size:30px; */
	color: #200f3b;
	line-height:35px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.containt-eleven .left-nine .rtnine a.learn-more{
	font-family: 'aeonikmedium';
	/* font-size:20px; */
	color:#393054;
	font-weight:500;
	text-align: center;
	padding: 15px 0px;
	border-radius:35px;
	/*border: 1px solid #5c5070;*/
	margin-top:10px;
	display:inline-block;
	transition: all 300ms ease 0s;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.containt-eleven .left-nine .rtnine a.learn-more:after{
	content: '';
	display: inline-block;
	width:12px;
	height: 12px;
	margin-left: 8px;
	background-image: url('../images/arrow-right2.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.containt-eleven .left-nine .rtnine a.learn-more:hover::after {
	background-image: url('../images/arrow-right2-hover.png');
}
.containt-eleven .left-nine .rtnine a.learn-more:hover{
	color:#ff8e35;
}

/*
.containt-eleven .left-nine .rtnine a.learn-more:hover{
	color:#ff8e35;
	border: 1px solid #ff8e35;
}*/
.containt-eleven .right-nine {
    width:30%;
    color: #fff;
}
.containt-eleven .right-nine .thum{
	width: 100%;
}
.containt-eleven .right-nine .thum img{
	width: 100%;
	border-radius: 12px;
}
/*section twelve
================================================== */ 
.section-twelve{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px;
	background:#fff;
}
.section-twelve h3.title{
	font-family: 'aeonikmedium';
	/* font-size:68px; */
	color:#211043;
    font-weight: 500;
    font-size: 3.5rem;
  line-height: 3.85rem;
	padding-bottom: 20px;
}
.section-twelve p {
  font-family: 'aeonikregular';
  /* font-size: 30px; */
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #53486a;
  margin-bottom: 20px;
}
.containt-twelve{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	gap:30px;
	padding:40px 0px 0px;
}
.containt-twelve .right-twelve{
    width:58%;
	position: relative;
}
/* HERO */
.global-event {
  max-width: 100%;
  margin:0px auto;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  min-height:485px;
  /* BACKGROUND IMAGE */
  background: url('../images/global-events.jpg') no-repeat center/cover;
  /* display: flex;
  align-items: center; */
}

/* CONTENT */
.global-event-content {
  position: relative;
  z-index: 2;
  padding:65px 10px 60px 60px;
  color: #fff;
  max-width:516px;
}

.global-event-content h2 {
    font-family: 'aeonikmedium';
    /* font-size:50px; */
    font-size:2rem;
  line-height: 2.85rem;
    margin-bottom: 20px;
}

.global-event-content p {
  /* font-size: 30px; */
  color: #fff;
  /* line-height:35px; */
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 30px;
}

.global-event-btn {
  display: inline-block;
  padding: 14px 24px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size:16px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.global-event-btn:hover {
  background: #fff;
  color: #ff7a18;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .global-event {
    min-height: 500px;
    justify-content: center;
    text-align: center;
  }

  .global-event::before {
    width: 100%;
    clip-path: none;
    opacity: 0.9;
  }

  .global-event-content {
    padding: 40px 20px;
  }

  .global-event-content h2 {
    font-size: 30px;
  }

  .global-event-content p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
.global-event {
    display: block;
  }
  
  .global-event-content h2 {
    font-size: 28px;
    text-align: left;
  }

  .global-event-content p {
    font-size: 18px;
    text-align: left;
    padding: 0px!important;
  }
  .global-event-btn{
    font-size: 16px;
    text-align: left;
    float: left;
  }
}
.events-slider{
    width:100%;
    max-width:100%;
}
.event-slide{
    display:none;
}
.event-slide.active{
    display:block;
}
.event-slide img{
    width:100%;
    display:block;
}
.event-controls{
    width:100%;
    max-width:100%;
    text-align:right;
    margin-top:10px;
}
.event-prev,
.event-next{
    background:#fff;
    color:#fff;
    border:none;
    padding:8px 5px;
    cursor:pointer;
    margin-left:5px;
}
.event-prev{
    left:10px;
}
.event-next{
    right:10px;
}

.containt-twelve .left-twelve{
    width:42%;
    /*background:#fafafa;*/
	background: url("../images/events-bg.jpg") no-repeat center right;
    border-radius:28px;
    padding:135px 0 88px 43px;
}
.containt-twelve .right-twelve img {
    width: 100%;
}
.containt-twelve .left-twelve h3 {
    font-family: 'aeonik_trialbold';
    /* font-size:50px; */
    font-size: 2rem;
    line-height: 2.25rem;
    color:#fff;
    font-weight: 500;
    margin-bottom:10px;
}
.containt-twelve .left-twelve h4 {
    font-family: 'aeonik_trialbold';
    /* font-size:30px; */
    color:#fff;
    /* line-height:42px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.containt-twelve .left-twelve p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:32px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.containt-twelve .left-twelve .linetwo{
	font-family: 'aeonikmedium';
    font-size:24px;
    color:#fff;
    line-height:32px;
    font-weight: 500;
    padding-bottom: 10px;
}
.containt-twelve .left-twelve a.learn-more{
	/* font-size:26px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
	color:#fff;
	text-align: center;
	/*padding:14px 24px;
	border-radius:45px;
	 border: 1px solid #fff; */
	margin-top: 20px;
	display:inline-block;
	transition: all 300ms ease 0s;
    font-style: italic;
}
/* .containt-twelve .left-twelve a.learn-more:hover{
	color:#ff8e35;
	border: 1px solid #ff8e35;
} */
/*section thirteen
================================================== */ 
.section-thirteen{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 100px;
	background:#fff;
}
.section-thirteen h3 {
    font-family: 'aeonikmedium';
    font-size:56px;
    color:#211043;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.section-thirteen h4 {
    font-family: 'aeonikregular';
    font-size:36px;
    color:#211043;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.section-thirteen p {
    font-family: 'aeonikregular';
    font-size:26px;
    color:#4e4e4e;
    line-height:36px;
    text-align: center;
    padding:0px 190px 10px;
}
.containt-thirteen{
	width:100%;
	margin:134px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap:60px;
}
.containt-thirteen .awards-box{	
	flex: 0 30%;
	position: relative;
	border-radius:20px;
	padding:0px 0px 0px 40px;
	margin: 40px 0px 0px;
}
.containt-thirteen .awards-box .awards-thum{
	position: absolute;
	right:0px;
	bottom:10px;
}
.containt-thirteen .num{
	font-family: 'aeonikmedium';
	font-size:20px;
	color:#fff;
	font-weight: 500;
	padding-top:30px;
}
.containt-thirteen .awards-box h3{
	font-family: 'aeonikmedium';
	font-size: 30px;
	color:#fff;
	font-weight:500;
	text-align: left;
	line-height: 30px;
	padding: 40px 177px 0px 0px;
}
.containt-thirteen .awards-box h3 span{
	font-family: 'aeonikregular';
	font-weight:300;
	padding-top: 82px;
}
.purplebg{
	background: #3f208a url("../images/news-bg.jpg") no-repeat bottom right;
	background-size: cover;
}
.orangebg{
	background: #ffa756 url("../images/orange-bg.jpg") no-repeat bottom right;
}
.skybluebg{
	background: #10ddf3 url("../images/skyblue-bg.jpg") no-repeat bottom right;
}
/*inner banner
================================================== */ 
.inner-banner{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px;
	background:#fff;
}
.containt-banner{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 40px 13%;
}
.containt-banner .left-banner-box{
    width: 40%;
}
.containt-banner .right-banner-box {
    width: 60%;
    color: #fff;
}
.containt-banner .left-banner-box img {
    width: 100%;
}
.containt-banner .right-banner-box h3 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#241046;
    font-weight: 500;
    margin-bottom: 20px;
    /* line-height:56px; */
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.containt-banner .right-banner-box h4 {
     font-family: 'aeonikregular';
    font-size:52px;
    color:#200f3b;
    margin-bottom: 20px;
    font-weight: 400;
    line-height:60px;
}
.containt-banner .right-banner-box p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#53486a;
    font-weight: 400;
    /* line-height:35px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
}
/*section2*/
.common-inner{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px;
}
.common-heading{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px;
}
.common-heading h2 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    font-size: 3.5rem;
  line-height: 3.85rem;
    color:#200f3b;
    font-weight: 500;
}
.bg1{
	background: #f8f5f0;
}
.bg2{
	background: #ffeedb;
}
.bg3{
	background: #f7f3e8;
}
.bg4{
	background:#fff7f3;
}
.bg5{
	background: #fffcfb;
}
.bdrbtn{
    border: 1px solid #200f3b;
}
.border-radius-img{
	border-radius: 20px;
}
.common-containt{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 40px 0%;
}
.common-containt .common-left{
    width:50%;
}
.common-containt .common-right {
    width: 50%;
    color: #fff;
}
.common-containt .common-left img {
    width: 100%;
}
.common-containt .common-right h3.small {
    font-family: 'aeonikmedium';
    /* font-size:50px; */
    color:#241046;
    font-weight: 500;
    margin-bottom: 20px;
    /* line-height: 4rem; */
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.common-containt .common-right h3 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#241046;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.common-containt .common-right h3 span{
	display: block;
}
.common-containt .common-right p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#53486a;
    font-weight: 400;
    /* line-height:35px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.common-containt .common-right p.namep {
	font-size:30px;
	font-style: italic;
	text-align: right;
}
.common-containt .common-right p.postp {
	font-size:18px;
    color:#3a3055;
    font-weight: 400;
	text-align: right;
}
.glance{
	width: 100%;
	margin: 0 auto;
	padding: 40px 100px 80px;
}
.glance h3 {
    font-family: 'aeonikmedium';
    font-size:54px;
    color:#241046;
    font-weight: 500;
    margin-bottom: 20px;
    line-height:56px;
}
.glance-containt{
	width:100%;
	margin:34px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
.glance-containt .glance-box{	
	flex: 0 23%;
	position: relative;
	border-radius:20px;
	padding:20px 20px;
	margin: 40px 0px 0px;
}
.glance-containt .glance-box .awards-thum{
	position: absolute;
	right:10px;
	top:10px;
}
.glance-containt .num{
	font-family: 'aeonikmedium';
	font-size:60px;
	font-weight: 500;
	padding-top:30px;
}
.glance-containt .glance-box h4{
	font-family: 'aeonikmedium';
	font-size: 30px;
	font-weight:500;
	text-align: left;
	line-height: 30px;
	padding:40px 0px 10px;
}
.bg-one{
	background: url("../images/bg-one.jpg") no-repeat bottom right;
	background-size: cover;
}
.bg-two{
	background: url("../images/bg-two.jpg") no-repeat bottom right;
	background-size: cover;
}
.bg-three{
	background: url("../images/bg-three.jpg") no-repeat bottom right;
	background-size: cover;
}
/*Faq*/
.faq-section{
    width:100%;
    float: left;
    padding:40px 0%;
}
.faq-section h3 {
  font-family: 'aeonikmedium';
  /* font-size:68px; */
  color: #200f3b;
  font-weight: 500;
  margin-bottom: 20px;
  /* line-height: 56px; */
  font-size: 3.5rem;
  line-height: 3.85rem;
}
.faq-item{
    border-bottom:1px solid #ddd;
}
.faq-question{
	width:100%;
	background:none;
	border:none;
	text-align:left;
	padding:25px 0;
	/* font-size:30px; */
	font-weight:400;
	cursor:pointer;
	display:flex;
	justify-content:space-between;
	align-items:center;
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.faq-text{
	color:#200f3b;
}
.faq-text-two{
	color:#fff;
}
.faq-question img{
	width:18px;
	height:18px;
}
.arrow{
	width:18px;
	transition:0.3s;
}
.faq-item.active .faq-icon{
	transform:rotate(180deg);
}
.faq-answer{
	max-height:0;
	overflow:hidden;
	transition:max-height 0.4s ease;
}
.faq-answer p{
    padding-bottom:20px;
	/* font-size:25px;
    line-height: 32px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
    font-weight: 400;
}
.faq-item.active .arrow{
	transform:rotate(180deg);
}
/* Responsive */
@media (max-width:768px){
.faq-section{
    width: 100%;
    padding:40px 0px;
}
.faq-question{
    padding: 15px 0px;
}
.faq-section h3{
    font-size:35px;
    line-height:inherit;
}
.faq-question{
    font-size:22px;
}
.faq-answer p{
    font-size: 18px;
    line-height: 22px;
}
}
/*End Faq*/

/*Chapters & Community*/
.inner-banner-section{
    width:100%;
    height:600px;
    background:url("../images/inner-bg.jpg") top center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.inner-banner-content{
    width:86%;
}
.inner-banner-content h1{
	font-family: 'aeonikmedium';
    /* font-size:68px; */
    font-weight:500;
    margin-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.inner-banner-content p{
	font-family: 'aeonikregular';
    /* font-size:30px; */
    font-weight: 400;
    /* line-height:38px; */
    margin-bottom:30px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.banner-btn {
    font-family: 'aeonik_trialregular';
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    background-color: #fff;
    border-radius: 50px;
    font-size:16px;
    color: #16062b;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner-btn a{
    color: #16062b;
}
.banner-btn .banner-arrow {
    padding-top: 5px;
}

.banner-btn:hover {
    background-color: #f2f2f2;
}


@media (max-width:992px){

.inner-banner-content h1{
    font-size:36px;
}
.inner-banner-content p{
    font-size:16px;
}
}

@media (max-width:600px){
.inner-banner-content {
	text-align: left;
}
.inner-banner-content h1{
    font-size:34px;
    line-height: 2.85rem;
}
.inner-banner-content p{
    font-size:20px;
    line-height: 26px;
}
/* .banner-btn{
    padding:12px 15px;
    font-size:18px;
} */
}

/*Member Success Stories*/
.inner-banner-option{
    width:100%;
    background:url("../images/mss-bg.jpg") top center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
	gap: 100px;
 	padding:80px 13%;
}
.inner-banner-option .banner-img{
	width:40%;
}
.inner-banner-option .banner-img img{
	width:100%;
}
.inner-banner-option .banner-text{
	width:50%;
}
.inner-banner-option .banner-text h3{
	font-family: 'aeonikmedium';
	/* font-size:68px; */
	color: #fff;
	text-align:left;
	font-weight: 500;
	margin-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.inner-banner-option .banner-text p{
	font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:38px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
    font-weight: 400;
    margin-bottom:35px;
}

.benefits-member{
	width: 100%;
	position: relative;
	display: block;
	background:#200f3b;
	padding:80px 5%;
}
.benefits-member h3{
	font-family: 'aeonikmedium';
    font-size: 3.5rem;
  line-height: 3.85rem;
    /* font-size:68px; */
	color:#fff;
    font-weight:500;
	text-align: center;
    margin-bottom:60px;
}
/* 
.tab-container {
  width: 100%;
  margin: 0 auto;
}
.tabs {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid #ccc;
}
.tab-link {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: 'aeonikmedium';
  font-size: 24px;
  color:#c3b7d6;
  font-weight: 500;
  text-align: center;
  background: transparent;
}
.tab-link span{
	display: block;
}
.tab-link.active {
  color: #fff;
}
.tab-content {
  padding: 10px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-inner-content{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
	gap: 150px;
 	padding:80px 100px 0px;
}
.tab-inner-content .cat-thum{
	width:45%;
}
.tab-inner-content .cat-thum img{
	width:100%;
	border-radius: 25px;
}
.tab-inner-content .cat-text{
	width:50%;
}
.tab-inner-content .cat-text h3{
	font-family: 'aeonikmedium';
	font-size:45px;
	color: #fff;
	text-align:left;
	font-weight: 500;
	margin-bottom:20px;
}
.tab-inner-content .cat-text h3 span{
	display: block;
}
.tab-inner-content .cat-text p{
	font-family: 'aeonikregular';
    font-size:26px;
    color:#fff;
    line-height:38px;
    font-weight: normal;
    margin-bottom:30px;
}
/* Responsive styling 
@media (max-width: 600px) {
  .tabs {
    flex-direction: column;
  }
  .tab-link {
    text-align: left;
  }
} */
.insight-members{
	width:100%;
    /* background:url("../images/mss-bg.jpg") top center/cover no-repeat; */
    background: #1b063f;
 	padding:80px 5%;
}
.insight-members h3{
	font-family: 'aeonikmedium';
	/* font-size:66px; */
	color: #fff;
	text-align:center;
	font-weight: 500;
	margin-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.insight-members-content{
    width:100%;
    display:flex;
	flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    color:#fff;
 	padding:80px 0px;
}
.insight-members-content .members{
	width:45%;
    padding:20px;
	margin:0px 40px;
    box-sizing:border-box;
}
.insight-members-content .members .member-thum{
	width:100%;
}
.insight-members-content .members .member-thum img{
	width:100%;
	border-radius: 25px;
}
.insight-members-content .members .member-text{
	width:100%;
}
.insight-members-content .members .member-text h4{
	font-family: 'aeonikmedium';
	font-size:32px;
	color: #fff;
	text-align:left;
	font-weight: 500;
	margin-top: 20px;;
	margin-bottom:20px;
}
.insight-members-content .members .member-text h4 span{
	display: block;
}
.insight-members-content .members .member-text p{
	font-family: 'aeonikregular';
    font-size:26px;
    color:#fff;
    line-height:38px;
    font-weight: normal;
    margin-bottom:30px;
}
@media (max-width:768px){
    .insight-members-content .members{
        width:100%;
        margin: 0px 0px;
        padding: 0px;
    }
    .insight-members-content .members .member-text h4 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom:10px;
    }
    .insight-members-content .members .member-text p{
        font-size: 20px;
        line-height: 26px;
    }
}
/*Member Success Stories -  Insights from PMI Members side popup*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  display: none;
}
.overlay.active {
  display: block;
}
.profile-panel {
  position: fixed;
  top: 0;
  right: -800px;
  width:800px;
  height: 100%;
  background-color: #fff;
  padding:100px 94px;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.5s ease;
  z-index: 99999;
  border-top:10px solid #6c298f;
}
.profile-panel.active {
  right: 0;
}
.profile-panel h2{
    font-size: 32px;
    color:#200f3b;
    font-weight:700;
    padding-bottom:20px;
}
.profile-panel p#designation{
    font-size: 16px;
    color: #361B74;
    font-weight: 700;
    text-align: left;
    padding-bottom: 4px;
}
.profile-panel p#company{
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-align: left;
    padding-bottom: 4px;
    font-style: italic;
}
.profile-panel p#description{
    font-size: 15px;
    color: #333;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
    margin-top: 40px;
    white-space: pre-line;
    height: 700px;
    overflow-x: auto;
    overflow-y:scroll;
    padding-bottom: 40px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size:48px;
  font-weight: bold;
  cursor: pointer;
}
/*End Member Success Stories*/

/*Chapter Directory*/
.chapters{
	width: 100%;
	position: relative;
	display:block;
	background:#37274f;
	padding: 80px 4%;
    border-top:1px solid #fff;
}
/* Top menu */
.country-menu{
    text-align:center;
    padding:20px;
	position:relative;
}
/* dropdown */
.dropdown{
    display:inline-block;
    position:relative;
}

/* dropdown menu */
.dropdown-content{
    display:none;
    position:absolute;
    top:36px;
    left:0;
    background:#37274f;
	border:1px solid #fff;
    min-width:330px;
    text-align:left;
    border-radius:6px;
    overflow:hidden;
    z-index:10;
}

/* dropdown links */
.dropdown-content a{
    display:block;
    color: #fff !important;
    font-size:15px!important;
    margin:0!important;
	padding:10px 15px;
}

.dropdown-content a:hover{
    background:#1c0f3f;
}

/* show on hover */
.dropdown:hover .dropdown-content{
    display:block;
}
.show{
    display:block;
}
.country-menu a{
    /* font-family: 'aeonik_trialbold'; */
    color:#fff;
    margin:0 20px;
    font-weight: 500;
    text-decoration:none;
    font-size:30px;
}

/* Main container */
.chapter-box{
    width:90%;
    margin:40px auto;
    padding:88px;
    border-radius:320px;
    display:flex;
    align-items:center;
    gap:40px;
    color:#fff;
    background:url("../images/chapter-bg.jpg") top center/cover no-repeat;
}
/* Left */
.chapter-left{
    flex:1;
	padding:40px;
}
.chapter-left img{
    max-width:320px;
}
.chapter-left h3{
    margin-top:40px;
    font-size:15px;
    line-height: 1.125rem;
    text-align: center;
    border:1px solid #fff;
    border-radius:20px;
    padding:10px 0px;
    width:140px;
}
#chapterCountry {
    font-family: 'aeonikmedium';
    margin-top:40px;
    font-size:14px;
    line-height: 1.125rem;
    text-align: center;
    color: #fff;
    border:2px solid #fff;
    border-radius:20px;
    padding:10px 20px;
    display: block;
    width:188px;
    letter-spacing: 0.5px;
}
#chapterCountry:after{
    font-family: 'FontAwesome';
  content: '\f08e';
  color: #fff;
  font-size: 14px;
  padding: 0px 0px 0px 10px;
}
/* Right */
.chapter-right{
    flex:1;
	padding:40px;
}
.chapter-right h2{
	font-family: 'aeonikmedium';
    font-size:30px;
    font-weight: 500;
}
.desc{
	font-size: 18px;
    margin:10px 0 25px;
    line-height:22px;
}
/* info */
.info{
	font-family: 'aeonikregular';
	font-size: 18px;
    display:flex;
    gap:80px;
    margin-bottom:20px;
}
.info strong{
	font-family: 'aeonikmedium';
    display: block;
    font-weight: 500;
    padding-bottom: 5px;
}
.contact{
	font-family: 'aeonikregular';
	font-size: 18px;
    margin-bottom:20px;
}
.contact strong{
	font-family: 'aeonikmedium';
    font-weight: 500;
}
.bottom-row{
	border-top: 1px solid #fff;
	padding-top: 20px;
}
/* bottom */
.bottom-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:20px 0;
}
.bottom-row p{
	font-size: 18px;
	color: #fff;
}
.bottom-row button{
	font-size: 16px;
	color:#000;
    background:#fff;
    border:none;
    padding:14px 24px;
    border-radius:25px;
    cursor:pointer;
}
.bottom-row button:hover{
    background:#d0cbd8;
}
.bottom-row button a{
	color:#000;
}
.links{
    display:flex;
    justify-content:space-between;
    font-size:14px;
}
.links a{
    font-family: 'aeonikmedium';
	font-size: 18px;
    color:#fff;
    font-weight: 500;
    text-decoration:none;
}
.links a img{
    width: 7px;
}
/* Responsive */
@media (max-width:768px){

.chapter-box{
    flex-direction:column;
    border-radius:40px;
    display: block;
}
.divider{
    display:none;
}
.info{
    flex-direction:column;
    gap:20px;
}
.links{
    flex-direction:column;
    gap:10px;
    text-align: center;
}
.links a{
	font-size: 14px;
}
.bottom-row{
    flex-direction:column;
    gap:15px;
    display: block;
    text-align: center;
}
.bottom-row button{
	margin-top: 20px;
	/* font-size: 14px; */
}
}

.regional-events{
	width: 100%;
	position: relative;
	float: left;
	background:#200f3b;
	padding: 100px 0 20px;
}
.regional-events h3{
	font-family: 'aeonikmedium';
	/* font-size:68px; */
	color: #fff;
	text-align:left;
	font-weight: 500;
	margin-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.regional-events p{
    /* font-size:30px; */
    color:#fff;
    line-height:38px;
    /* font-weight: normal; */
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.regional-events-slider{
	width:100%;
	overflow: hidden;
	background:#200f3b;
	float: right;
}
.auto-events-slider {
    width: 96%;
    overflow: hidden;
    padding: 20px 0;
    float: right;
}
/* Track */
.auto-events-slider ul {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scroll-left 25s linear infinite;
    list-style: none;
    padding: 0;
    margin: 0;
}
.auto-events-slider ul:hover{
    animation-play-state: paused;
}
/* Each item */
.auto-events-slider li {
    flex:0 0 auto;
    text-align:center;
    margin-right:30px;
	background: #fff;
    padding: 7px;
}
/* Image */
.auto-events-slider li img {
    height:200px;
    display: block;
    margin: auto;
}
/* Text */
.auto-events-slider li span {
    display: block;
    font-size:18px;
	color:#200f3b;
	padding:10px 0px;
}
/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .auto-events-slider li img {
        height: 80px;
    }
}

@media (max-width: 480px) {
    .auto-events-slider li img {
        height: 65px;
    }
}




.auto-events-slider2 {
    width: 96%;
    overflow: hidden;
    padding: 20px 0;
    float: left;
}
/* Track */
.auto-events-slider2 ul {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scroll-left 25s linear infinite reverse;
    list-style: none;
    padding: 0;
    margin: 0;
}
.auto-events-slider2 ul:hover{
    animation-play-state: paused;
}
/* Each item */
.auto-events-slider2 li {
    flex:0 0 auto;
    text-align:center;
    margin-right:30px;
	background: #fff;
    padding: 7px;
}
/* Image */
.auto-events-slider2 li img {
    height:200px;
    display: block;
    margin: auto;
}
/* Text */
.auto-events-slider2 li span {
    display: block;
    font-size:18px;
	color:#200f3b;
	padding:10px 0px;
}
/* Animation */
@keyframes scroll-left {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .auto-events-slider2 li {
        margin-right: 14px;
    }
    .auto-events-slider2 li img {
        height:100px;
    }
    .auto-events-slider2 li span{
        padding: 0px;
    }
}

@media (max-width: 480px) {
    .auto-events-slider2 li img {
        height: 100px;
    }
}
/*End Chapter Directory*/
 .membership-benefits{
	width: 100%;
	position: relative;
	float: left;
	background:#200f3b;
	padding:80px 0%;
}
.membership-benefits h3{
	font-family: 'aeonikmedium';
	/* font-size:68px; */
	color: #fff;
	text-align:left;
	font-weight: 500;
	margin-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;

}
.membership-benefits p{
    /* font-size:30px; */
    color:#fff;
    line-height:35px;
    font-weight: 400;
    font-size: 1.5rem;
  line-height: 1.875rem;
}
 .membership-section {
    padding: 60px 0px;
}
.membership-container {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.membership-card {
    color: #fff;
}
.membership-card img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}
.membership-card h3 {
    font-family: 'aeonikmedium';
    /* font-size: 30px; */
    color: #fff;
    line-height: 35px;
    font-weight: 500;
    margin-bottom:20px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}

.membership-card p {
    /* font-size: 20px; */
    color: #fff;
    /* line-height:26px; */
    font-size: 1.2rem;
  line-height: 1.675rem;
}
.explore-membership-btn {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.explore-membership-btn a.explore-more {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 14px 24px;
  border-radius: 41px;
  border: 2px solid #fff;
  margin-top: 20px;
  display: inline-block;
  transition: all 300ms ease 0s;
}
.explore-membership-btn a.explore-more:hover {
    background:#fff;
    color: #200f3b;
}
/* Tablet */
@media (max-width: 992px) {
    .membership-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .membership-container {
        grid-template-columns: 1fr;
    }

    .membership-card {
        text-align: center;
        padding-bottom: 20px;
    }
}
/*
.slider-container{
  width:100%;
  overflow:hidden;  
  position:relative;
  padding:60px 0px;
}

.slider-track{
  display:flex;       
  gap:20px;           
  transition:transform 0.5s ease;
}

.card{
  flex:0 0 calc(25% - 15px);
  background:#fbede0;
  border-radius:20px;
  padding:60px 0px;
  display:flex;
  flex-direction:column; 
  justify-content:center;  
  align-items:center;
  text-align:center;
}

.card h3,
.card p{
  margin:8px 0;
}
.card h3{
	font-family: 'aeonikmedium';
	font-size:30px;
	color: #211043;
	font-weight:bold;
	margin-bottom:10px;
}
.card p{
	font-family: 'aeonikregular';
    font-size:18px;
    color:#211043;
    line-height:22px;
    font-weight: normal;
}
.membership-btn{
	font-size:22px;
    padding:20px 30px;
    background:#fff;
    color:#333;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
    transition:0.3s;
	margin:0px auto 0;
	display:block;
	width:fit-content;
}
.membership-btn:hover{
    background:#f2f2f2;
}
.membership-btn span{
    margin-left:8px;
}
.membership-btn img{
	width:38px;
}*/
/* button */
.btn{
  display:inline-block;
  margin-top:10px;
  padding:8px 20px;
  background:#2a0b3d;
  color:#fff;
  border-radius:20px;
  text-decoration:none;
}

/* arrows bottom right */
.slider-arrows{
  position:absolute;
  bottom:0;
  right:0;
  display:flex;
  gap:10px;
}

.slider-arrows button{
  width:45px;
  height:45px;
  border-radius:50%;
  border:2px solid #2a0b3d;
  background:#fff;
  cursor:pointer;
  font-size:20px;
}
.slider-dots{
  text-align:left;
  margin-top:30px;
}

.slider-dots span{
  width:10px;
  height:3px;
  background:#ccc;
  display:inline-block;
  margin:0 6px;
  cursor:pointer;
  transition:0.3s;
}

.slider-dots span.active{
	width:40px;
	height:3px;
	background:#37274f;
}
/* responsive */
@media(max-width:900px){
  .card{ flex:0 0 calc(50% - 10px); } /* 2 cards */
}

@media(max-width:600px){
  .card{ flex:0 0 100%; } /* 1 card */
}

/* Connect. Collaborate. Grow. */
.ccg{
	width:100%;
	padding:100px 0px 0px;
	background:#200f3b;
	border-top:2px solid #fff;
}
.ccg h2{
	font-family: 'aeonikmedium';
	/* font-size:68px; */
	color: #fff;
	text-align:center;
	font-weight: 500;
	margin-bottom:80px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.ccg-content{
	display:flex;
	align-items:center;
	gap:100px;
	flex-wrap:wrap;
}
.ccg-img{
	width:40%;
}
.ccg-text{
	width:50%;
}
.ccg-text h3{
	font-family: 'aeonikmedium';
	/* font-size:50px; */
	color: #fff;
	text-align:left;
	font-weight: 500;
	margin-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.ccg-text p{
	font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:38px; */
    font-weight: normal;
    margin-bottom:30px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}

/* PRINCIPLES */
.principles-wrap{
	width:100%;
	padding:80px 0 0px;
	background:#200f3b;
}
.principles{
	margin-top:80px;
	/*background:linear-gradient(135deg,#4a2a87,#ff7a18);*/
    background:url("../images/principles-bg.jpg") top center/cover no-repeat;
	padding:80px 50px;
	border-radius:30px;
}
.principles h3{
	 font-family: 'aeonikmedium';
	/* font-size:68px; */
	color: #fff;
	text-align:left;
	font-weight: 500;
	margin-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.sub{
	font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:35px; */
    font-weight: 400;
	margin-bottom:30px;
     font-size: 1.5rem;
  line-height: 1.875rem;
}
.values-section {
    padding: 40px 0px 0px;
    color: #fff;
}
.value-row {
    display: grid;
    /* grid-template-columns: 1fr 2fr 1.5fr; */
    grid-template-columns: 1fr 1.2fr 0.8fr;
    /*align-items: center;*/
    gap: 30px;
    padding: 40px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.value-row:last-child {
    border-bottom: none;
}
.value-content {
    font-family: 'aeonik_trialregular';
    /* font-size:30px;
    line-height:35px; */
    font-weight: 400;
    color: #fff;
   font-size: 1.125rem;
  line-height: 1.5rem;
  padding-right: 88px;
}
.value-row .title {
    font-family: 'aeonikmedium';
    /* font-size: 30px; */
    font-weight: 500;
    font-size: 2rem;
  line-height: 2.25rem;
}
.value-row .thum {
    text-align: right;
}
.value-row .thum img {
    width: 100%;
    max-width:355px;
    border-radius: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .value-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .value-row .thum img {
        margin: auto;
    }
}


/* BENEFITS */
.benefits-wrap{
	width:100%;
	padding:80px 0%;
	background:#1c0f3f;
}
.benefits{
	display:flex;
	/* align-items:center; */
	gap:100px;
	margin-top:80px;
	flex-wrap:wrap;
}
.benefits-img{
	width:40%;
}
.benefits-img img{
	width:100%;
}
.benefits-text{
	width:46%;
}
.benefits-text h3{
	font-family: 'aeonikmedium';
	/* font-size:68px; */
	color: #fff;
	text-align:left;
	font-weight: 500;
	margin-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.benefits-text p{
	font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:38px; */
    font-weight: 400;
    margin-bottom:30px;
     font-size: 1.5rem;
  line-height: 1.875rem;
}
.benefits-btn{
	font-size:22px;
    display:inline-block;
    padding:14px 30px;
    background:#fff;
    color:#333;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
    transition:0.3s;
}
.benefits-btn:hover{
    background:#f2f2f2;
}
.benefits-btn span{
    margin-left:8px;
}

/* TABLET */
@media(max-width:992px){
.core-values{
grid-template-columns:repeat(2,1fr);
}
.ccg-content{
flex-direction:column;
text-align:center;
}
.benefits{
    margin-top: 0px;
flex-direction:column;
text-align:center;
}

}

/* MOBILE */
@media(max-width:600px){
.core-values{
grid-template-columns:1fr;
}
.ccg-img img,
.benefits-img img{
width:100%;
}
.benefits{
    gap: 20px;
}
.benefits-img{
    width: 100%;
}
.benefits-text {
  width: 100%;
}
.benefits-text h3{
    font-size: 34px;
    line-height: 2.85rem;
}
.benefits-text p{
    font-size: 20px;
    line-height: 26px;
    text-align: left;
}
}

/* Join a local chapter */
.join-local-chapter{
	width:100%;
	padding:80px 0%;
	background:#37274f;
}
.join-chapter{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
}
.join-chapter .left-box{
	width:25%;
}
.join-chapter .left-box h3{
    font-family:'aeonikmedium';
	/* font-size:68px; */
	color:#fff;
    font-size: 3.5rem;
  line-height: 3.85rem;
}

.join-chapter .right-box{
	width:70%;
	padding-left:85px;
}
.join-chapter .right-box h3{
    font-family:'aeonikmedium';
    /* font-size:40px; */
    color:#fff;
    font-weight:500;
    padding-bottom:20px;
    font-size: 2rem;
  line-height: 2.25rem;
}
.join-chapter .right-box p{
    font-family:'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height: 35px; */
    font-weight:400;
    padding-bottom: 10px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.join-chapter-btn {
    font-family: 'aeonik_trialregular';
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    margin-top: 20px;
    background-color:transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size:16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.join-chapter-btn a{
    color: #fff;
}
.join-chapter-btn .banner-arrow {
    padding-top: 5px;
}

.join-chapter-btn:hover {
    background-color: #16062b;
    color:#fff;
}
/*Local Chapter Slider
.local-chapter-slider-box{
    width:100%;
    margin:0 auto;
    color:#fff;
    padding:20px;
    display:flex;
    flex-direction:column;
}
.local-chapter-slide-item{
    display:none;
}

.local-chapter-slide-item.local-chapter-slide-active{
    display:block;
}
.local-chapter-slider-content{
    width:100%;
    padding-bottom:20px;
}
.local-chapter-slider-content h3{
    font-family:'aeonikmedium';
    font-size:28px;
    color:#fff;
    font-weight:bold;
    padding-bottom:10px;
}
.local-chapter-slider-content p{
    font-family:'aeonikregular';
    font-size:24px;
    color:#fff;
    line-height: 32px;
    font-weight:normal;
}
.local-chapter-slider-content a.learn-more{
	font-family: 'aeonikmedium';
	font-size:22px;
	color:#fff;
	font-weight: 500;
	text-align: center;
	padding: 25px 27px;
	border-radius:41px;
	border:2px solid #fff;
	margin-top: 20px;
	display:inline-block;
	transition: all 300ms ease 0s;
}
.local-chapter-slider-content a.learn-more:hover{
	color:#ff8e35;
	border:2px solid #ff8e35;
}*/
/* BUTTON POSITION */
.local-chapter-slider-controls{
	text-align: right;
	margin-top: 104px;
	position: absolute;
	right: 13%;
}
.local-chapter-slider-controls button{
    margin-left:10px;
    background:transparent;
    width:50px;
    height:50px;
    border-radius:50%;
    border:none;
    cursor:pointer;
    border: 1px solid #fff;
}
.local-chapter-slider-controls button:hover{
    margin-left:10px;
    background:#ff8e35;
    width:50px;
    height:50px;
    border-radius:50%;
    border:none;
    cursor:pointer;
}
/*End Local Chapter Slider*/
/*Faq*/
.faq-two-section-wrap{
    width:100%;
    float: left;
    padding:80px 0%;
    background:#1c0f3f;
}
.faq-two-section{
    width:100%;
}
.faq-two-section h3 {
  font-family: 'aeonikmedium';
  /* font-size: 68px; */
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  /* line-height: 56px; */
  font-size: 3.5rem;
  line-height: 3.85rem;

}
/*PMI for Organizations
================================================== */ 
.organizations-section{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px;
	background: url("../images/organisation-bg.jpg") top center/cover no-repeat;
}
.containt-organizations{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 40px 13%;
}
.containt-organizations .left-organizations{
    width: 40%;
}
.containt-organizations .right-organizations {
    width: 60%;
    color: #fff;
}
.containt-organizations .left-organizations img {
    width: 100%;
}
.containt-organizations .right-organizations h3 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#fff;
    font-weight: 500;
    margin-bottom: 20px;
    /* line-height:82px; */
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.containt-organizations .right-organizations p {
    /* font-size:30px; */
    color:#fff;
    /* line-height:35px; */
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.gradient-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  background-color: #ffffff; /* ✅ white background */
  border: 1px solid #ddd;
  text-decoration: none;
}

/* Apply gradient ONLY to text */
.gradient-btn span {
    
  font-size: 16px;
  font-weight: 600;

  background: linear-gradient(90deg, #ff3c2f, #5f2bdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
}
.organizations-btn{
	display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  background: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;

  /* Gradient text */
  background-image: linear-gradient(90deg, #ff3c2f, #5f2bdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  border: 2px solid #eee;
  transition: 0.3s ease;
    font-weight:500;
    transition:0.3s;
}
.organizations-btn:hover{
    background:#f2f2f2;
}
.organizations-btn span{
    margin-left:8px;
}
.triangle-section{
	width: 100%;
	position: relative;
	display: block;
	padding:145px 0px 0px;
	background: url("../images/inner-bg.jpg") top center/cover no-repeat;
}
.triangle-section h2 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    /* line-height:82px; */
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.containt-triangle{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 80px;
  padding: 40px 12%;
}
.containt-triangle .left-triangle{
    width: 40%;
}
.containt-triangle .right-triangle {
    width: 60%;
    color: #fff;
    padding-right: 276px;
}
.containt-triangle .left-triangle img {
    width: 100%;
}
.containt-triangle .right-triangle h3 {
    font-family: 'aeonikmedium';
    /* font-size:40px; */
    font-size: 2rem;
  line-height: 2.25rem;
    color:#fff;
    font-weight: 500;
    padding-bottom:10px;
}
.containt-triangle .right-triangle p {
    font-family: 'aeonikregular';
    /* font-size:26px; */
    color:#fff;
    /* line-height:35px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
    margin-bottom:30px;
}
.triangle-slider-line{
	width: 100%;
	position: relative;
	display: block;
	padding:40px 0px;
	margin-top: 41px;
    background:#fff;
}
.triangle-slider-box {
    width:100%;
    margin: 0 auto;
    color: #fff;
    padding:0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-content-item {
    display: none;
}
.my-content-item.my-active {
    display: block;
}
.triangle-slider-box .left-content {
    width:86%;
}
.triangle-slider-box .left-content h3 {
	font-family: 'aeonikmedium';
	font-size: 58px;
	color:#fff;
	font-weight: 500;
}
.triangle-slider-box .left-content p {
	font-family: 'aeonikregular';
	/* font-size:58px; */
	color:#200f3b;
    font-weight: 400;
    font-size: 2.5rem;
  line-height: 2.85rem;
}
.triangle-slider-box .left-content p strong{
	font-family: 'aeonikmedium';
}

.triangle-slider-box .right-buttons button {
    display:inline-block;
    margin:0px 10px;
    background: transparent;
    width:50px;
    height: 50px;
    border:2px solid #adacac;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}
.triangle-slider-box .right-buttons button:hover {
    background: #3f208a;
    border:2px solid #3f208a;
}
.triangle-slider-box .right-buttons button:hover .black{
    color:#fff;
}
.autoslide{
	width: 100%;
	background:#fff;
	position: relative;
	display: block;
	padding:10px 0px;
}

.sector-section{
	width: 100%;
	position: relative;
	display: block;
	padding:80px 0px 45px 0%;
	background:#200f3b;
}
.containt-sector{
	width: 100%;
	display: flex;
	align-items: center;
	gap:200px;
}
.containt-sector .left-sector{
    width:60%;
}
.containt-sector .right-sector {
    width:40%;
}
.containt-sector .right-sector img {
    width: 100%;
}
.containt-sector .left-sector h3 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#fff;
    font-weight: 500;
    padding-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.containt-sector .left-sector p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:35px; */
    margin-bottom:30px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}

.enterprise-section{
	width: 100%;
	position: relative;
	display: block;
	padding:45px 0%;
	background:#200f3b;
}
.containt-enterprise{
	width: 100%;
	display: flex;
	/* align-items: center; */
	gap:65px;
}
.containt-enterprise .left-enterprise{
    width:50%;
}
.containt-enterprise .right-enterprise {
    width:50%;
}
.containt-enterprise .left-enterprise img {
    width: 100%;
}
.containt-enterprise .right-enterprise h3 {
     font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#fff;
    font-weight: 500;
    padding-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.containt-enterprise .right-enterprise p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:35px; */
    margin-bottom:25px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}
.enterprise-box{
	width: 100%;
	display: flex;
	align-items: center;
	gap:40px;
}
.enterprise-box h4 {
    font-family: 'aeonikmedium';
    /* font-size:40px; */
    color:#fff;
    font-weight: 500;
    font-size: 2rem;
  line-height: 2.25rem;
    padding-bottom: 10px;
}
.enterprise-box ul{
	padding: 0px 20px;
}
.enterprise-box ul li  {
    font-family: 'aeonikregular';
    /* font-size:24px; */
    font-size: 1.2rem;
  line-height: 1.875rem;
    color:#fff;
    /* line-height:32px; */
    padding: 5px;
    font-weight:normal;
    list-style-type: disc;
    
}

.government-section{
	width: 100%;
	position: relative;
	display: block;
	padding:45px 0%;
	background:#200f3b;
}
.containt-government{
	width: 100%;
	display: flex;
	/* align-items: center; */
	gap:64px;
}
.containt-government .left-government{
    width:60%;
}
.containt-government .right-government {
    width:40%;
}
.containt-government .right-government img {
    width: 100%;
}
.containt-government .left-government h3 {
   font-family: 'aeonikmedium';
    /* font-size:60px; */
    color:#fff;
    font-weight: 500;
    padding-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.containt-government .left-government p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:35px; */
    margin-bottom:50px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}

.academic-section{
	width: 100%;
	position: relative;
	display: block;
	padding:45px 0%;
	background:#200f3b;
}
.containt-academic{
	width: 100%;
	display: flex;
	/* align-items: center; */
	gap:64px;
	background: url("../images/inner-bg.jpg") top center/cover no-repeat;
	border-radius: 25px;
	padding:80px 60px;
}
.containt-academic .left-enterprise{
    width:45%;
}
.containt-academic .right-enterprise {
    width:55%;
}
.containt-academic .left-enterprise img {
    width: 100%;
    border-radius: 20px;
}
.containt-academic .right-enterprise h3 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#fff;
    font-weight: 500;
    padding-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.containt-academic .right-enterprise p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:35px; */
    font-size: 1.5rem;
  line-height: 1.875rem;

    margin-bottom:20px;
}

.spotlight{
	width: 100%;
	position: relative;
	display: block;
	padding:45px 0% 70px;
	background:#200f3b;
}
.spotlight h3 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#fff;
    font-weight: 500;
    padding-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.spotlight-banner{
	width: 100%;
	position: relative;
	margin: 40px 0px;
}
.spotlight-banner img{
	border-radius: 25px;
}
.spotlight-banner .spotlight-content{
	width:30%;
	position: absolute;
	left: 57px;
  top: 91px;
}
.spotlight-banner .spotlight-content h3 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#fff;
    font-weight: 500;
    padding-bottom:20px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.spotlight-banner .spotlight-content p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#fff;
    /* line-height:35px; */
    margin-bottom:50px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}

.contact-us-today{
	width: 100%;
	position: relative;
	display: block;
	padding:45px 14%;
	background:#fff;
	text-align: center;
}
.contact-us-today h3 {
    font-family: 'aeonikmedium';
    /* font-size:68px; */
    color:#200f3b;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.contact-us-today p {
    font-family: 'aeonikregular';
    /* font-size:30px; */
    color:#200f3b;
    /* line-height:35px; */
    margin-bottom:50px;
    font-size: 1.5rem;
  line-height: 1.875rem;

}

.research-section{
	width: 100%;
	background:#ffffff;
	position: relative;
	display: block;
	padding: 80px 0% 20px;
}
.research-section h3 {
  font-family: 'aeonikmedium';
  /* font-size: 60px; */
  color: #200f3b;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 3.85rem;
}
.research-section p {
  font-family: 'aeonikregular';
  /* font-size: 30px; */
  color: #200f3b;
  line-height: 38px;
  /* font-weight: normal; */
  font-size: 1.5rem;
  line-height: 1.875rem;
}

/* Container */
.case-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Card */
.case-card {
  background: #fff;
  border: 2px solid #3a2a5d;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Tag */
.case-card .tag {
  display: inline-block;   /* important */
  width: auto;             /* prevent full width */
  align-self: flex-start;  /* fixes stretch inside flex */

  border: 1px solid #3a2a5d;
  border-radius: 20px;
  padding: 5px 12px;
  margin-bottom: 15px;
  font-family: 'aeonikmedium'; 
  font-size: 16px;
  color:#200f3b;
font-weight: 500;
}

/* Title */
.case-card h3 {
    font-family: 'aeonikmedium'; 
  font-size: 22px;
  color: #200f3b;
  margin-bottom: 10px;
 font-size: 2rem;
  line-height: 2.25rem;
  
}

/* Text */
.case-card p {
  color: #200f3b;
 font-size: 18px;
  line-height:24px;
  font-weight: 400;
}

/* Button */
.case-card .btn {
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;;
  background: #2e1a47;
  color: #fff;
  padding: 14px 24px;
  border-radius: 25px;
  text-decoration: none;
  width: fit-content;
}

/* Hover */
.case-card .btn:hover {
  background: #4b2d6b;
}

.casestudy-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    padding: 14px 24px;
    color: #200f3b;
    padding: 15px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #200f3b;
}

.casestudy-btn:hover {
    background: #200f3b;
    color: #fff;
    border: 1px solid #200f3b;
}
/* Tablet */
@media (max-width: 992px) {
  .case-container {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .case-container {
    grid-template-columns: 1fr;
    padding: 0px;
  }

  .case-card h3 {
    font-size: 28px;
  }
  .case-card .btn{
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
  }
}


/* SECTION */
.stories-section {
  padding:0px 0% 0px;
}

/* GRID */
.stories-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}

/* CARD */
.stories-container .stories-card {
  background: url("../images/white-papers-bg.jpg") top center/cover no-repeat;
  border: 2px solid #2b0d3a;
  border-radius: 25px;
  padding:184px 30px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 552px;
}

/* TITLE */
.stories-container .stories-card h3 {
  /* font-size: 50px; */
  font-family: 'aeonikmedium'; 
  color: #200f3b;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 2rem;
    line-height: 2.25rem;
}
.stories-container .stories-card h5 a.link{
  font-size:16px;
  color: #200f3b;
  font-weight: 500;
  margin-bottom: 20px;
  background: none;
  padding: 0px;
}
/* TEXT */
.stories-container .stories-card p {
  /* font-size:25px; */
  color: #53486a;
  font-weight: 400;
  /* line-height:32px; */
  font-size:18px;
  line-height:26px;
}

/* BUTTON */
.stories-container .stories-card a {
  display: inline-block;
  margin-top: 20px;
  background: #200f3b;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 14px 24px;
  border-radius: 30px;
  text-decoration: none;
  width: fit-content;
}

/* HOVER */
.stories-container .stories-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* TABLET */
@media (max-width: 992px) {
  .stories-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .stories-container{
    display: block;
    margin:0px auto;
  }
  .stories-card h3 {
    font-size: 24px;
  }
  .stories-container .stories-card{
    display: block;
    margin-bottom: 20px;
    padding: 60px 30px;
    height: auto;
  }
  .stories-container .stories-card h3{
    font-size: 34px;
    line-height: inherit;
  }
  .stories-container .stories-card p{
    font-size: 20px;
    line-height: 26px;
  }
  .stories-container .stories-card a{
    font-size: 20px;
  }
}

.enterprise-events{
	width: 100%;
	padding: 80px 5%;
}
.enterprise-events h3 {
font-family: 'aeonikmedium'; 
  font-size: 68px;
  color: #200f3b;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}
.enterprise-events p {
  font-family: 'aeonikregular';
  font-size: 30px;
  color: #200f3b;
  line-height: 35px;
  font-weight: 400;
}

.whitepapers-wrap{
	width: 100%;
	padding: 100px 0%;
	margin: 0 auto;
    display:flex;
    align-items: center;
    gap:190px;
    background: #f7f3e8;
}

/* LEFT SIDE */
.whitepapers{
    flex:1.2;
}
.whitepapers h3{
    /* font-size:68px; */
    font-family: 'aeonikmedium';
	color:#200f3b;
    font-weight: 500;
    margin-bottom:30px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.whitepapers p {
  /* font-size:30px; */
  color: #53486a;
  font-weight: 400;
  /* line-height:35px; */
  font-size: 1.5rem;
  line-height: 1.875rem;
}


/* arrows */
.nav-arrows{
    margin-top:20px;
}
.nav-arrows span{
    font-size:26px;
    margin-right:20px;
    cursor:pointer;
}
/* RIGHT SIDE */
.partner-box{
    flex:1;
    /*border-radius:25px;
    padding:120px 40px;
	 background:url("../images/white-papers-bg.jpg") top center/cover no-repeat; */
}
.partner-box h3{
   	font-size:70px;
	color:#200f3b;
    margin-bottom:20px;
}
.partner-box p{
    font-size:30px;
	color:#200f3b;
    line-height:36px;
}
.partner-box a{
    display:inline-block;
    margin-top:20px;
    font-size:28px;
    text-decoration:none;
    color:#2c1b4a;
}
/* RESPONSIVE */

@media (max-width:900px){
	.whitepapers-wrap{
		flex-direction:column;
	}
	.whitepapers h2{
		font-size:36px;
	}
	.partner-box{
		padding:30px;
	}
	.partner-box h3{
		font-size:30px;
	}
}

/* .enterprise-events{
	width: 100%;
	padding: 80px 4%;
}
.enterprise-events h3 {
  font-family: 'aeonikmedium';
  font-size: 60px;
  color: #200f3b;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}
.enterprise-events p {
  font-family: 'aeonikregular';
  font-size: 30px;
  color: #200f3b;
  line-height: 38px;
  font-weight: normal;
}

.events-slider-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
	padding: 20px 0px 80px;
}
.slider-events {
    display: flex;
    transition: transform 0.5s ease;
}
.slide-events {
    flex: 0 0 33.33%;
    padding: 15px;
    text-align: center;
    transform: scale(0.9);
    transition: all 0.4s ease;
    opacity: 0.6;
}
.slide-events img {
	width: 100%;
	border-radius:40px;
}
.slide-events h3 {
	font-size: 16px;
	color: #252525;
	margin-top: 10px;
	font-weight: normal;
}
.slide-events.center {
	transform: scale(1.1);
	opacity: 1;
}
.nav-events {
    position: absolute;
    bottom:-15px;
    transform: translateY(-50%);
	background: transparent;
    color: #200f3b;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}
.prev-events {
    right:50px;
}
.next-events {
    right: 0;
}
.events-card{
    position: relative;
    width: 100%;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.events-card img{
    width: 100%;
    display: block;
}


.events-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(to top, rgba(70,0,120,0.8), transparent);
    color: #fff;
}
.events-overlay h2{
    margin: 0;
    font-size: 34px;
    font-weight: 600;
}
.events-overlay h3{
    margin: 0;
    font-size: 28px;
    color:#fff;
    font-weight: 600;
}
.events-overlay p {
	font-family: 'aeonikregular';
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  font-weight: normal;
}
.events-dots{
    text-align:left;
    margin-top:25px;
}
.events-dots span{
    display:inline-block;
    width:10px;
    height:3px;
    margin:5px;
    background:#211043;
    cursor:pointer;
    transition:0.3s;
}
.events-dots span.active{
	width:40px;
    background:#211043;
    transform:scale(1.2);
}

@media (max-width: 992px) {
    .slide-events {
        flex: 0 0 50%;
    }
}

@media (max-width: 576px) {
	.events-slider-container {
	width: 95%;
	}

	.slide-events {
	flex: 0 0 100%;
	padding: 0;
	margin: 0;
	}

	.slide-events h3 {
	font-size: 16px;
	}

	.slide-events.center {
	transform: scale(1);
	}

	.nav-events {
	top: 35%;
	font-size: 16px;
	padding: 5px 8px;
	}
} */

/*Newsroom*/
.newsroom-section{
    background:#200f3b;
    padding:80px 0%;
	color:#fff;
}

/* LAYOUT */
.news-container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT TITLE */
.news-left {
  flex: 1;
  padding-right:20px;
}

.news-left h3 {
  /* font-size:68px; */
  font-weight: 500;
  margin: 0;
  font-size: 3.5rem;
  line-height: 3.85rem;
}
.news-left h3  span{
    display: block;
}
/* RIGHT LIST */
.news-right {
  flex: 1.5;
}

/* ITEM */
.news-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.news-item h4 {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 500;
}

.news-item p {
  margin: 5px 0 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #ddd;
  font-weight: 400;
}
.news-item p a{
    color: #fff;
    text-decoration: underline;
}
.news-item p a:hover{
    color: #ff8e35;
}
/* ARROW */

/* TABLET */
@media (max-width: 992px) {
  .news-left h2 {
    font-size: 40px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .news-container {
    flex-direction: column;
  }

  .news-left h2 {
    font-size: 32px;
  }
}

.section-articles{
    background:#37274f;
    padding:80px 0%;
    color:#fff;
}


/*end Newsroom*/

/*Events*/
.events-banner-section{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    position: relative;
}
.events-banner-content{
    position: absolute;
    width:86%;
}
.events-banner-content h1{
	/* font-family: 'aeonikmedium'; */
    font-size:68px;
    font-weight:500;
    margin-bottom:20px;
}
.events-banner-content p{
	/* font-family: 'aeonikregular'; */
    font-size:30px;
    line-height:35px;
    font-weight: 400;
    margin-bottom:30px;
}
.near-upcoming-event-wrap{
	width: 100%;
	padding: 80px 0%;
	margin: 0 auto;
    display:flex;
    gap:100px;
}
.up-events-list{
    flex:1;
    padding-right: 15px;
}
.up-events-list h3{
    font-family: 'aeonikmedium';
    /* font-size:68px; */
	color:#200f3b;
    font-weight: 500;
    margin-bottom:30px;
    font-size: 3.5rem;
  line-height: 3.85rem;
}
.up-events-list p{
	font-family: 'aeonikregular';
    color:#200f3b;
    /* font-size:30px;
    line-height:38px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
    margin-bottom:10px;
}
/* .near-upcoming-event-slider{
    width:100%;
    margin:auto;
    overflow:hidden;
    position:relative;
    font-family:Arial;
    height:240px; 
}
.near-upcoming-event-wrapper{
    transition:0.4s;
}
.near-upcoming-event-item{
    padding:20px;
    border-bottom:1px solid #eaa26a;
}
.near-upcoming-event-item h4{
    margin:0;
    font-size:30px;
    color:#211043;
}
.near-upcoming-event-item p{
    font-size: 30px;
    margin:5px 0 0;
    color:#211043;
}
.nue-slider-buttons{
    text-align:right;
    padding:10px;
}
.nue-slider-buttons button{
    border:none;
    background:none;
    font-size:26px;
    cursor:pointer;
    margin-left:10px;
} */
/* RIGHT SIDE */
.events-thum{
    flex:1;
    text-align: right;
}
.events-thum img{
    border-radius:25px;
}
/* RESPONSIVE */

@media (max-width:900px){
	.near-upcoming-event-wrap{
		flex-direction:column;
	}
	.up-events-list h2{
		font-size:36px;
	}
	
}


.events-section{
width:100%;
margin:auto;
padding:60px 0%;
}

.events-containt{
	width: 100%;
	overflow: hidden;
	display: flex;
	gap: 100px;
	padding:70px 5%;
}
.events-containt .left-event-box{
    width:40%;
}
.events-containt .right-event-box {
    width:60%;
    color: #fff;
}
.events-containt .left-event-box h2 {
	font-family: 'aeonikmedium';
	font-size:50px;
	font-weight: 500;
	color: #200f3b;
	margin-bottom: 20px;
    line-height:3.5rem;
}
.events-containt .left-event-box h5 {
	 font-family: 'aeonikregular';
	font-size:22px;
	font-weight: 300;
	background: #9324F0;
	background: linear-gradient(to right, #9324F0 0%, #6118CF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}
.events-containt .right-event-box p {
    font-size:30px;
    color:#53486a;
    font-weight:400;
    line-height: 35px;
    margin-bottom: 20px;
}
.events-containt .right-event-box a.learn-more{
	font-size:24px;
	color:#fff;
	text-align: center;
	padding: 15px 20px;
	border-radius:35px;
	background:#200f3b;
    border: 1px solid #200f3b;
	margin-top: 20px;
	display:inline-block;
	transition: all 300ms ease 0s;
}
.events-containt .right-event-box a.learn-more:hover{
	color:#200f3b;
    background:#fff;
	border: 1px solid #200f3b;
}

.events-section h3{
    font-family: 'aeonikmedium';
text-align:center;
/* font-size:68px; */
font-weight: 500;
margin-bottom:50px;
color:#200f3b;
font-size: 3.5rem;
  line-height: 3.85rem;
}

.events-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px 90px;
}

.event-card img{
width:100%;
border-radius:10px;
display:block;
}

.event-card h4{
font-family: 'aeonikmedium';
/* font-size:26px; */
font-weight: 500;
margin:20px 0 15px;
color:#200f3b;
font-size: 1.5rem;
  line-height: 1.875rem;
}
.event-card h5{
font-family: 'aeonikregular';
/* font-size:22px;     */
color:#200f3b;
font-weight: 400;
margin:0px 0px 15px;
font-size: 1.2rem;
  line-height: 1.875rem;
}
.event-card h5.coming{
    font-family: 'aeonikmedium';
}
.event-card a.event-more{
	font-family: 'aeonikmedium';
	/* font-size:20px; */
	color:#200f3b;
	font-weight:500;
	text-align: center;
	padding:0px;
	border-radius:35px;
	display:inline-block;
	transition: all 300ms ease 0s;
    font-size: 1.1rem;
  line-height: 1.875rem;
}
.event-card a.event-more:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	 background-image: url('../images/arrow-right2.png'); 
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
/* .event-card a.event-more:hover::after {
	background-image: url('../images/arrow-right2-hover.png');
} */
.event-card a.event-more:hover{
	/* color:#ff8e35; */
    text-decoration: underline;
}

/* Tablet */
@media(max-width:992px){
.events-grid{
grid-template-columns:repeat(2,1fr);
}
}

/* Mobile */
@media(max-width:600px){
.events-grid{
grid-template-columns:1fr;
}

.events-section h3{
font-size:34px;
margin-bottom: 20px;
text-align: left;
padding:0 5%;
}
}

/*Chapter Community events */
.cc-event-wrap{
	width: 100%;
	padding: 80px 4%;
}
.cc-event-wrap h3{
    font-family: 'aeonikmedium';
    font-size:52px;
	color:#200f3b;
    text-align: center;
    font-weight: 500;
    margin-bottom:30px;
}
.cc-events{
    width: 100%;
	margin: 0 auto;
    display:flex;
    gap:100px;
}
.cc-event-list{
    flex:1.6;
}

.cc-event-list p{
	font-family: 'aeonikregular';
    color:#200f3b;
    font-size:30px;
    line-height:38px;
    margin-bottom:10px;
}
/* .cc-event-slider{
    width:100%;
    margin:auto;
    overflow:hidden;
    position:relative;
    font-family:Arial;
    height:470px;
}
.cc-event-wrapper{
    transition:0.4s;
}
.cc-event-item{
    padding:20px;
    border-bottom:1px solid #eaa26a;
}
.cc-event-item h4{
    margin:0;
    font-size:30px;
    color:#211043;
}
.cc-event-item p{
    font-size: 30px;
    margin:5px 0 0;
    color:#211043;
}
.cc-slider-buttons{
    text-align:right;
    padding:10px;
}
.cc-slider-buttons button{
    border:none;
    background:none;
    font-size:26px;
    cursor:pointer;
    margin-left:10px;
} */


.cc-event-slider{
    width:100%;
    margin:auto;
    overflow:hidden;
    position:relative;
    font-family:Arial;
    height:470px;
}

.cc-event-wrapper{
    transition:0.4s;
}

.cc-event-item{
    padding:20px;
    border-bottom:1px solid #eaa26a;
}

.cc-event-item h4{
    margin:0;
    font-size:30px;
    color:#211043;
}

.cc-event-item p{
    font-size:30px;
    margin:5px 0 0;
    color:#211043;
}

.cc-slider-buttons{
    position:absolute;
    bottom:10px;
    right:10px;
}

.cc-slider-buttons button{
    border:none;
    background:#fff;
    font-size:42px;
    color:#200f3b;
    cursor:pointer;
    margin-left:8px;
    padding:2px 12px;
    border-radius:4px;
}


/* RIGHT SIDE */
.cc-events-box{
    flex:1;
    border-radius:25px;
    padding:60px 40px;
	background:url("../images/white-papers-bg.jpg") top center/cover no-repeat;
    
}
.cc-events-box h3{
   	font-size:70px;
	color:#200f3b;
    margin-bottom:20px;
    text-align: left;
}
.cc-events-box p{
    font-size:30px;
	color:#200f3b;
    line-height:36px;
    text-align: left;
}
.cc-events-box a{
    display:inline-block;
    margin-top:20px;
    font-size:28px;
    text-decoration:none;
    color:#2c1b4a;
}
/* RESPONSIVE */

@media (max-width:900px){
	.cc-events-box{
		padding:30px;
	}
	.cc-events-box h3{
		font-size:30px;
	}
}
/* RESPONSIVE */

@media (max-width:900px){
	.cc-event-wrap{
		flex-direction:column;
	}
	.cc-event-list h2{
		font-size:36px;
	}
	
}
/*Enterprice Events*/
.enterprise-events-section{
  background:#200f3b;
  padding:60px 5%;
  color:#fff;
}
.event-heading h3{
     font-family: 'aeonikmedium';
  /* font-size:68px; */
  font-weight: 500;
  margin-bottom:20px;
  font-size: 3.5rem;
  line-height: 3.85rem;
}
.event-heading p{
    margin-bottom:40px;
    /* font-size: 30px;
    line-height:35px; */
    font-size: 1.5rem;
  line-height: 1.875rem;
    font-weight: 400;
    color:#d6d6d6;
}
.enterprice-events-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}
.enterprice-event-card img{
width:100%;
border-radius:10px;
display:block;
}

.enterprice-event-card h4{
font-family: 'aeonikmedium';
/* font-size:26px; */
font-weight: 500;
font-size: 1.5rem;
  line-height: 1.875rem;
margin:15px 0 10px;
color:#fff;
}
.enterprice-event-card h5{
font-family: 'aeonikregular';
/* font-size:22px;     */
color:#fff;
font-weight: 400;
font-size: 1.2rem;
  line-height: 1.875rem;
margin:10px 0px 15px;
}
.enterprice-event-card a.event-more{
	font-family: 'aeonikregular';
	/* font-size:20px; */
	color:#fff;
	font-weight:500;
	text-align: center;
	padding:0px;
	border-radius:35px;
	display:inline-block;
	transition: all 300ms ease 0s;
    font-size: 1.2rem;
  line-height: 1.875rem;
}
.enterprice-event-card a.event-more:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background-image: url('../images/arrow-right.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
/* .enterprice-event-card a.event-more:hover::after {
	background-image: url('../images/arrow-right2-hover.png');
} */
.enterprice-event-card a.event-more:hover{
	/* color:#ff8e35; */
    text-decoration: underline;
}

/* Tablet */
@media(max-width:992px){
.enterprice-events-grid{
grid-template-columns:repeat(2,1fr);
}
}

/* Mobile */
@media(max-width:600px){
.enterprice-events-grid{
grid-template-columns:1fr;
}

}



/* Hero Section */
.event1{
     background: url('../images/chapter-and-community-events-banner.jpg') no-repeat center center/cover;
}
.event2{
     background: url('../images/pmi-events.jpg') no-repeat center center/cover;
}
.hero {
 
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
}

/* Overlay for better text visibility */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
}

.hero-content {
  position: relative;
  width:64%;
  color: #fff;
}

/* Heading */
.hero h1 {
  /* font-size: 68px; */
  font-family: 'aeonikmedium';
  font-size: 3.5rem;
  line-height: 3.85rem;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Paragraph */
.hero p {
  /* font-size:30px;
  line-height: 35px; */
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}

/* 🔹 Tablet */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 16px;
  }
}

/* 🔹 Mobile */
@media (max-width: 576px) {
  .hero {
    min-height: 60vh;
    padding: 15px;
    text-align: left;
  }
.hero-content {
  width: 100%;
}
  .hero h1 {
    font-size: 34px;
    line-height: 2.85rem;
  }

  .hero p {
    font-size: 20px;
    line-height: 26px;
  }
}
/*End PMI for Organizations
================================================== */ 

/*Jobs Board*/
.jobs-section {
    width: 100%;
    padding:80px 0%;
    margin: auto;
}

.jobs-header h3 {
    /* font-size: 68px; */
    font-family: 'aeonikmedium';
    font-size: 3.5rem;
  line-height: 3.85rem;
    color:#200f3b;
    font-weight: 500;
    margin-bottom:20px;
}

.jobs-header p {
    font-family: 'aeonikregular';
    /* font-size: 30px; */
    color: #200f3b;
    font-weight: 400;
    /* line-height: 35px; */
    margin-bottom: 40px;
    font-size: 1.5rem;
  line-height: 1.875rem;
}

.jobs-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.job-item {
    margin-bottom: 30px;
}

.job-item a {
    font-size: 30px;
    font-weight: 500;
    color: #200f3b;
    text-decoration: underline;
    display: inline-block;
    margin-bottom:15px;
}
.job-item p {
    font-size:25px;
    color: #200f3b;
    font-weight: 400;
}
.job-location {
    font-size: 14px;
    color: #777;
}
.btn-area {
    margin-top: 40px;
}
.view-all-jobs-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #200f3b;
    font-size:16px;
    color: #fff;
    padding: 14px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #fff;
}

.view-all-jobs-btn:hover {
    background: #fff;
    color: #200f3b;
    border: 1px solid #200f3b;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .jobs-container {
        grid-template-columns: 1fr;
    }

    .jobs-header h2 {
        font-size: 30px;
    }
}

.search-pmi-job-board{
	width: 100%;
	position: relative;
	display: block;
	padding:85px 14%;
	background:#200f3b;
	text-align: center;
}
.search-pmi-job-board h3 {
    font-family: 'aeonikmedium';
    font-size:68px;
    color:#fff;
    font-weight: 500;
    padding-bottom:20px;
}

/*End Jobs Board*/
.iframe-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

.thumbnail {
    cursor: pointer;
    margin: 10px;
    padding: 10px;
    display: inline-block;
}

.popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    width:40%;
    background: #fff;
    padding:0px 5px 5px;
    position: relative;
}

.close {
    position: absolute;
    top: 2px; right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    z-index: 9;
}

#youtube-player, #mp4-player {
    display: none;
    width: 100%;
    height:482px;
}
/*footer*/
.footer {
    width: 100%;
    background:#f5f4f4;
    padding:80px 1%;
    position: relative;
}
.ft_nav .title{
	font-family: 'aeonikmedium';
	font-size:17px;
	color:#200f3b;
	font-weight:500;
	padding-bottom:5px;
}
.ft_nav ul{
	padding:0;
	margin: 0;
}
.ft_nav ul li{
	list-style: none;
	text-decoration: none;
	padding:8px 0px;
}
.ft_nav ul li a{
   font-family: 'aeonikregular';
	font-size:15px;
	color:#200f3b;
	font-weight:400;
	text-align: left;
	transition: all 300ms ease 0s;
}
.ft_nav ul li a:hover{
	color:#200f3b;
}
.ft-logo{
	padding: 20px 0px;
    width: 169px;
    border-bottom: 1px solid #e5e7eb;
}
.ft-logo2{
	padding:10px 0px;
    width: 169px;
}
.social-media{
	width: 100%;
	display: block;
}
.social-media h5{
	font-family: 'aeonikregular';
	font-size:16px;
	color:#211043;
	font-weight:700;
}
.social-media a{
	font-family: 'aeonikregular';
	font-size:16px;
	color:#211043;
	font-weight:700;
	display: inline-block;
	padding:10px 5px;
	width:35px;
	height:35px;
}




.footer-btm {
  background: #fff;
  padding: 15px 20px;
  border-top: 1px solid #ddd;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Left links */
.footer-left {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-left a {
    font-family: 'aeonikregular';
    font-size:12px;
    text-decoration: none;
    color: #211043;
}

.footer-left a:hover {
  text-decoration: underline;
}

/* Right text */
.footer-right {
    font-family: 'aeonikregular';
    font-size: 12px;
    color: #211043;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-left {
    gap: 10px;
  }

  .footer-right {
    text-align: left;
  }
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: transparent;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: none; /* Hidden at start */
  z-index: 999;
}