@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
body {
	margin: 0;
	padding: 0;
    font-family: 'AeonikTRIAL-Regular';
    background-color: #fff !important;
}

@font-face {
	font-family: 'AeonikTRIAL-Bold';
	src: url('font/aeonik/AeonikTRIAL-Bold.otf');
	font-display: swap;
	font-style: normal;
  }
  @font-face {
	font-family: 'AeonikTRIAL-Regular';
	src: url('font/aeonik/AeonikTRIAL-Regular.otf');
	font-display: swap;
	font-style: normal;
  }
  @font-face {
	font-family: 'AeonikTRIAL-Light';
	src: url('font/aeonik/AeonikTRIAL-Light.otf');
	font-display: swap;
	font-style: normal;
  }


:root {
	--white_bg: #fff;
	--border_radius: .6rem;
	--border-top: 1px solid rgba(0, 0, 0, .05);
	--border-bottom: 1px solid rgba(0, 0, 0, .05);
	--border-left: 1px solid rgba(0, 0, 0, .05);
	--border-right: 1px solid rgba(0, 0, 0, .05);
	--border: 1px solid rgba(0, 0, 0, .05);
	--light_bg: #F9F9F9;
	--black_bg: #000000;
	--inactive_link: #999;
	--bg_success: #EEFCF3;
	--bg_danger: #FFEEEB;
	--bg_warning: #FFF5EB;
	--body_bg: #f7f8ff;
    --brand_color: #3068D9;
}

.mobile {
    display: none;
  }
  
  .comment_btn {
	cursor: pointer;
}

.fixed_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .4);
	z-index: 999;
	display: none;
}

.about-btn {
    background-color: var(--brand_color);
        padding: 10px 25px;
        font-weight: 400;
        color: var(--white_bg);
        font-size: .9em;
        border: 1px solid var(--brand_color);
        border-radius: 2em;
}
.about-btn:hover {
    color: var(--white_bg);
}

/*******Article Body ******/
.article_body {
	padding: 50px 15px;
	padding-top: 0;
}

.article_body .share_socials p {
	font-family: "Space Grotesk", sans-serif;
	color: var(--black_bg);
	font-size: 11px;
	margin-bottom: 0px;
	font-weight: 600;
	text-transform: uppercase;
}

.article_body .text_box .d-flex {
    align-items: center;
}

.article_body .share_socials {
	margin-top: 0;
	order: 1;
	margin-left: auto;
}

.article_body .share_socials .socials a {
	font-size: 20px;
	color: var(--black_bg);
	margin-right: 10px;
}

.article_body .item_box .header {
	margin-bottom: 40px;
}

.article_body .item_box .header h1 {
	font-family: "Space Grotesk", sans-serif;
	color: var(--black_bg);
	font-size: 2.5em;
}

.article_body .item_box .header span {
	font-family: "Space Grotesk", sans-serif;
	color: #444;
	font-size: 14px;
	    text-transform: capitalize;
}

.article_body .item_box .header .d-flex {
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.article_body .img_box {
	width: 100%;
	height: 70vh;
	margin-bottom: 40px;
}

.article_body .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.article_body .text_box p {
	font-family: "Space Grotesk", sans-serif;
	color: #222;
	font-size: 17px;
	line-height: 35px;
}

.article_body .text_box ul li {
	font-family: "Space Grotesk", sans-serif;
	color: #222;
	font-size: 17px;
	line-height: 35px;
}

.article_body .text_box ol li {
	font-family: "Space Grotesk", sans-serif;
	color: #222;
	font-size: 17px;
	line-height: 30px;
	padding: 10px 0;
}

.article_body .text_box h3 {
	font-family: "Space Grotesk", sans-serif;
	color: #000;
	font-size: 25px;
	font-weight: 800;
}

.article_body .text_box h4 {
	font-family: "Space Grotesk", sans-serif;
	color: #000;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 0;
}

.article_body .text_box h2 {
	font-family: "Space Grotesk", sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 800;
}

.article_body .text_box h1 {
	font-family: "Space Grotesk", sans-serif;
	color: #000;
	font-size: 35px;
	font-weight: 800;
}

.article_body .event_img_box {
	width: 100%;
	height: 45vh;
	border-radius: 10px;
	margin-bottom: 15px;
}

.article_body .event_img_box img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.article_body .share_socials .socials {
	margin-top: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
}

.comment_btn {
	position: fixed;
	bottom: 100px;
	right: 10px;
	cursor: pointer;
	z-index: 999;
}

.comment_btn p {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
	color: var(--black_bg);
	font-size: 15px;
	background: #fff;
	padding: 10px 30px;
	border-radius: .6rem;
	box-shadow: 0 1.5px 0 0 rgba(114, 135, 156, .25);
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .1);
}

.fixed_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .4);
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
}

