/*!
Theme Name: BeyondGold
Theme URI: https://beyondgoldprod.wpengine.com
Author: HiddenBrains
Author URI: https://www.hiddenbrains.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beyond-gold
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

/******************************************************
                   Fonts
******************************************************/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/******************************************************
						Root
******************************************************/
:root {
	/* Colors Var */
	--primary-color:#201627;
	--secondary-color:#F09227;
	--secondary-color-02:#F05E27;
	--secondary-color-03:#EE9725;
	--sub-heading-color:#F07B27;
	--event-box-bg:#EF8926;
	--button-bg:#C0C0C0;
	--button-hover-bg:#F09227;
	--grey-bg:#F0EFF1;
	--grey-color:#A9A9A9;
	--athlete-color:#FCA22D;
	--volunteers-color:#EF8926;
	--partners-color:#EF4126;
	--donors-color:#E33024;
	--circle-care-color:#EF6626;	
	--events-for-all-color:#D2D2D2; 


	/* Font Family Var */
	--primary-font-family:'Ubuntu', sans-serif;
	
	/* Font Weight Var */
	--weight-300:300;
	--weight-400:400;
	--weight-500:500;
	--weight-700:700;
}

/******************************************************
                  All Classes And Tags
******************************************************/
*{
   box-sizing: border-box;
   -webkit-tap-highlight-color: transparent;
}
textarea {
  resize: none;
}
*,html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  	display: block;
}
ol, ul {
  	list-style: none;
}
ol li,
ul li{
	display:block;
}
blockquote, q {
  	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  	content: '';
  	content: none;
}
table {
  	border-collapse: collapse;
  	border-spacing: 0;
}

a{ 
	outline: 0px; 
	text-decoration: none;
	-webkit-transition: all 0.3s 0s !important;
    -moz-transition: all 0.3s 0s !important;
    -ms-transition: all 0.3s 0s !important;
    -o-transition: all 0.3s 0s !important;
    transition: all 0.3s 0s !important;
    color: var(--secondary-color);
}
a:active, 
a:focus, 
a:hover, 
a:link { 
	text-decoration: none; 
	-webkit-transition: all 0.3s 0s !important;
    -moz-transition: all 0.3s 0s !important;
    -ms-transition: all 0.3s 0s !important;
    -o-transition: all 0.3s 0s !important;
    transition: all 0.3s 0s !important;
	outline: 0px; 
	color: var(--secondary-color);
    vertical-align: baseline;
} 
body{  
	font-family: var(--primary-font-family);
	font-style: normal;
	font-weight:var(--weight-400);
	color:var(--primary-color);
	font-size:16px;
    line-height:24px;
}
.no-overflow{
	overflow:visible !important;
}
img{ 
	max-width:100%; 
	vertical-align: middle;
	height: auto;
}
html{
	scroll-behavior: smooth;
}

:focus {
    outline: 0px;
}

b, strong,h1,h2,h3,h5,h5,h6{
    font-weight:var(--weight-700);
}

