* {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	font-family: 'Roboto';

}



*::before,

*::after {

	box-sizing: border-box;

}



.common::after {

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background: #000;

}



/* Brand font */

@font-face {

	font-family: "Brand";

	src: url("../fonts/Brand/Brand.otf");

}


/* BOSQUE font */

@font-face {

	font-family: "BOSQUE";

	src: url("../fonts/bosque/BOSQUE.otf");

}



/* cera-gr-black font */

@font-face {

	font-family: "cera-gr-black";

	src: url("../fonts/ceraGr/cera-gr-black.otf");

}



/* Gilroy font */

@font-face {

	font-family: "Gilroy-Black";

	src: url("../fonts/gilroy/Gilroy-Black.ttf");

}



@font-face {

	font-family: "Gilroy-Bold";

	src: url("../fonts/gilroy/Gilroy-Bold.ttf");

}



@font-face {

	font-family: "Gilroy-ExtraBold";

	src: url("../fonts/gilroy/Gilroy-ExtraBold.ttf");

}



@font-face {

	font-family: "Gilroy-Light";

	src: url("../fonts/gilroy/Gilroy-Light.ttf");

}



@font-face {

	font-family: "Gilroy-Medium";

	src: url("../fonts/gilroy/Gilroy-Medium.ttf");

}



@font-face {

	font-family: "Gilroy-Regular";

	src: url("../fonts/gilroy/Gilroy-Regular.ttf");

}



@font-face {

	font-family: "Gilroy-SemiBold";

	src: url("../fonts/gilroy/Gilroy-SemiBold.ttf");

}



/* common css */

:root {

	--white-color: #fff;

	--black-color: #000;

	--gray-color: #f3f4f6;

	--black_1F1F1F: #1F1F1F;

	--orange: #FF7700;

}

.white {
	color: var(--white-color) !important;
}

body {

	background: #f5f7fc;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	margin: 0;

	padding: 0;

	text-transform: uppercase;

	margin-bottom: 15px;

	line-height: 1;

	color: var(--red-color);

	font-family: "Gilroy-ExtraBold";

}



h1 span,

h2 span,

h3 span,

h4 span,

h5 span,

h6 span {

	color: var(--green-color);

}



h1 {

	font-size: 100px;

	font-family: "cera-gr-black";

}



h2 {

	font-size: 60px;

}



h3 {

	font-size: 32px;

}



h4 {

	font-size: 24px;

}



h5 {

	font-size: 20px;

}



h6 {

	font-size: 18px;

}



p {

	margin: 0;

	padding: 0;

	font-size: 20px;

	line-height: 1.5;

	margin-bottom: 25px;

	color: #525252;

	font-family: "Gilroy-Light";

}



.textWhite {

	color: var(--white-color);

}



.textBlack {

	color: var(--black-color);

}



p:last-child {

	margin-bottom: 0;

}



p span {

	color: inherit;

	font-family: inherit;

}



p a {

	color: var(--green-color);

	font-size: inherit;

	font-family: inherit;

}



ul,

ol {

	list-style-type: none;

	margin: 0;

	padding: 0;

}



a {

	text-decoration: none;

	text-transform: capitalize;

	display: inline-block;

	font-size: 20px;

	line-height: 1.2;

	color: var(--red-color);

}



span {

	display: inline-block;

}



.section-heading {

	text-align: center;

	margin-bottom: 40px;

}



.section-heading h2 {

	/* font-family: "BOSQUE"; */
	font-family: "Brand";

	color: #4b37a1;

}

/* .cg .section-heading h2 {
} */



.section-heading p {

	font-size: 22px;

	line-height: 32px;

	color: var(--gray-color);

	margin-bottom: 0;

}



.btn.btn-red {

	font-size: 18px;

	padding: 12px 40px;

	background: var(--black-color);

	color: var(--white-color);

	border-radius: 0px;

	border: none;

	font-family: "Gilroy-Bold";

}



.btn.btn-red img {
	max-width: 30px;
	width: auto;
}



section {

	padding: 70px 0;

	overflow: hidden;

}



footer {

	padding-top: 70px;

	background: #ffffff10;

}



.mobile {

	display: none !important;

}



.desktop {

	display: block !important;

}



.bg {

	background: var(--green-color);

}



.textCenter {

	text-align: center;

}



img {
	max-width: 100%;
	width: 100%;
}



.alignItemCenter {

	align-items: center;

}