.right_action_box {
	width: 35%;
	height: 100vh;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-color: rgba(0, 0, 0, .1) #f2f2f2;
	scrollbar-width: thin;
	scroll-behavior: smooth;
	position: fixed;
	background: #fff;
	z-index: 9999;
	top: 0;
	right: -100%;
	transition: all .6s ease-in-out;
	box-shadow: 0 -10px 30px 5px rgba(0, 0, 0, .2);
}

.right_action_box::-webkit-scrollbar {
	width: 6px;
	background-color: #f2f2f2;
}

.right_action_box::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 50px;
}

.right_action_box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #f2f2f2;
	border-radius: 50px;
}

.right_action_box.active {
	right: 0 !important;
	transition: all .6s ease-in-out;
}

.right_action_box .close_btn {
	cursor: pointer;
}

.right_action_box .modal_header {
	padding: 15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.right_action_box .modal_footer {
	padding: 10px 15px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.right_action_box .modal_body {
	padding: 10px 15px;
	/* border-top: 1px solid rgba(0,0,0,.1); */
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	height: 80vh;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-color: rgba(0, 0, 0, .1) #f2f2f2;
	scrollbar-width: thin;
	scroll-behavior: smooth;
	/* border: 1px solid #333; */
}

.right_action_box .modal_body::-webkit-scrollbar {
	width: 6px;
	background-color: #f2f2f2;
}

.right_action_box .modal_body::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 50px;
}

.right_action_box .modal_body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #f2f2f2;
	border-radius: 50px;
}

.right_action_box .modal_header h2 {
	font-weight: 600;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.2em;
	margin-bottom: 0;
}

.right_action_box .modal_header i {
	font-size: 1.5em;
}

.right_action_box .modal_footer .main_action_btn {
	font-family: "Space Grotesk", sans-serif;
	color: #fff;
	font-size: 12px;
	border: 2px solid #0AD35A;
	background: #0AD35A;
}


.right_action_box .form_box {
	/* padding-bottom: 20px; */
	/* border-bottom: 1px solid rgba(0,0,0,.1); */
}

.right_action_box .item_response label {
	font-family: "Space Grotesk", sans-serif;
	color: #555;
	font-size: 12px;
}