/* Header Css */
.site-header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:20px 0;
	z-index:99;
}
.site-header .flex-container{
	max-width: 1920px;
	padding: 0 35px;
}
.site-header .site-branding{
	flex:1;
	max-width: unset;
	position: relative;
	top: 6px;
}
.site-header .main-navigation{
	display: flex;
	align-items: center;
}
.site-header .main-navigation .menu{
	display: flex;
	align-items: center;
}
.site-header .main-navigation .social-buttons{
	display:flex;
	margin-left: 15px;
}
.site-header .main-navigation .social-buttons li{
	margin-left:15px;
}
.site-header .main-navigation .social-buttons li a{
	display:block;
}
.site-header .main-navigation .social-buttons img{
	max-height:30px;
	max-width:30px;
	transition:all 0.3s ease;
}
.site-header .main-navigation .social-buttons img:hover{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.site-header .main-navigation .menu li{
	margin-left:24px;
}
.site-header .main-navigation .menu li a{
	font-weight:var(--weight-700);
	font-size: 17px;
	line-height: 47px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	-moz-transition: all 1s !important;
	-webkit-transition: all 1s !important;
	-o-transition: all 1s !important;
	transition: all 0.3s !important;
	display:block;
}



.site-header .main-navigation .menu li a:hover,
.site-header .main-navigation .menu li.current-menu-item a{
/* 	color:#EF6926; */
    font-style: italic;
/* 	-webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg); */
/*     transform: skewX(-15deg); */
}

.site-header .main-navigation .menu li a:hover {
    font-style: normal;
	color:#EF6926;
}
/* Main Banner Css */
.flex-container{
	max-width:1470px;
	margin:0 auto;
	padding:0px 15px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:100%;
	column-gap:25px;
}

.main-banner .flex-container {
	align-items:end;
}

.container{
	max-width:1470px;
	margin:0 auto;
/* 	padding:0 15px; */
}
.flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-banner{
	color:#fff;
    background-image: url(images/body-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	padding:145px 0 176px;
}
.main-banner .flex-container{
	max-width:1586px;
	padding:50px 15px;
}

.main-banner .info-section{
	font-weight:var(--weight-400);
	font-size: 20.4431px;
	line-height: 34px;
	color: #FFFFFF;
}
.main-banner .info-section .logo{
	margin-bottom:35px;
}
.main-banner .info-section .section-title{
	font-weight:var(--weight-700);
	font-size: 78.3897px;
	line-height: 88px;
	letter-spacing:-1.9205px;
	background:linear-gradient(249.26deg, #EF6926 26.54%, #EE8725 40.19%, #FCBE79 64.32%, #EE9025 81.68%, #EF7226 92.17%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	padding-bottom:39px;
}
.main-banner .info-section .section-title .responsive{
	display:none;
}
.main-banner .info-section p{
	max-width:616px;
}
.main-banner .right-part{
	width:564px;
/* 	margin-left:60px; */
}
.main-banner .form-wrapper{
	filter: drop-shadow(0px 4px 50px #000000);
	border-radius: 10px;
	background: #FFFFFF;
}
.main-banner .form-wrapper .data-head{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	background: linear-gradient(253.19deg, #EF6926 -1.1%, #EE8725 14.48%, #FCBE79 42.04%, #EE9025 61.86%, #EF7226 73.85%);
	border-radius: 7.52137px 7.52137px 0px 0px;
	min-height:257px;
	position:relative;
}
.main-banner .form-wrapper .data-head .image{
    position: absolute;
    bottom: -1px;
    left: -27px;
}
.main-banner .form-wrapper .data-head .info{
	max-width:365px;
	flex:1;
	padding-bottom: 20px;
	padding-top: 28px;
}
.main-banner .form-wrapper .data-head .info .title{
	font-size:42.8628px;
	line-height:43px;
	letter-spacing:-1.8636px;
    padding-bottom:5px;
}
.main-banner .form-wrapper .register-form_wrapper{
	min-height:424px;
	padding:40px 48px 46px;
	color:var(--primary-color);
}
.main-banner .form-wrapper .register-form_wrapper>.gform_heading .gform_required_legend{display:none;}
.main-banner .form-wrapper .register-form_wrapper .gf_page_steps {
	border-bottom: 0px;
	margin-bottom: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.main-banner .form-wrapper .register-form_wrapper .gf_step {
    margin:0 3px;
}
.main-banner .form-wrapper .register-form_wrapper .gf_step_label{
	display:none;
}
.main-banner .form-wrapper .register-form_wrapper .gf_step_number{
	width:50.5px;
	height:5px;
	background: rgba(236, 236, 236, 0.2);
	border-radius: 120px;
	font-size: 0;
	padding: 0;
	border: 0;
	display: block;

}
.main-banner .form-wrapper .register-form_wrapper .gf_step_active .gf_step_number,
.main-banner .form-wrapper .register-form_wrapper .gf_step_completed .gf_step_number{
	background:#fff;
	opacity:1;
}
.main-banner .form-wrapper .register-form_wrapper .gf_step_completed .gf_step_number:before,
.main-banner .form-wrapper .register-form_wrapper .gf_step_completed .gf_step_number:after{
	display:none;
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=text],
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=email],
.main-banner .form-wrapper .register-form_wrapper .gfield select,
.main-banner .form-wrapper .register-form_wrapper .gfield textarea{
	padding: 10.0356px 16.7259px;
	width:100%;
	height: 51px;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	border-radius: 4.18149px;
	font-weight: 400;
	font-size: 18.3985px;
	line-height: 25px !important;
	color:var(--primary-color);
    font-family:var(--primary-font-family);
}
/* .main-banner .form-wrapper .register-form_wrapper .gfield input[type=text]::-webkit-input-placeholder,
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=email]::-webkit-input-placeholder,
.main-banner .form-wrapper .register-form_wrapper .gfield textarea::-webkit-input-placeholder{
	color:var(--primary-color);
}

.main-banner .form-wrapper .register-form_wrapper .gfield input[type=text]::-ms-input-placeholder,
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=email]::-ms-input-placeholder,
.main-banner .form-wrapper .register-form_wrapper .gfield textarea::-ms-input-placeholder{
	color:var(--primary-color);
}

.main-banner .form-wrapper .register-form_wrapper .gfield input[type=text]::placeholder,
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=email]::placeholder,
.main-banner .form-wrapper .register-form_wrapper .gfield textarea::placeholder{
	color:var(--primary-color);
} */
  
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=text]:focus,
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=email]:focus,
.main-banner .form-wrapper .register-form_wrapper .gfield select:focus,
.main-banner .form-wrapper .register-form_wrapper .gfield textarea:focus{
	border-color:var(--secondary-color);
}
.main-banner .form-wrapper .register-form_wrapper .ginput_complex.gf_name_has_2{
	flex-direction:column;
}
.main-banner .form-wrapper .register-form_wrapper .ginput_complex.gf_name_has_2 span{
	padding:0 !important;
}
.main-banner .form-wrapper .register-form_wrapper .ginput_complex.gf_name_has_2 .name_last{
	margin-top:20px;
}
.main-banner .form-wrapper .register-form_wrapper .gform-body .gform_page{
	max-width:440px;
	margin:0 auto;
}
.main-banner .form-wrapper .register-form_wrapper .gform_validation_errors{
	display:none;
}
.main-banner .form-wrapper .register-form_wrapper .gform_footer button, 
.main-banner .form-wrapper .register-form_wrapper .gform_footer input, 
.main-banner .form-wrapper .register-form_wrapper .gform_page_footer button, 
.main-banner .form-wrapper .register-form_wrapper .gform_page_footer input{
	padding: 10.0356px 16.7259px;
	width:100%;
	height: 48px;
	background:var(--button-bg);
	border-radius: 4.18149px;
	font-family:var(--primary-font-family);
	font-weight:var(--weight-700);
	font-size: 18.3985px;
	line-height: 25px !important;
	color: #FFFFFF;
	margin:0;
	cursor:pointer;
	transition:all 0.3s ease;
}
.main-banner .form-wrapper .register-form_wrapper .gform_page_footer .gform_next_button:hover,
.main-banner .form-wrapper .register-form_wrapper .gform_page_footer .gform_next_button.active{
	background:var(--button-hover-bg);
}
.main-banner .form-wrapper .register-form_wrapper .gform_page_footer input[type="submit"]:hover,
.main-banner .form-wrapper .register-form_wrapper .gform_page_footer input[type="submit"].active{
	background:var(--button-hover-bg);
}
.main-banner .form-wrapper .register-form_wrapper .gform_page_footer{
	display: flex;
	flex-direction: column-reverse;
}
.main-banner .form-wrapper .register-form_wrapper .gform_page_footer .gform_previous_button{
	font-weight:var(--weight-700);
	font-size: 18.3985px;
	line-height: 25px !important;
	text-align: center;
	text-decoration-line: underline;
	color:var(--secondary-color-03);
	text-decoration-thickness:from-font;
	background:transparent;
	padding: 0 !important;
    height: auto !important;
    width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/* Select Field Css */
.main-banner .form-wrapper .register-form_wrapper .gfield select{
  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* Select arrows */
.main-banner .form-wrapper .register-form_wrapper .gfield select{
	background-color:#fff;
	/* inline SVG */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M6.77393 9.5L13.2739 0.5H0.273926L6.77393 9.5Z' fill='%23C0C0C0'/%3E%3C/svg%3E");
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 14px;
}
.main-banner .form-wrapper .gfield_validation_message,.main-banner .form-wrapper .validation_message {
    background:transparent;
    border:0;
    margin-top:0;
    padding:5px 0 0 !important;
	color:#c02b0a !important;
	font-size: 14px !important;
	line-height: 18px !important;
}
.main-banner .form-wrapper .register-form_wrapper .gfield_label,
.main-banner .form-wrapper .register-form_wrapper .gfield.label{
	font-weight:var(--weight-500);
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.5px;
	color:#201627;
	margin-bottom:5px;
}
.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_checkbox .gfield_checkbox{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:8px;
}
.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_checkbox .gfield_checkbox .gchoice{
	width:50%;
	padding-top: 20px;
	position:relative;
}
.main-banner .form-wrapper .register-form_wrapper .gform-body .gform_page#gform_page_1_5 .gform_page_footer{
	flex-direction:column;
}
.main-banner .form-wrapper .register-form_wrapper .gform-body .gform_page#gform_page_1_5 .gform_page_footer .gform_previous_button{
	margin-top:10px;
}
.main-banner .form-wrapper .register-form_wrapper .gfield.full-width .ginput_container_checkbox .gfield_checkbox .gchoice{
	width:100%;
}
.main-banner .form-wrapper .register-form_wrapper .gform_fields{
	display:block;
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=checkbox]{
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=checkbox] + label:before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    box-shadow: inset 2px -2px 4px rgb(0 0 0 / 15%);
    border-radius: 2px;
	transition:all 0.3s ease;
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=checkbox] + label:after{
	content:"";
	position:absolute;
	left:10px;
    top:6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	display:none;
	transition:all 0.3s ease;
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=checkbox]:checked + label:before{
	background:var(--secondary-color);
	border-color:var(--secondary-color);
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=checkbox]:checked + label:after {
    display: block;
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=checkbox] + label{
	font-weight:var(--weight-400);
	font-size: 17px;
	line-height:29px;
	letter-spacing: -0.5px;
	color: #848484;
	margin-left:0;
	max-width: calc(100%);
	position:relative;
	padding-left:36px;
	
}
.main-banner .form-wrapper .register-form_wrapper .gfield_required{
	display:none;
}
.main-banner .form-wrapper .register-form_wrapper .gf_tooltip_body{
	position:absolute;
	top:50%;
	margin-top:-2px;
	margin-left: 10px;
}
.main-banner .form-wrapper .register-form_wrapper .gf_tooltip_body .fa-info{
	width: 16px;
    height: 18px;
    background-image: url(images/tooltip-icon.svg);
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 100%;
}
.main-banner .form-wrapper .register-form_wrapper .gf_tooltip_body .fa-info:before{
	display:none;
}
.main-banner .form-wrapper .register-form_wrapper .gf_tooltip_body>span{
	opacity: 0;
	position: absolute;
	width: max-content;
	font-size: 13px;
	transition: all 0.3s ease-in-out;
    left: calc(100% - 30px);
    bottom: 100%;
	background:linear-gradient(107.48deg, var(--secondary-color-03) 8.15%, var(--secondary-color-02) 97.76%);
	color:#fff;
    border-radius:4px;
	max-width:300px;
	padding:10px;
	z-index:-1;
}
.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_checkbox .gfield_checkbox .gchoice:nth-of-type(even) .gf_tooltip_body>span{
  left:auto;
  right:-20px;
}
.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_checkbox .gfield_checkbox .gchoice:nth-of-type(even) .gf_tooltip_body>span:after{
  right:20px;
  left:auto;
  border-color:var(--secondary-color-02) transparent transparent transparent
}
.main-banner .form-wrapper .register-form_wrapper .ginput_container_email{
	margin-top:15px;
}
.main-banner .form-wrapper .register-form_wrapper .gf_tooltip_body>span:after{
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 10px 0 10px;
    border-color:var(--secondary-color-03) transparent transparent transparent;
    border-style: solid;
    position: absolute;
    top: 100%;
    left:12px;
}
.main-banner .form-wrapper .register-form_wrapper .gf_tooltip_body:hover > span{
    opacity: 1;
    bottom: calc(100% + 10px);
    transition: all 0.3s ease-in-out;
	z-index:1;
}
.main-banner .form-wrapper .register-form_wrapper .gfield_description{
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #C1C1C1;
	padding-bottom:10px !important;
    font-weight: var(--weight-500);
}
.main-banner .form-wrapper .register-form_wrapper #field_1_10 .gfield_label{
	max-width:331px;
}
.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_radio{
	padding-top:25px;
}
.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_radio .gfield_radio{
	display:flex;
	flex-wrap:wrap;
	column-gap:30px;
}
.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_radio .gfield_radio .gchoice{
	width:calc(50% - 15px);
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=radio]{
	display:none;
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=radio] + label{
	padding: 10.0356px 16.7259px;
	width:100%;
	max-width: 100%;
	height: 48px;
	background:var(--button-bg);
	border-radius: 4.18149px;
	font-weight:var(--weight-700);
	font-size: 18.3985px;
	line-height: 25px;
	color: #FFFFFF;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	cursor:pointer;
}
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=radio] + label:hover,
.main-banner .form-wrapper .register-form_wrapper .gfield input[type=radio]:checked + label{
background:var(--button-hover-bg);
}
.main-banner .form-wrapper .register-form_wrapper .gform-body .gform_page.radio-condition input[type=button].gform_next_button{
	visibility:hidden;
	opacity:0;
}
.main-banner .form-wrapper .register-form_wrapper .ginput_container_address{
	margin-top:15px;
}
.main-banner .form-wrapper .register-form_wrapper .ginput_container_address+.validation_message{
	padding:0 0 15px !important;
}
.main-banner .form-wrapper .register-form_wrapper .ginput_container_address .ginput_address_city{
	flex:inherit;
	width:100%;
	padding-right:0px;
	margin-bottom:10px;
}
.main-banner .form-wrapper .register-form_wrapper .ginput_container_address .ginput_address_state.ginput_right {
    padding-right:10px;
	padding-left:0;
	margin-bottom:10px;
}
.main-banner .form-wrapper .register-form_wrapper .ginput_container_address .ginput_address_zip.ginput_left{
	padding-left:10px;
	padding-right:0;
	margin-bottom:10px;
}
.main-banner .form-wrapper .register-form_wrapper .gfield  select:not(.active){
	color:#848484;
}
.main-banner .form-wrapper .register-form_wrapper .gfield  select:not(.active) option{
	color:#000;
}
.main-banner .form-wrapper .register-form_wrapper .gfield select option:checked{
	background:var(--secondary-color);
	color:#fff;
}
.main-banner .form-wrapper .register-form_wrapper .gfield  select option[value='']{
	color:#848484;
	background:transparent;
}
.main-banner .form-wrapper .gform_confirmation_wrapper{
	padding: 40px 48px 46px;
    text-align: center;
    color: var(--primary-color);
    font-size: 15.7433px;
    line-height: 27px;
}
.main-banner .form-wrapper .gform_confirmation_wrapper .group-image{
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
}
.main-banner .form-wrapper .gform_confirmation_wrapper h2{
	font-style: italic;
	font-weight:var(--weight-700);
	font-size: 99.6858px;
	line-height: 100px;
	letter-spacing: -4.33417px;
	text-indent: -23px;
}
.main-banner .form-wrapper .gform_confirmation_wrapper h2 + div{
	max-width:524px;
	margin:0 auto;
}
.main-banner .form-wrapper .gform_confirmation_wrapper .logo{
	margin-top:30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.visible-mobile{
	display:none;
}
.main-banner .section-heading{
	color:var(--primary-color);
	font-weight:var(--weight-500);
	font-size: 15px;
	line-height: 24px;
	text-align:center;
	padding-bottom:35px;
	max-width:420px;
	margin:0 auto;
}
.main-banner .section-heading .title{
	font-size: 41.579px;
	line-height: 56px;
	letter-spacing: -1.74854px;
	padding-bottom:12px;
	position:relative;
}
.main-banner .section-heading .title:before{
	content:"";
	background:url(images/victory-icon.svg)no-repeat;
    width: 43px;
    height: 46px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 20px;
}

/* TimeLine Css */

.section-heading .sub-heading{
	font-size: 47.3212px;
	line-height: 53px;
	letter-spacing: -0.02em;
	color:var(--sub-heading-color);
	padding-bottom:7px;
}
.section-heading .heading{
	font-size: 46.0572px;
	line-height: 47px;
	letter-spacing: -0.02em;
}
.time-line-section .section-heading{
  padding-bottom:73px;
}
.time-line-section{
	background:var(--grey-bg);
	padding:113px 0 142px;
	overflow-x:hidden;
}

.time-line-section .timeline-slide .date{
	position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-weight: var(--weight-700);
    padding-bottom: 40px;
    margin-bottom: 45px;
    font-size: 21.7079px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: var(--grey-color);
    min-height: 83px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    left: 0;
	transition: all 0.3s ease;
}
.time-line-section .timeline-slide.active .date,
.time-line-section .owl-item.center .timeline-slide .date{
	font-size: 38.8723px;
	line-height: 43px;
	letter-spacing: 0.1em;
	color:var(--primary-color);
}
.time-line-section .timeline-slide .date:after{
	content:"";
	width: 20px;
	height: 20px;
	border-radius:50%;
	background:var(--grey-color);
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-10px;
}

.time-line-section .timeline-slide .timeline-copy p{
  opacity:0;
  margin-top:20px;
  position:absolute;
  width: 430px;
  visibility:hidden;
}
.time-line-section .timeline-slide.active .timeline-copy p,
.time-line-section .owl-item.center .timeline-slide .timeline-copy p{
	opacity:1;
	position:relative;
	visibility:visible;
}

.time-line-section .timeline-slide .timeline-copy img{
	filter: grayscale(100%);
    opacity: 0.5;
	transition:all 0.3s ease;
	width:145px;
	height:145px;
	border-radius:50%;
	object-fit:cover;
	margin:0 auto;
	border:6.68507px solid transparent;
  }
  .time-line-section .timeline-slide.active .timeline-copy img,
  .time-line-section .owl-item.center .timeline-slide .timeline-copy img{
	opacity:1;
	filter: grayscale(0%);
	width: 228px;
	height: 228px;
	border:6.68507px solid var(--secondary-color-03);
	box-sizing:content-box;
  }

.time-line-section .timeline-slide.active .date:after,
.time-line-section .owl-item.center .timeline-slide .date:after{
	background:var(--primary-color);
}

.time-line-section .timeline-slider{
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
	transition:all 0.3s ease;
}
.time-line-section .timeline-slider .timeline-copy{
	font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.01em;
	padding-top: 130px;
	position:relative;
	z-index:1;
}
.time-line-section .timeline-slider .timeline-slide{
	width: 220px;
    position: relative;
	min-height:545px;
	z-index:2;
}
.time-line-section .timeline-slider .timeline-slide:hover{
	z-index:1;
}
.time-line-section .timeline-slider .timeline-slide.active,
.time-line-section .owl-item.center .timeline-slider .timeline-slide{
    width: 430px;
    margin-right: -100px;
    margin-left: -100px;
    padding: 0;
	z-index:0;
}
.time-line-section .timeline-container{
	position: relative;
	left: 0;
}
 .time-line-section .timeline-container .timeline-slider:before {
    border-top: 4px #BABABA dotted;
    content: '';
    width: 85%;
    display: inline-flex;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    margin-left:0;
} 

/* Our Purpose Section Css */
.our-purpose-section{
	padding:128px 0px 162px;
}
.our-purpose-section .our-purpose-left .title{   
	font-size: 78.516px;
	line-height: 87px;
	letter-spacing: -0.02em;   
}
.our-purpose-section .container{
    max-width: 1012px;
}
.our-purpose-section .our-purpose-wrap {
    margin-bottom: 60px;
}
.our-purpose-section .our-purpose-content p {
    font-size: 24.0788px;
    line-height: 36px;
    letter-spacing: -0.01em;
}
.our-purpose-section .our-purpose-content p + p{
	padding-top:32px;
}


/* Connection Section Css */

.connection-main{
    background-image: url(images/connection-bg-min-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    max-width: 100%;
    margin:0 auto 163px;
    padding:89px 0 113px;
}

.connection-main .connection-inner{
	text-align:center;
	color: #FFFFFF;
	font-size: 26px;
    line-height: 36px;
	letter-spacing:-0.01em;
	padding-bottom:26px;
}
.connection-main .connection-inner .sub-heading{
    font-size: 26px;
    line-height: 36px;
	padding-bottom:9px; 
}
.connection-main .connection-inner .heading{
    font-style: italic;
    font-weight: 700;
    font-size: 96.0728px;
    line-height: 95px;
    letter-spacing: -0.02em;
    background: linear-gradient(257.37deg, #EF6926 20.38%, #EE8725 33.07%, #F5A952 60.27%, #EE9025 71.67%, #EF7226 81.43%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
    padding-bottom: 37px;
}

.connection-main .connection-inner p{
    max-width: 770px;
    margin:0 auto;
}
.connection-main .connection-inner p strong{
	vertical-align:top;
}

.connection-main .carousel-wrap {
  position: relative;
  padding:0 35px;
}


.connection-main .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.connection-main .owl-nav > button{
  margin-top: -23px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.connection-main .owl-nav .owl-prev {
  left: -100px;
}

.connection-main .owl-nav .owl-next {
  right: -100px;
}
.connection-main .owl-nav .owl-prev.disabled,
.connection-main .owl-nav .owl-next.disabled{
	opacity: 0.25;
}
.connection-main .owl-carousel .owl-stage-outer{
  padding:10px 0;
}

.connection-main .carosel-content {
    padding: 10.9149px 10.8568px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), rgba(32, 22, 39, 0.6);
    border: 1.03951px solid #FFFFFF;
    border-radius: 10.3951px;
	margin:0 10px;
	min-height:317px;
	text-align:center;
	position: relative;
	overflow:hidden;
}
.connection-main .carosel-content .link-overlay{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
.connection-main .carosel-content img:not(.icon){
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.connection-main .carosel-content:hover img:not(.icon){
	transform:scale(1.2);
	-webkit-transform:scale(1.2);

}

.connection-main .carosel-content .icon{
    max-width: 34px;
    max-height: 32px;
	margin:28px auto 0;
}
.connection-main .carosel-content .title{
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
	padding-top:23px;
	padding-bottom:13px;
}
.connection-main .carosel-content .title.default-text{
	font-size: 25.9879px;
	color: rgba(255, 255, 255, 0.4);
	font-style: italic;
}
.connection-main .tab{
	position: absolute;
	left: -100%;
	opacity: 0;
	transform: translateX(-100%);
	transition:opacity 1.2s ease;
	top:0;
}
.connection-main .tab.active{
	position:relative;
	left:0;
	opacity:1;
	transform: translateX(0%);
}
.connection-main .tab-filter-section{
  padding-top:100px;
}
.connection-main .tab-filter-section ul.tabs-inner {
    display: flex;
    max-width: 828px;
    margin:0 auto;
	justify-content: center;
}
.connection-main ul.tabs-inner li{
    width: 134px;
    height: 134px;
    background: #FFFFFF;
    border-radius: 21px;
    margin:0 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.connection-main ul.tabs-inner li a{
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.connection-main ul.tabs-inner li.active{
	background: linear-gradient(249.26deg, #EF6926 26.54%, #EE8725 40.19%, #FCBE79 64.32%, #EE9025 81.68%, #EF7226 92.17%);
	box-shadow: 3.08228px 4.10971px 20.5485px rgba(0, 0, 0, 0.25);
}
.connection-main ul.tabs-inner li img {
    max-width: 88.16px;
    max-height: 88.16px;
}



/*Video Section Css Start */
button.videoPoster.js-videoPoster:before {
    background-image: url(images/play-btn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 286px;
    height: 286px;
    content: '';
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 0;
    margin: 0;
}

.video_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background-color: #000;
	padding-bottom: 56.39%;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  background-size: 100%;
  border: none;
   text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  background-repeat: no-repeat;
}
.videoPoster:hover {
  cursor: pointer;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}


/* Working Team Section Css start */

.working-together-container-fluid{
    background:var(--grey-bg);
    margin-top: -370px;
    padding-top: 370px;
	/* margin-bottom: 80px; */
}
.working-together-inner .title {
    font-size: 65px;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: center;
    padding-bottom: 32px;
}
.working-together-section {
  padding:178px 0 122px 0;
}
.working-together-inner p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.01em;
    max-width:790px;
    margin: auto;
    padding-bottom:55px;
}
.working-team {
    max-width: 1437px;
    margin: auto;
}
.working-team-inner .aud_title{
    text-align: center;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: -0.899564px;
}
.working-team-inner img {
	width: 178px;
	height: 178px;
	margin-bottom:20px;
	border: 9.78856px solid var(--primary-color);
	box-sizing:content-box;
	border-radius: 50%;
	object-fit: cover;
}
.working-team-inner{
    text-align: center;
	position:relative;
}
.working-team-inner .link-overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Faq Section Css */
.faq-section-main{
    background:var(--grey-bg);
    margin-top: 0;
    padding-top: 0;
}

.faq-section-main ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0;
	list-style: none;
}
.faq-section-main ul.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;    
	padding: 0px;
	margin: 0 auto 15px auto;
	border: 1px solid #eee;
	border-radius: 5px;
/* 	cursor: pointer; */
}
 
.faq-section-main ul.accordion-list li.active h2:after {
    background-image: url(images/minus-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
    
.faq-section-main ul.accordion-list li h2 {
	font-weight: 700;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0 60px 0 0;
	margin: 0;
	font-size: 15px;
	letter-spacing: 0.01em;
	cursor: pointer;
}
.faq-section-main ul.accordion-list li h2:after {
	position: absolute;
	right: 20px;
	top: 13px;
	background-image: url(images/plus-icon.png);
	width: 35px;
	height: 35px;
	align-items: center;
	content: '';
}
    
.faq-section-main .accordion-list .answer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
/* 	cursor: pointer; */
	padding:20px 20px 0px;
	font-size:18px;
	line-height:28px;
}
.faq-section-main .accordion-list .answer p strong,
.faq-section-main .accordion-list .answer p b,
.faq-section-main .accordion-list .answer p a{
	vertical-align:top;
}
.faq-section-main .accordion-list .answer p + p{
	padding-top:10px;
}

.faq-section-main .faq-inner-left {
	max-width: 653px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
	width: 50%;
/* 	padding: 0px 24px 0 0;   */
}
		
.faq-section-main .faq-inner-left .title {
	font-size: 58.6335px;
	line-height: 60px;
	text-align: center;
}
.faq-section-main ul.accordion-list li h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    padding: 21px 20px;
    max-width: 653px;
    background:var(--secondary-color);
    border-radius: 5px;
    align-items: center;
	padding-right:60px;
}

.faq-section-main .faq-inner-right {
    width: 50%;
/* 	padding: 0px 0 0 24px; */
}
.faq-section-main .faq-inner-right h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
}
.faq-section-main .faq-section {
    align-items: flex-start;    
    max-width: 1354px;
    margin: auto;
    padding: 143px 24px 0;
}
.faq-section-main ul.accordion-list li:nth-of-type(3) h2 {
    background: #EF8926;
}
.faq-section-main ul.accordion-list li:nth-of-type(4) h2 {
    background: #EF7A26;
}
.faq-section-main ul.accordion-list li:nth-of-type(5) h2 {
   background: #EF6626;
}
.faq-section-main ul.accordion-list li:nth-of-type(6) h2 {
   background: #EF5626;
}
.faq-section-main ul.accordion-list li:nth-of-type(7) h2 {
   background: #EF4126;
}
.faq-section-main ul.accordion-list li:nth-of-type(8) h2 {
   background: #EF3326;
}



/* Footer Css */
.footer-section {
    background-color: #fff;
    background-image: url(/wp-content/uploads/2025/02/Group-35779.png);
    background-size: 100% 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;   
    padding-bottom:105px;
	padding-top:370px;
}
.footer-inner {
    max-width: 1520px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    padding: 0 50px;

/* <><><><><> new footer setting <><><><><> */
    align-items: center;
    justify-content: center;
    flex-direction: column;
/* <><><><><> new footer setting <><><><><> */

}
.footer-col-1 img {
    width: 100%;
    max-width: 626px;
}
.footer-col-1 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    padding-top: 25px;
    max-width: 348px;
}
.social-icon ul {
    display: flex;
    max-width: 219px;
}
.social-icon ul li img {
    max-width: 42px;
}
.social-icon ul li {
    padding: 0px 16px 0 0;
}
.footer-col-1 {
/*     max-width: 360px;
    margin-right: 47px;  */
}

.footer-col-2 {
    max-width: 336px;
    margin-right: 88px;
}
.footer-col-2 h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #766B80;
}
.footer-col-2 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}
.footer-col-2 img {
    width: 336px;
    margin-top: 47px;
}
.footer-col-3 {
/*     max-width: 266px;
    margin-right: 82px; */
}
.footer-links ul li a{
    font-weight: 700;
    font-size: 20.5991px;
    line-height: 47px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FE9E32;
	display:block;
	position:relative;
	transition: font-size 0.3s ease !important;
	overflow: hidden;
}
.footer-links ul li a.disable span{
  transition:all 0.3s ease;
  transform:translateX(0px);
}
.footer-links ul li a.disable:hover span{
	transform:translateX(-250px);
    display: inline-block;
}
.footer-links ul li a.disable:after{
	content:"";
	background:var(--primary-color);
	transition:all 0.3s ease;
}
 .footer-links ul li a.disable:hover:after{
    content: "Coming Soon!";
    position: absolute;
    text-transform: initial;
    left: 0;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    letter-spacing: -0.02em;
	text-indent:0;
	width:100%;
}
.footer-links ul li:nth-child(2) a{  
    color: #EF8926;
}
.footer-links ul li:nth-child(3) a{  
    color: #EF6626;
}
.footer-links ul li:nth-child(4) a{  
    color: #EF4126;
}
.footer-links ul li:nth-child(5) a{  
    color: #EF3326;
}
.donwload-btn {
    color: #FFFFFF;
    display: flex;
    width: 204.235px;
    height: 56px;
    padding: 18.118px 0;
    justify-content: center;
    align-items: center;
    gap: 8.235px;
    border-radius: 4.118px;
    background: #FF8E36;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.212px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

a.donwload-btn{
	color:#fff;
}
/* .donwload-btn:after {
    content: '';
    background-image: url(images/footer-download-icon.svg);
    background-size: cover;
    background-position: center;
    height: 17px !important;
    width: 17px;
    background-repeat: no-repeat;
} */
.footer-links p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.0936324px;
    color: #FFFFFF;
    opacity: 0.5;
    padding-top: 19px;
}
.footer-links p a {
    text-decoration: underline;
    color: #fff;
    font-style: italic;    
}
.footer-links p a:hover{
	color: var(--secondary-color);
}
.footer-col-4 {
    max-width: 302px;
}
.contact-details img {
    max-width: 239px;
    max-height: 84px;
}
.contact-address h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #766B80;
    margin-top: 45px;
	padding-bottom:10px;
}
.contact-address p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}
.contact-address .address {
    padding-bottom: 30px;
}
.contact-address p a {
    color: #fff;
	display:inline-block;
}

