/* CSS Document */
html {}
body, div, h1, h2, h3, li, ul, p, header, nav, section {
	margin:0px;
	padding:0px;
	font-size:100%;
}
body {
	font-family: 'Work Sans', sans-serif;
    font-style: normal;
	font-size: 14px;
	color: #414042;
}
a ,img{outline: none;}
input, textarea, select {outline: none;}
.clear {clear: both;}
h1{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}
h2{
	font-size: 22px;
    font-weight: 500;
	margin-bottom: 20px;
}
.fleft {float: left}
.fright {float: right}
header {
	width: 100%;
	overflow: auto;
	min-height: 120px;
}
header .container {
	margin: 0 auto;
}
.logo {
	float: left;
	margin: 20px 0 0;
}
.logo img {
	width: 88%;
}
.login_links {
	float: right;
	margin-top: 74px;
}
.login_btn {
	background: #ceb30f;
    font-size: 14px;
	text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 12px 22px;
    display: inline-block;
    float: right;
}
.reg_link {
	text-align: center;
	text-transform: uppercase;
    text-decoration: none;
    padding: 12px 0;
    display: block;
    color: #2558a5;
	font-size: 14px;    display: inline-block;    margin: 0 22px 0 8px;
    font-weight: 500;
}
.nav_bar {
	background: #2558a5;
}

nav ul {
	list-style-type: none;
}
nav ul li {
	display: inline-block;
	padding: 16px 0;
}
nav ul li:hover {
	background: #ceb30f;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
    padding: 16px 10px;
}
nav ul li:last-child a {
	border: 0;
}
nav ul li a img {
	vertical-align: baseline;
}
nav .submenu {
	display: none;
	position: absolute;
	z-index: 100;
	padding-top: 16px;
}
nav .submenu li:first-child {
	border-top: 1px solid #fff;
}
nav .submenu li {
	display: block;
    border-bottom: 1px solid #fff;
    width: 180px;
    background: #414042;
	padding: 0;
}
nav .submenu li  a{
	color: #fff;
    padding: 10px;
    display: block;
    font-weight: 400;
	border: 0;
}
nav .submenu li  a:hover {
	background: #ceb30f;
}
menu {
	display: none;
	float: left;
	padding: 0;
}
#menu {
	display: none;
}
.menu {
	list-style-type: none;
    padding: 4px 0 0;
    margin: 0;
    position: absolute;
	right: 0;
    z-index: 1;
    margin-top: 6px;
    width: 200px;
}
.menu li {
	background-color: #414042;
}
.menu li:hover {
	background-color: #ceb30f;
}
.menu li a {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #fff;
}
.menu li:first-child {
	border-top: 1px solid #fff;
}
.menu ul {
	list-style-type: none;
}
.menu_icon {
	background: #2558a5;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 14px 30px 14px 21px;
}
.fullwidth {
	width: 100%;

}
.half_width1 {
    width:48%;
	margin-right: 2%;
	float: left;
}