.right_action_box .item_response h2 {
	font-family: "Space Grotesk", sans-serif;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.right_action_box .item_response span {
	font-family: "Space Grotesk", sans-serif;
	color: #aeaeae;
	font-size: 12px;
}

.right_action_box .item_response .para {
	margin-top: 20px;
}

.right_action_box .item_response .para p {
	font-family: "Space Grotesk", sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: .5rem;
}

.right_action_box .item_response ul li {
	font-family: "Space Grotesk", sans-serif;
	color: #222;
	font-size: 13px;
	margin-bottom: 10px;
	/* line-height: 20px */
}

.right_action_box .item_response ol li {
	font-family: "Space Grotesk", sans-serif;
	color: #222;
	font-size: 13px;
	margin-bottom: 10px;
	/* line-height: 20px */
}

.right_action_box .item_response a {
	font-family: "Space Grotesk", sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 20px
}

.right_action_box .item_response i {
	font-family: "Space Grotesk", sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 20px
}

.right_action_box .item_response {
	padding: 15px 15px;
	background: var(--white_bg);
	box-shadow: 0 1.5px 0 0 rgba(114, 135, 156, .25);
	border: var(--border);
	margin-bottom: 20px;
	border-radius: .6rem;
}

.right_action_box .reply_panel {
	display: none;
	margin-top: 15px;
	transition: all .5s ease-in-out !important;
	padding: 15px 15px;
	background: var(--white_bg);
	box-shadow: 0 1.5px 0 0 rgba(114, 135, 156, .25);
	border: var(--border);
	border-radius: .6rem;
}

.right_action_box .reply_panel input {
	border: var(--border);
	border-radius: .6rem;
	padding: 20px 20px;
	font-family: "Space Grotesk", sans-serif;
	box-shadow: 0 1.5px 0 0 rgba(114, 135, 156, .25);
	font-weight: 300;
	color: var(--black_bg);
}

.right_action_box .reply_panel input::placeholder {
	font-family: "Space Grotesk", sans-serif;
	font-size: 12px;
	color: #666;
}

.right_action_box .reply_panel.reply_panel_active {
	display: block;
	transition: all .5s ease-in-out;
}

.right_action_box .rep_btn {
	font-family: "Space Grotesk", sans-serif;
	color: #222;
	font-size: 14px;
	margin-bottom: 0;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.right_action_box .rep_btn i {
	font-size: 10px;
}

/*.right_action_box .rep_btn:hover {*/
/*	text-decoration: underline;*/
/*}*/

.right_action_box .form_box label {
	font-family: 'Space Grotesk', sans-serif;
	color: #555;
	font-size: 11px;
	font-weight: 400;
}

.right_action_box .form_box input {
	border: var(--border);
	border-radius: .6rem;
	padding: 20px 20px;
	font-family: "Space Grotesk", sans-serif;
	box-shadow: 0 1.5px 0 0 rgba(114, 135, 156, .25);
	font-weight: 300;
	color: var(--black_bg);
}

.right_action_box .form_box input::placeholder {
	font-family: "Space Grotesk", sans-serif;
	font-size: 12px;
	color: #666;
}

.right_action_box .repond_active {
	font-family: "Space Grotesk", sans-serif;
	color: #fff;
	font-size: 14px;
	border: 2px solid var(--black_bg);
	background: var(--black_bg);
	border-radius: .6rem;
}

.right_action_box .show_reply_toggle {
	display: none;
}

.right_action_box .show_reply_toggle.show_reply_toggle_active {
	display: block;
}

.right_action_box .reply_panel textarea {
	font-family: "Space Grotesk", sans-serif;
	font-size: 12px;
	border-radius: 0;
}

.right_action_box .no_comment {
	font-family: "Space Grotesk", sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	margin-top:30px;
}

.right_action_box .no_reply {
	font-family: "Space Grotesk", sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.reply_item_response {
	border-left: var(--border);
	margin-bottom: 0px;
	padding: 15px 15px;
	background: var(--white_bg);
	box-shadow: 0 1.5px 0 0 rgba(114, 135, 156, .25);
	border: var(--border);
	margin-top: 15px;
	border-radius: .6rem;
	transition: all .5s ease-in-out !important;
}

.reply_item_response h3 {
	color: #222;
	font-size: 13px;
	font-family: "Space Grotesk", sans-serif;
	margin-bottom: 0;
}

.reply_item_response p {
	color: #444;
	font-size: 13px;
	font-family: "Space Grotesk", sans-serif;
	margin-top: 10px;
	margin-bottom: 0;
}

.right_action_box .alert p {
	font-size: 12px;
}


/******View Events & Blog*******/
.alert {
	display: none;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .15);
}

.alert p {
	margin-bottom: 0;
	font-family: "Space Grotesk", sans-serif;
	font-size: 13px;
	/*text-transform: capitalize;*/
}

.alert-container {
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999999999;
}

.loader {
	width: 20px;
	height: 20px;
	border: 4px solid #fff;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.nav_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
  }

  .nav_wrapper .navbar {
    padding: 0 20px;
    backdrop-filter: blur(5px);
  background-color: hsla(0, 0%, 100%, 0.544);
  box-shadow: 0 0 3px 1px rgba(114, 135, 156, .15);
  }

  .nav_wrapper .navbar a.navbar-brand {
    font-weight: 600;
    color: var(--black_bg);
    font-size: 1.5em;
  }

  .nav_wrapper .navbar .nav-item {
    margin: 0 1em;
  }

  .nav_wrapper .navbar .nav-item:last-child {
    margin-right: 0;
  }

  .nav_wrapper .navbar .nav-link {
    font-weight: 600;
    color: var(--black_bg);
    font-size: 1em;
    font-family: 'AeonikTRIAL-Light';
  }

  .nav_wrapper .navbar .nav-link.action {
    background-color: var(--brand_color);
    padding: 10px 25px;
    font-weight: 400;
    color: var(--white_bg);
    font-size: .9em;
    border: 1px solid var(--brand_color);
    border-radius: 2em;
    text-align: center;
  }

  .hero-container {
    width: 100%;
    height: 90vh;
    padding: 30px;
    margin-top: 90px;
    position: relative;
  }

  .hero-container img {
    width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  image-rendering: auto;
  border-radius: 2rem;
  }


  .hero-container .data-stats-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--white_bg);
    padding: 50px;
    width: 30%;
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hero-container .data-stats-box .data-box h2{
   font-family: 'AeonikTRIAL-Bold';
   font-size: 3.5em;
   font-weight: 800;
   margin-bottom: 0;
   /* color: var(--black_bg); */
  }

  .hero-container .data-stats-box .data-box p{
    font-family: 'AeonikTRIAL-Light';
    font-size: .8em;
    font-weight: 300;
    margin-bottom: 0;
    color: #aeaeae;
   }


  .hero-container .data-stats-box::before, .hero-container .data-stats-box::after{
    content: "";
    position: absolute;
    width: 4em;
    height: 4em;
    display: block;
    color: var(--white_bg);
    left: -40px;
    bottom: 5px;
    box-shadow: inset -1.5em -1.5em 0 0 currentColor;
    border-radius: 2em;
    z-index: 1;
  }


  .hero-container .data-stats-box::after {
    right: 7px;
    top: -39px;
    left: unset;
    bottom: unset;
    color: var(--white_bg);
  }

  .client-data {
    margin-bottom: 50px;
    display: none;
  }

  .client-data .swiper-slide {
    width: 200px;
    height: 100px;
    text-align: center;
  }

  .client-data .swiper-wrapper {
    align-items: center;
    justify-content: center;
  }

  .client-data .swiper-slide img {
    width: 50%;
    height: 100%;
    object-fit: contain;
  }

  .about {
    background-color: var(--white_bg);
    padding: 100px 15px;
  }

  .about .text-box h2{
    font-family: 'AeonikTRIAL-Light';
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: 0;
  }

  .about .text-box p{
    font-size: 1.1em;
    font-weight: 400;
    line-height: 2;
  }

  .about .vs-data-box {
    margin-top: 50px;
  }

  .about .vs-data-box .data-box{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: 300px;
    border-radius: 1em;
    padding: 30px;
  }

  .about .vs-data-box .data-box p{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .about .vs-data-box .data-box.box-1{
    background-color: #F4EAF4;
  }

  .about .vs-data-box .data-box.box-2{
    background-color: #FEEEDA;
  }

  .about .vs-data-box .data-box.box-3{
    background-color: #D0E9F2;
  }

   .about .vs-data-box .data-box h2{
    font-family: 'AeonikTRIAL-Light';
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 0;
  }

  .events {
    background-color: var(--white_bg);
    padding: 100px 15px;
  }


  .events .event-data-box  {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    width: 100%;
  }

 
  .events .event-data-box .data-box {
    backdrop-filter: blur(10px);
  background-color: rgba(245, 247, 255, 0.89);
    padding: 10px;
    border-radius: 1em;
    width: 100%;
  }

  .events .event-data-box .data-box .img-box{
    width: 100%;
    height: 400px;
    border-radius: 1em;
  }

  .events .event-data-box .data-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .9em;
  }

  .events .event-data-box .data-box .text-box  {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 50px;
  }

  .events .event-data-box .data-box .text-box h2 {
    font-size: 2em;
    font-weight: 600;
  }

  .events .event-data-box .data-box .text-box p {
    font-size: 1.1em;
    font-weight: 400;
  }

  .events .event-data-box .data-box .text-box a {
    background-color: var(--brand_color);
    padding: 10px 25px;
    font-weight: 400;
    color: var(--white_bg);
    font-size: .9em;
    border: 1px solid var(--brand_color);
    border-radius: 2em;
  }

  .events .event-data-box .data-box .text-box a:hover {
    text-decoration: none;
  }

  .blog {
    padding: 100px 15px;
  }

  .blog .blog-item a {
    text-decoration: none;
    color: var(--black_bg);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }

  .blog .blog-item .img-box {
    width: 100%;
    height: 350px;
  }

  .blog .blog-item {
   margin-bottom: 50px;
  }

  .blog .blog-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    object-position: top;
  }

  .blog .blog-item .text-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1px;
    margin-top: 10px;
  }

  .blog .blog-item .text-box p.date {
    font-size: .8em;
    margin-bottom: 0;
    color: var(--inactive_link);
  }

  .blog .blog-item .text-box h2 {
    color: #000;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 0;
  }

  .bottom-cta-wrapper {
    padding: 100px 15px;
    backdrop-filter: blur(10px);
    background-color: rgba(245, 247, 255, 0.89);
  }

  .bottom-cta-wrapper .data-box h2 {
    color: var(--black_bg);
    font-weight: 300;
    font-size: 2.5em;
    margin-bottom: 0;
  }

  .bottom-cta-wrapper .data-box p {
    margin-bottom: 0;
  }

  .bottom-cta-wrapper .data-form input.form-control {
    height: calc(2em + .75rem + 2px);
    border-radius: 1em;
    background-color: var(--white_bg);
    font-weight: 300;
  }

  .bottom-cta-wrapper .data-form textarea.form-control {
    border-radius: 1em;
    background-color: var(--white_bg);
    font-weight: 300;
  }

  .bottom-cta-wrapper .data-form .direct_book {
    background-color: var(--brand_color);
    color: var(--white_bg);
    border-radius: 2em;
    padding: 12px 35px;
    border: 1px solid var(--brand_color);
    transition: all .5s ease-in-out;
  }

  .footer {
	padding: 50px 15px;
	background-color: var(--black_bg);
}