.main-banner .info-section .info{
	margin-top:50px;
	max-width:811px;
	font-weight:var(--weight-500);
	font-size: 21.0253px;
	line-height: 36px;
}
.main-banner .info-section .info h4{
	font-size: 34.1697px;
	line-height: 46px;
	margin-bottom: 22px;
}
.main-banner .info-section .info p{
	max-width:100%;
}
.page-template-audience-template .main-banner .section-heading .title:before{
	background: url(images/msg-icon.svg)no-repeat;
	width: 53px;
    height: 45px;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.events.grid-view{
	padding:90px 0;
}
.events.grid-view .section-head .title{
	font-size: 62.5497px;
	line-height: 69px;
	letter-spacing: -0.02em;
}
.events.grid-view .section-head .sub-title{
	font-size: 51.6082px;
	line-height: 53px;
	letter-spacing: -1.80478px;
	color:var(--secondary-color);
}
.events.grid-view.comming-soon .section-head .sub-title{
  padding:20px 0 60px;
}
.events.grid-view.comming-soon{
    padding:260px 0;
}
.events.grid-view .link{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.01em;
	border-bottom: 2px solid var(--primary-color);
	color:var(--primary-color);
}
.events.grid-view .link:hover{
	color:var(--secondary-color);
	border-color:var(--secondary-color);
}

@media only screen and (min-width:768px) {
	.site-header .site-branding img{
	  filter:brightness(0) invert(1);
	}
}

@media screen and (max-width: 1440px) and (min-width: 1366px) {

.video_wrapper {
    width: 1218.47px;
    margin: 114px 111px;
}
.working-team {
	max-width: 1146px;
	margin: auto;
}
.faq-section-main .faq-section.flex {
    max-width: 1213px;
    margin: auto;
}
.faq-section-main .faq-inner-left {
    max-width: 560px;
}
.faq-section-main .faq-inner-right {  
    max-width: 653px;
}

}

@media only screen and (max-width:1780px) {
	.time-line-section .timeline-container{
		left:0px;
	}
	.time-line-section .timeline-slider {
		justify-content: center;
		column-gap: 0;
	}
	.time-line-section .timeline-container .timeline-slider:before{
		width:77%;
	}
}

@media only screen and (max-width:1600px) {
	.main-banner .flex-container {
		padding: 50px 40px;
		justify-content: center;
	}
	.main-banner .left-part {
		max-width: 710px;
	}
	.main-banner .info-section .section-title{
		font-size: 66px;
		line-height: 78px;
	}
	.main-banner .info-section .logo {
		max-width: 550px;
	}
	.main-banner.audience-banner .info-section .logo{
		max-width:100%;
	}
	.main-banner .info-section .info h4 {
		font-size: 29px;
		line-height: 40px;
	}
	.main-banner .info-section .info {
		font-size: 19px;
		line-height: 30px;
	}
	.main-banner {
		padding:140px 0 160px;
	}
	.time-line-section .timeline-container {
		padding: 0 100px;
	}
	.time-line-section .timeline-container .timeline-slider:before {
		width: 71%;
		margin-left: 0;
	}
}

@media only screen and (max-width:1440px) {
	.main-banner .flex-container {
		max-width:100%;
	}
	.main-banner .left-part {
		max-width: 554px;
	}
	.main-banner.audience-banner .left-part {
		max-width: 568px;
	}
	.main-banner .info-section .info{
		max-width:485px;
		font-size: 17.7311px;
		line-height: 30px;
	}
	.main-banner .info-section .info h4 {
		font-size: 28.8161px;
		line-height: 39px;
	}
	.main-banner .info-section .logo {
		max-width:486px;
		margin-bottom:50px;
	}
	.main-banner .info-section .section-title {
		font-size: 75.2267px;
		line-height: 85px;
		letter-spacing: -1.84301px;
		padding-bottom:30px;
	}
	.main-banner .section-heading {
		padding-bottom: 25px;
		margin: -20px auto 0;
	}
	.main-banner {
		padding:180px 0;
	}
	.main-banner .form-wrapper .data-head{
		min-height:230px;
	}
	.main-banner .info-section p {
		max-width: 500px;
	}
	.main-banner .info-section .section-title .non-responsive{
		display:none;
	}
	.main-banner .info-section .section-title .responsive{
		display:block;
	}
	.events.grid-view.comming-soon {
		padding:150px 0;
	}
}

@media only screen and (max-width:1400px) {
	
	.time-line-section .timeline-container {
		padding: 0 72px;
		transform: scale(0.89);
		transform-origin: center top;
		margin-bottom: -5%;
	}
	.time-line-section .timeline-container .timeline-slider:before {
		width:72.5%;
	}
	.time-line-section {
		padding: 90px 0;
	}
	.section-heading .sub-heading{
		font-size: 42px;
		line-height: 48px;
	}
	.section-heading .heading {
		font-size: 42px;
		line-height: 42px;
	}

}


@media only screen and (max-width:1310px) {
	.time-line-section .timeline-container .timeline-slider:before {
		width: 78%;
	}
	.time-line-section .timeline-container {
		padding: 0 25px;
	}
	.time-line-section .timeline-slide.active .date{
		font-size: 30px;
		line-height: 38px;
	}
	.time-line-section .timeline-slide .date{
		font-size:18px;
	}
    .main-banner {
		padding:150px 0;
	}
	.site-header .main-navigation .menu li {
		margin-left: 20px;
	}
	.site-header .main-navigation .social-buttons {
		margin-left: 10px;
	}
	.site-header .flex-container {
		padding: 0 25px;
	}
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
	.our-purpose-section {
		padding: 127px 0 156px;     
	}
	.our-purpose-section .container{
	  max-width: 791px;
	}
	.video_wrapper {
		width: 839px;
/* 		height: 473px; */
		margin: 114px 111px;
	}
	button.videoPoster.js-videoPoster:before {   
		width: 198px;
		height: 198px;    

	}
	.working-together-section {
		max-width: 739px;
		margin: auto;
	}
	.working-team {
		max-width: 1437px;
		justify-content: center;
	}
	.working-team-inner {
		margin: 20px 20px;
	}
	.working-together-section {
		padding: 0 0 110px 0 !important;  
	}
	.faq-section-main .faq-section.flex {
		display: block;
	}
	.faq-section-main .faq-inner-left {
		max-width: 826px;   
		width: 100%;
		margin: auto;
	}
	ul.accordion-list li h2 {   
		max-width: 826px;   
	}
	.faq-inner-right {
		width: 100%;
	}
	.faq-inner-right {
		width: 100%;
		max-width: 825px;
		margin: auto;
	}

}


@media only screen and (max-width:1199px) {
	.site-header .flex-container {
		padding: 0 35px;
	}
	.main-banner {
		padding:90px 0 150px;
		background-image: url(images/body-bg-1024.png);
	}
	.main-banner .info-section .logo {
		max-width: 398px;
		margin-bottom:25px;
	}
	.main-banner .info-section .section-title {
		font-size: 86px;
		line-height: 94px;
	}
	.main-banner .info-section .partner-logo{
		display:none;
	}
	.main-banner .left-part {
		max-width:458px;
	}
	.main-banner.audience-banner .left-part {
		max-width:458px;
	}
	.main-banner .right-part {
		width: 490px;
		margin-left:25px;
	}
	.menu-toggle{
        width:45px;
        height:30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display:inline-block;
        background-color:transparent;
		z-index: 9999;
      }
      
      .menu-toggle span{
        display: block;
        position: absolute;
        height:4px;
        width: 100%;
        background: #fff;
        border-radius:5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }
      
      .menu-toggle span:nth-child(1) {
        top: 0px;
      }
      
      .menu-toggle span:nth-child(2),.menu-toggle span:nth-child(3) {
        top: 12px;
      }
      
      .menu-toggle span:nth-child(4) {
        top: 24px;
      }
      
      .menu-toggle.open span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%;
      }
      
      .menu-toggle.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      
      .menu-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      
      .menu-toggle.open span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%;
      }
	.main-navigation .menu-main-menu-container{
        transform: translateY(-100%);
        position: fixed;
        left: 0;
        top: 0;
        width:100%;
		background: linear-gradient(249.26deg, #EF6926 26.54%, #EE8725 40.19%, #FCBE79 64.32%, #EE9025 81.68%, #EF7226 92.17%);
        height: 100%;
        z-index: 999;
        transition:all 0.3s ease;
        padding:20px 25px;
        text-align: left;
        visibility:hidden;
    }
    .main-navigation .menu-main-menu-container ul.menu{
		max-height: calc(100% - 180px);
		overflow-y: auto;
		padding-right: 25px;
		overflow-x: hidden;
		padding-left: 25px;
    }
    .main-navigation .menu-main-menu-container.active{
        margin-top:0;
        visibility:visible;
		transform: translateY(0%);
		overflow: scroll;
    }
	.main-navigation .menu-main-menu-container + .social-buttons{
		display:none;
	}
	.site-header .site-branding{
		top:0;
	}
	.site-header {
		padding: 25px 0;
	}
	.main-navigation .mobile-logo{
		display:block !important;
	}
	body.overflow-hidden{
		overflow:hidden;
	}
	.site-header .main-navigation .menu {
		display: block;
		text-align: center;
	}
	.site-header .main-navigation .social-buttons {
		margin-left: 0;
		justify-content: center;
		margin-top:35px;
	}
	.site-header .main-navigation .social-buttons li {
		margin:0 10px;
	}
	.site-header .main-navigation .social-buttons img {
		max-height:45px;
		max-width:45px;
	}
	.site-header .main-navigation .menu li a{
		font-size: 20.6115px;
		line-height:50px;
		color:var(--primary-color);
	}
	.site-header .main-navigation .menu li{
		margin:0 0 15px;
	}
	.site-header .main-navigation .menu li:last-child{
		margin:0;
	}
	.site-header .main-navigation .menu li a:hover, .site-header .main-navigation .menu li.current-menu-item a{
		color:#fff;
	}
}

@media only screen and (max-width:1024px) {
	.main-banner {
		padding:135px 0 180px;
	}
	.main-banner .section-heading .title {
		font-size: 36px;
		line-height: 56px;
	}
	.main-banner .right-part .form-wrapper .gform_body{
	   max-width:320px;
	   margin:0 auto;
	}
	.main-banner .section-heading {
		padding-bottom: 20px;
		margin: -15px auto 0;
	}
	.main-banner .form-wrapper .register-form_wrapper {
		padding:35px 25px 25px;
		min-height: 413px;
	}
	.main-banner .flex-container {
		padding: 0 25px;
	}
	.our-purpose-section .our-purpose-left .title {
		font-size: 68px;		
	}
	.our-purpose-right img {
		max-width: 224px;
		height: 54px;
	}
	.our-purpose-section .our-purpose-content p + p {
		padding-top: 46px;
	}
	.time-line-section {
		padding:85px 0;
	}
	.section-heading .sub-heading {
		font-size: 40px;
		line-height: 53px;
	}
	.section-heading .heading {
		font-size: 38px;
		line-height: 47px;
	}
	.time-line-section .timeline-slider .timeline-slide {
		width: 100%;
		min-height: auto;
	}
	.time-line-section .timeline-slider{
		padding-left:20%;
	}
	.time-line-section .timeline-slider.owl-carousel .owl-item.center{
		width:530px !important;
		margin-right: -100px !important;
	}
	.time-line-section .timeline-slider.owl-carousel .owl-item.center + .owl-item,
	.time-line-section .timeline-slider.owl-carousel .owl-item.center + .owl-item + .owl-item{
		width:172px !important;
	}
	.time-line-section .timeline-slider.owl-carousel .owl-item:not(.center) .timeline-copy{
     opacity:0;
	}
	.time-line-section .timeline-slide .timeline-copy p {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		width:530px;
	}
	.time-line-section .timeline-slide .timeline-copy p{
		max-width:100%;
	}
	.time-line-section .timeline-slider .timeline-slide.active{
		margin:0;
		width:100%;
	}
	.time-line-section .timeline-container {
		transform: scale(1);
		margin-bottom: 0;
		padding: 0;
		min-height: 535px;
	}
	.time-line-section .timeline-slider .timeline-slide{
		pointer-events:none;
	}
	.time-line-section .timeline-slide .date {
		font-size: 21.7079px;
	}
	/* .time-line-section .timeline-slider.owl-carousel .owl-stage-outer{
		overflow: visible;
	} */
	.time-line-section .timeline-container .timeline-slider:before {
		width:calc(52% + 15px);
		right:-15px;
		left: auto;
		transform: inherit;
	}
	.time-line-section .section-heading {
		padding-bottom: 100px;
	}
	.main-banner.audience-banner .left-part {
		max-width: 445px;
	}
	.main-banner.audience-banner .info-section .logo {
		max-width: 420px;
	}
	.main-banner .info-section .info h4 {
		font-size: 26.4068px;
		line-height: 36px;
	}
	.main-banner .info-section .info {
		font-size: 16.2487px;
		line-height: 26px;
	}
	.main-banner .info-section .info{
		margin-top:60px;
	}
}

@media only screen and (max-width:1000px) {
	.time-line-section .timeline-slider.owl-carousel .owl-item.center {
		width: 450px !important;
		margin-right:-60px !important;
	}
	.time-line-section .timeline-slider {
		padding-left: 20%;
	}
	.time-line-section .timeline-container{
		min-height:570px;
	}
	.time-line-section {
		padding: 70px 0;
	}
	.time-line-section .section-heading {
		padding-bottom: 70px;
	}
}


@media only screen and (max-width:991px) {

	.main-banner .left-part {
		max-width:45%;
	}
	.main-banner .info-section .section-title {
		font-size: 70px;
		line-height: 82px;
	}
	.main-banner .info-section .logo {
		max-width: 340px;
	}
	.time-line-section .timeline-container .timeline-slider:before {
		width: calc(56% + 15px);
	}
	.events.grid-view .section-head .title {
		font-size: 56px;
		line-height: 60px;
	}
	.events.grid-view.comming-soon .section-head .sub-title {
		padding: 15px 0 40px;
		font-size: 46px;
	}
	.events.grid-view.comming-soon {
		padding: 100px 0;
	}
}

@media only screen and (max-width:790px) {
	.time-line-section .timeline-slider {
		padding-left: 0;
	}
	.time-line-section .timeline-container .timeline-slider:before {
		width: calc(71% + 15px);
	}
}

@media only screen and (max-width:768px) {
	.main-banner .flex-container {
		flex-direction: column;
	}
	.main-banner .right-part .form-wrapper .gform_body {
		max-width: 100%;
	}
	.main-banner .form-wrapper .register-form_wrapper {
		padding:35px 36px 40px;
	}
	.main-banner .right-part {
		max-width: 450px;
		margin-left: 0;
		width:auto;
	}
	.main-banner .left-part {
		max-width: 450px;
		margin-bottom: 50px;
	}
	.main-banner .info-section .section-title {
		font-size: 48px;
		line-height: 62px;
	}
	.main-banner {
		padding:32px 0 220px;
		background-image: url(images/body-bg-767-new.png);
	}
	.time-line-section .timeline-slider {
		padding-left: 0;
		max-width:570px;
		margin-right: 0;
		margin-left: auto;
	}
	.time-line-section .timeline-container .timeline-slider:before {
		width: calc(60% + 15px);
	}
	.main-banner .info-section .info {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.site-header .site-branding{
/* 		display:none; */
		flex: unset;
/* 		        min-width: 215px; */
	}
	.site-header .main-navigation {
		width: auto;
		justify-content: flex-end;
/* 		padding-top:34px; */
	}
	.site-header {
		padding: 0;
	}
	.site-header .flex-container {
		padding: 22px 25px 0;
	}
	.main-navigation .mobile-logo {
		max-width: 300px;
	}
	.menu-toggle {
		width: 35px;
		height: 25px;
	}
	.menu-toggle span {
		height:3px;
	}
	.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
		top: 10px;
	}
	.menu-toggle span:nth-child(4) {
		top: 20px;
	}
	.main-navigation .menu-main-menu-container ul.menu {
		max-height: unset;
/* 		margin: 40px 0 0; */
	}
	
}

