.inner_head {
	background-color: #e4f1ff;
	min-height: 190px;
	position: relative;
	overflow: hidden;
	margin-top: 125px;
}

.inner_head::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.inner_head .container {
	position: relative;
	z-index: 4;
}

.inner_head img {
	max-width: 230%;
	min-width: 130%;
	position: absolute;
	bottom: 0;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner_head h2 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding: 0 0 8px;
	text-align: center;
	margin: 142px auto 25px;
	text-transform: uppercase;
}
.inner_head h1 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding: 0 0 8px;
	text-align: center;
	margin: 142px auto 25px;
	text-transform: uppercase;
}

@media (min-width:897px) {
	.inner_head {
		/* min-height: 200px; */
	}
	.inner_head img {
		min-width: 130%;
	}
	.inner_head h2 {
		margin: 80px auto 1px;
	}
	.inner_head h1 {
		margin: 190px auto 1px;
	}
}

@media (max-width:991px) {
	.inner_head{
		margin-top: 95px;
	}
}
@media (max-width:896px) {
	.inner_head {
		min-height: 150px;
	}
	.inner_head img {
		max-width: 250%;
	}
	.inner_head h2 {
		margin: 60px auto 15px;
	}
}
@media (max-width:575px) {
	.inner_head {
		min-height: 100px;
	}
	.inner_head h2 {
		margin: 30px auto 15px;
		font-size: 25px;
	}
}

@media (max-width:380px) {
	.inner_head {
		min-height: 70px;
	}
	.inner_head h2 {
		margin: 25px auto 15px;
		font-size: 20px;
	}
}

.inner_head h2:before {
	/* content: "";
	position: absolute;
	left: 0;
	right:0;
	margin:0 auto;
	bottom: 0;
	width: 60px;
	height: 2px;
	background-color: #cf9c0f; */

}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form input[type="file"],
form input[type="date"],
form input[type="time"],
form textarea,
form select{
	width: 100%;
	margin: 0 0 10px;
	border: none;
	padding: 8px 12px;
	border: none;
	font-size: 16px;
	height: 40px;
	border-radius:5px;
	outline:none;
}
form textarea{
	height:150px;
}
form input[type="submit"], form input[type="button"], form input[type="reset"], form button, a.button, button, .button {
	background-color: #17469e;
	color:#fff;
	border: none;
	line-height:40px;
	height:40px;
	font-size:16px;
	text-align:center;
	padding:0px 15px;
	display: inline-block;
	margin: 10px 0 0;
	transition: 0.3s;
	border-radius:8px;
	font-weight:500;
}

form input[type="submit"]:hover, form button:hover, a.button:hover{
    background-color: #1e60aa;
	transition: 0.3s;
}
a {
    color: #18479f;
}
.right_sec{
	position:relative;
}
.left_sec{
	position:relative;
	margin-right:25px;
}
.left_sec figure{
	width:100%;
	margin-bottom: 15px;
}
.left_sec figure img{
	width:100%;	
}
.heading1{
	font-size:24px;
	font-family:"Comic Sans MS";
	color:#17469e;
	margin-bottom:25px;
}
.heading2{
	font-size:30px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	margin:20px 0px 25px;
}
.list1{
	list-style:none;
	padding:0px;
	margin:0px 0px 20px;
}
.list1 li {
    position: relative;
    padding: 0 0 10px 30px;
}
.list1 li strong{
	font-size:28px;
	font-weight:bold;
	color:#17469e;
	border-bottom:2px solid #17469e;
}
.list1 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background:url(../images/yellow_icon.png);
	width:19px;
	height:21px;
}
.about_rightimg{
	position: relative;
    max-width: 400px;
    width: 100%;
    float: right;
    border-radius: 10px;
    border: 5px solid #fff;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgb(0, 0, 0, 0.1);
    margin-left: 25px;
}

.list2{
	list-style:none;
	padding:0px;
	margin:0px 0px 20px;
}
.list2 li {
    position: relative;
    padding: 0 0 10px 0px;
}
.list2 li strong{
	font-size:24px;
	font-weight:bold;
	color:#17469e;
}
@media (max-width:991px) {
	.right_sec .banner_mb{
		display:block;
	}
	.right_sec .banner_mb .resource_card, .right_sec .banner_mb .newsletter_card{
		width:100%;
	}
	.left_sec{
		margin-right:0px;
	}
	.about_rightimg{
		float: none;
        margin: 0px 0px 20px 0px;
	}
}