.button-box ul {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

	column-gap: 15px;

	row-gap: 10px;

	margin-top: 30px;

}



.swiper-vertical .swiper-pagination-bullet,

.swiper-horizontal .swiper-pagination-bullet {

	width: 10px;

	height: 10px;

	display: inline-block;

	border-radius: 50%;

	background: transparent;

	outline: 2px solid #AAB0BC;

	margin: 0 10px !important;

	opacity: 1;

}



.swiper-vertical .swiper-pagination-bullet-active,

.swiper-horizontal .swiper-pagination-bullet-active {

	background: var(--red-color);

	border-color: var(--red-color);

	outline-offset: 3px;

}



.owl-theme .owl-dots .owl-dot span {

	background: green;

}



.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {

	background: red;

	outline: 2px solid red;

	outline-offset: 3px;

}



.owl-nav {

	margin-top: 0;

}



.owl-nav button {

	position: absolute;

	bottom: 0;

	background: transparent !important;

}



.owl-nav button.owl-prev {

	left: 50%;

	bottom: 30px;

	transform: translateX(-90%);

}



.owl-nav button.owl-next {

	right: 50%;

	bottom: 0;

	transform: translateX(90%);

}



/* .owl-nav button.owl-next {

    right: 47%;

} */

.owl-nav button i {

	font-size: 40px;

	color: #000;

}



/* header css start */

@keyframes smoothScroll {

	0% {

		transform: translateY(-60px);

		opacity: 0;

	}



	100% {

		transform: translateY(0px);

		opacity: 1;

	}

}



#header.show {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	animation: smoothScroll 1s forwards;

	z-index: 1000;

	box-shadow: 0 0 10px 2px #dbdbdb;

}

#header.show .logo-box img {
	max-width: 150px;
	width: 100%;
}



#header {

	background: linear-gradient(90deg, rgba(251, 251, 252, 1) 0%, rgba(217, 221, 228, 1) 100%);

	padding: 30px 0 20px;

	transition: .5s all;

}



#header .header-box {

	display: flex;

	align-items: flex-end;

	justify-content: space-between;

}



#header .logo-box img {
	max-width: 200px;
	width: 100%;
	max-height: 130px;
}



#header .main-nav .click-menu,

#header .main-nav .cancel-menu {

	font-size: 25px;

	color: black;

	cursor: pointer;

	display: none;

}



#header .main-nav {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

	padding-left: 20px;

}



#header .button-box {

	margin-left: 20px;

}



#header .button-box .btn.btn-red span {

	margin-right: 10px;

	font-family: 'Gilroy-Bold';

}



#header .button-box .btn.btn-red {

	padding: 8px 20px;

	border-radius: 15px;

	border-bottom-right-radius: 0;

	background: linear-gradient(180deg, rgba(245, 130, 32, 1) 0%, rgba(220, 26, 26, 1) 100%);

	color: #fff;

}



#header nav ul li {

	display: inline-block;

	padding: 5px 15px;

	position: relative;

}



#header nav ul li a {

	color: #77818c;

	padding: 0 0x;

	border-radius: 5px;

	font-size: 20px;

	font-family: "Gilroy-Medium";

	position: relative;

}



#header nav ul li a.active::after {

	content: '';

	position: absolute;

	width: 60%;

	height: 2px;

	left: 0;

	bottom: -2px;

	background: #F58220;

}



#header nav ul li a.active {

	color: #4B37A1;

	font-family: 'Gilroy-Bold';

}



/* homeBanner css */

#homeBanner {

	background-image: url("../images/banner.jpg");

	background-repeat: no-repeat;

	background-size: cover;

	background-position: 100% 100%;

}

#homeBanner .row {
	margin: 0;
}


#homeBanner .box.box1 p .textSemiBold {

	font-family: "Gilroy-SemiBold";

}

.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 180px);
    max-width: 550px;
    margin-left: auto;
}

.grid-wrapper .box.box11 {
	grid-column: 2 / 4;
}

.homebannerImg .box {
	position: relative;
	perspective: 1000px;

}

/* Initially hide elements without the 'show' class */
#homeBanner .title-box h1,
#homeBanner .description p {
	display: none;
	transition: opacity 0.5s ease-in-out;
	text-align: center;
}

#homeBanner .title-box h1 {
	color: #4b37a1;
	line-height: 80px;
	margin-bottom: 30px;
	text-align: center;
}