@media only screen and (max-width:767px) {
	.visible-mobile{
		display:block;
	}
	.hidden-mobile{
		display:none;
	}
	.main-banner .info-section .section-title br {
		display:block;
	}
	.main-banner .form-wrapper .register-form_wrapper {
		min-height: 385px;
		padding: 40px 42px 30px;
	}
	.main-banner .form-wrapper .data-head .info {
		max-width: 100%;
		padding-bottom:0px;
		padding-top:20px;
	}
	.main-banner .form-wrapper .data-head {
		padding: 0px 20px;
	}
	.main-banner .info-section {
		font-size: 16px;
		line-height: 28px;
	}
	.main-banner .form-wrapper .gform_confirmation_wrapper h2 {
		font-size:74px;
		line-height:74px;
		letter-spacing: -2.19346px;
		padding-bottom: 10px;
	}
	.main-banner .form-wrapper .gform_confirmation_wrapper {
		padding: 30px 25px 50px;
	}
	.main-banner .form-wrapper .data-head .info .title {
		font-size: 36px;
		line-height: 38px;
		letter-spacing: -1.3211px;
		padding-bottom: 15px;
		padding-right:180px;
	}
	.main-banner .form-wrapper .data-head .info img{
		float: right;
		margin-top: -88px;
		width: 180px;
		margin-left: 10px;
	}
	.main-banner .form-wrapper .data-head .info p{
	  padding-bottom: 20px;
	}
	.main-banner .form-wrapper .gform_wrapper.gravity-theme .ginput_complex span{
		margin-bottom:0;
	}

	.our-purpose-section {
		padding:52px 0;   
	}
	.our-purpose-section .container{
		max-width: 400px;
	}
	.our-purpose-section .our-purpose-wrap {    
		flex-direction: column-reverse;
		margin-bottom: 5px;
		align-items: flex-start;
	}
	.our-purpose-section .our-purpose-content p{
		font-size: 20px;
		line-height: 30px;
	}
	.our-purpose-section .our-purpose-left .title {
		font-size: 56px;
		line-height: 87px;   
	}
	.connection-main {		
		margin: 0 auto 0;		
	}
	button.videoPoster.js-videoPoster:before {   
		width: 83px;
		height: 83px;       
	}
	.video-section .container{
		padding:0;
	}
	.video_wrapper {
		max-width:100%;    
/* 		max-height:225px; */
		margin: 55px auto 55px;
		padding-top: 0;
	}
	.working-together-container-fluid{   
		margin-top: -150px;
		padding-top: 100px;
	}
	.working-together-inner .title {
		font-size: 36px;
		line-height: 48px;
		padding-bottom:8px;
	}
	.working-together-section {
	    padding: 50px 0 55px 0 !important;
	}
	.working-together-section {
		max-width: 352px;
		margin: auto;
	}
	.working-team-inner img {
		width: 81px;
		height: 80px; 
		margin-bottom:5px !important;
		border: 5px solid var(--primary-color);
		margin: 0 5px;
	}
	.working-team-inner .aud_title{
		font-size: 18px;
		line-height: 32px;
	}
	.working-team {
	   justify-content: center;
	}
	.working-team-inner {   	
	    margin:10px 6px;	
	}
	.working-together-inner p {   
	    padding-bottom:28px;
	}
	.faq-section.flex {
		display: block;
	}
}

	ul.accordion-list {  
		padding: 20px 0 !important;   
	}


	.contact-form .ginput_complex input#input_2_1_3 {
		margin-bottom: 8px;
	}
	.contact-form .gform_wrapper.gravity-theme .ginput_complex span.name_last {
		margin-bottom: 0;
	}
	.contact-form .ginput_container.ginput_container_consent label {
		max-width: 100% !important;    
		width: 100% !important;
		font-size: 21px !important;
	}
	.contact-form input#gform_submit_button_2 {    
		position: unset !important;
		max-width: 100% !important;
		height: auto !important;   
		width: 100% !important;
	}
	.contact-form {
		margin-top: 20px !important;
	}
	.phone-fax-flex p:first-child:after {
		display: none;
	}
	.our-purpose-section .our-purpose-right {
		margin-bottom: 0;
	}
	.our-purpose-section .our-purpose-content p + p {
		padding-top:30px;
	}
	
}
@media only screen and (max-width:640px) {
	.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
		width: 100%;
	}
	.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_radio .gfield_radio .gchoice {
		width: 100%;
	}
	.main-banner .form-wrapper .register-form_wrapper .gfield .ginput_container_radio .gfield_radio .gchoice + .gchoice{
		margin-top:15px;
	}
	.main-banner .form-wrapper .register-form_wrapper .ginput_container_address .address_line_1,
	.main-banner .form-wrapper .register-form_wrapper .ginput_container_address .ginput_address_city{
		margin-bottom:10px !important;
	}
	.main-banner .form-wrapper .register-form_wrapper .ginput_container_address .ginput_address_state.ginput_right{
		padding-right:0;
	}
	.main-banner .form-wrapper .register-form_wrapper .ginput_container_address .ginput_address_zip.ginput_left{
		padding-left:0px;
	}
	.main-banner .form-wrapper .register-form_wrapper .gf_tooltip_body>span {
		right: auto;
		left: auto;
		margin-left: -150px;
	}
	.main-banner .form-wrapper .register-form_wrapper .gf_tooltip_body>span:after {
		left: 50%;
		margin-left: -18px;
	}
	.events.grid-view .section-head .title {
		font-size: 44px;
		line-height: 48px;
	}
	.events.grid-view.comming-soon .section-head .sub-title {
		padding: 10px 0 30px;
		font-size: 36px;
		line-height: 42px;
	}
}
@media only screen and (max-width:567px) {
	.main-banner .form-wrapper .data-head .info .title {
		padding-bottom:50px;
		padding-right:0;
	}
	.main-banner .form-wrapper .data-head .info img {
		margin-top: 0;
		width: 130px;
		shape-outside: circle();
	}
	.main-banner .form-wrapper .data-head .info p {
	   margin-top:-40px;
	}
	
	.time-line-section .timeline-slider.owl-carousel .owl-item.center + .owl-item, .time-line-section .timeline-slider.owl-carousel .owl-item.center + .owl-item + .owl-item {
		width: auto !important;
		opacity:0;

	}
	.time-line-section .timeline-container .timeline-slider:before {
		width: calc(50% + 15px);
		transition: all 0.3s ease;
	}
	.time-line-section .timeline-container .timeline-slider.extend-dotted-line:before {
		width: calc(100% + 30px);
	}
	.time-line-section .timeline-slider.owl-carousel .owl-item.center {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.section-heading .sub-heading {
		font-size:32px;
		line-height:42px;
	}
	.section-heading .heading {
		font-size: 32px;
		line-height: 38px;
	}
	.time-line-section .timeline-slide .timeline-copy p {
		max-width: 400px;
		padding: 0 15px;
	}
	.time-line-section .timeline-container {
		min-height: 596px;
	}
}

@media only screen and (max-width:480px) {
	.main-banner .form-wrapper .data-head .info p {
		font-size: 15px;
		line-height: 25px;
		padding-bottom:15px;
	}
	.main-banner .form-wrapper .data-head .info img {
		width: 130px;
	}
	.main-banner .form-wrapper .data-head .info .title {
		font-size: 30.3852px;
		line-height: 30px;
	}
	.main-banner .form-wrapper .data-head {
		padding: 0px 15px;
	}
	.main-banner .info-section .section-title {
		font-size: 34.784px;
		line-height: 35px;
	}
	.main-banner .info-section .logo {
		max-width:298px;
		margin-right:75px;
	}
	.main-banner .info-section {
		font-size: 15px;
		line-height: 25px;
	}
	.main-banner .flex-container {
		padding:0 25px 65px;
	}
	.main-banner .form-wrapper .register-form_wrapper .gfield_label, .main-banner .form-wrapper .register-form_wrapper .gfield.label {
		font-size: 17.2715px;
		line-height: 20px;
	}
	.main-banner .form-wrapper .gform_confirmation_wrapper h2 {
		font-size: 50.4495px;
		line-height: 50px;
		text-indent:-20px;
	}
	.main-banner .form-wrapper .gform_confirmation_wrapper{
		font-size: 15px;
		line-height: 22px;
	}
	.main-banner .form-wrapper .register-form_wrapper .gf_step_number{
		width: 31.7px;
		height: 5px;
	}
	.main-banner {
		padding:32px 0 120px;
	}
	.main-banner .info-section .section-title {
		font-size:38px;
		line-height: 41px;
		letter-spacing: -1.05509px;
		max-width: 375px;
		padding-bottom: 16px;
	}
	.main-banner .right-part {
		max-width: 375px;
	}
	.main-banner .form-wrapper .register-form_wrapper {
		min-height: 385px;
		padding: 35px 15px 30px;
	}
	.main-banner .form-wrapper .register-form_wrapper .gform_page:not(:first-child){
     padding:0 10px;
	}
	.main-banner .form-wrapper .register-form_wrapper .gform_page:first-child .gform_page_footer,
	.main-banner .form-wrapper .register-form_wrapper .gform_page:first-child fieldset{
		padding-left:10px;
		padding-right:10px;
	}
	.main-banner .form-wrapper .data-head {
		min-height: 200px;
	}
	.time-line-section {
		padding: 85px 0 40px;
	}
	.section-heading .sub-heading {
		font-size: 25px;
		line-height: 36px;
	}
	.main-banner .info-section .info h4 {
		font-size: 21.6912px;
		line-height: 27px;
		margin-bottom: 15px;
	}
	.main-banner .info-section .info {
		font-size: 15px;
		line-height: 25px;
		margin-bottom:0;
	}
	.main-banner.audience-banner .info-section .logo {
		margin-bottom:15px;
	}
	.main-banner.audience-banner{
		padding-bottom:90px;
	}
	.events.grid-view.comming-soon {
		padding:60px 0;
	}
	.events.grid-view .section-head .title {
		font-size: 40px;
		line-height: 42px;
	}
	.events.grid-view.comming-soon .section-head .sub-title {
		padding: 10px 0 30px;
		font-size: 30px;
		line-height: 36px;
	}

}

@media only screen and (max-width:460px) {
	.time-line-section .timeline-slider.owl-carousel .owl-item.center{
		width:390px !important;
	}
	.time-line-section .timeline-slide .timeline-copy p {
		max-width: 370px;
	}
}

@media only screen and (max-width:414px) {
	.main-banner .form-wrapper .register-form_wrapper .gf_tooltip_body>span {
		max-width:260px;
		margin-left: -130px;
	}
	.time-line-section .timeline-container .timeline-slider:before {
		width: calc(49% + 15px);
	}
	.main-banner .section-heading .title {
		font-size: 32px;
		line-height: 52px;
	}
	.main-banner .section-heading .title:before {
		vertical-align: top;
		margin-right: 10px;
	}
	.videoPoster{
		background-size:cover;
	}
}


@media only screen and (max-width:390px) {
	.main-banner .form-wrapper .register-form_wrapper {
		padding: 30px 15px 30px;
		max-width: 320px;
		margin: 0 auto;
	}
	.main-banner .form-wrapper .data-head .info p {
		margin-top: 0;
	}
	.main-banner .form-wrapper .data-head .info .title {
		padding-bottom: 10px;
	}
	.time-line-section .timeline-slider.owl-carousel .owl-item.center{
		width:370px !important;
	}
	.time-line-section .timeline-slide .timeline-copy p {
		max-width: 350px;
	}
	.main-banner .info-section .section-title{
		font-size:36px;
	}
}

@media only screen and (max-width:375px) {
	.time-line-section .timeline-slider.owl-carousel .owl-item.center {
		width: 340px !important;
	}
	.time-line-section .timeline-slide .timeline-copy p {
		max-width: 320px;
	}
	.time-line-section .timeline-slider .timeline-copy {
		font-size: 18px;
		line-height: 28px;
	}
}



/* Event Grid Section Css */
.event-calendar-view .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container{
	display: block !important;
    position: relative !important;
    visibility: visible !important;
    transform: none !important;
	top:0;
}
.event-calendar-view .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-container{
	 position: relative !important;
}
.event-calendar-view .tribe-events .tribe-events-header__events-bar,
.event-calendar-view .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters.tribe-filter-bar .tribe-filter-bar__actions,
.event-calendar-view .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-container,
.event-calendar-view .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle-wrapper,
.event-calendar-view .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-legend,
.event-calendar-view .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close{
	display:none !important;
}
.event-calendar-view .tribe-filter-bar {
    display: block;
	position:relative !important;
}
body .event-calendar-view .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
    border: 0;
    border-radius: 0;
    box-shadow: inherit;
}
/* .event-calendar-view .tribe-events .tribe-events-calendar-month__multiday-event-hidden{
	opacity:1;
	position:relative;
} */
body .event-calendar-view .tribe-events .tribe-events-l-container {
    min-height: auto;
    padding: 0;
    max-width: 100%;
}
.events.calendar-view{
	padding:75px 0 290px;
}
.text-center{
	text-align:center;
}
.events .section-head{
	max-width:1140px;
	margin:0 auto;
}
.events .section-head .title{
	font-size: 41.9991px;
	line-height: 52px;
	letter-spacing: -1.02895px;
	padding-bottom:15px;
}
.events .section-head p{
	font-size: 20px;
	line-height:32px;
}
.events .section-head .description{
	padding-top: 20px;
	padding-bottom: 20px;
}
.events .section-head .description p{
	font-size: 24px;
	letter-spacing: -0.01em;
	font-weight:var(--weight-700);
	line-height:28px;
}
.events .section-head .description p small{
	font-weight:var(--weight-500);
	font-size: 21.1532px;
	letter-spacing: -0.01em;
    display: block;
}
.events.calendar-view .container{
	max-width: 1695px;
	margin: 0 auto;
	padding: 0 15px;
}
.events.calendar-view .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container{
	width: 100%;
	padding: 0;
	margin: 0;
}
.events.calendar-view  .tribe-filter-bar--horizontal.tribe-filter-bar {
    background-color: transparent;
    margin:0;
	padding:40px 0 50px;
}
.events.calendar-view .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__form,
.events.calendar-view .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters{
    display: block;
    width: 100%;
}
.events.calendar-view .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--checkbox .tribe-filter-bar-c-filter__filter-fields{
	display:flex;
	align-items:center;
	margin:0;
	justify-content: center;
	padding:0 0.8px;
}
.events.calendar-view .tribe-filter-bar .tribe-filter-bar-c-checkbox{
	margin: 0;
}
.events.calendar-view .tribe-filter-bar .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__label{
    padding: 11px 30px;
    min-height: 56px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20.1819px;
    line-height: 18px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--primary-font-family);
    font-weight: var(--weight-700);
    opacity: 1 !important;
	border:2px solid var(--primary-color);
    margin: 0 -1px !important;
	background-color:#fff;
}
.events.calendar-view .tribe-filter-bar .tribe-filter-bar-c-checkbox:first-child .tribe-common-form-control-checkbox__label{
	border-radius:2.6px 0px 0px 2.6px;
}
.events.calendar-view .tribe-filter-bar .tribe-filter-bar-c-checkbox:last-child .tribe-common-form-control-checkbox__label{
	border-radius: 0px 2.59842px 2.59719px 0px;
}
.events.calendar-view .tribe-common .tribe-common-form-control-checkbox__input:checked + .tribe-common-form-control-checkbox__label{
	background-color:var(--secondary-color-03);
}
.events.calendar-view .tribe-filter-bar .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__input,
.events.calendar-view .tribe-events .tribe-events-c-subscribe-dropdown__container{
	display:none;
}
.events.calendar-view .tribe-common .tribe-events-c-top-bar__today-button,
.events.calendar-view .tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg{
	display:none !important;
}
.events.calendar-view .tribe-events .tribe-events-c-top-bar__datepicker-button {
	pointer-events: none;
	margin: 0 auto;
	min-width: 210px;
	justify-content: center;
	font-size: 51.1976px;
	line-height: 59px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	font-weight: var(--weight-700);
}
.events.calendar-view .tribe-events .tribe-events-header {
    margin: 0;
    padding: 0;
    border-radius: 9.89248px 9.89248px 0 0;
    background: var(--primary-color);
    color: #fff;
}
.event-calendar-view .tribe-events-calendar-month .tribe-events-calendar-month__header{
    background: var(--primary-color);
	color: #fff;
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__header-column-title {
	text-align: center !important;
	color: #fff;
	text-transform: initial !important;
}
body .event-calendar-view .tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
	height: auto;
	margin-bottom: 0;
	padding-left: 20px;
}
body .event-calendar-view  .tribe-events  .tribe-events-calendar-month__day-date-link,
body .event-calendar-view .tribe-events .tribe-events-calendar-month__day-date-daynum{
    font-size: 17.8065px;
    line-height: 20px;
    color: #444444;
    font-weight: 400 !important;
    font-family: var(--primary-font-family);
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__events .event-box{
    background: var(--event-box-bg);
    padding: 8px;
    max-width: 180px;
    margin: 0px 23px 20px auto;
	color: #fff;
	font-weight:var(--weight-400);
	font-size: 13px;
	line-height: 15px;
	position:relative;
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__events .event-box .link-overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__events .event-box .title{
	font-weight:var(--weight-700);
	font-size: 15px;
	line-height: 16px;
	letter-spacing: -0.01em;
	margin-bottom:10px;
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__events .event-box .featured-image-wrapper{
	margin-bottom:7px;
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__events .event-box .featured-image-wrapper img{
	max-height: 62px;
	width: 100%;
	object-fit: cover;
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__events .event-box a{
	color: #fff;
}
body .event-calendar-view .tribe-events .tribe-events-calendar-month__day {
    border-width: 0 2px 2px 0;
    border-color:#C4C4C4;
}
body .event-calendar-view .tribe-events .tribe-events-calendar-month__week {
    border-left:2px solid #C4C4C4;
}
body .event-calendar-view .tribe-events .tribe-events-calendar-month__body {
    border-top:0px;
}
body .event-calendar-view .tribe-events .tribe-events-calendar-month__day:after{
	display:none;
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__events .event-box .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 7px;
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__events .event-box .date{
	display: flex;
	align-items: center;
	column-gap: 5px;
	font-style: italic;
}
.event-calendar-view .tribe-events .tribe-events-calendar-month__events .event-box .read-more{
	font-style: italic;
	text-decoration-line: underline;
	line-height: 20px;
}
.event-calendar-view .tribe-events .tribe-events-header__top-bar {
    display: block;
    max-width: 600px;
    margin:20px auto 20px;
	position:relative;
}
.event-calendar-view .tribe-events .tribe-events-c-top-bar__nav-list-item:first-child{
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
	z-index:2;
}
.event-calendar-view .tribe-events .tribe-events-c-top-bar__nav-list-item:last-child{
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
	z-index:2;
}
.event-calendar-view .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-events-c-top-bar__nav-link{
	width:39px;
	height:39px;
	border: 3.5px solid var(--secondary-color-03);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.event-calendar-view .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-events-c-top-bar__nav-link .tribe-common-c-btn-icon__icon-svg path{
	fill:var(--secondary-color-03);
}
.events.calendar-view .tribe-events .tribe-events-header .tribe-events-header__messages .tribe-events-c-messages__message--notice{
	background: #fff;
	margin: 0 25px;
	width: auto;
}
.events.calendar-view .tribe-events .tribe-events-header .tribe-events-header__messages .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-list-item-link{
	vertical-align:top;
}
.events.calendar-view .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link{
	pointer-events:none;
}
.events.calendar-view .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
    color: inherit;
    opacity: 1;
}
.event-grid-view{
	opacity: 1.0;
    -webkit-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
    transition: 0.3s ease-in all;
	position: relative;
}
/* .event-grid-view.loading{
	opacity:0.25;
} */
body.overflow{
	overflow:hidden;
}
.event-grid-view.loading:after{
    content: "";
    position:fixed;
    z-index:9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* background: rgb(255 255 255 / 36%) url(/wp-content/uploads/2022/10/sowa_loading.gif) 50% 50% no-repeat; */
	background-color:rgb(0 0 0 / 36%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='/* margin: auto%3B *//* background: rgb(241  242  243)%3B *//* display: block%3B */' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Crect x='19' y='19' width='20' height='20' fill='%23ffffff'%3E%3Canimate attributeName='fill' values='%23f09227%3B%23ffffff%3B%23ffffff' keyTimes='0%3B0.125%3B1' dur='1s' repeatCount='indefinite' begin='0s' calcMode='discrete'%3E%3C/animate%3E%3C/rect%3E%3Crect x='40' y='19' width='20' height='20' fill='%23ffffff'%3E%3Canimate attributeName='fill' values='%23f09227%3B%23ffffff%3B%23ffffff' keyTimes='0%3B0.125%3B1' dur='1s' repeatCount='indefinite' begin='0.125s' calcMode='discrete'%3E%3C/animate%3E%3C/rect%3E%3Crect x='61' y='19' width='20' height='20' fill='%23ffffff'%3E%3Canimate attributeName='fill' values='%23f09227%3B%23ffffff%3B%23ffffff' keyTimes='0%3B0.125%3B1' dur='1s' repeatCount='indefinite' begin='0.25s' calcMode='discrete'%3E%3C/animate%3E%3C/rect%3E%3Crect x='19' y='40' width='20' height='20' fill='%23ffffff'%3E%3Canimate attributeName='fill' values='%23f09227%3B%23ffffff%3B%23ffffff' keyTimes='0%3B0.125%3B1' dur='1s' repeatCount='indefinite' begin='0.875s' calcMode='discrete'%3E%3C/animate%3E%3C/rect%3E%3Crect x='61' y='40' width='20' height='20' fill='%23ffffff'%3E%3Canimate attributeName='fill' values='%23f09227%3B%23ffffff%3B%23ffffff' keyTimes='0%3B0.125%3B1' dur='1s' repeatCount='indefinite' begin='0.375s' calcMode='discrete'%3E%3C/animate%3E%3C/rect%3E%3Crect x='19' y='61' width='20' height='20' fill='%23ffffff'%3E%3Canimate attributeName='fill' values='%23f09227%3B%23ffffff%3B%23ffffff' keyTimes='0%3B0.125%3B1' dur='1s' repeatCount='indefinite' begin='0.75s' calcMode='discrete'%3E%3C/animate%3E%3C/rect%3E%3Crect x='40' y='61' width='20' height='20' fill='%23ffffff'%3E%3Canimate attributeName='fill' values='%23f09227%3B%23ffffff%3B%23ffffff' keyTimes='0%3B0.125%3B1' dur='1s' repeatCount='indefinite' begin='0.625s' calcMode='discrete'%3E%3C/animate%3E%3C/rect%3E%3Crect x='61' y='61' width='20' height='20' fill='%23ffffff'%3E%3Canimate attributeName='fill' values='%23f09227%3B%23ffffff%3B%23ffffff' keyTimes='0%3B0.125%3B1' dur='1s' repeatCount='indefinite' begin='0.5s' calcMode='discrete'%3E%3C/animate%3E%3C/rect%3E%3C/svg%3E");
	background-position:center;
	background-repeat:no-repeat;
	opacity: 1;
	background-size:130px;
}
body,html{
	min-height:100%;
	height:100%;
}
.page-template-home-template .main-banner .section-heading.for-audience{
	display:none;
}
.page-template-audience-template .main-banner .section-heading.for-home{
	display:none;
}
#events-post-wrapper .alert{
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	padding: 15px;
	background: #eee;
	max-width: 1130px;
	margin: 0 auto;
}
#events-post-wrapper .alert + .alert{
	display:none;
}
@media only screen and (max-width:1140px) {
	.events .section-head .description {
		max-width: 663px;
		margin: 0 auto;
		padding:0;
	}
	.events .section-head .description p {
		line-height: 32px;
	}
	.events .section-head .description p small{
		padding-top: 8px;
		display: block;
	}
}
@media only screen and (max-width:767px) {
	.events .section-head .description{
		padding-bottom:20px;
	}
	.events .section-head .description p {
		font-size: 20px;
		line-height: 26px;
	}
    .events .section-head .description p small {
		font-size: 16px;
		line-height: 22px;
		padding-top: 5px;
	}
}
@media only screen and (max-width:480px) {
	.events.grid-view .section-head .title {
		max-width: 344px;
		margin: 0 auto;
	}
	.events .section-head .description{
		max-width: 344px;
	}
}

/* Devang Custom Css */
.contact-address p a:hover{
    color: var(--secondary-color);
}
.footer-col-2 p a {
    color: #fff;
}
.footer-col-2 p a:hover {
    color: var(--secondary-color);
}
.contact-form input#gform_submit_button_2:hover {
    background-color: var(--secondary-color);
}
.donwload-btn:hover {
    background-color: var(--secondary-color);
    color:#fff;
}
.working-together-section .aud_title a {
    color: var(--primary-color);
}
.working-together-section .aud_title a:hover {
    color: var(--secondary-color);
}
.contact-form .ginput_container_consent label:before {   
    width: 0 !important;
    height: 6px !important;    
}
.contact-form .ginput_container_consent input:checked + label:after {    
    top: 8px !important;
    left: 11px !important;
    width: 5px !important;
    height: 10px !important;    
}
.contact-form input#gform_submit_button_2 {
    padding: 22px 90px !important;
    max-width: 280px !important;
}
.faq-section-main ul.accordion-list {   
    padding: 20px 0px;   
}
.faq-section-main .faq-section {   
    padding: unset;
}

@media screen and (min-width: 1441px) {
    .faq-section-main .faq-inner-left {  
        max-width: unset; 
    }
}
@media screen and (max-width: 1365px) and (min-width: 1200px) {
    .faq-section-main .faq-inner-left {  
        max-width: 540px; 
    }
}

@media screen and (max-width: 1440px) {
    .hide-mobile {
        display: none; 
    }
    .footer-section {
/*         background-image: url(images/desktop-bg-1440.png); */
    }
    .footer-inner .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
        max-width: 100%;
        margin: auto;
        text-align: center;
    }
    .footer-inner {
/*         display: block;
        max-width: 800px;
        padding: 0 20px; */
    }
    /* .social-icon ul {   
        margin: auto;
    } */
    
    .footer-links ul {
        margin: 0 auto;
        justify-content: center;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 20px;
        max-width: 725px;
    }
    .footer-links ul li a{
        font-weight: 700;
        font-size: 15px;
        line-height: 47px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
    .donwload-btn {  
        margin: 36px auto;
    }
    .footer-links p {
        max-width: 265.92px;       
        margin: auto;
    }
    .social-icon ul li img {
        max-width: 59px;
        max-height: 59px;
    }
    .social-icon ul {
        max-width: 308px;
        justify-content: center;
        margin: auto;
    }
    .social-icon {
        margin-top: 36px !important; 
    }
    .contact-details {
        max-width: 410px;
        margin: auto;
    }
    .contact-address h2 {
        padding-bottom: 10px;
    }
    .phone-fax-flex {
        display: flex;
    }
    p.address {
        max-width: 300px;
        margin: auto;
        padding-bottom: 0 !important;
    }
    .phone-fax-flex p:first-child:after {
        content: ' |';
        padding-right: 5px;
    }
    .action-btn {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-links {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-col-1 {
        padding-bottom: 16px;
    }

    .footer-links ul li:first-child a{
        text-align:right;
    }
    .footer-links ul li:last-child a{
        text-align:left;
    }
    .footer-links ul li a.disable{
        min-width:110px;
    }
    .footer-links ul li a.disable:after{
        text-align:center;
    }
    
    }

    @media only screen and (max-width: 767px)  {
        .footer-section {
            background-image: url(/wp-content/uploads/2025/02/Group-35784.png);
			padding-top: 150px;
        }
        .footer-links ul {           
            display: block;            
            max-width: 307px;
        }

        .phone-fax-flex {
            display: block;
        }
        .footer-col-1 img {
            width: 298px;
/*             height: 109px; */
        }
        .social-icon ul li img {
            max-width: 70px;
            max-height: 70px;
            width: 70px;
            padding: 0 10px;
        }
        .connection-main .owl-nav .owl-next {
            right: -42px;
        }
        .connection-main .owl-nav .owl-prev {
            left: -42px;
        }
        .footer-links ul li:first-child a{
            text-align:center;
        }
        .footer-links ul li:last-child a{
            text-align:center;
        }
        .footer-links ul li a.disable{
            min-width:auto;
        }

    }

/*FAQ Form css */

.contact-form input {
    padding: 12px 30px !important;
    height: 85px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: var(--primary-font-family)
}
.contact-form textarea {
    padding: 12px 30px !important;
    height: 252px !important;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: var(--primary-font-family);
    margin-bottom: 10px !important;
}
.contact-form input::placeholder, #gform_2 textarea::placeholder {
    font-size: 22px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #705E7D;
    font-weight: 700;
}
.contact-form label.gfield_consent_label {
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.02em;
    max-width: 332px;
}
.contact-form .ginput_container_consent input[type=checkbox] {
    display: none;
}

.contact-form .ginput_container_consent label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 25px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: inset 0px 2px 10px rgb(0 0 0 / 25%);
    border-radius: 2px;
    padding: 12px 15px;
}
  
.contact-form .ginput_container_consent input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 18px;
    width: 8px;
    height: 18px;
    border: solid var(--secondary-color);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    font-weight: bold !important;
}
.contact-form .ginput_container_consent  label {
    position: relative;
    cursor: pointer;
}
.contact-form .ginput_container.ginput_container_consent label {
    max-width: 365px;
    display: flex;
    width: 60%;
}
.contact-form  input#gform_submit_button_2 {
    position: absolute;
    top: -63px;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 22px 65px !important;
    gap: 10px;
    max-width: 265px;
    height: 68px;
    background: #201627;
    border-radius: 5px;
    font-weight: 700;
    font-size: 24.3868px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.contact-form  .gform_footer.top_label {
    position: relative;
}
.contact-form {
    margin-top: 30px;
}


@media screen and (max-width: 1600px) {
    .connection-main .owl-nav .owl-prev {
        left: -83px;
    }    
    .connection-main .owl-nav .owl-next {
        right: -83px;
    }
    .connection-main .carousel-wrap{
        max-width:1320px;
        margin-left:auto;
        margin-right:auto;
    }
}

@media screen and (max-width: 1440px) {
    .faq-section-main .faq-inner-right {       
        padding: 0px 0 0 0;
    }   
    .faq-section-main .faq-inner-left {      
        padding: 0px 0px 0 0;
    }


    .contact-form input#gform_submit_button_2 {     
        padding: 22px 65px !important;
    }
    .connection-main .owl-nav .owl-prev {
        left: -83px;
    }    
    .connection-main .owl-nav .owl-next {
        right: -83px;
    }
    .connection-main .owl-carousel .owl-item img {      
        max-height: 130px;
        object-fit: cover;
    }
    .connection-main .carousel-wrap {
        position: relative;
        padding: 0 35px;
        max-width: 1200px;
        margin: 0 auto;
    }   
}

@media only screen and (max-width:1366px) {
    .connection-main .owl-nav .owl-prev {
        left: -60px;
    }
    .connection-main .owl-nav .owl-next {
        right: -60px;
    }
    .connection-main .carousel-wrap{
        max-width:1140px;
    }
}

@media only screen and (max-width:1199px) {
    .connection-main .carousel-wrap{
        max-width:950px;
    }
}

@media screen and (max-width: 1024px) {
    .connection-main .connection-inner {       
        padding-bottom: 75px;
    }
    .connection-main .carosel-content {
        min-height: 305px !important;
    }
    .connection-main .carousel-wrap {       
        max-width: 828px;        
    }
    .connection-main .owl-nav .owl-prev {
        left: -52px;
    }    
    .connection-main .owl-nav .owl-next {
        right: -52px;
    }
    .connection-main .tab-filter-section {
        padding-top: 87px;
    }
    .connection-main  button.owl-prev svg,.connection-main  button.owl-next svg {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form input#gform_submit_button_2 {
        padding: 10px 65px !important;
        max-width: 100% !important;
    }
    .connection-main {
        background-image: url(images/connection-mobile-bg-min-new.png);       
    }
    .connection-main .connection-inner .heading {        
        padding-bottom: 15px;
        font-size:52px;
        line-height:64px;
    }
    .connection-main .connection-inner p {
        max-width: 356px;
        margin: 0 auto;        
    } 
    .connection-main .carousel-wrap {
        max-width: 420px;
    }  
    /* .connection-main .carosel-content {       
        margin: 0 29px;       
    } */
    .connection-main button.owl-prev svg, .connection-main button.owl-next svg {
        width: 28px;
        height: 28px;
    }
    .connection-main .owl-nav .owl-prev {
        left: -30px;
    }
    .connection-main .owl-nav .owl-next {
        right: -30px;
    }
    .connection-main .connection-inner {
        padding-bottom: 35px;
        font-size: 20px;
        line-height: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .connection-main .tab-filter-section ul.tabs-inner {        
        max-width: 348px;       
    }
    .connection-main ul.tabs-inner li img {
        max-width: 42px;
        max-height: 42px;
    }
    .connection-main ul.tabs-inner li {
        width: 63px;
        height: 63px;       
        border-radius: 10px;
        margin: 0 5px;       
    }
    .connection-main .tab-filter-section {
        padding-top:25px;
    }
    .connection-main .carosel-content {
        margin: 0 16px;
    }
    .contact-form .ginput_container_consent label:before {       
        width: 0;
        height: 6px;
    } 
    .contact-form .ginput_container_consent input:checked + label:after {      
        top: 7px;
        left: 11px;
        width: 6px;
        height: 12px;       
    }      
    .contact-form .ginput_container.ginput_container_consent label {      
        font-size: 22px !important;
    }
    .contact-form input {       
        height: 69px;        
    }
    .connection-main {       
        padding:40px 0 100px;
    }
    .connection-main .connection-inner .sub-heading{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.01em;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 360px) {
    .our-purpose-section .our-purpose-left .title {
        font-size: 15vw;        
    }
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
/* html, body {
    overflow-x: hidden;
} */
.faq-section-main ul.accordion-list li h2 {      
    max-width: 826px;       
}
.faq-inner-right {
    width: 100% !important;
    max-width: 825px;
    margin: auto;
    padding: 0px 0 0 0 !important;
}
.faq-section-main ul.accordion-list {   
    padding: 20px 0 0;   
}
.connection-main .tab-filter-section ul.tabs-inner {  
    max-width: 888px;   
}
.connection-main ul.tabs-inner li {  
    margin: 0 40px 0 0;    
}
.connection-main ul.tabs-inner li:last-child {
    margin: 0 0 0 0 !important;
}
.video_wrapper {
    max-width: 805px;
/*     height: 454px; */
    margin: 114px auto 75px;
}
.connection-main {   
    margin: 0 auto 143px;
}
.working-together-container-fluid {    
    margin-top: -330px;
    padding-top: 330px;   
}
.working-together-inner .title {    
    padding-bottom: 35px;
}
.working-together-inner p { 
    padding-bottom: 85px;
}
.working-team-inner img {
    width: 159px;
    height: 159px;    
}

.faq-section-main ul.accordion-list li h2 {    
    padding: 22px 20px;   
}
.faq-section-main ul.accordion-list {
    padding: 5px 0 0;
}

.contact-form {
    margin-top: 20px;
}
.contact-form .ginput_container_consent label:before {   
    width: 0;
    height: 6px;    
}
.contact-form .ginput_container_consent input:checked + label:after {    
    top: 8px;
    left: 11px;
    width: 5px;
    height: 10px;    
}
.contact-form input#gform_submit_button_2 {
    padding: 22px 90px !important;
    max-width: 280px !important;
}
.social-icon ul li {
    padding: 0px 15px 0 15px;
}
.social-icon ul li img {  
    width: 59px;
    height: 59px;
}
.contact-address h2 {   
    margin-top: 36px;
}
}

@media screen and (max-width: 1440px) and (min-width: 1366px) {
    .our-purpose-section {
        padding: 160px 0px 200px;
    }
    .our-purpose-right img {
        width: 310px;
        height: 73px;
    }
    .connection-main .tab-filter-section {
        padding-top: 113px;
    }
    .connection-main .tab-filter-section ul.tabs-inner {     
        max-width: 888px;       
    }
    .connection-main {      
        margin: 0 auto 0;      
    }
    .video_wrapper {       
        margin: 113px auto 0 !important;
    }
    .working-together-section {
        padding: 113px 0 113px 0;
    }
    .working-together-inner p {     
        max-width: 662px;       
    }
    .working-team-inner img {
        width: 158px;
        height: 158px; 
        margin-bottom: 25px;       
    }
    .contact-form .ginput_container_consent label:before {   
        width: 0;
        height: 6px;    
    }
    .contact-form .ginput_container_consent input:checked + label:after {    
        top: 8px;
        left: 11px;
        width: 5px;
        height: 10px;    
    }
    .faq-section-main ul.accordion-list {       
        padding: 20px 0px;       
    }
    .faq-section-main .faq-inner-right {       
         width: 50%;       
    }

    .contact-form input#gform_submit_button_2 {
        padding: 22px 90px !important;
        max-width: 280px !important;
    }

    .social-icon ul li {
        padding: 0px 15px 0 15px;
    }
    .social-icon ul li img {  
        width: 59px;
        height: 59px;
    }
}




/*Audience page css start */


/* Join Fb Group Css  */
.join-fb-group .container {
    width: 1450px;
    max-width: 100%;
}
.join-fb-group {
    background-image: url(images/join-fb-group-bg.png);
    background-size: 100% 100%;
    height: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fb-group-inner {
    display: flex;
    align-items: center;
    justify-content: inherit;
    position: relative;
}
.fb-group-left {
    max-width: 526px;
    margin: 0;
    width: 50%;
}
.fb-group-left .title-text h2 {
   /* width: 550.93px;*/
    height: 146px;
    left: 262.4px;
    top: calc(50% - 146px/2 - 1050.72px);   
    font-style: normal;
    font-weight: 700;
    font-size: 71.0169px;
    line-height: 73px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -1.73987px;
    color: #FFFFFF;
}
.fb-group-left .title-text p {
    max-width: 526.14px;
    left: 262.4px;
    top: 2957.78px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 15px 0;
}
form.select-areas-location {
    margin-left: 15px;
}
.fb-group-left select#select-area {
    padding: 18.1194px 20px;
    gap: 8.24px;
    width: 340px;
    height: 60px;
    background: #EE9725 url(/wp-content/uploads/2022/10/white-arrow-sprite.png);
    border-radius: 4.11804px;
    font-weight: 700;
    font-size: 20.0852px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    appearance: none;
    position: relative;
    background-repeat: no-repeat;
    background-position: 300px -83px;
    /* transition: all 0.2s ease; */
}
.fb-group-left select#select-area.open {
    background-position: 300px 24px;
}
.fb-group-left select:after {
    background-image: url(images/select-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    z-index: 9999999 !important;
    color: #fff;
    height: 50px !important;
    width: 50px !important;
}
.fb-group-right {
    max-width: 100%;
    align-items: center;
    width: calc(100% - 540px);
    position: absolute;
    right: -80px;
    top: 54%;
    transform: translateY(-50%);
}

.fb-group-right img {
    max-width: 1017px;
    margin: 65px 0px 0 50px;
}
/* .fb-images .laptop-image {
    margin-bottom: 27px;
    margin-top: 28px;
    max-width: 403px;
} */
.join-fb-group .container {
    padding-top: 160px;
    padding-bottom: 171px;
}
.fb-images {
    position: relative;
    max-width: 403px;
    margin: 28px 0px 43px;
}
.fb-images .fb-icon{
    position: absolute;
    right: 12px;
    width: 66px;
    top: 50%;
    margin-top: -45px;
}
/*map css */
.areas-map-wrapper {
    width: 100%;
    padding-bottom: 66%;
    display: block;
    position: relative;
}

 .areas-map-wrapper svg path:hover {
    fill:var(--secondary-color) !important;
}
.areas-map-wrapper svg polygon:hover {
    fill:var(--secondary-color) !important;
}
.areas-map-wrapper svg path {
    position: relative;
    fill: #E5E5E5;
    stroke: #000;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    /* -webkit-transition: all 0.5s ease-in-out 0s; */
    -o-transition: all 0.5s ease-in-out 0s;
}
.areas-map-wrapper svg polygon {
    position: relative;
    fill: #E5E5E5;
    stroke: #000;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.areas-tooltip-wrapper {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: visible;
    -webkit-transition: 0.2s ease-in opacity;
    -o-transition: 0.2s ease-in opacity;
    transition: 0.2s ease-in opacity;
}
.areas-tooltip-wrapper[data-id="Olympic_Peninsula"]{
  margin:-60px 0 0 -140px;
}
.areas-tooltip-wrapper[data-id="walla-walla"]{
    margin:50px 0 0 -100px;
}
.areas-tooltip-wrapper[data-id="king-county"]{
    margin:0px 0 0 -120px;
}
.areas-tooltip-wrapper[data-id="pierce-county"]{
    margin:0px 0 0 -135px;
}
.areas-tooltip-wrapper[data-id="columbia-river"]{
    margin:0 0 0 -40px;
}
.areas-tooltip-wrapper[data-id="valley"]{
    margin:0 0 0 -30px;
}
.areas-tooltip-wrapper[data-id="southeast"]{
    margin:0 0 0 -50px;
}
.areas-tooltip-wrapper[data-id="tri-cities"]{
    margin:0 0 0 -50px;
}
.areas-tooltip-wrapper[data-id="basin"]{
    margin:0 0 0 -15px;
}
.areas-tooltip-wrapper[data-id="north-central"]{
    margin:-50px 0 0 -50px;
}
.areas-tooltip-wrapper[data-id="northeast"]{
    margin:-50px 0 0 -25px;
}
.areas-tooltip-wrapper .areas-tooltip {
    pointer-events: none;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: var(--primary-color);
    white-space: nowrap;
    min-width: 100px;
    font-size: 13.5793px;
    line-height: 17px;
    font-weight: 500;
}
.areas-tooltip-wrapper .areas-tooltip .areas-name {
    text-align: center;    
    padding: 8px 20px;
    background: var(--primary-color);
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 16.8006px;
    line-height: 22px;    
}
.areas-tooltip-wrapper .areas-tooltip .areas-counties {
    display: block;
    font-weight: 500;
    font-size: 13.5793px;
    line-height: 17px;
    letter-spacing: -0.319471px;    
    text-align: center;
    padding: 8px 0;
}
.areas-tooltip-wrapper .areas-tooltip .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 18px;
    position: absolute;
    right: -18px;
    top: 0;
    border-color: transparent transparent transparent var(--primary-color);
}
.areas-tooltip-wrapper.active {
    opacity: 1.0;
    z-index:9;
}
 .areas-map-wrapper svg {
    /* cursor: pointer; */
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}