@media (max-width:896px) {
	.right_sec .resource_card .resource_content h3{
		font-size: 16px;
	}
	.right_sec .resource_card .resource_content p {
		font-size: 16px;
		line-height: 18px;
	}
	.right_sec .newsletter_content p {
		font-size: 16px;
	}
	.right_sec .newsletter_content h3 {
		font-size: 25px;
	}
}
@media (max-width:767px) {
	.heading2{
		font-size:25px;
	}
	.about_rightimg{
        margin: 0px auto 20px;
	}
	.right_sec .banner_mb{
		display:flex;
		gap: 15px;
	}
	.right_sec .banner_mb .resource_card, .right_sec .banner_mb .newsletter_card{
		width:50%;
	}
}
@media (max-width:575px) {
	.right_sec .banner_mb{
		display:block;
		margin-top: 20px;
	}
	.right_sec .banner_mb .resource_card, .right_sec .banner_mb .newsletter_card{
		width:100%;
	}
	.list1 li strong {
		font-size: 25px;
	}
}

.textBcolor{
	font-size:20px;
	color:#17469e;
}
.textBcolor a{
	color:#565656;
	text-decoration:underline;
}
#memberSearchForm{
	position:relative;
	padding:15px !important;
	background:#f1f6fe !important;
	border-radius:10px;
	box-shadow:0px 3px 10px 0px rgb(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
#memberSearchForm .form_block{
	display: flex;
    gap: 15px;
	align-items: flex-start;
}
#memberSearchForm .search_block{
	display: flex;
    gap: 15px;
	width: 66%;
}
#memberSearchForm .search_block .inner_holder{
	position: relative;
	max-width:270px;
	width:100%;
}
#memberSearchForm label{
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;
}
#memberSearchForm label span{
	font-size:14px;
	font-weight:500;
}
#memberSearchForm .inner_holder .selectBox {
	position: relative;
}
#memberSearchForm .inner_holder .selectBox select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select_icon.png) 96% / 15px no-repeat #fff;
	width: 100%;
	color:#777777;
}
#memberSearchForm .inner_holder .overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#memberSearchForm .inner_holder #checkBoxes {
	position:absolute;
	background:#fff;
	width:100%;
	display: none;
	border: none;
	margin-top: -10px;
	border-radius:5px;
	overflow: hidden;
	padding:10px;
	z-index: 1;
}
#memberSearchForm .inner_holder #checkBoxes label {
	display: flex;
    align-items: baseline;
	font-weight:normal;
	line-height: normal;
	margin-bottom: 10px;
	cursor:pointer;
}
#memberSearchForm .inner_holder #checkBoxes label input[type="checkbox"]{
	margin-right:10px;
	height: 16px;
    width: 16px;
}
#memberSearchForm .search_bar .dropdown-toggle {
    margin: 0px;
    background: #fff;
    height: auto;
    border: none;
    border-radius: 8px;
    color: #0000005c;
    text-transform:capitalize;
}
#memberSearchForm .search_bar .dropdown-toggle::after {
    position: absolute;
    top: 17px;
    right: 10px;
	border-top: .3em solid #17469e !important;
}
#memberSearchForm .search_bar .hide{
	display:none;
}
#memberSearchForm .search_bar .show{
	display:block;
}
#memberSearchForm .btn-primary, #memberSearchForm .btn-warning {
	margin:0px;
	margin-top: 30px !important;
    font-size: 15px;
	border:none;
	width:100%;
}
#memberSearchForm .btn-warning {
	background: #fef200;
    color: #000;
	margin-top: 15px !important;
}
#memberSearchForm .btn-warning:hover {
	background: #000;
    color: #fff;
}
#memberSearchForm .search_bar .filter ul{
    position: absolute;
    z-index: 1;
    overflow: auto;
    height: 300px;
}
#memberSearchForm .search_bar .filter ul li label{
	cursor:pointer;
}
#memberSearchForm .search_bar .filter input[type="checkbox"] + label, #memberSearchForm .search_bar1 .filter input[type="checkbox"] + label{
	top: 18px !important;
}
#memberSearchForm .text-left .form-group{
	display: flex;
    gap: 15px;
    width: auto;
}
.button_block{
	display: flex;
    gap: 15px;
	width: 33%;
}
.search_btn, .results_btn{
	font-size:16px;
	font-weight:500;
	margin:30px 0px 0px;
}
.results_btn{
	background:#fef200;
	color:#000;
}
@media (max-width:1280px) {
	.search_filter .form_block{
		display:block;
	}
	.search_filter .search_block{
		width:100%;
	}
	.search_filter .search_block .inner_holder{
		max-width:none;
	}	
	.button_block{
		justify-content: center;
		width: 100%;
	}
	.search_btn, .results_btn{
		margin:5px 0px 10px;
	}
}
@media (max-width:1024px){
	#memberSearchForm .col-xs-6{
		width:100%;
	}
	#memberSearchForm .col-md-4.offset-md-4{
		width:100%;
		margin-left:0px;
	}
}
@media (max-width:575px){
	.search_filter .search_block{
		display:block;
	}
	#memberSearchForm .text-left .form-group{
		display: block;
	}	
	#memberSearchForm .btn-primary, #memberSearchForm .btn-warning{
		width:100% !important;
	}
}