.homebannerImg .box img {
	transform: rotateY(45deg);
	visibility: hidden;
	position: absolute;
	inset: 0;
	/* Make sure they don’t take up space in layout */
	transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s, transform 1s ease-in-out;
	transform: rotateY(180deg);
	/* Initially flipped */
	transform-style: preserve-3d;
	height: 100%;
	object-fit: contain;
	/* Necessary for 3D transform */
}

#homeBanner .title-box h1.show,
#homeBanner .description p.show {
	display: block;
}

.homebannerImg .box img.show {
	visibility: visible;
	/* Make it visible */
	transform: rotateY(0deg);
	/* Flips back to original position */
	transition: opacity 0.5s ease-in-out, visibility 0s linear 0s, transform 1s ease-in-out;
}

#homeBanner .box.box1{
    margin-top: 70px;
}

#homeBanner .box.box3 {

	margin-top: -130px;
	position: relative;
	z-index: -1;

}


/* imgSection css */

#imgSection .img-container {

	display: grid;

	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;

}



.rowSpan {

	grid-row: span 2;

}



.columnSpan {

	grid-column: span 2;

}



#imgSection .img-container .box {

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	height: 100%;

	text-align: center;

	padding: 5px;

}



#imgSection .img-container .box.green {

	background: #15b99b;

}



#imgSection .img-container .box.pink {

	background: #ee559e;

}



#imgSection .img-container .box.blue {

	background: #29c5ff;

}



#imgSection .img-container .box.yellow {

	background: #ffcc29;

}



#imgSection .img-container .box>* {

	color: var(--white-color);

	margin-bottom: 0;

}


#imgSection .img-container .box h2 {
	font-weight: 600;
}

#imgSection .img-container .box h5 {

	font-family: "Gilroy-SemiBold";

	text-transform: capitalize;


}



#imgSection .img-container .box h3 {

	margin-bottom: 10px;

}



#imgSection .img-container .img-box14 {

	grid-column: span 3;

}



#imgSection .img-container .img-box14 p {

	color: #4b37a1;

	font-size: 60px;

	font-family: "BOSQUE";

	text-transform: uppercase;

	line-height: 1;

	margin-bottom: 10px;

}



#imgSection .img-container .img-box14 h5 {

	color: #a1acb9;

}



#imgSection .img-container img {

	height: 100%;

	object-fit: cover;

	filter: grayscale(1);

	transition: .5s all;

}



#imgSection .img-container img:hover {

	filter: grayscale(0);

}



/* Slider Section */

#sliderSection .content-box .text-box img {

	max-width: 100px;

}



#sliderSection .content-box {

	max-width: 800px;

	margin: 0 auto;

}



#sliderSection .content-box .text-box .bottomline-img img {

	max-width: 60px;

}



#sliderSection .content-box .text-box .bottomline-img {

	max-width: 180px;

	margin: 0 auto;

}



#sliderSection .content-box .text-box .quote-bottom {

	position: absolute;

	bottom: -10px;

	right: 0;

}



#sliderSection .row {

	align-items: center;

}



#sliderSection .img-box {

	box-shadow: 0 0 40px #00000020;

}



#sliderSection .owl-stage-outer {

	padding: 40px 0;

}



#sliderSection .text-box {

	position: relative;

	padding-left: 40px;

}



#sliderSection .content {

	padding: 50px 0px 70px;

	min-height: 368px;

}



#sliderSection .content p.medium {

	font-family: "Gilroy-Medium";

}



#sliderSection .content p {

	margin-bottom: 0;

	font-size: 26px;

	line-height: 1.2;

}



#sliderSection p.name {

	font-size: 24px;

}



#sliderSection .item {

	position: relative;

}



#sliderSection .bottomline {

	position: absolute;

	bottom: 10%;

	z-index: -1;

	width: 100%;

}



#sliderSection .owl-carousel .owl-nav.disabled {

	display: block;

}



#sliderSection .owl-nav button.owl-prev {

	left: auto;

	bottom: 30px;

	right: 40px;

	transform: none;

}



#sliderSection .owl-carousel .owl-nav .owl-next {

	right: 0;

	transform: none;

}



/* associations css */

#associations .top-box .img-box {

	position: relative;

	/* border: 2px solid #d3d3d3; */

}



#associations .top-box .img-box img {

	filter: grayscale(1);

}



/* #associations .top-box .img-box .section-heading {

	position: absolute;

	top: 15%;

	left: 50%; 

	transform: translateX(-50%);

	width: 100%;

} */