.half_width {
    width:70%;
	margin-right: 2%;
	float: left;
}
.half1_width {
    width:100%;
	margin-right: 2%;
	float: left;
}
.container {
margin:0 auto;
}
.btn_ylo {
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ceb30f;
    padding: 12px 22px;
    display: inline-block;
}
::-webkit-input-placeholder {
	color:#666;
	font-weight: 400;
}
::-moz-placeholder {
	color:#666;
	font-weight: 400;
}
:-ms-input-placeholder {
	color:#666;
	font-weight: 400;
}
.slide_caption {
	position: absolute;
	top: 25%;
	right: 5%;
	width: 44%;
}
.slide_caption  p {
	font-size: 48px;
	font-weight: 600;
	text-align: right;
	color: #fff;
	line-height: 1.5em;
}
.slide_caption  .sub_cap {
	font-size: 36px;
	font-weight: 500;
}
.slide_caption  a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ceb30f;
	padding: 12px 22px;
	margin-top: 14px;
	display: inline-block;
	float: right;
}
.welcome {
	width: 100%;
	float: left;
}
.welcome p {

	line-height: 1.4em;
	text-align: justify;
}
.welcome a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #2558a5;
	padding: 12px 22px;
	margin-top: 20px;
	display: inline-block;
}
.well_come_data a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #2558a5;
	padding: 12px 22px;
	margin-top: 20px;
	display: inline-block;
}
.updates {
	width: 100%;
	background: #e9e9e9;
	padding: 20px;
	position: relative; display:inline-block;
}
.updates p {
	margin: 10px 0;
	text-align: justify;
}
.updates hr {
	padding: 0;
}
.updates .scroll h2 {
    position: sticky;
    top: 5px;
    background: #e9e9e9;
}
.scroll {
	min-height: 310px;
}
.title_center, .subtitle_center {
	text-align: center;
	max-width: 75%;
	margin: 0 auto;
    margin-bottom: 20px;
}
.feature .content {
	width: 62%;
}
.feature .image {
	width: 30%;
}
.feature .image img {
	width: 100%;
}
.feat_lt .content, .feat_rt .image {
	float: left;
}
.feat_rt .content, .feat_lt .image {
	float: right;
}
.feature p {
	margin: 0 0 20px 0;
	line-height: 1.4em;
	text-align: justify;
}
.feature a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ceb30f;
	padding: 12px 22px;
	display: inline-block;
}
.grey_bkg {
	background: #e9e9e9;
}
.gallery_container h1 {
	float: left;
}
.ex_link {
	font-size: 12px;
	color: #231f20;
}
.gallery_container {
	display: flex;
    flex-wrap: wrap;
    padding: 3px 20px 0 0;
}
.gallery {
	width: calc(25% - 20px);
	    margin: 0 0 20px 20px;
}
.gallery a {
	display: block;
	text-decoration: none;
	background: url(../images/view.png) no-repeat center center;
}
.gallery a img {
	vertical-align: top;
	width: 100%;
}
.gallery a:hover img {
	opacity: 0.4;
}
.gallery p {
	background: #2558a5;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.gallery_container .gallery:nth-child(7) {
	margin-right: 0;
}
.full_gallery {
	margin-top: 40px;
}
.full_gallery .gallery:nth-child(4), .full_gallery .gallery:nth-child(8), .full_gallery .gallery:nth-child(12), .full_gallery .gallery:nth-child(16) {
	margin-right: 0;
}
.footer {
	background: #231f20;
}
footer {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: auto;
}
footer p {
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
}
footer p a {
	color: #fff;
	text-decoration: none;
}
footer p a:hover {
	text-decoration: underline;
}
footer img {
	width: auto!important;
}
footer .copyright {
	text-align: right;
}
.privy_pop, .terms_pop {
	display: none;
	padding: 20px!important;
}
.privy_pop ul, .terms_pop ul {
	padding-left: 20px;
}
.privy_pop p, .terms_pop p, .privy_pop li, .terms_pop li {
	margin: 10px 0;
}
/*inner pages*/
.page_band {
	background: url(../images/page-band.png) no-repeat bottom left #e9e9e9;
	overflow: auto;
}