.footer .data-top {
	padding: 20px 0;
	border-bottom: 1px solid var(--inactive_link);
}

.footer .data-top .data-logo h2 {
	color: var(--white_bg);
	font-size: 1.5em;
	margin-bottom: 0;
    font-family: 'AeonikTRIAL-Bold';
    padding-right: 20px;
}

.footer .data-top .data-logo p {
	color: var(--white_bg);
}

.footer .data-top .data-box h3 {
	color: var(--white_bg);
	font-weight: 600;
	font-size: 1.5em;
}

.footer .data-top .data-box p {
	color: var(--white_bg);
}

.footer .data-top .data-box p a {
	color: var(--white_bg);
	text-decoration: none;
}

.footer .data-top .data-box .social-btn {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 30px;
}

.footer .data-top .data-box .social-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--white_bg);
	text-decoration: none;
	color: var(--white_bg);
}

.footer .data-top .data-box ul li a {
	color: var(--white_bg);
	text-decoration: none;
}

.footer .data-top .data-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.footer .data-top .data-box ul li {
	padding: 5px 0;
}

.footer .data-bottom {
	display: flex;
	padding-top: 30px;
}

.footer .data-bottom p {
	color: var(--white_bg);
}

.footer .data-bottom .data-right {
	margin-left: auto;
	display: flex;
	gap: 20px;
}