#associations .end-box .list {

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	width: 90%;

	margin: 0 auto;

	column-gap: 40px;

}





#associations .end-box .list.img-box {

	background: var(--white-color);

	border: 2px solid #d3d3d3;

	text-align: center;

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	padding: 20px;

}



#associations .end-box .owl-stage {

	display: flex;

}



#associations .end-box .item {

	height: 100%;

}



#associations .end-box .list.img-box img {

	max-width: 200px;

	max-height: 180px;

	object-fit: contain;

}



/* #associations .end-box {

	position: relative;

	max-width: 90%;

	margin: -140px auto 0;

} */


/* New associations slider css */



.logo-slider {
    position: relative;
}

.logo-slider .slide-track {
    width: 100%;
    display: flex;
    overflow: hidden;
}

.stakeholders-logo {
    background-color: var(--white-color);
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 30px 30px;
    height: 100%;
    margin-right: 15px;
    animation: scroll 60s linear infinite;
    flex: 0 0 20%;
}
.stakeholders-logo img{
	aspect-ratio: 3/2;
	object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-1000%)
    }
}




#initiative .item {

	margin: 0 -100px;

}



#initiative .center .item {

	position: relative;

	z-index: 1;

}



/* #initiative .owl-item {

	transform: scale(.8);

	position: relative;

} */



#initiative .owl-item::after {

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	/* background: #a1a3a8e2; */

}


/* 
#initiative .owl-item.center {

	transform: scale(1);

	z-index: 11;

} */



#initiative .item {

	margin: 0 -100px;

	/* box-shadow: 0px 20px 60px #b2afaf; */

}



#initiative .owl-stage-outer {

	padding-bottom: 120px;

}

#initiative .img-box video {
	width: 100%;
}

#initiative .button-box .btn.btn-yellow {
	font-size: 14px;
	padding: 12px 26px;
}


/* Attendees */

#attendees .nav-tabs .nav-link {

	position: relative;

	background: 0 0;

	border: none;

	border-top-left-radius: 0;

	border-top-right-radius: 0;

	color: #A1ACB9;

	padding: 0;

	padding-bottom: 10px;

	margin: 0 30px;

	font-family: 'Gilroy-Medium';

	font-size: 20px;

}



#attendees .nav-tabs .nav-link::after {

	content: "";

	position: absolute;

	left: 0;

	bottom: 0;

	width: 0;

	height: 2px;

	background: #F58220;

	opacity: 0;

	visibility: hidden;

	transition: .5s;

}



#attendees .nav-tabs .nav-item.show .nav-link::after,

#attendees .nav-tabs .nav-link.active::after {

	width: 100%;

	opacity: 1;

	visibility: visible;

}



#attendees .nav-tabs {

	justify-content: center;

	margin-bottom: 40px;

	border: none;

}



#attendees .nav-tabs .nav-item.show .nav-link,

#attendees .nav-tabs .nav-link.active {

	color: #4B37A1;

	background: transparent;

	font-family: 'Gilroy-Bold';

}



#attendees .owl-carousel .owl-nav.disabled {

	display: block !important;

}



#attendees .owl-stage-outer {

	padding-bottom: 120px;

}

#attendees .attendeesImg {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#attendees .attendeesImg .text {
	position: absolute;
	top: 125%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: .5s all;
}

#attendees .attendeesImg .text h4 {
	margin: 0;
	color: #fff;
}

#attendees .attendeesImg::after {
	content: "";
	width: 100%;
	height: 0;
	background: #000000c4;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s all;
}

#attendees .attendeesImg:hover::after {
	height: 100%;
}

#attendees .attendeesImg:hover .text {
	top: 50%;
}



/* join */



#join .join-box {

	padding: 75px;

	background: #fff;

	text-align: center;

	box-shadow: 0px 0px 40px #D9DDE4;

}



#join .join-box h2 {

	margin-bottom: 20px;

	text-transform: capitalize;

	color: var(--orange);

	/* font-family: 'Gilroy-Medium'; */
	font-family: "Brand";


}



#join .button-box {

	text-align: center;

	margin-top: -35px;

}



.btn.btn-yellow {

	background: linear-gradient(180deg, rgba(245, 130, 32, 1) 0%, rgba(220, 26, 26, 1) 100%);

	border: none;

	padding: 15px 55px;

	font-size: 26px;

	color: #fff;

	font-family: "BOSQUE";

	border-radius: 0;

}