/*tabs sections athlete resources */ 
.aud-athlete-resources { 
    padding:245px 0 250px !important;
}
.aud-athlete-resources .sec-title{
    font-size: 71.0169px;
    line-height: 73px;
    letter-spacing: -1.73987px;
    padding-bottom: 63px;
}
.faq-tab-content {
    max-width: 1115px;
    margin: auto;
}
.aud-athlete-resources  ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding:0 0 60px;
  overflow: auto;
  max-width: 829px;
  margin: auto;
  display: flex;
  justify-content: center;
}
/*ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}*/
.aud-athlete-resources ul#tabs-nav li a {
    color: #201627;
    font-weight: 700;
    font-size: 24.2265px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.aud-athlete-resources  ul#tabs-nav li.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13.7178px 24.9415px;
    gap: 6.24px;
    width: 276.33px;
    height: 59.05px;
    background: #201627;
    border: 1.39467px solid #201627;
}
.aud-athlete-resources  ul#tabs-nav li:first-child{
    border-radius: 3.11768px 0px 0px 3.11768px;
}

.aud-athlete-resources  ul#tabs-nav li:last-child{
    border-radius:0 3.11768px 3.11768px 0;
}

.aud-athlete-resources  ul#tabs-nav li.active a {
    color: #fff;
}
.aud-athlete-resources  ul#tabs-nav li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13.7178px 24.9415px;
    gap: 6.24px;
    width: 276.33px;
    height: 59.05px;
    background: #EDEDED;
    border: 2.27123px solid #201627;
    border-radius: 0px;
}
.aud-athlete-resources ul#tabs-nav li:hover {
    background-color: #201627;
}
.aud-athlete-resources ul#tabs-nav li:hover a{
    color: #fff;
}