.footer .data-bottom .data-right a {
	text-decoration: none;
	color: var(--white_bg);
}

.faq {
	padding: 100px 15px;
}

.faq .card .card-header button {
	text-decoration: none;
	color: var(--black_bg);
	border-radius: 0;
	font-size: .6em;
	font-weight: 400;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #aeaeae;
	padding: 15px 0px;
}

.faq .card .card-header .card_header_icon {
	transition: all .3s ease-in-out;
	order: 1;
	margin-left: auto;
}

.faq .card-header {
	background: transparent;
}

.faq .card {
	background: transparent;
	border: none;
}

.faq .card .card-header .card_header_icon i.bi-plus {
	font-size: 35px;
}

.rotate {
	transform: rotate(45deg);
}


.faq .card .card-body {
	color: var(--black_bg);
	font-size: .9em;
	margin: 5px 10px;
	border-left: 3px solid #F6F8FA;
	/* padding-top: 0;
  padding-bottom: 0; */
}

.faq .card .card-header {
	padding: 0;
}

.partnerships {
    padding: 100px 30px;
}


.partnerships .data-box {
    width: 100%;
    height: 60vh;
    background-image: url('https://yangg.org/images/IMG_2470.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2em;
    position: relative;
}

.partnerships .data-box .text-box{
    position: absolute;
    width: 30%;
    height: 50vh;
    bottom: -50px;
    right: 30px;
    backdrop-filter: blur(3px);
    background-color: hsla(0, 0%, 100%, .6);
    border: var(--border);
    box-shadow: 0 1.5px 0 0 rgba(114, 135, 156, .15);
    border-radius: 2em;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.partnerships .data-box .text-box h2{
    font-family: 'AeonikTRIAL-Light';
    font-weight: 300;
    font-size: 3em;
    color: var(--black_bg);
}

.partnerships .data-box .text-box p{
    font-size: 1.2em;
    color: var(--black_bg);
}

.partnerships .data-box .text-box a {
    background-color: var(--brand_color);
    padding: 10px 25px;
    font-weight: 400;
    width: 200px;
    text-align: center;
    color: var(--white_bg);
    font-size: .9em;
    border: 1px solid var(--brand_color);
    border-radius: 2em;
  }

  .partnerships .data-box .text-box a:hover {
    text-decoration: none;
  }

  .news {
    padding: 100px 15px;
  }

    .news .context-box {
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 100px;
  }

  .news .context-box .content-data-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .news .context-box .content-data-box .data-box{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: 100%;
  }

  .news .context-box .content-data-box .img-box{
    width: 100%;
    height: 100px;
    border-radius: 5px;
  }

  .news .context-box .content-data-box .text-box h3{
    font-size: 1em;
  }

  .news .context-box .content-data-box .img-box img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }

  .news .heading-text-box {
    padding-right: 50px;
  }

  .news .heading-text-box h2{
    font-family: 'AeonikTRIAL-Light';
    font-weight: 300;
    font-size: 3em;
  }

  .news .heading-text-box p{
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 30px;
  }

  .news .heading-text-box a {
    background-color: var(--brand_color);
    padding: 10px 25px;
    font-weight: 400;
    width: 200px;
    text-align: center;
    color: var(--white_bg);
    font-size: .9em;
    border: 1px solid var(--brand_color);
    border-radius: 2em;
  }

  .news .heading-text-box a:hover {
    text-decoration: none;
  }

  .heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .heading h2 {
      font-family: 'AeonikTRIAL-Bold';
      font-weight: 400;
      font-size: 1.5em;
  }

  .heading .data-item-1 h2 {
    font-family: 'AeonikTRIAL-Light';
    font-weight: 300;
    font-size: 3em;
  }
 

  .heading .data-item-2 a {
    color: var(--black_bg);
    font-family: 'AeonikTRIAL-Light';
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .heading .data-item-2 a::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: var(--black_bg);
    margin: 0 auto;
    display: block;
  }

.page_header {
    margin-top: 100px;
    padding: 50px 15px;
}

.page_header.data-case-study,
.article_body.data-case-study {
    background: #fff;
}

.page_header.data-case-study {
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 20px;
}

.page_header .breadcrumbs {
    padding-bottom: 20px;
}

.page_header .breadcrumbs a {

    font-size: .8em;
    text-transform: uppercase;
    color: var(--black_bg);
    font-weight: 600;
    text-decoration: none;
}

.page_header .breadcrumbs a.inactive {
    color: var(--inactive_link);
}

.page_header .breadcrumbs span {
    font-size: 15px;
    margin: 0 10px;
}

.page_header .text_box h1 {
font-family: 'AeonikTRIAL-Bold';
    font-size: 3.5em;
    color: var(--black_bg);
    font-weight: 800;
}

.page_header .text_box p {
font-family: 'AeonikTRIAL-Light';
    font-size: .9em;
    color: var(--black_bg);
    margin-bottom: 0;
}

.about_header {
    padding: 0px 15px;
    width: 100%;
}


.about_header .text_box h2 {
font-family: 'AeonikTRIAL-Bold';
    font-size: 1.5em;
    color: var(--black_bg);
    font-weight: 400;
}


.about_header .text_box {
    box-shadow: 0 1.5px 0 0 rgba(114, 135, 156, .45);
    border-radius: .6rem;
    border: var(--border);
    padding: 25px;
    width: 100%;
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.about_header .text_box p {
font-family: 'AeonikTRIAL-Light';
    font-size: 1em;
    color: var(--black_bg);
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.img_interlude {
    width: 100%;
}

.img_interlude .img_box {
    width: 100%;
    height: 40vh;
}

.img_interlude .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .6rem;
}

.about_section {
    padding: 100px 15px;
    width: 100%;
    background-color: var(--white_bg);
}

.about_section ul li{
    padding: 10px 0;
}


.about_section .text_box p {
font-family: 'AeonikTRIAL-Light';
    font-size: 1.1em;
    color: var(--black_bg);
    font-weight: 400;
    line-height: 35px;
}

  @media screen and (max-width:1440px){
            .about_section .text_box p {
            font-size: .9em;
            line-height: 25px;
            }
            .about_header {
            padding-top: 0;
            }
            .page_header .breadcrumbs {
            padding-bottom: 10px;
            }

            .page_header .text_box h1 {
            font-size: 3em;
            }

            .blog {
            padding-top: 0;
            }
    .nav_wrapper .navbar .nav-link {
        font-size: .8em;
      }
      .nav_wrapper .navbar .nav-link.action {
        padding: 10px 20px;
        font-size: .8em;
      }
    .hero-container .data-stats-box {
        padding: 40px 25px;
      }

    .hero-container {
        padding: 15px;
      }
      .hero-container .data-stats-box::before {
        left: -40px;
        bottom: -10px;
      }

.hero-container .data-stats-box::after {
    right: -8px;
    top: -39px;
  }

  .hero-container .data-stats-box .data-box h2 {
    font-size: 3em;
    font-weight: 900;
  }

  .about .text-box h2 {
    font-size: 2em;
  }

  .about .text-box p {
    font-size: 1em;
    line-height: 1.8;
  }

  .about .vs-data-box .data-box {
    gap: 15px;
  }

  .about .vs-data-box .data-box .icon-box img{
    width: 50px;
    height: auto;
  }

  .about .vs-data-box .data-box h2 {
    font-size: 1.5em;
  }

  .about .vs-data-box .data-box p {
    font-size: .9em;
    line-height: 1.5;
  }

  .events {
    padding: 50px 15px;
  }

  .events .event-data-box .data-box .text-box h2 {
    font-size: 1.3em;
    font-weight: 300;
  }

  .events .event-data-box .data-box .text-box p {
    font-size: .9em;
    line-height: 1.8;
  }

  .events .event-data-box .data-box .text-box {
    padding: 20px;
  }

  .events .event-data-box .data-box .img-box {
    width: 100%;
    height: 350px;
  }

  .news .context-box {
    padding-left: 50px;
  }

.news .context-box .content-data-box .img-box {
height: 80px;
}

.blog .blog-item .img-box {
height: 300px;
}

.partnerships {
padding: 50px 30px;
}

.news .heading-text-box h2 {
font-size: 2.5em;
}

.heading .data-item-1 h2 {
font-size: 2.5em;
}

.footer .data-top .data-logo h2 {
font-size: 1em;
}

.footer .data-top .data-box ul li a {
font-size: .9em;
}

.footer .data-top .data-box p {
font-size: .9em;
}

.footer .data-bottom p {
font-size: .9em;
}

.footer .data-bottom .data-right a {
font-size: .9em;
}

.footer .data-top .data-box .social-btn a {
width: 30px;
height: 30px;
}

}

/****Responsive styles*******/
@media screen and (max-width:1366px) {
.article_body .share_socials {
margin-top: 0;
margin-bottom: 0px;
}

.article_body .item_box .header h1 {
color: var(--black_bg);
font-size: 2em;
}

.article_body .img_box {
height: 50vh;
}

.article_body .item_box .header {
margin-bottom: 30px;
margin-top: 10px;
}

}

@media screen and (max-width:1280px){
.about .text-box h2 {
font-size: 1.8em;
}
.heading h2 {
font-size: 2rem;
}

.heading {
margin-bottom: 30px;
}
.about .text-box p {
font-size: .9em;
line-height: 1.8;
}

.about .vs-data-box .data-box {
gap: 5px;
padding: 15px;
}

.news .context-box .content-data-box .text-box h3 {
font-size: .9em;
}

.news .context-box .content-data-box .img-box {
height: 70px;
}

.heading .data-item-1 h2 {
font-size: 2em;
}

.news .heading-text-box h2 {
font-size: 2em;
}

.news .heading-text-box p {
font-size: .9em;
margin-bottom: 30px;
}

.blog .blog-item .img-box {
height: 250px;
}

.blog .blog-item {
margin-bottom: 30px;
}

.blog {
padding: 50px 15px;
}

.partnerships .data-box .text-box h2 {
font-size: 2em;
}

.partnerships .data-box .text-box p {
font-size: 1em;
}

.partnerships .data-box .text-box {
height: 40vh;
border-radius: 1.5em;
padding: 30px;
}

.bottom-cta-wrapper .data-box h2 {
font-size: 2em;
margin-bottom: 20px;
}

.bottom-cta-wrapper .data-box p {
font-size: .9em;
line-height: 1.9;
margin-bottom: 0;
}

.bottom-cta-wrapper .data-form input.form-control {
border-radius: .5em;
}

.bottom-cta-wrapper .data-form textarea.form-control {
border-radius: .5em;
}

.faq .card .card-header button {
padding: 15px 0px;
font-size: .5em;
}

.faq .card .card-header .card_header_icon i.bi-plus {
font-size: 30px;
}
.page_header {
margin-top: 100px;
padding: 0px 15px;
padding-top: 10px;
}

.page_header .text_box h1 {
font-size: 2em;
}

.page_header .breadcrumbs {
padding-bottom: 0px;
}


.about_header {
padding: 40px 15px;
width: 100%;
}

.about_header .text_box p {
font-size: .9em;
line-height: 25px;
margin-bottom: 0;
}

.img_interlude .img_box {
width: 100%;
height: 30vh;
}

.about_section {
padding: 40px 15px;
}

.about_section .text_box p {
font-size: .9em;
line-height: 25px;
}
}

@media screen and (max-width:1024px){
.hero-container .data-stats-box {
width: 50%;
}

.about .vs-data-box .data-box {
height: 250px;
}

.partnerships .data-box {
width: 100%;
height: 40vh;
}

.partnerships .data-box .text-box {
height: 30vh;
width: 40%;
}
.article_body .event_img_box {
height: 20vh;
}
}

@media screen and (max-width:992px){
.article_body .share_socials {
margin-top: 0;
margin-bottom: 0px;
}

.article_body .event_img_box {
height: 15vh;
}
}

@media screen and (max-width:992px){
.heading h2 {
font-size: 2rem;
}

.heading {
margin-bottom: 30px;
}
.page_header {
margin-top: 100px;
padding: 0px 15px;
padding-top: 10px;
}

.page_header .text_box h1 {
font-size: 2em;
}

.page_header .breadcrumbs {
padding-bottom: 0px;
}


.about_header {
padding: 40px 15px;
width: 100%;
}

.about_header .text_box p {
font-size: 1em;
line-height: 25px;
margin-bottom: 0;
}

.img_interlude .img_box {
width: 100%;
height: 30vh;
}

.about_section {
padding: 40px 15px;
}


.about_section .text_box p {
font-size: 1em;
line-height: 25px;
}
}

@media screen and (max-width:576px){
.heading h2 {
font-size: 1.5rem;
}

.about_header .text_box {
padding: 25px;
height: auto;
}
.page_header .breadcrumbs {
padding-bottom: 10px;
}

.page_header .breadcrumbs a {
font-size: .6em;
}

.page_header .text_box h1 {
font-size: 1.5em;
}
.page_header {
margin-top: 30px;
padding: 50px 15px;
padding-bottom: 0;
}

.page_header.data-case-study {
padding-top: 50px;
margin-top: 30px;
padding-bottom: 0;
}

.page_header .breadcrumbs span {
font-size: 10px;
margin: 0 5px;
}
.about_header {
padding: 10px 15px;
width: 100%;
}

.facts_section .text_box {
padding: 10px 5px;
}

.about_header .text_box p {
font-size: .85em;
line-height: 25px;
font-weight: 400;
letter-spacing: .5px;
}

.facts_section .heading p {
font-size: .95em;
color: var(--black_bg);
font-weight: 400;
}

.about_header .text_box h2 {
font-size: 1.3em;
}

.about_section {
padding: 30px 15px;
}

.about_section .heading {
margin-bottom: 20px;
}

.about_section .heading h2::after {
width: 100px;
height: 2px;
margin: 10px 0 0 0px;
}

.about_section .text_box p {
font-size: .95em;
line-height: 1.9;
}
    .desktop {
        display: none;
      }

    .mobile {
        display: block;
      }

        .nav_wrapper .navbar {
        padding: 0 20px;
        }

        .nav_wrapper .navbar .navbar-collapse.collapse{
        padding-bottom: 15px;
        }

          .nav_wrapper .navbar-brand img {
             width: 60px;
             height: auto;
          }
      .nav_wrapper .navbar .nav-item:last-child {
        margin-left: 0;
      }

      .hero-container img {
        border-radius: 1rem;
      }

      .hero-container .data-stats-box {
        width: 100%;
      }

      .hero-container .data-stats-box::after {
       display: none;
      }

      .hero-container .data-stats-box {
        padding: 40px 25px;
      }
      .hero-container {
       height: 80vh;
       margin-top: 120px;
      }

      .about {
        background-color: var(--white_bg);
        padding: 50px 15px;
      }

      .about .text-box h2 {
       margin-bottom: 20px;
      }

      .about .text-box p {
        font-size: .95em;
        line-height: 1.8;
      }

      .about .vs-data-box .data-box {
        height: 200px;
        margin-bottom: 20px;
        padding: 25px;
      }

      .heading .data-item-2 a {
        font-size: .8em;
      }

      .events .event-data-box {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 30px;
      }

      .events .event-data-box .row {
        flex-direction: column-reverse;
      }
      .events .event-data-box .data-box {
        padding: 15px;
      }
      .events .event-data-box .data-box .text-box {
        padding: 20px 10px 10px 10px;
      }
      .events .event-data-box .data-box .img-box {
        width: 100%;
        height: 250px;
      }

      .events .event-data-box .data-box .text-box h2 {
        font-size: 1.1em;
        font-weight: 300;
      }
      .news .context-box {
        padding-left: 0;
        border-left: none;
        margin-top: 70px;
      }


      .news {
        padding: 50px 15px;
      }

      .partnerships {
        padding: 0px 15px;
      }

      .partnerships .data-box {
        border-radius: 1em;
      }

      .partnerships .data-box .text-box {
        height: 30vh;
        width: 90%;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0%);
        padding: 15px;
        border-radius: 1em;
      }

      .partnerships .data-box .text-box a {
        width: 150px;
      }

      .faq .card .card-body {
        line-height: 1.8;
      }

      .bottom-cta-wrapper {
        padding: 50px 25px;
      }

      .bottom-cta-wrapper .data-form {
        margin-top: 30px;
      }

      .footer {
        padding: 50px 15px;
      }

      .footer .data-top .data-logo h2 {
      margin-bottom: 20px;
      }

      .footer .data-box {
        margin-bottom: 30px;
      }

      .footer .data-top .data-box .social-btn {
        justify-content: center;
      }

      .footer .data-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        align-items: center;
      }

      .footer .data-bottom .data-box {
        margin-bottom: 0;
        margin-left: unset;
      }
      	.right_action_box {
		width: 100% !important;
		height: 90vh !important;
		top: auto;
		right: 0;
		bottom: -100%;
		box-shadow: 0 -10px 30px 5px rgba(0, 0, 0, .2);
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.right_action_box.active {
		bottom: 0 !important;
		transition: all .6s ease-in-out;
	}

	.right_action_box .modal_header h2 {
		font-size: 1em;
	}

	.right_action_box .item_response h2 {
		font-size: 14px;
	}

	.right_action_box .item_response .para p {
		font-size: 12px;
		line-height: 23px;
	}

	.reply_item_response {
		padding: 10px 10px;
		margin-left: 0;
		margin-bottom: 0;
	}

	.reply_item_response p {
		font-size: 12px;
		margin-top: 5px;
	}

	.right_action_box .reply_panel {
		padding: 0px 10px;
		margin-left: 0;
		margin-top: 10px;
	}

	.right_action_box .item_response .para {
		margin-top: 10px;
	}

	.right_action_box .rep_btn {
		font-family: "Space Grotesk", sans-serif;
		color: #222;
		font-size: 12px;
	}

	.article_body {
		padding: 20px 20px;
		padding-top: 0;
	}

	.article_body .share_socials {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 0;
		/*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
	}

	.article_body .item_box .header h1 {
		font-size: 1.3em;
		margin-bottom: 0;
	}
	
.article_body .text_box ul, .article_body .text_box ol {
    padding-left: 15px;
  }

	.heading.text-center h2::after {
		margin: 0 auto;
		margin-top: 10px;

	}

	.article_body .item_box .header {
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.article_body .img_box {
		height: 40vh;
		margin-bottom: 30px;
	}

	.comment_btn {
		bottom: 20px;
		right: 20px;
	}

	.comment_btn p {
		font-size: 13px;
		padding: 6px 10px;
		border-radius: 20px;
	}

	.article_body .share_socials .socials a {
		font-size: 18px;
		margin-right: 0;
	}

	.article_body .share_socials .socials {
		margin-top: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
		gap: 20px
	}

	.article_body .item_box .header .d-flex {
		flex-direction: column;
		align-items: start;
		gap: 10px;
	}

	.article_body .item_box .header span {
		font-family: "Space Grotesk", sans-serif;
		color: #111;
		font-size: 14px;
	}

	.article_body .event_img_box {
		height: 40vh;
		margin-bottom: 10px;
	}

	.article_body .text_box p {
		font-size: 15px;
		line-height: 35px;
		color: #000;
	}

	.article_body .text_box ol li {
		font-size: 14px;
	}

	.article_body .text_box ul li {
		font-size: 14px;
	}

	.article_body .text_box h4 {
		font-size: 15px;
		font-weight: 600;
	}

  }