#footer .box.box2 .text-box span {

	font-family: "Gilroy-SemiBold";

}



/* footer css */



#footer .logo-box {

	text-align: center;

}



#footer .end-box {

	margin-top: 50px;

	padding: 30px 0;

	background: #42484E;

}



#footer .end-box .link-box ul {

	display: flex;

	justify-content: space-evenly;

	align-items: center;

	flex-wrap: wrap;

}

#footer.cg-footer .end-box .link-box ul,
#footer.ci-footer .end-box .link-box ul {
	display: flex;
	justify-content: center;
}



#footer .text-box p,

#footer .text-box a {

	color: #A1ACB9 !important;

	font-family: "Gilroy-Regular";

}



.link-box {

	text-align: center;

}



#footer .end-box .link-box ul li {

	margin: 0 25px;

}



#footer .row {

	align-items: center;

}



#footer .end-box img {

	max-width: 33px;

}



#footer .box.box2 .text-box {

	text-align: right;

}



#footer .box.box2 .text-box a {

	font-size: 20px;

}



.owl-stage-outer {

	padding-bottom: 100px;

}



/* journey css */

#journey .journey-box {

	display: flex;

	justify-content: center;

	overflow: hidden;

}



#journey .bottom.box {

	display: flex;

	flex-direction: column;

	justify-content: end;

	padding-top: 300px;

}



#journey .top.box {

	padding-top: 40px;

}



#journey .content {

	min-height: 140px;

	display: flex;

	flex-direction: column-reverse;

	justify-content: flex-end;

}



#journey .bottom.box img {

	margin-top: 10px;

}



#journey .box {

	text-align: center;

	position: relative;

}



#journey .btn.btn-primary {

	border: 1px solid #F37B20;

	background: transparent;

	padding: 9px 25px;

	border-radius: 20px;

	margin-bottom: 15px;

	position: relative;

	font-family: 'Gilroy-ExtraBold';

	color: #000;

	font-size: 18px;

}

#journey .btn.btn-primary:hover {
	color: #F37B20;
	background: var(--white-color);
}

#journey .btn.btn-primary.white:hover {
	color: var(--black-color) !important;
}



#journey .journey-block {

	background: #FFCC2F;

}



#journey .top.box .btn.btn-primary {

	margin-bottom: 0;

	margin-top: 15px;

}



#journey .top.box::after {

	content: "";

	width: 2px;

	height: 50%;

	background: #00A651;

	position: absolute;

	top: 46%;

	left: 50%;

	transform: translateX(-50%);

}



#journey .journey-img {

	position: relative;

}



#journey .journey-img .section-heading {

	position: absolute;

	top: 10%;

	left: 50%;

	transform: translateX(-50%);

}



#journey .bottom.box::after {

	content: "";

	width: 2px;

	height: 60%;

	background: #00A651;

	position: absolute;

	bottom: 40%;

	left: 50%;

	transform: translateX(-50%);

}



#journey .top.box .btn.btn-primary::before {

	bottom: -5px;

	;

}



#journey .bottom.box .btn.btn-primary::before {

	top: -5px;

}



#journey .btn.btn-primary::before {

	content: "";

	width: 10px;

	height: 10px;

	background: linear-gradient(180deg, rgba(245, 130, 32, 1) 0%, rgba(220, 26, 26, 1) 100%);

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

	border-radius: 50%;

	z-index: 11;

	border: 2px solid #00A651;

}



#journey .text-box p {

	font-size: 14px;

	line-height: 1.2;

	color: #141414;

	font-family: 'Gilroy-SemiBold';

	min-height: 55px;

}



#journey .img-box img {

	width: 100px;

	height: 60px;

	object-fit: contain;

}



#journey .top.box img {

	margin-bottom: 10px;

}

#footer .box.box3 .text-box {
	padding-top: 20px;
	text-align: center;
}

/* #associations.supporters {
	display: none;
} */

.attendeesImg p {
	color: #fff;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
}




/* ci page css */
#ciBanner {
	padding: 0;
	/* margin-top: 170px; */
}

#ciBanner video {
	height: auto;
	width: 100%;
	max-width: 100%;
}

#ciBanner .video-box {
	position: relative;
}

#ciBanner .video-box::after {
	position: absolute;
	content: "";
	inset: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

#ciBanner .title-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 99;
	width: 100%;
}

#ciBanner .title-text h1 {
	color: var(--white-color);
	font-family: "Brand";
	font-size: 100px;
}