.aud-athlete-resources #tabs-nav li a {
  text-decoration: none;
  color: #FFF;
}
.aud-athlete-resources .tab-content {
  padding: 10px 0;
 /* border: 5px solid #09F;*/
  background-color: #FFF;
}
.faq-athelete-resource ul.accordion-list li h2 {
    max-width: 1115px !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    padding:12px 20px;
    max-width: 653px;
    background:var(--secondary-color);
    border-radius: 5px;
    display:flex;
    align-items: center;
    min-height:90px;
    position: relative;
	padding-right:50px !important;
	cursor:pointer;
}
.faq-athelete-resource ul.accordion-list li:nth-of-type(3) h2{
    background:#EF8926;
}
.faq-athelete-resource ul.accordion-list li:nth-of-type(4) h2{
    background:#EF7A26;
}
.faq-athelete-resource ul.accordion-list li:nth-of-type(5) h2{
    background:#EF6626;
}
.faq-athelete-resource ul.accordion-list li:nth-of-type(6) h2{
    background:#EF5626;
}
.faq-athelete-resource ul.accordion-list li:nth-of-type(7) h2{
    background:#EF4126;
}
.faq-athelete-resource ul.accordion-list li:nth-of-type(8) h2{
    background:#EF3326;
}
.faq-athelete-resource ul.accordion-list {
    padding:0;
}
.aud-athlete-resources ul#tabs-nav li:nth-child(2) {
    border-left: 1.27123px solid #201627;
    border-right: 1.27123px solid #201627;
}
.faq-athelete-resource ul.accordion-list li a {
/*     border: 1px solid #eee; */
	vertical-align:top;
}
.faq-athelete-resource ul.accordion-list li {
    border: none !important;
}
.faq-athelete-resource ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
/*     cursor: pointer; */
}
.faq-athelete-resource ul.accordion-list li h2:after {
    position: absolute;
    right: 20px;
    top:50%;
    background-image: url(images/plus-icon.png);
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    align-items: center;
    content: '';
}
.faq-athelete-resource .accordion-list li p {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
/*     cursor: pointer; */
    line-height: 150%;
    margin: 0 0 0px 0;
    font-size: 14px;    
}
.faq-athelete-resource .accordion-list .answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
/*     cursor: pointer; */
}
.faq-athelete-resource .answer p {
    font-size:20px !important;
    padding: 20px 20px 0px !important;
}
.faq-athelete-resource ul.accordion-list li.active h2:after {
    background-image: url(images/minus-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.contacts-tabs {
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.contacts-tabs-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    /* max-width: 325px; */
    height: auto;
}

.contacts-tabs-inner .profile-pic {
    box-sizing: border-box;
    width: 196px;
    height: 196px;
    border: 3px solid var(--primary-color);
    border-radius:50%;
    margin-bottom: 10px;
}
/*.social-contacts img {
    width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    max-width: 38px;
    max-height: 38px;
}*/
.social-contacts img {
    width: 33px !important;
    height: 33px !important;
    margin: 0 2px 0 0 !important;
      border: 0 !important;
}
.contacts-tabs-inner h2.title {
    font-weight: 700;
    font-size: 36.9677px;
    line-height: 38px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.905687px;
    color:var(--primary-color);
}
.contacts-tabs-inner .sub-title {
    font-weight: 700;
    font-size: 29.0081px;
    line-height: 37px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #EE9725;
}
.contact-phone-email p {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1px;
    color:var(--primary-color);
    
}
.contact-phone-email p span {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1px;
    text-decoration-line: underline;
    color: var(--primary-color);
    padding-left: 5px;
}
/* .contacts-tabs-inner:nth-child(2) {
    margin: 0 112px;
} */
.contact-tab {
    max-width: 1199px;
    margin: 50px auto;
}

.download-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    height: 90px;
    background: #D6D6D6;
    border-radius: 5px;
    margin-bottom: 17px;
    position: relative;
}
.download-wrapper:hover {
    background: linear-gradient(249.26deg, #EF6926 26.54%, #EE8725 40.19%, #FCBE79 64.32%, #EE9025 81.68%, #EF7226 92.17%);
}
.download-wrapper .link-overlay{
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
}
.download-section {
    max-width: 1115px;
    margin: auto;
}
.download-content .title {    
    font-weight: 700;
    font-size: 24px !important;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;   
}


/*Follows section css */
.follow-us-section {
    background-color: #F0EFF1;
    padding-top: 114px;
}
.follow-us-inner {
    max-width: 1479px;
    margin: auto;
}
ul.social-icon-follows {
    display: flex;
    max-width: 407px;
}
ul.social-icon-follows li {
    margin-right: 33px;
}
ul.social-icon-follows li a img{
  transition:all 0.3s ease;
}
ul.social-icon-follows li a:hover img{
    transform:scale(1.1);
}
ul.social-icon-follows li:last-child{
	margin-right: 0px;
}
.follow-us.flex h2 {
    font-weight: 700;
    font-size: 85.7859px;
   /* line-height: 88px;*/
    display: flex;
    align-items: flex-end;
    letter-spacing: -3px;
}
ul.social-icon-follows li:nth-child(1) img {
    width: 55px;
    height: 61px;
}
ul.social-icon-follows li:nth-child(2) img {
    width: 62px;
    height: 62px;
}
ul.social-icon-follows li:nth-child(3) img {
    width: 59px;
    height: 59px;
}
ul.social-icon-follows li:nth-child(4) img {
    width: 62px;
    height: 62px;
}
.follow-us.flex {
    margin-bottom: 85px;
}

.Beyondgold-text-right h2 {
    font-weight: 700;
    font-size: 74.776px;
    line-height: 84px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -1.83197px;
    background: linear-gradient(249.26deg, #EF6926 26.54%, #EE8725 40.19%, #FCBE79 64.32%, #EE9025 81.68%, #EF7226 92.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    max-width: 586px;
    padding-top: 78px;
    padding-bottom: 63px;
}

.audience-form-left {
    width: 710px;
    height: auto;
    left: 225px;
    top: 6373.27px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 30%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 30px 40px;
    gap: 30px;
     margin-top: -156px;
}

.audience-form-left p {
    font-weight: 700;
    font-size: 37.9205px;
    line-height: 47px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.929031px;
    color:var(--primary-color);
    max-width: 623px;
}

.audience-form-right .social-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 21.1532px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color:var(--primary-color);
    text-align: center;
    padding-bottom: 31px;
}
ul.social-share-inner li {
    margin-bottom: 16px;
}
.social-share-inner li a {
    color: #fff;
}
ul.social-share-inner li.copy-link a {
    /* width: 632px;   
    left: 1063px;
    top: 6674.27px; */
    background:var(--primary-color);
    border-radius: 5.95104px;   
}

ul.social-share-inner li a {
    color: #fff;
    font-weight: 500;
    font-size: 25.1767px;
    line-height: 38px;
    letter-spacing: -0.01em;
    text-align: center;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.social-share-inner li.copy-link a:before {
    content: '';
    background-image: url(images/link-icon.png);
    background-size: contain;
    height: 39px;
    width: 39px !important;
    display: inline-flex;
    margin-right: 28px;
    align-items: center;
    background-repeat: no-repeat;
}
ul.social-share-inner li.email-link a{
    /* max-width: 632px;
    left: 1063px;
    top: 6751.27px; */
    background:var(--primary-color);
    border-radius: 5.95104px;
}
ul.social-share-inner li.email-link a:before {
    content: '';
    background-image: url(images/mail-icon.png);
    background-size: contain;
    height: 39px;
    width: 39px !important;
    display: inline-flex;
    margin-right: 28px;
    align-items: center;
    background-repeat: no-repeat;
}
ul.social-share-inner li.fb-link a {
    /* max-width: 632px;
    height: 60.7px;
    left: 1063px; */
    background: #3B5899;
    border-radius: 5.95104px;
}
ul.social-share-inner li.fb-link a:before {
    content: '';
    background-image: url(images/fb-share-icon.png);
    background-size: contain;
    height: 31px;
    width: 31px !important;
    display: inline-flex;
    margin-right: 17px;
    align-items: center;
    background-repeat: no-repeat;
}
ul.social-share-inner li.tw-link a {
    /* width: 632px;
    height: 60.7px;
    left: 1063px;
    top: 6905.27px; */
    background: #25AAE1;
    border-radius: 5.95104px;
}
ul.social-share-inner li.tw-link a:before {
    content: '';
    background-image: url(images/twitter-share-icon.png);  
    background-size: contain;
    height: 31px;
    width: 31px !important;
    display: inline-flex;
    margin-right: 16px;
    align-items: center;
    background-repeat: no-repeat;
}
.audience-form-section {
    margin-bottom: 0px;
}
.copy-url {
    text-align: center;
    padding-bottom: 10px;
    display: none; 
}
.page-template-audience-template .footer-section {
    background-color: #fff !important;
}


.audience-form-left #gform_submit_button_3 {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    padding: 22px 132px !important;
    gap: 10px !important;  
    height: 68px !important;
    background: #201627 !important;
    border-radius: 5px !important;   
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size:24.3868px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

form#gform_3 input, form#gform_3 textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 30px;
    gap: 20px;
    width: 321.5px;
    height: 68px;
    background: #F4F4F4;
    border-radius: 5px;
}
.audience-form-left #gform_3 input, .audience-form-left #gform_3 textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 30px;
    gap: 20px;
    width: 321.5px;
    height: 68px;
    background: #F4F4F4;
    border-radius: 5px;
}
.upload-video-audience label.gfield_label {   
    background: #F4F4F4;
    width: 100%;
    height: 68px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 32px !important;
    color: #201627 !important;
    cursor: pointer;
    border-radius: 5px;
}
.upload-video-audience label.gfield_label:hover {
    background: linear-gradient(
249.26deg
, #EF6926 26.54%, #EE8725 40.19%, #FCBE79 64.32%, #EE9025 81.68%, #EF7226 92.17%);
}
/* .upload-video-audience input#input_3_4 {
    display: none !important;
} */
.upload-video-audience .gform_fileupload_rules{
    display: none !important;
}
.upload-video-audience .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    padding: 20px ;
    text-align: center;
}
.audience-form-left .gform_wrapper.gravity-theme .upload-video-audience .gfield_label:after {
    content: '';
    background-image: url(/wp-content/uploads/2022/10/auidence-form-aroow.png);
    display: inline-flex;
    height: 25px;
    width: 26px;
    background-repeat: no-repeat;
    align-items: center;
    margin-left: 20px;
}
.audience-form-left form#gform_3 textarea {
    height: 190px;
    width: 100% !important;
}

