header.cc-header{
	background-color: transparent;
}
.cc-main-header{
	padding: 15px 0;
}
.cc-main-header-in{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cc-site-branding{
	display: inline-block;
}
.cc-hero-section{
	position: relative;
}
.cc-hero-contener{
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	flex-wrap: wrap;
}
.cc-hero-text{
	text-align: center;
	color: #fff;
}
.cc-hero-heading{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.cc-hero-video{
	position: relative;
	min-height: auto;
	overflow: hidden;
}
.cc-hero-video video.hero-img {
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: auto;
	border-radius: 15px;
}
h1.cc-hero-heading{
	font-family: 'Yellix-Light', sans-serif;
	color: #fff;
	font-size: 32px;
}
h1.cc-hero-heading span{
	color: #4dc7e7;
	font-size: 42px;
	font-family: 'Yellix-Regular', sans-serif;
}
.cc-hero-wrap{
	width: 100%;
	margin: 30px auto;
}
.cc-hero-video{
	margin-top: 20px;
}
.cc-up-next{
	padding: 40px 0;
	z-index: 1;
}
.cc-up-next h3.heading{
	font-size: 32px;
	font-family: 'Yellix-Light', sans-serif;
	margin-bottom: 40px;
}
.cc-up-next-content{
	padding: 0;
}
.cc-up-next-row{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 0;
}
.cc-up-next-col{
	padding: 10px;
	border-radius: 15px;
	font-size: 20px;
	margin-bottom: 30px;
}
.cc-up-next-col.col1{
	background-color: #cbf400;
	color: var(--dark-color);
}
.cc-up-next-col .cc-up-next-col-1{
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-repeat: no-repeat;
	padding: 30px 20px;
}
.cc-up-next-col.col1 .cc-up-next-col-1{
	background-position: top right;
	background-size: 20px;
}
.cc-up-next-col.col1 .cc-up-next-text12 img{
	height: 100px;
}
.cc-up-next-col.col2{
	background-color: #131313;
}
.cc-up-next-col1{
	width: 100%;
}
.cc-up-next-col2{
	width: 100%;
}
.cc-up-next-col.col2 .cc-up-next-col-1{
	background-position: top right;
	background-size: contain;
}
.cc-up-next-col.col2{
	color: var(--light-color);
}
.cc-up-next-col.col2 .cc-up-next-text12{
	color: #4dc7e7;
	font-size: 32px;
	font-family: 'Yellix-Light', sans-serif;
}
.cc-up-next-col.col3{
	background-color: #000d16;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cc-up-next-col.col3 .cc-up-next-text1, .cc-up-next-col.col4 .cc-up-next-text1{
	color: var(--dark-color);
}
.cc-up-next-col.col3 .cc-up-next-text1{
	color: var(--light-color);
}
.cc-up-next-col.col3 .cc-up-next-text12, .cc-up-next-col.col4 .cc-up-next-text12{
	color: var(--dark-color);
	font-size: 32px;
	font-family: 'Yellix-Light', sans-serif;
}
.cc-up-next-col.col3 .cc-up-next-text12{
	color: #9eeaff;
}
.cc-up-next-col.col4{
	background-color: #e1dbfd;
}
.cc-up-next-col.col4 .cc-up-next-text12{
	display: flex;
	flex-direction: column;
	font-size: 62px;
	font-family: 'Yellix-Medium', sans-serif;
}
.cc-up-next-col.col4 .cc-up-next-text12 .mark{
	font-size: 26px;
}
.cc-up-next-col.col4 .cc-up-next-text12 .txt1{
	font-size: 26px;
}
.cc-up-next-col.col4 .cc-up-next-text12 .mark-wrap{
	display: flex;
	align-items: center;
}
.cc-our-strategic{
	position: relative;
	margin: 0;
	padding: 30px 0;
	min-height: 100vh;
}
.cc-our-strategic-heading{
	margin-bottom: 30px;
}
.cc-our-strategic-heading h2{
	display: flex;
	flex-direction: column;
	font-size: 32px;
	font-family: 'Yellix-Light', sans-serif;
	margin: 0;
	line-height: 1.1;
}
.cc-our-strategic-heading h2 span{
	/*
	font-family: 'Yellix-Medium', sans-serif;
	font-size: 42px;
	*/
	color: var(--main-color);
}
.cc-our-strategic-row{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.cc-our-strategic-col{
	width: 100%;
	position: relative;
	border-bottom: 1px solid #cccccc14;
	padding: 40px 0 30px 0;
}
.cc-our-strategic-col:nth-child(3){
	border: none;
}
.cc-our-strategic-col:after{
	content: "";
	position: absolute;
	width: 1px;
	top: 30%;
	right: -70px;
	height: 115px;
	background-color: #42424261;
}
.cc-our-strategic-col:nth-child(3):after{
	display: none;
}
.cc-our-strategic-col h3{
	font-size: 24px;
	display: flex;
}
.cc-our-strategic-col h3 span{
	font-size: 16px;
	color: var(--main-color);
}
.cc-our-strategic-col p{
	margin-bottom: 20px;
}
.cc-our-strategic-content{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cc-our-strategic-content p{ font-size: 14px; }
.cc-our-strategic-content p a{
	color: var(--light-color);
}
.cc-our-strategic-content p a:hover{ color: var(--main-color); }
.cc-our-strategic-content h3{
	font-size: 32px;
	font-family: 'Yellix-Light', sans-serif;
}
.cc-our-strategic-content h3 span{ 
	color: var(--main-color);
	/*
	font-family: 'parkside-light', sans-serif;
	font-size: 42px;
	*/
}
.cc-our-strategic-content-list{
	display: flex;
	margin: 40px 0 0;
}
.cc-our-strategic-content-list span{
	color: var(--main-color);
	margin: 0 10px;
	font-family: 'Yellix-Medium', sans-serif;
}
.cc-our-leads{
	position: relative;
	overflow: hidden;
	background-color: #90c3cd;
}
.cc-our-leads-row{
	display: flex;
	color: #0b1e22;
	align-items: center;
	justify-content: flex-start;
	height: 400px;
}
.cc-our-leads-col-1{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cc-our-leads-col-2{
	width: 30%;
}
.cc-our-leads-col-2 img{
	object-fit: cover;
}
.cc-our-leads-col-1 h3{
	font-size: 32px;
	font-family: 'Yellix-Light', sans-serif;
	margin-bottom: 30px;
}
.cc-our-leads-col-1 p{ font-family: 'Yellix-Bold', sans-serif; }
.cc-our-leads-col-1 a.cc-our-leads-btn{
	margin: 60px 0 0;
	text-transform: uppercase;
	width: 240px;
	padding: 12px 20px;
}
.cc-our-leads-col-1 a.cc-our-leads-btn:hover{
	color: var(--dark-color);
	background-color: var(--main-color);
}
.cc-footer-top{
	padding: 30px 0;
	position: relative;
}
.cc-footer-row{
	display: flex;
	flex-direction: column;
}
.cc-footer-col{
	width: 100%;
	text-align: center;
	margin: 5px 0;
}
.cc-footer-col.col1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cc-footer-col.col1 a.cc-our-subscribe-btn{
	margin: 40px 0;
}
.cc-footer-col.col1 a.cc-back-top{
	color: var(--main-color);
	text-decoration: underline;
}
.cc-footer-col.col2 ul.cc-footer-menu, .cc-footer-col.col2 ul.cc-footer-social{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.cc-footer-col.col2 ul.cc-footer-social{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.cc-footer-col.col2 ul.cc-footer-menu a{ color: #fff; margin: 5px 0; display: inline-block; }
.cc-footer-col.col2 ul.cc-footer-menu a:hover{ color: var(--main-color); }
.cc-footer-col.col2{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cc-footer-col.col2 ul.cc-footer-social a{
	font-size: 28px;
	margin: 0 10px 0 0;
	color: var(--main-color);
}
.cc-footer-bottom{
	position: relative;
	padding: 10px 0;
	background-color: var(--light-color);
	color: var(--dark-color);
}
.cc-footer-text{
	text-align: left;
	margin: 10px 0;
}
.cc-footer-bottom .cc-footer-row{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cc-footer-bottom .cc-footer-row .cc-footer-col:nth-child(2){
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: end;
}
.cc-footer-bottom .cc-footer-row .cc-footer-col:nth-child(2) a{
	margin: 0 10px;
}
.cc-footer-bottom .cc-footer-row .cc-footer-col:nth-child(2) a:hover{ color: var(--main-color); }
.cc-xframe{
	display: none;
	width: 700px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.cc-x-wrap{
	width: 50%;
}
.cc-x{
	position: absolute;
	width: 300px;
	height: 700px;
	opacity: 0.3;
	z-index: -1;
}
.cc-right{
	background-image: url("../../assets/img/x1.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.cc-left{
	background-image: url("../../assets/img/x2.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.cc-x img{
	height: 700px;
	opacity: 0.3;
}
.cc-x.aos-animate{
	opacity: 0.1 !important;
}
.cc-our-strategic .cc-xframe{
	width: 700px;
}
.cc-x-strategic{
	height: 1000px;
}
img.cc-logo{
	height: 40px;
}
.cc-page-banner{
	position: relative;
	z-index: 1;
}
.cc-page-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cc-page-title p{ font-size: 18px; }
.cc-title{
	font-size: 52px;
	font-family: 'Yellix-Bold', sans-serif;
}
.cc-page-about{
	padding: 40px 0;
	overflow: visible;
}
.cc-section-heading{
	font-family: 'Yellix-Bold', sans-serif;
	font-size: 32px;
}
/*
.cc-section-heading span{
	color: var(--main-color);
}
*/
.cc-page-about p{
	color: #9c9c9c;
}
.cc-page-about .cc-text-wrap{
	width: 100%;
}
.cc-img-bg{
	position: relative;
	background-image: url(../../assets/img/img1-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 85%;
	padding: 10px 10px 8px 10px;
}
.cc-img-bg img{
	z-index: 1;
	position: relative;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
/*
.cc-img-bg:after{
	width: 94%;
	height: 248px;
	background-color: var(--main-color);
	content: "";
	top: 40px;
	right:-12px;
	position: absolute;
}
*/
.cc-block-wrap{
	background-color: #141414;
	padding: 20px 30px;
	color: #fff;
	height: 200px;
	margin-bottom: 30px;
}
.cc-block-wrap h3{
	color: var(--main-color);
	font-family: 'Yellix-Bold', sans-serif;
	font-size: 24px;
}
.cc-page-our-values{
	padding: 30px 0;
}
.cc-page-our-values .cc-section-heading{
	margin-bottom: 40px;
	text-align: center;
}
.style1 img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	object-fit: fill;
}
.style1 .cc-block-wrap{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.style2{ border-radius: 15px; }
.style2 .cc-block-wrap{
	border-radius: 15px;
}
.cc-page-our-story{
	background-color: transparent;
	padding: 40px 20px;
}
.cc-page-our-story img{
	border-radius: 15px;
	filter: grayscale(0);
}
.cc-page-our-story img:hover{ filter: grayscale(0); }
.cc-our-story-block{
	padding: 20px 0;
	border-bottom: 1px solid #4bbddb33;
}
.cc-our-story-block p{
	font-size: 16px;
}
.cc-our-story-block p strong{
	color: var(--main-color);
}
.cc-col-100{
	width: 100%;
}
.p-m-0-20{
	padding: 0 20px;
}
.m-m-t-20{
	margin-top: 20px;
}
.style2{
	flex-direction: column;
}
.style2 img {
	width: 100%;
	height: 270px;
}
.style2 .cc-block-wrap{
	width: 100%
}
.style2{
	margin: 30px 0 30px 0;
	height: auto;
	background-color: #141414;
}
.style2 img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.cc-our-leads-col-1 h3{
	text-align: center;
}
.cc-our-leads-col-1{
	align-items: center;
}
.cc-footer-col.col2 ul.cc-footer-menu{
	text-align: left;
}
.cc-section-heading{
	flex-direction: column;
	align-items: center;
}
.cc-hero-section{
	padding: 40px 10px 0 10px;
}
.is-page ul{
	padding-left: 25px;
}
.is-page ul li{
	list-style: disc;
	margin-bottom: 8px;
}

#subscribe-form {
	background-color: transparent;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: auto;
	margin: 10px 0 30px 0;
}
#subscribe-form input[type="email"] {
	width: 250px;
	padding: 12px;
	border: none;
	border-radius: 0;
	font-size: 16px;
	margin: 0;
}
#subscribe-form input[type="submit"] {
	padding: 12px 20px;
	background-color: var(--main-color);
	color: var(--light-color);
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 16px;
}
#subscribe-form input[type="submit"]:hover {
	background-color: #0056b3;
}
.cc-page-our-team {
	padding: 40px 10px;
	background-color:#0d0d15;
}
.cc-page-our-team h2.cc-section-heading{
	margin-bottom:20px;
}
.cc-page-our-team .img-wrap{
	position:relative;
	margin:20px auto;
	text-align:left;
}
.cc-page-our-team .img-wrap img{
	width:100%;
	height:auto;
	filter: grayscale(0);
}
.cc-page-our-team .img-wrap:hover img{
	filter: grayscale(0);
}
.cc-page-our-team h3{
	font-size:22px;
	text-transform:uppercase;
	color: var(--main-color);
	margin-bottom:10px;
	font-weight:700;
}
.cc-page-our-team h4{
	margin-bottom:10px;
}
.cc-page-our-team p{
	margin: 0;
}
.cc-page-our-team p a{
	color: var(--main-color);
	font-size:16px;
}
/*
.team-border-right{
	border-right:1px solid #cccccc17;
}
.cc-page-our-team .team-linkedin{
	opacity:0;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 42px;
	height: 42px;
	background-color: #0a66c2;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.team-wrap-box:hover .team-linkedin{
	opacity:1;
}
.img-wrap:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background-color: #4bc3e24d;
	height: 150px;
	width: 150px;
	opacity:0;
}
.team-wrap-box:hover .team-linkedin, .team-wrap-box:hover .img-wrap:after{
	opacity:0;
}
*/
.mb-only{
	display:block;
}
/* 23.09.2024 */
.about-banner-text-wrap{
	height: auto;
	padding:0;
	width: 90%;
	margin:0 auto;
	text-align: center;
	flex-direction: column;
}
.about-banner-text-wrap h1.cc-title{
	font-size:42px;
	margin-top:1rem;
}
.about-our-values{
	padding-left:20px;
	padding-right:20px;
}
.about-our-values-right{
	flex-direction:column;
}
.about-our-values-col{
	flex-direction:column;
	padding:30px 0 30px 0;
}
.about-our-values-col {
	border-bottom: 1px solid #484848b3;
}
.about-our-values-col:nth-child(1){
	padding-top:40px;
}
.about-our-values-col h3{
	color: var(--main-color);
	font-size:22px;
}
.cc-video{
	padding: 60px 0;
	position: relative;
}
.cc-video .cc-our-strategic-heading{
	text-align: center;
}
.cc-video .cc-our-strategic-heading h2 span{
	font-family: 'Yellix-Regular', sans-serif;
}
.cc-video .cc-youtube-video{
	text-align: center;
}

.cc-video .cc-youtube-video iframe{
	border-radius: 20px;
}

.cc-gallery{
	padding-bottom: 60px;
	position: relative;
}
.cc-video-row{
	display: flex;
	flex-direction: column;
}

.cc-video-col{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cc-video-col img{
	margin-top: 30px;
}
.cc-upcoming-event .cc-up-next-text12{
	font-size: 18px !important;
	display: flex;
	flex-direction: row;
	color: #fff !important;
}
.cc-upcoming-event .cc-up-next-text12 span{
	font-family: 'Yellix-Bold', sans-serif;
	margin-bottom: 18px;
}
.cc-video .cc-youtube-video .cc-yt-video{
	position: relative;
  	width: 100%;
  	height: 100%;
  	cursor: pointer;
  	margin: 0 auto;
}
.cc-video .cc-youtube-video .cc-yt-video img{
	width:100%;
	height:100%;
}