#ciBanner .title-text h2 {
	color: var(--white-color);
	font-family: "Gilroy-SemiBold";
	font-size: 50px;
}


#celebrating .section-heading h2 {
	font-family: "Gilroy-SemiBold";
	color: #000;
}

#celebrating .section-heading h1 {
	font-family: "Brand";
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

#celebrating .section-heading h1::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 1px;
	left: 50%;
	bottom: 0;
	background: #707070;
	transform: translateX(-50%);
}

#celebrating .section-heading p {
	color: #707070;
}

#celebrating .section-heading p {
	color: #707070;
	font-size: 26px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: "Gilroy-Regular";
}

#celebrating {
	background: url('/wp-content/themes/aiana/assets/images/ci_page/celebratingBg.png') no-repeat;
	background-position: center;
	background-size: cover;
	padding: 140px 0 0;
}

#bringing .bringing-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 5px;
}

#bringing .grid_row2 {
	grid-row: span 2;
}

#bringing .grid-column2 {
	grid-column: span 2;
}

#bringing .grid-column3 {
	grid-column: span 3;
}

#bringing .grid-column4 {
	grid-column: span 4;
}

#bringing .bringing-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* filter: grayscale(1); */
	transition: .5s all;
}

#bringing .bringing-grid img:hover {
	/* filter: grayscale(0); */
}

#bringing .img-box {
	position: relative;
}

#bringing .img-box h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* white-space: nowrap; */
	color: #fff;
	text-shadow: 1px 2px 2px #000;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

#bringing .img-box:hover h6 {
	opacity: 1;
}

#bringing .img-box.show h6 {
	display: block !important;
	opacity: 1;
}



#bringing .button-box {
	text-align: center;
	padding-top: 140px;
}

.ci #join .join-box h2 {
	font-family: "Brand";
}

.ci .owl-carousel .owl-item .attendeesImg img {
	height: 454px;
}

/* .ci #header {
	padding: 30px 0 15px;
} */

.ci #header .main-nav {
	/* padding-bottom: 20px; */
}

body.ci {
	background: #fff;
}

#incredible .nav-link img {
	max-width: 300px;
	width: 100%;
}

#incredible .nav-link {
	border: none;
	padding: 0 0 40px;
	margin: 0 40px;
	position: relative;
	background: transparent;
}

#incredible .nav-link.active::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3px;
	background: #EC5D1B;
	border-radius: 10px;
}

#incredible .nav {
	justify-content: center;
	border-bottom: 1px solid #1D1D1D;
}

#incredible {
	background: #17B7C4;
	margin-top: -140px;
	padding-top: 200px;
}

#incredible .section-heading h2,
#incredible .section-heading h3 {
	color: #fff;
}

#incredible .section-heading h3 {
	font-family: "Gilroy-SemiBold";
}

#incredible .section-heading {
	margin-bottom: 80px;
}

#incredible .owl-stage-outer {
	padding-bottom: 140px;
}

.key-points-boxes .box,
#incredible .end .box {
	border: 1px solid #fff;
	display: inline-block;
	padding: 40px 30px;
	text-align: center;
	border-radius: 60px;
	width: 190px;
	height: 270px;
	transition: .5s all;
}

.key-points-boxes .box {
	background: #fff;
	/* border-color: #DE9A1B !important; */
	border-radius: 30px;
	width: 220px;
	height: 100%;
	min-height: 350px;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
}

.key-points-boxes .box p {
	line-height: 1;
	/* font-size: 16px; */
}

#incredible .end .box:hover {
	background: #fff;
	border-color: #DE9A1B !important;
}

#incredible .end .box img {
	max-width: 100px;
	width: 100%;
	margin-bottom: 30px;
	/* height: 100px; */
	object-fit: contain;
}

.key-points-boxes .box img {
	width: auto;
}

.key-points-boxes .box h6,
#incredible .end .box h6 {
	margin-bottom: 0;
	font-family: "BOSQUE";
}

.key-points-boxes .box h6 {
	font-family: "Gilroy-Semibold";
	text-transform: capitalize;
}

.key-points-boxes .list,
#incredible .end .list {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	gap: 10px;
}

.key-points-boxes .list {
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

#chaloIndia {
	padding-top: 0;
}

#incredible .tab-content {
	padding-top: 60px;
}


/* cg page css */
.cg #celebrating .section-heading h2,
.cg #celebrating .section-heading h1 {
	color: #4B37A1;
}