.audience-form-left #gform_3 input::placeholder, .audience-form-left #gform_3 textarea::placeholder {
    font-family:var(--primary-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #201627;
}
.audience-form-left #gform_drag_drop_area_3_4 {
    display: none !important;
}
.audience-form-left .gfield_required {
    display: none !important;
}
.audience-form-left #gform_multifile_messages_3_4 {
    display: none;
}
.audience-form-left #gform_preview_3_4 {
    text-align: center;
}
.audience-form-left .ginput_container.ginput_container_consent input {
    margin-top: 2px;
    margin-right: 10px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 12px 30px !important;
    gap: 20px !important;
    width: 32px !important;
    height: 19px !important;
    background: #F4F4F4 !important;
    border: 0.5px solid #201627;
    box-shadow: inset 0px 2px 2px rgb(0 0 0 / 23%);
    border-radius: 2px !important;
    display: none !important;
}
.audience-form-left  .ginput_container.ginput_container_consent {
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #868686;
    display: flex;
    width:500px;
}

.audience-form-left .ginput_container_consent label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right:10px;
    width: 25px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: inset 0px 2px 10px rgb(0 0 0 / 25%);
    border-radius: 2px;
    padding: 12px 15px;
    top: 5px;
}
.audience-form-left .ginput_container_consent input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 18px;
    width: 8px;
    height: 18px;
    border: solid var(--secondary-color);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    font-weight: bold !important;
}
.audience-form-left .ginput_container_consent label{
position: relative !important;
display: flex;
}
.audience-form-left .ginput_container_consent label:before {
    width: 0 !important;
    height: 6px !important;
}
.audience-form-left .ginput_container_consent input:checked + label:after {
    top:12px !important;
    left: 11px !important;
    width: 5px !important;
    height: 10px !important;
}
.audience-form-left #gform_3 input[type="text"], .audience-form-left #gform_3 textarea{  
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #201627;    
}
.audience-form-left #gform_3 input:focus, .audience-form-left #gform_3 textarea:focus{  
    /* background: linear-gradient(249.26deg, #EF6926 26.54%, #EE8725 40.19%, #FCBE79 64.32%, #EE9025 81.68%, #EF7226 92.17%); */
}
.audience-form-left input#gform_submit_button_3:hover {
    background-color: var(--secondary-color) !important;
}


@media screen and (max-width:1600px) {
    .fb-group-right {
        width: calc(100% - 580px);
        right: 0;
    }
}


@media screen and (min-width:1441px) {
    .insta-feed-image .responsive-img {
        display: none;
    }
    .desktop-text-remove {
        display: none;
    }
    .connection-main {       
        min-height: 1070px;
    }
}
@media screen and (max-width:1440px) {
    .fb-group-inner {
        display: block;       
    }
    .fb-group-left {
        max-width: 1210px;       
        width: 100%;
        margin: auto;
        position: relative;
    }
    .title-image-wrapper {
        display: flex;
        /* margin: auto;
        justify-content: center; */
    }
    .fb-group-right {
        max-width: 1035px !important;
        margin: 50px auto 50px 98px;
    }
    .fb-group-right {
        max-width: 100%;
        align-items: center;
        width: calc(100%);
        position: relative;       
        transform: inherit;
        top: 0;
    }
    .fb-images {      
        max-width: 100%;        
    }
    .fb-images .fb-icon { 
        width: 99px;
        top: 50%;
        margin-top: -60px;
        left: 20px;
    }
    .title-image-wrapper .title-text {
        width: 50%;
    }
    .title-image-wrapper .fb-images {
        width: 50%;
    }
    /* .title-image-wrapper .fb-images img {
        max-width: 100% !important;
        width: 100%;
    } */
    .select-areas-location {
        position: absolute;
        top: 75%;
    }
    .join-fb-group .container {
        padding-top: 123px;
        padding-bottom: 60px;
    }
    .fb-group-left .title-text .title {
        margin-bottom: 10px;
    }
    .aud-athlete-resources {
        padding: 148px 0 107px !important;
    }
    .follow-us.flex {
        display: block !important;
    }
    .follow-us.flex .title {   
        justify-content: center;
    }
    ul.social-icon-follows {
        display: flex;
        max-width: 100% !important;
        justify-content: center;
        width: 100% !important;
        margin-top: 70px;
    }
    .insta-feed-image .desktop-img {
        display: none;
    }    
    .insta-feed-image .responsive-img {
        display: block;
        margin: auto;
        max-width: 1104px;
    }
    .audience-form-inner.flex {
        display: block;
    }
    .audience-form-left {       
        margin: -156px auto 0;
    }
    .audience-form-right {
        max-width: 632px;
        margin: 67px auto 0;
    }
    .follow-us-section .flex {
        display: block;
    }
    .responive-text-remove .title {
        margin: auto;
        font-size: 0;
    }
    .desktop-text-remove .title {
        padding: 0 0 54px;
        text-align: center;
        justify-content: center;
        max-width: 100%;
        
    }
    .responive-text-remove .title {
        margin: auto;
        font-size: 0;
        line-height: 0;
        padding-top: 166px;
    }    
}



@media screen and (max-width:1024px) {
    .fb-group-left {
        max-width: 1040px;       
    }
    .fb-group-left .title-text .title {       
        font-size: 60.8646px;
        line-height: 62px;
    }
    .fb-images {
        position: absolute;
        right: -11.3%;
    }
    .select-areas-location {       
        top: 100%;
        margin-left: 0 !important;
    }
    .fb-group-right {
        max-width: 900px !important;
        margin: 124px auto 50px 48px;
    }
    .join-fb-group {
        background-image: url(images/athele-banner-bg-1024.png);       
    }
    .join-fb-group .container {
        padding-top: 68px;
        padding-bottom: 0;
    }
    .aud-athlete-resources {
        padding: 132px 0 53px !important;
    }
    .faq-tab-content {
        max-width: 838px;
        margin: auto;
    }
    .follow-us.flex .title {       
        font-size: 72px;
    }
    ul.social-icon-follows {      
        margin-top: 65px;
    }
    .follow-us.flex {
        margin-bottom: 71px;
    }
    .insta-feed-image .responsive-img {       
        max-width: 782px;
    }
    .responive-text-remove .title {      
        padding-top: 193px;
    }
    .contacts-tabs-inner h2.title {        
        font-size: 30.9677px;
        line-height: 36px;       
    }
    .contacts-tabs-inner .sub-title {       
        font-size: 24.0081px;
        line-height: 30px;       
    }
    .contact-tab {
        max-width: 900px;       
    }
    .download-section {
        max-width: 838px;       
    }
}
@media screen and (max-width:768px) {
    .fb-group-left .title-text .title {
        font-size: 45.8646px;
        line-height: 50px;
        margin-top: 70px;
    }
    .fb-group-left .title-text p {       
        font-size: 16px;
        line-height: 22px;       
    }
    .fb-group-right {
        max-width: 660px !important;
        margin: 124px auto 50px 48px;
    }
    .aud-athlete-resources ul#tabs-nav {       
        max-width: 700px;      
    }
    .faq-tab-content {
        max-width: 700px;
        margin: auto;
    }
    .follow-us.flex .title {
        font-size: 60px;
    }
    .insta-feed-image .responsive-img {
        max-width: 660px;
    }
    .audience-form-left {
        width: 685px;       
    }
    .fb-group-left {
        max-width: 750px;
    }
    .contacts-tabs-inner h2.title {
        font-size: 24.9677px;
        line-height: 30px;
    }
    .contacts-tabs-inner .sub-title {
        font-size: 19.0081px;
        line-height: 23px;
    }
    .contact-tab {
        max-width: 730px;
    }    
}
@media screen and (max-width:767px) {
    .title-image-wrapper {
        display: block;
    }
    .title-image-wrapper .title-text {
        width: 100%;
    }
    .fb-group-left {
        max-width: 340px;
    }
    .title-image-wrapper .fb-images {
        width: 100%;
    }
    .fb-images {       
        top: 113%;
        right: 0;
        margin-top: 64px;
    }
    .fb-images .fb-icon {
        width: 52px;
        top: 54%;
        left: 15px;
    }
    .fb-group-right {
        max-width: 100%;
        margin: 350px auto 47px 0px;
    }
    .join-fb-group {
        background-image: url(images/join-fb-banner-mobile.png);
    } 
    .select-areas-location {
        top: 102%;       
    }  
    .join-fb-group .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .aud-athlete-resources .sec-title {       
        font-size: 39.4497px;
        line-height: 40px;
    }
    .aud-athlete-resources {
        padding: 59px 0 35px !important;
    }
    .aud-athlete-resources ul#tabs-nav {
        max-width: 355px;
    }
    .aud-athlete-resources ul#tabs-nav li a {       
        font-size: 15.1992px;
        line-height: 14px;
    }
    .aud-athlete-resources ul#tabs-nav li {      
        padding: 8.60628px 8.6478px !important;
    }
    .aud-athlete-resources .sec-title {       
        padding-bottom: 31px;
    }
    .aud-athlete-resources ul#tabs-nav {     
        padding: 0 0 27px;      
    }    
    .faq-tab-content {
        max-width: 405px;       
        padding: 0 25px 0 25px !important;
    }
    .follow-us.flex .title {
        font-size: 49.5547px;
        line-height: 51px;
        text-align: center;
        letter-spacing: -1.73297px;
    }
    .follow-us-section {
        background-color: #F0EFF1;
        padding-top: 50px;
    }
    ul.social-icon-follows {
        margin-top: 18px;
    }
    .follow-us.flex {
        margin-bottom: 60px;
    }
    .insta-feed-image .responsive-img {
        max-width: 425px;
        padding: 0 30px 0 30px;
        width: 100%;
    }
    ul.social-icon-follows li:nth-child(1) img {
        width: 45px;
        height: 50px;
    }
    ul.social-icon-follows li:nth-child(2) img {
        width: 51px;
        height: 51px;
    }
    ul.social-icon-follows li:nth-child(3) img {
        width: 49px;
        height: 49px;
    }
    ul.social-icon-follows li:nth-child(4) img {
        width: 52px;
        height: 52px;
    }
    .download-section {
        max-width: 405px;
        padding: 0 25px 0 25px !important;
    }
    .audience-form-left {
        width: 100%;
        display: block;
        padding: 25px 30px 10px !important;
    }
    .audience-form-left p {
        font-size: 18px;
        line-height: 24px;
    }
    form#gform_3 {
        max-width: 100%;
    }
    /* form#gform_3 #field_3_2 {
        grid-column: 6 !important;
    } */
    form#gform_3 label.gfield_consent_label {
        font-size: 14px;
        line-height: 20px;
        max-width: 305px;
    }
    .audience-form-left #gform_submit_button_3 {       
        padding: 10px 20px !important;        
    }
    .responive-text-remove .title {
        padding-top: 155px;
    }   
    .desktop-text-remove .title {        
        font-size: 42.5531px;
        line-height: 48px;
        padding: 0 0 16px;
    }
    .audience-form-right {
        max-width: 370px;
        margin: 73px auto 0;
    }
    .audience-form-section {
        margin-bottom: 93px;
    }
    .fb-group-left .title-text .title {      
        margin-top: 20px !important;
    }
    .contacts-tabs {
        display: block;           
    }    
    .contact-tab {
        margin: 20px auto !important;  
    }
    .contacts-tabs-inner {        
        padding: 0px 0 30px;       
    }    
    .faq-athelete-resource ul.accordion-list li h2 {
        min-height: 65px;
        font-size: 20px;
        line-height: 22px;
    }
    .download-content .title {
        font-size: 20px !important;
        line-height: 22px;
    }
    .download-wrapper {      
        height: 65px;        
    }
    .download-image img {
        width: 40px;
    }
    .audience-form-left .gform_wrapper.gravity-theme .gfield.gfield--width-full {
        grid-column: 1/-1 !important;
    }
    .audience-form-left #gform_3 input, .audience-form-left #gform_3 textarea{
        width: 100% !important;
    }
    .audience-form-left .gform_wrapper.gravity-theme .gform_fields{
        display:block;
    }
    .audience-form-left .gform_wrapper.gravity-theme .gform_fields .gfield{
      margin-top:20px;
    }
    .audience-form-left .ginput_container.ginput_container_consent{
        width:100%;
    }
    
}
@media screen and (max-width:390px) {
    .audience-form-left {       
        padding: 25px 10px 10px !important;
    }
    .fb-group-right {
        max-width: 100%;
        margin: 98% auto 47px 0px;
    }
    .faq-athelete-resource ul.accordion-list li h2 {        
        font-size: 22px;
    }
    .fb-group-left .title-text .title {
        font-size: 38.8646px;
        line-height: 42px;        
    }
}



/* Event Calander css start */

.event-grid-view {
    /* display: grid;
    grid-gap: 10px;   
    grid-template-columns: repeat(5, 1fr); */
    margin: auto;
    max-width: 1322px;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    column-gap: 20px;
}
.event-boxes {
    padding: 11.4021px;
    max-width: 248.46px;
    height: auto;
    background: #F0EFF1;
    border: 1.71032px solid #9F9F9F;
    border-radius: 4.56085px;
    margin-bottom:30px;
    min-height: 315px;
    width:calc(20% - 16px);
    position: relative;
    transition:all 0.3s ease;
}
.event-boxes:hover{
    background:#E2E2E2;
}
.event-boxes .link-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.event-date {
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;   
    letter-spacing: -0.01em;
    color: var(--primary-color);
    margin-bottom: 11px;
}
.event-fetured-img {
    width: 100%;
    max-height: 150px;
    border-radius: 3.42064px 3.42064px 0px 0px;
    object-fit: cover;
    margin-bottom: 11px;
    height: 150px;
    background-color: #ccc;
    flex: 1;
}
.event-calader-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.event-categories {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap !important;
    /* max-width: 157px !important; */
}
.circle-of-care-category {
    max-width: 98px !important;
    width: 100% !important;
}
.event-categories p {
    padding: 2.28043px 6.84128px;
    width: auto;
    height: auto;   
    border-radius: 3.42064px;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    margin-right: 6px;
    color:#fff;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.athletes-category, .sporting-category  {
    background: var(--athlete-color);
}
.volunteers-category{  
    background: var(--volunteers-color);
}
.partners-category {
    background: var(--partners-color);
}
.donors-category {
    background: var(--donors-color);
}
.circle-of-care-category {
    background: var(--circle-care-color);
}
.event-for-all-category, .unified-category  {
    background: var(--events-for-all-color);
    max-width: 95px;
    width: 100% !important;
    color:var(--primary-color) !important;
}
.event-title h2 {
    font-weight: 500;
    font-size: 16.5331px;
    line-height: 18px;
    letter-spacing: -0.01em;
    margin: 11px 0;
    color: var(--primary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.evnet-icon-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.event-cat-icons {
    max-width: 22px;
    max-height: 22px;
}
.see-all-events{
    text-align: center;
}
.see-all-events a {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    color:var(--primary-color);
}

/* Event Filter Tab css */
ul.aud-tab-filter {
    max-width: 1150px;
    display: flex;
    justify-content: center;
    margin: auto;
}
ul.aud-tab-filter li.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
    gap: 5.19px;
    /* width: 151px; */
    height: 59px;
    background: #201627;
    border: 1.89205px solid #201627;
    border-radius: 2.6px 0px 0px 2.6px;
}
ul.aud-tab-filter li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11.4276px 30px;
    gap: 5.19px;
    /* width: 175px; */
    height: 59px;
    background: #FFFFFF;
    border: 1.89205px solid var(--primary-color);
    border-radius: 0px;
}
ul.aud-tab-filter li.active a {
    font-weight: 700;
    font-size: 20.1819px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    /* border: 1.89205px solid var(--primary-color); */
}
ul.aud-tab-filter li a {
    font-weight: 700;
    font-size: 20.1819px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color);;  
}
.audience-filters {
    margin: 35px 0 84px 0;
}

/* .faq-section-main.adjust .faq-section{
	margin-bottom:-200px;
	min-height:680px;
} */
.faq-section-main.adjust .faq-section .email-link{
	text-align: center;
	font-size: 21px;
	font-weight:500;
}
.faq-section-main.adjust .faq-section .email-link a:hover{
	text-decoration:underline;
}
/* .faq-section-main.adjust .faq-inner-right {
    padding-top:100px;
}
 */
.page-template-thankyou-template .footer-section{
	background:#211427;
	padding-top:105px;
}


@media screen and (max-width:1440px) {
    .event-grid-view {
        grid-template-columns: repeat(4, 1fr);       
        max-width: 1055px;
    }
    .event-boxes {       
        width:calc(25% - 15px);      
    }
    .audience-filters {
        margin: 35px 0 80px 0;
    }
	.faq-section-main.adjust .faq-section {
		margin-bottom: -180px;
		min-height: 713px
	}


.video_wrapper {
    padding-bottom: 49%;
}

}
@media screen and (max-width:1366px) {
	.faq-section-main.adjust .faq-section{
		min-height:auto;
		margin-bottom:0;
	}
}
@media screen and (max-width:1024px) {
    .event-grid-view {
        grid-template-columns: repeat(3, 1fr);
        max-width:786px;
    }
    .event-boxes {
        width: calc(33.33% - 14px);
    }
    ul.aud-tab-filter {
        max-width: 810px;       
        flex-wrap: wrap;
    }
    .event-time {
        font-size: 14px;
    }
    ul.aud-tab-filter li {       
        padding: 11.4276px 20px;
    }
    .audience-filters {
        margin: 50px 0 97px 0;
    }
}