.resourcedirectory_list{
	position:relative;
}
.resourcedirectory_item{
	position:relative;
	display: flex;
    align-items: flex-start;
	border:1px solid #ecedf2;
	background:#fff;
	padding:20px;
	border-radius:10px;
	margin-bottom:30px;
}
.resourcedirectory_item .comapny_logo{
	max-width: 125px;
    height: 125px;
	width: 100%;
	line-height:125px;
    border: 1px solid #ecedf2;
    border-radius: 10px;
    overflow: hidden;
	margin-right: 20px;
	margin-bottom:10px;
	text-align: center;
}
.resourcedirectory_item .comapny_logo img{
	width:85%;
}
.comapny_content h4{
	font-size:20px;
	color:#17469e;
	margin-bottom:5px;
	font-weight:600;
}
.comapny_content .link_box span{
	display: inline-block;
	font-size:16px;
	color:#878787;
	margin-right:15px;
	font-weight:500;
}
.comapny_content .link_box span i{
	color:#fef200;
}
.line_bar{
	margin:10px 0px !important;
}
.comapny_content p{
	margin-bottom:0px;
}
.learnMore_btn{
	position: absolute;
    top: 15px;
    right: 15px;
	font-size:15px;
	text-transform:capitalize;
	border-radius:5px;
    padding: 3px 10px;
	margin:0px;
}
@media (max-width:896px){
	.learnMore_btn{
		position: relative;
        right: 0px;
        top: 0px;
        margin-top: 10px;
	}
}
@media (max-width:480px){
	.resourcedirectory_item{
		display:block;
		text-align: center;
	}
	.resourcedirectory_item .comapny_logo{
		margin: 0px auto 15px;
	}		
	.resourcedirectory_list .col-sm-6.text-center-xs{
		text-align:center;
	}	
	.resourcedirectory_list .col-sm-6.text-center-xs br{
		display:none;
	}	
	.resourcedirectory_list .col-sm-6.text-center-xs nav{
		margin:10px 0px;
	}
}