.page_content_bar {
	background: #e6e7e8;
    padding: 40px 0;
}
.project_content {
	overflow: hidden!important;
}
.page_content p, .project_content p {
	margin: 0 0 20px 0;
	text-align: justify;
	line-height: 1.4em;
}
.page_content p span, .project_content p span {
	font-weight: 600;
}
.page_content a, .project_content a {
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #2558a5;
    padding: 12px 22px;
    display: inline-block;
}
.project_content h2 {
	margin-top: 20px;
}
.page_content ul {
	padding-left: 20px;
}
.page_content ul li {
	margin-bottom: 10px;
}
.page_img {
	width: 100%;
	max-width: 760px;
}
hr {
	border: 0;
	border-bottom: 1px solid #c7c8ca;
	margin: 20px 0;
	padding: 20px 0;
    clear: both;
}
.dropcap {
	float: left;
	color: #217cc1;
	font-size: 60px;
	line-height: 40px;
	padding: 4px 8px 8px 3px;
}
.page_figure {
	text-align: center;
}
.page_figure img {
	width: 100%;
	max-width: 720px;
}
.list_layout {
	overflow: hidden;
}
.list_layout ol {
	padding-left: 40px;
}
.list_layout ol li {
	width: 98%;
	margin-bottom: 10px;
	padding: 10px;
	background: #e6e7e8;
}
.pub_date {
	display: block;
	font-weight: 500;
}
.grid_layout {
	overflow: hidden;
}
.grid_layout ul {
	list-style-type: none;
	padding: 0;
}
.grid_layout ul li {
	margin: 0;
	background: #e6e7e8;
}
.grid_layout ul li img {
	max-width: 50%;
	text-align: center;
    vertical-align: text-top;
    margin: 20px auto 0;
    display: inherit;
}
.reg_form form {
	overflow: auto;
}
.reg_form ul {
	list-style-type: none;
	padding: 0;
}
.reg_form ul li {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
    min-height: 67px;
}
.reg_form ul li p {
	margin: 0;
	font-style: italic;
}
.reg_form ul li p a {
	text-transform: none;
}
.reg_form ul .bigli {
	width: 98%;
}
.reg_form label{
	display: block;
	margin-bottom: 4px;
}
.reg_form input[type="text"] {
	height: 38px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 98%;
	padding-left: 2%;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	color: #231f20;
}
.reg_form select {
	height: 40px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 100%;
	padding-left: 2%;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	color: #231f20;
}
.reg_form input[type="radio"] {
	width: 20px;
    height: 20px;
    vertical-align: -webkit-baseline-middle;
    margin-bottom: 17px;
}
.reg_form textarea {
	height: 90px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 98%;
	padding-left: 12px;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	color: #231f20;
	resize: none;
}
.reg_form input[type="file"] {
	font-family: 'Work Sans', sans-serif;
}
.required {
	display: inline-block;
	color: #ff0000;
}
#qfcn_details, #othq_dets {
	display: none;
}
#qfcn_details input[type="text"], #othq_dets input[type="text"]{
	background-color: #f5f5f5;
}
.reg_form input[type="submit"]{
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #ceb30f;
    padding: 12px 22px;
	margin-top: 20px;
	border: 0;
	cursor: pointer;
}
.login_form ul {
	list-style-type: none;
	padding: 0;
}
.login_form ul li {
	width: 100%;
	margin-bottom: 10px;
}
.login_form input[type="text"], .login_form input[type="password"] {
	height: 38px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 98%;
	padding-left: 2%;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	color: #231f20;
}
.login_form input[type="submit"]{
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #ceb30f;
    padding: 12px 22px;
	margin-top: 20px;
	border: 0;
	cursor: pointer;
}
.reg_form p a, .login_form p a {
	text-decoration: none;
	text-transform: lowercase;
    color: #217cc1;
	font-weight: 500;
    background: none;
    padding: 0;
	margin: 0;
}
.reg_form p a:hover, .login_form p a:hover {
	text-decoration: underline;
	background: none;
}
.poster_pop img {
	width: 100%;
}
#one_add_dtls, #two_add_dtls {
	display: none;
}
.validation_error {
	display: inline-block;
	color: #ff0000;
	margin-left: 6px;
	font-size: 13px;
	font-weight: 600;
}
.user_menu {
	width: 25%;
	float: left;
	margin-right: 2%;
}
.user_content {
	width: 72%;
	float: left;
}
.user_img img {
	vertical-align: bottom;
	width: 100%;
}
.user_img .edit_photo {
	display: block;
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #2558a5;
    padding: 12px 22px;
}
.user_menu ul {
	margin: 20px 0 0 0;
    list-style-type: none;
}
.user_menu ul li {
	border-bottom: 1px solid #c7c8ca;
	overflow: auto;
}
.user_menu ul li a {
	text-decoration: none;
	text-transform: capitalize;
	color: #231f20;
	margin: 10px 0;
	display: block;
}
.bordered_panel {
    border: 1px solid #c7c8ca;
    margin-top: 40px;
    margin-bottom: 40px;
	overflow: auto;
	min-height: 120px;
}
.bordered_panel a {
	color: #217cc1;
}
.panel_header {
    background: #c7c8ca;
    padding: 6px 12px;
}
.panel_header h2 {
	margin: 0;
	text-transform: capitalize;
}
.user_events, .user_profile {
	padding: 12px;
}
.user_events ul, .user_profile ul {
	list-style-type: none;
	margin-bottom: 30px;
}
.user_events ul li {
	margin-bottom: 12px;
}
.user_events hr {
	padding: 0;
}
.user_events ul li span {
	display: block;
}
.user_content .reg_form {
	padding: 12px;
}
.events_list_container {
	width: 47%;
	margin-right: 2%;
	float: left;
}
.events_list {
	padding: 12px;
}
.events_list h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
.events_list p {
	margin: 0;
}
.events_list_container hr {
	margin: 0 12px;
	padding: 0;
}
.events_list a {
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #ceb30f;
    padding: 12px 22px;
    display: inline-block;
	margin-top: 12px;
}
.contact_form .validation_error {
	font-size: 12px;
}
.contact_form img {
	width: 170px;
	margin-right: 20px;
}
.contact_form h2 {
	margin-bottom: 0;
}
.contact_form p {
	margin: 0;
	text-align: left;
}
.con_details {
	display: inline-block;
}
.user_msg textarea{
	width: 96%;
	height: 60px;
	resize: none;
	font-family: 'Work Sans', sans-serif;
	padding-left: 2%;
	margin-top: 10px;
}
.user_msg input[type="file"]{
	font-family: 'Work Sans', sans-serif;
	margin-top: 10px;
}
.user_msg input[type="submit"]{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #ceb30f;
	padding: 12px 22px;
	display: block;
	margin-top: 10px;
	border: 0;
	cursor: pointer;
 }