@media screen and (max-width:768px) {
	.page-template-thankyou-template .main-banner{
		padding-top:150px;
	}
	.page-template-thankyou-template .footer-section{
		padding-top:70px !important;
	}
	.page-template-thankyou-template .site-header .site-branding{
		display:block;
	}
	.page-template-thankyou-template .site-header .site-branding img{
		filter: brightness(0) invert(1);
	}
	.page-template-thankyou-template .site-header .main-navigation {
		padding-top: 0;
		flex: 1;
	}
	.page-template-thankyou-template .site-header .flex-container {
		padding-top:25px;
		padding-bottom:25px;
	}
}

@media screen and (max-width:767px) {
    .event-grid-view {
        grid-template-columns: repeat(1, 1fr);
        max-width: 248.46px;
    }
    .event-boxes {
        width: calc(100%);
        margin-bottom:20px;
    }
    .events.grid-view .section-head .title {
        font-size: 36px;
        line-height: 44px;
    }
    .audience-filters {
        margin: 16px 0 75px 0;
    }
    ul.aud-tab-filter li {
        padding: 11.4276px 9px;
    }
    ul.aud-tab-filter li a {       
        font-size: 18px;       
    }
	.faq-section-main.adjust .faq-section{
		margin-bottom:0;
	}
	.faq-section-main.adjust .faq-section .email-link img{
		width:40px;
	}
	.faq-section-main.adjust .faq-section .email-link p{
		font-size:18px;
		line-height:21px;
	}
	.areas-tooltip-wrapper{
		display:none;
	}
}

@media screen and (max-width: 768px) {
    .video_wrapper {
        padding-bottom: 56.39%;
    }

    button.videoPoster.js-videoPoster:before {
        width: 110.339px;
        height: 110.339px;
    }

}


/* <><><><><> new footer setting <><><><><> */

.phone-fax-flex {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
}

.hide-mobile {
        display: none;
    }

    .social-icon {
        display: none;
    }

.footer-links {
    display: flex;
    flex-direction: column-reverse;
}

    .action-btn {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-links ul {
        margin: 0 auto;
        justify-content: center;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 75px;
        max-width: 725px;
    }

@media (max-width: 1440px) {
    .footer-links ul {
        gap: 46px;
    }
}


@media (max-width: 1290px) {
    .footer-links ul {
        gap: 22px;
    }
}


    .donwload-btn {
        margin: 36px auto;
    }
    .footer-links p {
        max-width: 265.92px;
        margin: auto;
    }

.contact-address h2 {
        padding-bottom: 10px;
    }

    .footer-inner .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
        max-width: 100%;
        margin: auto;
        text-align: center;
    }

    p.address {
        max-width: 300px;
        margin: auto;
        padding-bottom: 0 !important;
    }


.footer-links ul li a {
    color: #fff;
}

.footer-links ul li:nth-child(2) a, .footer-links ul li:nth-child(3) a {
    color: #fff;
}

.contact-address h2 {
    color: #fff;
}


@media screen and (max-width: 1760px) {
.site-header .site-branding {
    max-width: 350px;
}

}

@media screen and (max-width: 1290px) {
    .site-header .site-branding {
        max-width: 327.244px;
    }
}


@media (max-width: 768px) {

.footer-inner {
    padding: 0 18px;
}

}



/* <><><><><> new footer setting <><><><><> */


/* <><><><><> header setting <><><><><> */

.site-header .main-navigation .menu .sub-menu li {
    margin-left: 0;
}

.site-header .main-navigation .menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-arrow {
    width: 17px;
    height: 17px;
    background-color: #fff;
    mask: url(/wp-content/uploads/2025/03/menu_chevron-up-e40507.svg) no-repeat center;
    mask-size: contain;
	 transform: rotate(180deg);
    transition: background-color 0.3s ease,  transform 0.3s ease-in-out;
}

.menu-item-has-children:hover > a .menu-arrow,
.menu-item-has-children.active > a .menu-arrow {
    background-color: #EF6926;
    transform: rotate(0deg);
}

/* Initial Styles for Submenu */
#primary-menu .menu-item-has-children .sub-menu {
    display: block;  /* Keep it hidden by default */
    max-height: 0;  /* Initially, no height */
    overflow: hidden;  /* Prevent overflow */
    position: absolute;
    background: #fff;
    border-radius: 4px;
	padding: 0 5px;
    box-shadow: 11.522px 197.159px 55.051px 0px rgba(164, 162, 185, 0.00), 7.041px 126.105px 50.57px 0px rgba(164, 162, 185, 0.01), 3.841px 71.054px 42.889px 0px rgba(164, 162, 185, 0.05), 1.92px 31.366px 31.366px 0px rgba(164, 162, 185, 0.09), 0.64px 7.682px 17.283px 0px rgba(164, 162, 185, 0.10);
    transition: all 0.3s ease-in-out; /* Smooth transition */
}

/* When Hovered (for large screens) */
#primary-menu .menu-item-has-children:hover > .sub-menu {
    padding: 12px 5px;
	
    max-height: 500px; /* Expand submenu */
}

/* Media Query for Small Screens (Toggle on Click) */
@media (max-width: 768px) {
    #primary-menu .menu-item-has-children:hover > .sub-menu {
        max-height: 0;  /* Disable hover effect */
    padding: 0;
    }

    #primary-menu .menu-item-has-children .sub-menu {
        position: relative; /* Reposition for click functionality */
        display: block;
    }

    #primary-menu .menu-item-has-children.active > .sub-menu {
        max-height: 500px; /* Expand submenu when active */
   	 padding: 12px 5px;
    }
}


/* Style Submenu Items */
#primary-menu .sub-menu li {
    list-style: none;
/*     padding: 10px 19px; */
}

/* Submenu Links */
#primary-menu .sub-menu li a {
    color: #1475B8;
    font-size: 14.801px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.48px;
    display: block;
    padding: 10px 19px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Submenu Hover Effect */
#primary-menu .sub-menu li a:hover {
    background: #008ACF;
    color: #fff;
    transform: unset;
}


@media (max-width: 1200px) {
.menu-arrow {
    width: 24px;
    height: 24px;
}

.site-header .main-navigation .menu li a {
    display: flex;
    align-items: center;
	        justify-content: center;
    gap: 12px;
}

}



/* ////////////// */

a.nav-btn {
    display: flex;
    width: 204.235px;
    height: 56px;
    padding: 18.118px 0;
    justify-content: center;
    align-items: center;
    gap: 8.235px;
    border-radius: 4.118px;
    background: #FF8E36;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.212px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-left: 34px;
}

@media (max-width: 1760px) {

a.nav-btn { 
    width: 199.376px;
    height: 54.668px;
    padding: 17.687px 0;
	}

    a.nav-btn, a.donwload-btn {
        width: 199.376px;
        height: 54.668px;
        padding: 17.687px 0;
        font-size: 17.413px;
        line-height: 28.517px;
        letter-spacing: 1.741px;
        margin-left: 26px;
    }

a.donwload-btn {
    margin: 36px auto;
}




}

#primary-menu > li:last-child {
        display: none;
}

.site-header .main-navigation .social-buttons {
        display: none;
}

@media (max-width: 1199px) {

#primary-menu .menu-item-has-children .sub-menu {
    position: relative; 
}

.site-header .main-navigation .social-buttons {
        display: flex;
}

.site-header .main-navigation .social-buttons {
        margin-top: 90px;
    }

    .main-navigation .menu-main-menu-container ul.menu {
		padding-top: 70px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
    }	


    .main-navigation .menu-main-menu-container {
        background: var(--Linear, linear-gradient(208deg, #008ACF -50.34%, #0064AE 65.46%));
    }

.site-header .main-navigation {
    flex-direction: row-reverse;
}

    a.nav-btn, a.donwload-btn {
		text-transform: uppercase;
        width: 178px;
        height: 45px;
        padding: 14.67px 0;
        font-size: 17px;
        line-height: 23.654px;
        letter-spacing: 1.7px;
        margin: 0 40px 0 0;
    }

a.donwload-btn {
    margin: 36px auto;
}

.site-header .main-navigation .menu li a {
        color: #fff;
    }


    .site-header .main-navigation .menu li a:hover, .site-header .main-navigation .menu li.current-menu-item a {
        color: #EF6926;
    }

#primary-menu > li:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4.118px;
        background: #FF8E36;
        color: #FFF;
        text-transform: uppercase;
        width: 263px;
        max-width: 263px;
        height: 60px;
        padding: 14.67px 0;
        font-size: 17px;
        line-height: 23.654px;
        letter-spacing: 1.7px;
        margin: 48px auto 0;
}



}


@media (max-width: 768px) {
    .site-header .main-navigation {
        flex-direction: row;
    }

    .site-header .main-navigation .social-buttons {
        margin-top: 34px;
    }

#primary-menu > li:last-child {
        margin: 36px auto 0;
    }

   .site-header .site-branding {
/*         padding-top: 34px; */
	   max-width: 300px;
    }

    .main-navigation .mobile-logo {
/*         padding-top: 16px; */
    }


    a.nav-btn {
        display: none;
    }

.hide-on-mobile {
        display: none;
    }

.phone-fax-flex {
    flex-direction: column;
    gap: 0;
}

	.footer-section {
		padding: 260px 0 65px
}


}

@media (max-width: 600px) {
    .footer-section {
        padding: 160px 0 65px;
    }
}

@media (max-width: 500px) {
    .footer-section {
        padding: 130px 0 65px;
    }

    .main-navigation .mobile-logo, .site-header .site-branding {
        max-width: 215px;
    }


}

/* <><><><><> header setting <><><><><> */



.owl-carousel .owl-stage-outer {
    overflow: visible;
}


/* <><><><><>       <><><><><> */
/* <><><><><> Popup <><><><><> */
/* <><><><><>       <><><><><> */



/* General Popup Styles */
.popup-form {
    display: flex;
    align-items: center;
/* 	padding: 5.21% 0; */
    min-height: 612px;
}

@media (min-width: 1290px) {
  .popup-form > div {
    align-items: flex-start;
    overflow: auto;
    max-height: 612px;
  }

}


/* Scrollbar Customization */
.popup-form > div::-webkit-scrollbar {
    width: 6px;  /* Slim scrollbar width */
}

/* Scrollbar Track */
.popup-form > div::-webkit-scrollbar-track {
    background: transparent;  /* Track color */
}

/* Scrollbar Handle */
.popup-form > div::-webkit-scrollbar-thumb {
    background-color: #F47A1F; /* Set scrollbar thumb color */
    border-radius: 10px;
    border: 2px solid transparent; /* Transparent border */
}




.popup-image {
    display: flex;
    width: 100%;
    max-width: 495px;
}

/* Close Button */
.popup-content .close-popup {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8%;
    right: -4%;
    width: 49px;
    height: 49px;
	background: rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 0; /* Hide default "×" */
    cursor: pointer;
    border-radius: 50%;
}

/* Custom SVG Close Icon */
.close-popup::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: white;
    mask: url(/wp-content/uploads/2025/03/close-btn-popup-10d74c.svg) no-repeat center;
    mask-size: contain;
}

/* Popup Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

/* Popup Box */
.popup-content {
	background: white;
	width: 100%;
    max-width: 1050px;
    padding: 14px 13px 14.258px 64.05px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
	 animation: fadeInScale 0.3s ease-in-out;
}


/* Animation for popup */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Fade-out animation */
@keyframes fadeOut {
    from {
        opacity: 1;
		
    }
    to {
        opacity: 0;
    }
}

/* Apply the fade-out animation when closing the popup */
.popup-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards; /* 0.5s duration for fade-out */
}

.popup-flex-container {
    display: flex;
    gap: 65px;
}
/* Gravity Form Field Styles (Applies to Forms 12, 13, and 14) */
#gform_12, #gform_13, #gform_14, #gform_15 {
    max-width: 100%;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0 !important;
    margin-top: 24px;
}

form:not(.bg_default_theme) .gform_body div, 
form:not(.bg_default_theme) .gform_body > ul > li > div {
    margin-top: 0 !important;
	width: 100%;
}

/* Title Styling (Applies to Forms 12, 13, and 14) */
h2.gform_title {
    color: #201627;
    font-size: 25.2px;
    line-height: 29.79px;
    letter-spacing: -0.586px;
    text-align: left;
}

/* Input Fields for Forms 12, 13, 14, and 15 */
#gform_12 .ginput_container input[type=text], 
#gform_12 input,
#gform_13 .ginput_container input[type=text], 
#gform_13 input,
#gform_14 .ginput_container input[type=text], 
#gform_14 input,
#gform_15 .ginput_container input[type=text],
#gform_15 input {
    display: flex;
    padding: 7.573px 18.932px !important;
    align-items: center;
    gap: 12.621px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 3.155px !important;
    border: 1.05px solid #DEDEDE !important;
    background: #FFF;
    height: 48px !important;
    font-size: 16px !important;
}

/* Adjust Field Margins for Forms 12, 13, 14, and 15 */
div#field_12_4, div#field_12_5, div#field_12_3, div#field_12_2, div#field_12_1, 
div#field_13_4, div#field_13_5, div#field_13_3, div#field_13_2, div#field_13_1, 
div#field_14_4, div#field_14_5, div#field_14_3, div#field_14_2, div#field_14_1,
div#field_15_4, div#field_15_5, div#field_15_3, div#field_15_2, div#field_15_1 {
    margin-top: 6px !important;
}

/* Textarea Styling for Forms 12, 13, 14, and 15 */
#gform_wrapper_12 #field_12_5 .ginput_container textarea, 
#gform_wrapper_13 #field_13_5 .ginput_container textarea,
#gform_wrapper_14 #field_14_5 .ginput_container textarea,
#gform_wrapper_15 #field_15_5 .ginput_container textarea {
    display: flex;
    padding: 7.573px 18.932px !important;
    align-items: center;
    gap: 12.621px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 3.155px !important;
    background: #FFF;
    height: 159px;
    font-size: 16px !important;
}

/* Phone & Email Fields Styling for Forms 12, 13, 14, and 15 */
#gform_wrapper_12 #field_12_2 .ginput_container input,
#gform_wrapper_12 #field_12_3 .ginput_container input,
#gform_wrapper_12 #field_12_5 .ginput_container textarea,
#gform_wrapper_13 #field_13_2 .ginput_container input,
#gform_wrapper_13 #field_13_3 .ginput_container input,
#gform_wrapper_13 #field_13_5 .ginput_container textarea,
#gform_wrapper_14 #field_14_2 .ginput_container input,
#gform_wrapper_14 #field_14_3 .ginput_container input,
#gform_wrapper_14 #field_14_5 .ginput_container textarea,
#gform_wrapper_15 #field_15_2 .ginput_container input,
#gform_wrapper_15 #field_15_3 .ginput_container input,
#gform_wrapper_15 #field_15_5 .ginput_container textarea {
    border: 1.05px solid #DEDEDE !important;
}


/* Footer Submit Button for Forms 12, 13, 14, and 15 */
.bg_footer_container {
    width: 100%;
}

#gform_wrapper_12 .bg_footer_container input#gform_submit_button_12,
#gform_wrapper_13 .bg_footer_container input#gform_submit_button_13,
#gform_wrapper_14 .bg_footer_container input#gform_submit_button_14,
#gform_wrapper_15 .bg_footer_container input#gform_submit_button_15 {
    display: flex !important;
    height: 42.913px !important;
    padding: 13.884px 83.302px !important;
    justify-content: center;
    align-items: center;
    gap: 6.311px;
    flex: 1 0 0;
    border-radius: 3.155px !important;
    background: #008ACF !important;
    margin-left: 0 !important;
    font-size: 16.8px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}

#gform_wrapper_13 .bg_footer_container input#gform_submit_button_13,
#gform_wrapper_14 .bg_footer_container input#gform_submit_button_14,
#gform_wrapper_15 .bg_footer_container input#gform_submit_button_15 {
    background: #282B31 !important;
}

#gform_wrapper_13 .bg_footer_container input#gform_submit_button_13 {
    background: #282B31 !important;
}

#gform_wrapper_14 .bg_footer_container input#gform_submit_button_14 {
    background: #282B31 !important;
}


@media (max-width: 1290px) {
    .popup-flex-container {
        flex-direction: column-reverse; /* Reverse the order on small screens */
        gap: 20px; /* Adjust gap for better spacing */

		max-height: 75vh;
        overflow: auto;
    }

.popup-form {
    min-height: auto;
}

.popup-content .close-popup {
    top: -7.5%;
    right: 0%;
}

    .popup-content {
        max-width: 700px;
        padding: 36px;
    }

	.popup-image img {
	width: 100%;
    object-fit: cover;
		object-position: center;
}

.popup-image {
	max-width: unset;
    height: 320px;
}

 div#gform_wrapper_12, div#gform_wrapper_13, div#gform_wrapper_15 {
        width: 100%;
    }



}


@media (max-width: 768px) {
    .popup-content {
        margin-top: 20px;
    }


.popup-content .close-popup {
    width: 40px;
    height: 40px;
	top: -7%;
        right: -0.5%;
}
.popup-flex-container {
        max-height: 75vh;
    }

    .popup-content {
        max-width: 90%;
        padding: 20px;
    }


}


@media (max-width: 400px) {
    .popup-content {
        max-width: 95%;
        padding: 20px 15px;
    }
}





/* <><><><><>       <><><><><> */
/* <><><><><> Popup <><><><><> */
/* <><><><><>       <><><><><> */

.event-card {
    justify-content: space-between;
}

.evnet-icon-date {
display: none;
}


a.nav-btn:hover, .donwload-btn:hover {
    background: #fff; /* White background on hover */
    color: #0164AE ; /* Blue text color on hover */
}


@media (max-width: 768px) {
    /* Arrow Rotation for Active Menu Item */
    #primary-menu .menu-item-has-children.active > a .menu-arrow {
        background-color: #EF6926; /* Arrow background when active */
        transform: rotate(180deg); /* Rotate the arrow when submenu is active */
    }

 .site-header .main-navigation .menu-item-has-children.active > a {
        color: #EF6926; /* Change to your desired color when active */
    }

}