.cg #celebrating .img-box img {
	max-width: 160px;
	margin: 0 auto;
	display: block;
}

.cg #incredible {
	padding-top: 0;
	background: transparent;
	margin-top: 0;
}

.cg #incredible .section-heading h2 {
	color: #4B37A1;
}

.cg #celebrating,
.cg #incredible .tab-content {
	background: url('/wp-content/themes/aiana/assets/images/cg_page/celebratingBg.png') no-repeat;
	background-position: bottom;
	background-size: cover;
}

.cg #incredible .tab-content {
	background-image: none;
}

.cg #celebrating {
	padding-bottom: 80px;
	position: relative;
	overflow: visible;
	z-index: 1;
}

.cg #celebrating::after {
	content: '';
	position: absolute;
	width: 100%;
	right: 0px;
	bottom: -120px;
	background: url('/wp-content/themes/aiana/assets/images/cg_page/shape.png') no-repeat;
	background-position: right;
	background-size: contain;
	max-width: 15%;
	height: 600px;
	z-index: -1;
}
.cg #incredible .owl-item,
#incredibleCarousel .owl-item{
	transform: scale(0.9);
}
.cg #incredible .owl-item.active.center,
#incredibleCarousel .owl-item.active.center{
	transform: scale(1.1);
}

#incredibleCarousel .img-box img,
.cg #incredible .img-box img {
	max-height: 730px;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center center;
	aspect-ratio: 16/9;
}

#incredibleCarousel .owl-nav button.owl-prev {
    bottom: 10px;
}

#incredibleCarousel .owl-nav button.owl-next {
    bottom: -20px;
}

.cg #incredible .owl-nav button.owl-prev {
	bottom: 30px;
}
.cg #incredible .owl-nav button.owl-next {
	bottom: 0;
}

body.cg {
	background: #F3F3F4;
}

.cg #incredible .end .box {
	background: #fff;
	border-color: #DE9A1B !important;
}

.cg #incredible .end .box {
	border-color: #707070;
}

.cg #incredible .end .box .img-box {
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
}

.cg #incredible .end .box img {
	margin-bottom: 0;
	/* filter: grayscale(1); */
	transition: .5s all;
}

/* .cg #incredible .end .box:hover img {
	filter: grayscale(0);
} */

.cg #incredible .nav-link {
	margin: 0 0;
	padding: 0 0 20px;
}

.cg #incredible .nav-link img {
	max-width: 260px;
}

.cg #incredible .nav-link.active::after {
	bottom: -2px;
}

.cg #bringing {
	padding-top: 0;
}

#bringing .grid_row5 {
	grid-row: span 5;
}


:root {
	--main-image-width: 500px;
	--main-image-height: 400px;
	--thumbnail-track-width: 90px;
	--thumbnail-height: 79px;
}

/* .product-image-carousels {
	display: flex;
	justify-content: center;
  } */

.product-image-carousels {
	position: relative;
}

/**
	Thumbnails carousel
  */
.thumbnails-slider {
	width: 20%;
	padding: 20px 40px;
	margin-right: 5px;
	position: absolute;
	right: 10%;
	top: 50%;
	z-index: 111;
	transform: translateY(-50%);
	height: 100%;
	overflow: hidden;
	background: #00000040;
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;

	/** Previous/next buttons */
	button {
		width: 100%;
	}
}

.slick-slider {
	margin-bottom: 0 !important;
}

.thumbnails-slider button span {
	color: #fff !important;
	opacity: 1 !important;
}

.thumbnails-slider button.slick-prev {
	left: 50%;
	top: 8%;
	transform: translateX(-50%) rotate(90deg);
	width: 30px !important;
	height: 30px;
}

.thumbnails-slider button.slick-next {
	left: 50%;
	bottom: 8%;
	transform: translateX(-50%) rotate(-90deg);
	width: 30px !important;
	height: 30px;
	top: auto;
}

/** Single thumbnail */
.thumbnail-button {
	display: block;
	height: auto;
	cursor: pointer;
	border: 0;
	background: none;
	background-color: rgba(0, 0, 0, .4);
	transition: opacity .1s linear;
}

.main-image-slider {
	width: 100%;
}

/** Previous/next buttons */
button {
	z-index: 1;
}