.user_msg_list {
 	padding: 12px;
 }
.user_msg_list ul {
    list-style-type: none;
    margin-bottom: 30px;
    border-top: 1px solid #c7c8ca;
    padding-top: 12px;
}
.user_msg_list ul li {
    margin-bottom: 12px;
    border-bottom: 1px solid #c7c8ca;
    padding-bottom: 6px;
}
.user_msg_list ul li span {
 	display: inline-block;
 	width: 33%;
 	font-size: 12px;
 }
.user_msg_list ul li p {
 	margin: 6px 0;
 }
.user_msg_list ul li a {
 	margin-bottom: 12px;
 	display: inline-block;
 }
.ui-tabs .ui-tabs-nav {
    margin: 0 0 20px!important;
}
.ui-tabs .ui-tabs-nav li {
	margin-right: 20px!important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
	border-bottom: 2px solid #ccc;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .5em 0!important;
	color: #231f20;
}
.ui-tabs .ui-tabs-panel {
	padding: 0!important;
}
.visit_req ul {
    list-style-type: none;
    overflow: auto;
    margin: 10px 0;
}
.visit_req ul li {
	width: 48%;
	margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}
.visit_req label {
    display: block;
    margin-bottom: 4px;
}
.visit_req input[type="text"]{
	height: 38px;
    background-color: #fff;
    border: solid 1px #b5b5b5;
    padding: 0;
    margin: 0;
    width: 98%;
    padding-left: 2%;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #231f20;
}
.visit_req input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.visit_req input[type="submit"] {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 10px 20px;
    display: block;
    margin-top: 10px;
    border: 0;
    clear: both;
    cursor: pointer;
}
.visit_req textarea {
    width: 98%;
    height: 60px;
    resize: none;
    font-family: 'Work Sans', sans-serif;
    padding-left: 2%;
    margin-top: 10px;
}
.user_msg_list ul .apprvd span{
	font-weight: 700;
	color: green;
}
.chng_pass {
    padding: 12px;
}
.chng_pass ul {
    list-style-type: none;
}
.chng_pass ul li {
    width: 98%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}