.card_item {
    position: relative;
    overflow: hidden;
    margin: 20px 0px 0px;
    background: #f7faf9;
    border: 1px solid #f2f2f2;
    min-height: 450px;
	border-radius: 10px;
}
.card_item figure{
	margin-bottom:0px;
}
.card_item figure img{
	width:100%;
}
.card_item .card_content {
    text-align: left;
    padding:10px;
}
.card_item .card_content p{
	margin-bottom:5px;
}
.ab_heading1 {
    text-align: center;
    background-color: rgb(255, 255, 153);
    padding: 25px;
	margin-bottom: 20px;
}
.team_box{
	position:relative;
	overflow:hidden;
	margin:20px 0;
	background:#f5f5f5;
	border:1px solid #f2f2f2;
	min-height:450px;
	border-radius: 15px;
}
.team_box figure{
	margin:0px;
}
.team_box figure img{
	width:100%;
	padding: 8px;
    border-radius: 15px 15px 0px 0px;
}
.team_box .team_content{
	text-align:center;
	padding: 8px;
    line-height: 25px;
}
.team_box .team_content p{
	margin:0 0 3px;
}
.team_detail_box{
	position:relative;
	overflow:hidden;
	margin:10px 0 0;
}
.team_detail_box figure{
	margin-bottom: 0px;
}
.team_detail_box figure img{
	width:100%;
	padding:8px;
	background:#f5f5f5;
	border:1px solid #f2f2f2;
}
.team_detail_box .team_content{
	padding:10px;
	margin-top:0px;
	text-align:center;
	font-size:20px;
}
.team_detail_box .team_content p{
	margin-bottom:0px;
}
.team_detail_box .team_content p a{
	color:#000;
}
.team_detail_box .team_content p a:hover{
	color:#18479f;
}
.left_sec hr{
	margin: 30px 0px;
}
.left_sec p, .left_sec span, .left_sec strong{
	font-family: "Jost", sans-serif !important;
}
.add_event_form {
    position: relative;
    background: #f7faf9;
    padding:20px;
    display: block;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    width: 100%;
    margin: 0px 0px 30px;
}
.add_event_form .form-horizontal {
    background: transparent !important;
    padding: 0px !important;
    display: block !important;
    border: none !important;
    border-radius: 0px !important;
    max-width: none !important;
    margin: 0px !important;
}
.add_event_form .d_inputs > span {
	width: 35px !important;
    height: 40px !important;
    line-height: 38px !important;
}
.add_event_form .form-group {
    margin:0px 0px 8px;
}
.add_event_form .control-label {
    margin-bottom: 5px;
    text-align: left;
	font-weight:500;
}
.add_event_form form input[type="text"], .add_event_form form input[type="tel"], .add_event_form form input[type="email"], .add_event_form form input[type="password"], .add_event_form form input[type="file"], .add_event_form form input[type="date"], .add_event_form form input[type="time"], .add_event_form form textarea, .add_event_form form select{
	border: 1px solid #c8d4e6;
}
.add_event_form form input[type="file"] {
    background: #fff;
    height: 50px;
}
.add_event_form textarea {
    height: 90px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	line-height: 1.5;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #18479f !important;
    background: #18479f !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	border: 1px solid #17469e !important;
}
.mdtp__wrapper[data-theme='teal'] .mdtp__time_holder{
	background-color: #17469e;
}
.mdtp__wrapper[data-theme='teal'] .mdtp__digit.active span, .mdtp__wrapper[data-theme='teal'] .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {
    background-color: #17469e !important;
}
.mdtp__wrapper[data-theme='teal'] .mdtp__digit.active:before {
    background-color: #17469e;
}
.mdtp__wrapper[data-theme='teal'] .mdtp__clock .mdtp__clock_dot {
    background-color: #17469e;
}
.mdtp__wrapper[data-theme='teal'] .mdtp__clock .mdtp__am.active, .mdtp__wrapper[data-theme='teal'] .mdtp__clock .mdtp__pm.active {
    background-color: #17469e;
}
.mdtp__wrapper[data-theme='teal'] .mdtp__button {
    color: #17469e;
}
.add_event_form .close {
    position: absolute !important;
    margin-top: 0px !important;
    right: 10px;
    font-size: 30px;
    padding: 15px 13px 20px;
    line-height: 5px;
    height: auto;
}
.eventImage{
	display:flex;
	gap:20px;
}

.left_sec h4{
	font-size:23px;
	color:#17469e;
	margin-bottom:10px;
}
.imgLeft{
    width: 200px;
    float: left;
	margin: 0px 15px 0px 0px;
    background: #f7faf9;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.2);
}
.imgRight{
	width: 200px;
    float: right;
    margin: 0px 0px 0px 15px;
    background: #f7faf9;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.2);
}
.content{
	position:relative;
	display:inline-block;
}

@media (max-width:575px){
	.imgLeft,.imgRight{
		float: none;
        width: 100%;
		margin:0px 0px 20px;
	}
}

.pagination{
	display:block;
}
.pagination li{
	background: #17469e;
	padding: 0px 10px;
	margin: 0px 3px;
	border-radius: 5px;
	display: inline-block;
}
.pagination li.active{
	background:#fef200;
}
.pagination li.active a{
	color: #17469e;
}
.pagination li a{color: #fff;}

.eventmanager img{
	padding: 5px;
    border: 1px solid #f1f6fe;
    border-radius: 10px;
    background: #ffffff;
	margin-bottom: 15px;
}
.eventmanager .btn.btn-primary{
	margin:0px;
}
.left_sec iframe {
    width: 100%;
    height: 380px;
    margin-bottom: 15px;
}

.filter_closeBtn{
    position: absolute !important;
    z-index: 2;
    background: #fff;
    color: #000;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    border-radius: 50px !important;
    font-size: 25px;
    text-align: center !important;
    width: auto;
    padding: 0px;
    float: none !important;
    right: 150px;
    padding-right: 0px !important;
    margin: 5px 0px 0px 0px !important;
    left: auto !important;
    border: 1px solid #ccc;
    top: auto !important;
}
@media (max-width:1200px){
	.filter_closeBtn{
		right: 120px;
	}
}

@media (max-width:1100px){
	#memberSearchForm .search_bar .filter ul{width: 95%;}
	.filter_closeBtn{
		right: 70px;
	}
}

@media (max-width:1024px){
	.filter_closeBtn{
		right: 5px;
	}
}