/** Slides */
.slick-slide {
	width: var(--main-image-width);

	img {
		display: block;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

.main-image-slider .slick-slide>div {
	position: relative;
	padding-top: 56.25%;
}

.main-image-slider .slick-slide>div .image-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.thumbnails-slider .slick-slide>div {
	position: relative;
	padding-top: 62.25%;
}

.thumbnails-slider .slick-slide>div .thumbnail-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thumbnails-slider .slick-slide>div .thumbnail-button img {
	width: 100%;
	height: 100%;
}

.thumbnails-slider button span.slick-prev-icon::before,
.thumbnails-slider button span.slick-next-icon::before {
	content: "\f0d9";
	font-family: fontawesome;
}

/* Contact us page css */

#contact-us .form-box .row,
#contact-us .form-box .label-box {
	margin-bottom: 20px;
}

#contact-us .form-box .row .label-box {
	margin-bottom: 0;
}

#contact-us .form-box .label-box .select_checkbox {
	display: flex;
	align-items: center;
}

#contact-us .form-box .label-box .select_checkbox .select_time:not(:last-child) {
	margin-right: 15px;
}

#contact-us .form-box p {
	font-family: "Gilroy-Regular";
	font-size: inherit;
}

#contact-us .form-box p:first-child {
	margin-bottom: 0;
}

#contact-us .form-box .form-label span {
	color: red;
}

#contact-us .form-box .label-box .sub-btn {
	padding: 5px 25px;
}

#contact-us .form-box .label-box select {
	appearance: button;
}

#contact-us .form-box .form-label {
	width: 100%;
	font-family: 'Roboto';
}

#contact-us .form-box .wpcf7-form-control-wrap {
	width: 100%;
}

#contact-us .form-box .label-box .select_checkbox .wpcf7-list-item {
	margin-left: 0;
}

#contact-us .form-box .label-box .select_checkbox .wpcf7-list-item:not(:last-child) {
	margin-right: 15px;
}

#contact-us .form-box .label-box .select_checkbox .wpcf7-list-item input {
	margin-right: 4px;
}



/* New css  */

.title-content-box {
	text-align: center;
	margin-inline: auto;
	margin-bottom: 60px;
	width: 90%;
	max-width: 1000px;
}

.title-content-box h3 {
	text-wrap-style: balance;
	margin-bottom: 50px;
}

.title-content-box p {
	color: var(--black_1F1F1F);
}

.title-content-box p span {
	font-weight: 600;
}


/* form css  */





/* Modal css  */

.custom-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.close-button {
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: #000000;
	z-index: 99;
	color: var(--white-color);
	position: absolute;
	right: 20px;
	top: 20px;
	pointer-events: fill;
}

.close-button:hover {
	background-color: darkgray;
}

.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.title-bx h6 {
	text-align: center;
	text-transform: uppercase;
	color: var(--black);
	font-size: 24px;
}

.registration-form {
	padding: 10px 24px;
}

.registration-bx {
	max-width: 100%;
	margin: 0 auto;
	background-color: var(--white);
	padding: 30px 0;
	position: relative;
	border-radius: 20px;
}
.registration-bx span{
	width: 100%;
}
.registration-bx .form-control-common {
	font-size: 16px;
	color: var(--black-070707);
	background: var(--white);
	padding: 10px 10px;
	border: transparent;
	border-bottom: 1px solid var(--orange);
	width: 100%;
	appearance: textfield;
	box-shadow: none;
	resize: none;
	outline: none;
	border-radius: 0;
}



.registration-bx .registration-form .cmn-btn {
	padding: 10px 22px;
	border-radius: 0;
	border: none;
	width: 100%;
	margin-top: 20px;
	color: var(--white-color) !important;
	cursor: pointer;
	background: linear-gradient(180deg, rgba(245, 130, 32, 1) 0%, rgba(220, 26, 26, 1) 100%);
}

input[placeholder],
[placeholder],
*[placeholder],
input::-webkit-input-placeholder,
input::-moz-placeholder,
::-moz-placeholder,
::-ms-placeholder,
::placeholder {
	color: var(--black-070707) !important;
}



.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	color: var(--black);
	margin: 0;
	font-size: 13px;
}

span.wpcf7-spinner {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450 !important;
	color: #46b450 !important;
}

input[type=email] {
	text-transform: lowercase;
}

input[type=email]::placeholder {
	text-transform: capitalize;
}

.wpcf7-not-valid-tip {
    font-size: 16px;
}

.wpcf7 form.sent .wpcf7-response-output, 
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    width: 90%;
    margin: 0 auto;
}