.chng_pass label {
    display: block;
    margin-bottom: 4px;
}
.chng_pass input[type="password"] {
    height: 38px;
    background-color: #fff;
    border: solid 1px #b5b5b5;
    padding: 0;
    margin: 0;
    width: 98%;
    padding-left: 2%;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #231f20;
}
.chng_pass input[type="submit"] {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 12px 20px;
    margin-top: 20px;
    border: 0;
    cursor: pointer;
}
.simple_link {
	text-decoration: underline!important;
    text-transform: capitalize!important;
    color: #217cc1!important;
    font-weight: 500;
    background: none!important;
    padding: 0!important;
    margin: 0!important;
}
.full_map {
	width: 100%;
	float: left;
	margin-right: 20px;
	text-align: center;
    position: relative;

}
.map_data {
	width:100%;
	float: left;
	height: 894px;
}
.full_map .count p {
	font-size: 12px;
}
.full_map .count .num {
    font-size: 18px;
    font-weight: 500;
}
.map_data h1 {
	margin: 0;
}
.map_data h2 {
	font-size: 16px;
	font-weight: 600;
}
.map_data p {
	font-weight: 600;
	margin-bottom: 10px;
}
.map_data ul {
	list-style-type: none;
}
.map_data ul li {
	width: 96%;
	font-size: 12px;
	padding: 4px 0;
	border-bottom: 1px dotted #aaa;
}
.map_data ul .inst_hover:hover {
	text-decoration: underline;
	color: #217cc1;
	cursor: pointer;
}
.back_link {
	color: #2558a5;
	margin-top: 10px;
    display: block;
}
.sitemap ul {
	list-style-type: none;
	padding-left: 20px;
}
.sitemap ul li {
	margin: 10px 0;
}
.sitemap ul li::before {
  content: "\2022";
  color: #ceb30f;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.sitemap a {
	text-decoration: none;
    color: #2558a5;
    font-weight: 500;
}
.sitemap a:hover {
	text-decoration: underline;
}
.error_page h2{
	color: red;
}
.photo_upload {
	margin: 10px 0;
}
.photo_upload p {
	font-size: 12px;
	font-style: italic;
	color: #414042;
	margin-bottom: 10px;
}
.photo_upload input[type="file"] {
	width: 200px;
	font-family: 'Work Sans', sans-serif;
}
.photo_upload input[type="submit"] {
	float: right;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
	border: 0;
	padding-bottom: 1px;
	font-family: 'Work Sans', sans-serif;
}
.ev_archives ol, .ev_archives ul {
	padding-left: 24px;
	margin: 0;
}
.ev_arch_cal .ul_head {
	list-style-type: none;
	background: #2558a5!important;
	color: #fff;
}
.ev_arch_cal ul {
	border: 1px solid #c7c8ca;
	border-bottom: 0;
	padding-left: 0;
}
.ev_arch_cal ul:nth-child(even) {
	background: #e6e7e8;
}
.ev_arch_cal ul:last-child {
	border-bottom: 1px solid #c7c8ca;
}
.ev_arch_cal ul li {
	display: inline-block;
	width: 16%;
	margin: 0;
	padding: 8px 0;
}
.ev_arch_cal ul li:first-child {
	width: 50px;
    text-align: center;
}
.ev_arch_cal ul li:nth-child(2) {
	width: 30%;
}
.team_mmbr {
	width: 24%;
	float: left;
	min-width: 200px;
	margin: 10px 10px 20px 0;
}
.team_mmbr img {
	float: left;
	margin-bottom: 	10px;
}
.mmbr_dets {
	float: left;
	clear: both;
}
.mmbr_dets span {
	display: block;
	font-size: 12px;
}
.mmbr_dets span:first-child {
    font-weight: 500;
    font-size: 14px;
}
.tooltip_styling {
	background: #e0e0e0;
	color: #231f20;
}
.ui-tooltip {
    padding: 8px 20px!important;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #e0e0e0;
	border: 2px solid #231f20;
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
.parent_logos {
	float: left;
	margin: 78px 0 20px 30px;
}
.parent_logos img {
	max-width: 430px;
	width: 100%;
}
.grid_layout .ui-accordion .ui-accordion-header {
	font-weight: 600;
	outline: none;
	background: #c7c8ca;
}
.grid_layout .ui-accordion p {
	margin: 0;
}
.grid_layout .ui-accordion .ui-icon-triangle-1-s {
	background: url(../images/1-s.png);
	width: 13px;
	height: 13px;
}
.grid_layout .ui-accordion .ui-icon-triangle-1-e {
	background: url(../images/1-e.png);
	width: 13px;
	height: 13px;
}
.headline {
	font-size: 18px;
}
.timeline {
	max-width: 1200px;
    margin: 0 auto 50px;
}
.map_expand {
    position: absolute;
    top: 10px;
    right: 65px;
}
.map_expand a {
background: DodgerBlue;
border:2px solid;

}
.map-info {
    display: flex;
    gap: 100px;

}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.list_data{display:inline-block;width:100%; margin-top: 28px; text-align:left;}
.list_data ul{display:inline-block;width:100%; padding:0px;}
.list_data ul li{display:table-cell;   padding:5px 15px;     width: 148px;}
.bg_blue{background:Tomato;}
.bg_orange{background:orange;}
.list_data ul li p{color:#fff;}
.list_data ul li span{color:#fff;}
.common_gallery{margin:30px 0; display:inline-block; width:100%;}
.fullwidth.grey_bkg.mtspace{padding:30px 0;display:inline-block; width:100%;}

.map_data h1{font-size:20px; color:#000;}
.map_data h2{font-size:16px; color:#000;}
.map_data{display:inline-block; width:100%; text-align:left;}
.map_data ul li{width:100%;}
.fullwidth.nav_bar nav ul{padding:0px; margin:0px; text-align:center;}
.list_gla img{max-width:100%;}
.list_gla_img{display:inline-block; width:100%; vertical-align:middle; min-height:100px;}
.list_gla{display:inline-block; width:100%; vertical-align:middle; padding:0 9px;    margin-bottom: 20px;}
.list_gla p{display:inline-block; width:100%; margin-top:10px;}

.scroll_twitter{display:inline-block; width:100%; min-height:650px; max-height:300px; overflow-y:auto;}
.style_left h2{font-size:20px;}
.space_bottom{display:inline-block; width:100%; min-height:50px;}
.user_login_section{display:inline-block; width:100%; margin:30px 0 0 0;}
.page_band p {font-size: 50px;    padding: 62px 0;color: #2558a5;text-transform: capitalize;font-weight: 600;
}
.timeline_left{display:inline-block; width:430px;}

