@charset "utf-8";
/**=========================================================
 * Theme Name   :  Nanyang Technological University Singapore
 * Author       :  Amit Suthar
 * Description  :  September 2023
 * File Name	:  style.css
=========================================================**/

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

/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}

html, body {
	height: 100%;
	}
	
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: 686868;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #ffffff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: #E21D34;
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #000000;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
	background: #ffffff;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

.container,
.wide-container,
.header-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 15px;
	}
	
.wide-container {
    max-width: 1430px;
	}

.header-container {
	max-width: 100%;
	padding: 0px 60px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	z-index: 101;
	padding: 0px;
	margin: 0px auto;
    max-width: 1920px;
	background: #ffffff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.is-sticky #pageHeader {
    left: auto;
    max-width: 1920px;
	background: #ffffff;
	box-shadow: 0px 5px 10px #c6c6c6;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    align-items: center;
    justify-content: space-between;
    }

/* Logo */
	
.logo {
	position: relative;
	display: block;
    float: left;
	width: 384px;
	height: 75px;
	z-index: 1001;
	overflow: hidden;
	padding: 0px 0px;
	margin: 22px 0px;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Top Right Header */
	
.topRightHeader {
    position: relative;
    display: flex;
    padding: 0px;
	height: 100%;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px;
    justify-content: end;
	}

.headMore-box {
	position: relative;
	display: block;
	}

.headMore-box ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -12px;
	align-items: center;
	list-style-type: none;
	}

.headMore-box ul li {
	z-index: 9;
	padding: 0px 12px;
	}

.header-search-menu a {
	position: relative;
	display: block;
	}

.header-search-menu a img {
	max-height: 18px;
	}

.header-search-menu a:hover img {
	filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(0deg) brightness(94%) contrast(115%);
	}

.header-contact-btn a {
	display: block;
	width: auto;
	height: auto;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	padding: 13px 35px;
	line-height: 25px;
	background: #E21D34;
	border-radius: 28px !important;
	}

.header-contact-btn a:hover {
	background: #222222;
	}

.header-logoBox {
	position: relative;
	display: block;
	padding-left: 20px;
	}

.header-logoBox img {
	max-height: 84px;
	max-width: 197px;
	}

/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
    float: left;
	margin: 0px auto;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	display: flex;
	padding: 0;
	width: 100%;
	flex-wrap: wrap;
	margin: 0px auto;
	align-items: center;
    text-transform: none;
	list-style-type: none;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    font-weight: 400;
    margin: 0px 27px;
	}
	
.nav>ul>li:first-child {
	margin-left: 0px;
	}

.nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	font-size: 16px;
	color: #222222;
	line-height: 22px;
	padding: 48px 0px 49px;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul>li>a:before {
	position: absolute;
	display: block;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 6px;
	bottom: -3px;
	overflow: hidden;
	background: #E21D34;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* .nav>ul>li.menu-item-has-children>a {
	padding-right: 20px;
	}

.nav li.menu-item-has-children > a:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f078";
	font-size: 12px;
	right: 1px;
	top: 50%;
	z-index: 2;
	height: 20px;
	font-weight: 900;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.nav>ul>li.menu-item-has-children:hover>a:after,
.nav>ul>li.menu-item-has-children.selected>a:after {
	content: "\f077";
	} */

.nav>ul>li:hover>a:before,
.nav>ul>li.selected>a:before {
	left: 0px;
	right: 0px;
	width: 100%;
	}

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #E21D34;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul>li.selected>a {
	font-weight: 700;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	left: -30px;
	padding: 0px 0px;
    font-weight: 400;
	min-width: 200px;
	text-align: left;
	visibility: hidden;    
    text-transform: none;
	background: #FFFFFF;
	border-radius: 0px 0px;
	margin: 30px 0px 0px 0px;
	box-shadow: 0px 0px 10px #00000029;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}
	
.nav>ul ul ul {
    left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px 0px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -58px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	color: #222222;
	line-height: 24px;
	}
	
.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #222222;
	line-height: 16px;
	padding: 15px 15px;
    background: transparent;
	}
	
/* .nav>ul>li li.menu-item-has-children>a {
	padding-right: 35px;
	}

.nav>ul>li li.menu-item-has-children > a:after {
    content: "\f054";
	right: 15px;
	}
	 */
	
.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	color: #E21D34;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
    padding: 0px;
	margin: 0px auto;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.fullHeightContainer,
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.fullHeightContainer {
    height: 100vh;
    }
	
.fullHeightContainer img,
.banner-slide figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}

.banner_caption {
    position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #222222;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px 0px;
	max-width: 720px;
	}

.banner_caption .captionContainer .bannerHeading1 {
	color: #222222;
	font-size: 75px;
	font-weight: 800;
	line-height: 1.1;
	padding-bottom: 40px;
	}
	
.banner_caption .captionContainer p {
	margin-bottom: 30px;
	}

.homeBannerSlider .slick-dots {
	top: 33%;
	left: 10%;
	width: auto;
	bottom: auto;
	height: auto;
	margin: 0px 0px;
	text-align: center;
	}

.homeBannerSlider .slick-dots li {
	display: block;
	width: 11px;
	height: 11px;
	margin: 20px 0px;
	overflow: visible;
	background: transparent;
	border-color: transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
.homeBannerSlider .slick-dots li:before {
	position: absolute;
	top: 15px;
	left: 4px;
	width: 1px;
	content: '';
	height: 0px;
	display: inline-block;
	vertical-align: middle;
	background: #C1C1C1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.homeBannerSlider .slick-dots li:after {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 19px;
	height: 19px;
	content: '';
	opacity: 0;
	border-radius: 19px;
	border: 1px solid #C1C1C1;
	}

.homeBannerSlider .slick-dots li.slick-active {
	margin-bottom: 130px;
	}

.homeBannerSlider .slick-dots li.slick-active:after {
	opacity: 1;
	}

.homeBannerSlider .slick-dots li.slick-active:before {
	height: 100px;
	}

.homeBannerSlider .slick-dots li button:before {
	opacity: 0.7;
	display: none;
	}

.homeBannerSlider .slick-dots li button {
	position: relative;
	border-radius: 16px;
	border: 1px solid #949292;
	background: #949292;
	}

.homeBannerSlider .slick-dots li:hover button,
.homeBannerSlider .slick-dots li.slick-active button {
	opacity: 1;
	border-color: #E21D34;
	background: #E21D34;
	}
	
/* Header Quick Search */

.header-quick-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.header-quick-search .form-control:focus,
.header-quick-search .form-control:hover {
	border: 1px solid #3e2b1f;
	}

.header-quick-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #E21D34;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #E21D34;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.header-quick-search .btn-1:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
	}

.header-quick-search .btn-close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.header-quick-search .btn-close:hover {
	color: #8B0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.9;
	}

	
/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg0 { margin: 0px !important; }
.mg5 { margin: 5px !important; }
.p0 { padding: 0px !important; }
.p5 { padding: 5px !important; }
.p15 { padding: 15px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	max-width: 1920px;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 90px 0px 70px;
	}

.bg-center-top {
	background-position: center top !important;
	}

.bg-center-bottom {
	background-position: center bottom !important;
	}

.bg-cover {
	background-size: cover !important;
	}

hr {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	margin: 30px auto;
	background-color: #c6c6c6;
	}

.homeIntro-section {
	position: relative;
	display: block;
	}

.homeIntro-item,
.homeIntro-item2 {
	position: relative;
	display: block;
	padding: 230px 0px 40px;
	}

.homeGloab-pic {
	position: absolute;
	top: -150px;
	right: -70px;
	}

.homeIntro-pic-container {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 20px;
	padding-bottom: 49.28%;
	}
	
.homeIntro-pic-container figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.homeIntro-pic-container figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.homeIntro-content {
	position: relative;
	display: block;
	z-index: 1;
	margin-right: -350px;
	background: #ffffff;
	padding: 40px 55px 60px 0px;
	border-radius: 0px 0px 20px 0px;
	}

.homeIntro-content .pageTitle1 {
	padding-bottom: 40px;
	}

.homeIntro-content .pageTitle1 h6 {
	font-size: 14px;
	font-weight: 400;
	color: #E21D34;
	padding-bottom: 14px;
	}

.homeIntro-content .pageTitle1 h2 {
	line-height: 1.2;
	}
	
.homeIntro-subContent {
	position: relative;
	display: block;
	min-height: 120px;
	color: #555555;
	padding-left: 70px;
	}

.homeIntro-subContent::before {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 6px;
	height: 110px;
	content: '';
	background: #E21D34;
	}

.link-url {
	position: relative;
	display: block;
	}

.link-url a {
	font-size: 16px;
	font-weight: 700;
	color: #222222;
	}

.link-url a:hover {
	color: #E21D34;
	}

.homeIntro-subContent .link-url {
	padding-top: 25px;
	}

.homeIntro-item2 .homeIntro-content {	
	padding: 0px 0px 60px 55px;
	margin: -110px 0px 0px -350px;
	border-radius: 0px 0px 0px 20px;
	}

.homeIntro-item2 .homeGloab-pic {
	right: auto;
	left: -70px;
	}

.homeFeature-section {
	position: relative;
	display: block;
	padding: 50px 0px 100px;
	background-size: cover;
	background-position: center center;
	}

ul.tabstyle1 {
	border: none;
	display: flex;
	padding: 0px 0px;
	max-width: 1000px;
	margin: 0px auto 60px;
	}
	
ul.tabstyle1>li {
	position: relative;
	display: block;
	width: 33.3333%;
	padding: 0px 20px;
	}

ul.tabstyle1>li>a {
	padding: 0px 0px;
	box-shadow: none !important;
	border: transparent !important;
	background: transparent !important;
	}

ul.tabstyle1>li>a.active .eesc-thumb-box .eesc-thumbIcon-box::after {
	color: #E21D34;
	}

ul.tabstyle1>li>a.active .eesc-thumb-box h6 {
	color: #E21D34;
	text-decoration: underline;
	}

ul.tabstyle1>li>a.active .eesc-thumb-box .eesc-thumbIcon-box {
	border-color: #E21D34;
	}

ul.tabstyle1>li>a.active .eesc-thumb-box .eesc-thumbIcon-box img {
	filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(0deg) brightness(94%) contrast(115%);
	}

.feature-tab-body {
	position: relative;
	display: block;
	width: 100%;
	}

.homeFeature-container {
	position: relative;
	display: block;
	max-width: 1650px;
	background-size: cover;
	margin: 0px 0px 0px auto;
	padding: 100px 120px 80px;
	border-radius: 20px 0px 0px 20px;
	background-position: right center;
	}

.homeFeature-container h4 {
	color: #ffffff;
	padding-bottom: 35px;
	}

.homeFeature-container ul.published-standard-listing {
	column-count: 2;
	margin: 0px -25px 0px 0px !important;
	}

.homeFeature-container ul.published-standard-listing>li {
	color: #ffffff;
	padding: 0px 25px 15px 28px;
	}

.featured-events-section {
	position: relative;
	display: block;
	padding: 95px 0px 80px;
	background-repeat: no-repeat;
	background-position: top center;
	}

.featured-events-title {
	position: relative;
	display: block;
	margin-bottom: 50px;
	}

.featured-events-title .pageTitle2 {
	margin: 0px 0px;
	}

.featured-events-title .pageTitle2:after {
	margin: 0px 0px;
	}

ul.featured-headUl {
	display: flex;
	margin: 0px -10px;
	padding: 5px 0px 0px;
	list-style-type: none;
	align-items: center;
	}

ul.featured-headUl>li {
	position: relative;
	padding: 0px 10px;
	}

.slide-button {
	position: relative;
	display: flex;
	margin: 0px -5px;
	}

.slide-button .slick-arrow {
	position: relative;
	display: flex;
	margin: 0px 5px;
	width: 61px;
	height: 61px;
	font-size: 18px;
	color: #cfcfcf;
	border-radius: 10px;
	align-items: center;
	background: #6F6F6F;
	justify-content: center;
	border: 1px solid #6F6F6F;
	}

.slide-button .slick-arrow:hover {
	color: #ffffff;
	background: #A00013;
	border-color: #A00013;
	}

.featured-event-slider {
	margin: 0px -14px;
	}

.featured-event-slide {
	padding: 0px 14px 15px;
	}

.homeNewsletter-section {
	position: relative;
	display: block;
	padding: 100px 0px;
	}

.homeNewsletter-section::before {
	position: absolute;
	top: 0px;
	left: 100px;
	right: 0px;
	content: '';
	width: 100%;
	bottom: 100px;
	background: #062539;
	border-radius: 20px 0px 0px 20px;
	}

.homeNewsletter-section .featured-events-title .pageTitle2 h2,
.homeNewsletter-section .featured-events-title .link-url a {
	color: #ffffff;
	}

.homeNewsletter-container {
	position: relative;
	display: block;
	max-width: 1650px;
	padding-bottom: 100px;
	margin: 0px 0px 0px auto;
	}

.homeNewsletter-slider {
	margin: 0px -18px;
	}

.homeNewsletter-slide {
	padding: 0px 18px;
	}

.homeNewsletter-itemBox {
	position: relative;
	display: block;
	width: 850px;
	padding: 0px 0px 40px;
	}

.homeNewsletter-itemBox a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #555555;
	}

.homeNewsletter-picBox {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 20px;
	padding-bottom: 66.54%;
	}
	
.homeNewsletter-picBox figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.homeNewsletter-picBox figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.homeNewsletter-info {
	position: absolute;
	bottom: -40px;
	left: 55px;
	width: 450px;
	min-height: 160px;
	border-radius: 5px;
	background: #ffffff;
	padding: 50px 40px 25px;
	}

.homeNewsletter-info h4 {
	padding-right: 85px;
	}

.nhcb-group {
	position: relative;
	display: block;
	height: 0px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.homeNewsletter-itemBox a:hover .nhcb-group {
	opacity: 1;
	height: auto;
	}

.nhcb-group p {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nhcb-readBtn {
	position: relative;
	display: block;
	padding-top: 10px;
	color: #E21D34;
	font-weight: 700;
	padding-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/*About Us*/

.aboutIntro-container {
	position: relative;
	display: block;
	padding: 100px 0px 70px;
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.aboutIntro-pic {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin: 0px auto 30px;
	padding-bottom: 112.48%;
	}
	
.aboutIntro-pic figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.aboutIntro-pic figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.aboutIntro-content {
	position: relative;
	display: block;
	color: #555555;
	padding-left: 50px;
	}

.aboutIntro-content .pageTitle1 {
	padding-bottom: 40px;
	}

.aboutIntro-text {
	position: relative;
	display: block;
	padding-left: 65px;
	margin-bottom: 30px;
	}

.aboutIntro-text::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	content: '';
	height: 110px;
	background: #E21D34;
	}

.intro-groupListing {
	position: relative;
	display: block;
	padding: 30px 0px 0px;
	}

.intro-groupListing .row .col-lg-4 {
	padding-bottom: 30px;
	}

.intro-groupBox {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #ffffff;
	padding: 34px 40px 50px;
	box-shadow: 0px 0px 20px #0000001A;
	}

.intro-groupBox .published-standard-listing>li,
.aboutIntro-text .published-standard-listing>li {
	padding: 0px 0px 15px 30px;
	}

.whatDo-section {
	position: relative;
	display: block;
	padding: 100px 0px 70px;
	background-size: cover;
	background-position: center center;
	}

.whatDo-section .aboutIntro-content {
	padding: 0px 40px 0px 0px;
	}

.structure-section {
	position: relative;
	display: block;
	padding: 90px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	}

.about-structure-box {
	position: relative;
	display: block;
	padding: 0px 0px 30px;
	}	

.aslg-logo {
	position: relative;
	display: block;
	}

.aslg-logo img {
	max-width: 195px;
	}

.aslg-logo::after {
	position: absolute;
	top: 50%;
	right: 0px;
	left: 220px;
	content: '';
	height: 2px;
	background: #333333;
	}

.asrs-rightBox {
	position: relative;
	display: block;
	padding-left: 130px;
	}

.asrs-rightBox::before {
	position: absolute;
	top: 23px;
	left: 0px;
	width: 2px;
	content: '';
	height: 100%;
	background: #333333;
	}

.asrs-subBox {
	position: relative;
	display: block;
	margin-bottom: 25px;
	}

.asrs-subBox h3 {
	font-size: 34px;
	padding-bottom: 30px;
	}

.asrs-subBox h3::after {
	position: absolute;
	top: 23px;
	width: 90px;
	content: '';
	height: 2px;
	left: -130px;
	background: #333333;
	}

ul.standard-committees-listing {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}	

ul.standard-committees-listing>li {
	position: relative;
	display: block;
	width: 33.3333%;
	padding: 0px 15px 10px;
	}

.committees-gridBox,
.committees-gridBox a {
	position: relative;
	display: block;
	border-radius: 10px;
	}

.committees-gridBox a {
	width: 100%;
	height: 100%;
	color: #555555;
	}

.committees-gridBox a:hover,
.committees-gridBox a.active {
	color: #ffffff;
	background: #E21D34;
	outline: 5px solid #E21D34;
	}

.committees-grid-pic {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 10px;
	padding-bottom: 100%;
	}
	
.committees-grid-pic figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.committees-grid-pic figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.committees-gridContent {
	position: relative;
	display: block;
	text-align: center;
	padding: 22px 5px;
	}

.scl-row6>li {
	width: 16.6666% !important;
	}

.eesc-section {
	position: relative;
	display: block;
	padding: 30px 0px 0px;
	}

.eesc-topTitle {
	margin-bottom: 25px !important;
	padding-bottom: 130px !important;
	}

.eesc-topTitle::before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 2px;
	content: '';
	height: 100px;
	margin: 0px auto;
	background: #222222;
	}

.eesc-thumbSlider {
	padding: 0px 110px;
	margin-bottom: 50px;
	}

.eesc-thumbSlide {
	padding: 0px 15px;
	}

.eesc-thumbSlider .slick-prev {
	left: 0px;
	}

.eesc-thumbSlider .slick-next {
	right: 0px;
	}

.eesc-thumb-box {
	position: relative;
	display: block;
	text-align: center;
	}

.eesc-thumb-box:hover {
	cursor: pointer;
	}

.eesc-thumbIcon-box {
	position: relative;
	display: flex;
	width: 250px;
	height: 250px;
	align-items: center;
	border-radius: 100%;
	margin: 0px auto 90px;
	background: #ffffff;
	justify-content: center;
	border: 10px solid #222222;
	}

.eesc-thumbIcon-box img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.eesc-thumbIcon-box::after {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -80px;
	font-size: 38px;
	color: #222222;
	content: "\f103";
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.eesc-thumb-box:hover .eesc-thumbIcon-box::after {
	color: #E21D34;
	}

.eesc-thumbIcon-box::before {
	position: absolute;
	top: 120px;
	right: -87px;
	content: '';
	width: 90px;
	height: 50px;
	z-index: 9;
	background-image: url(../images/thumb-shape.png);
	background-size: cover;
	}

.eesc-thumb-box:hover h6 {
	color: #E21D34;
	text-decoration: underline;
	}

.eesc-thumb-box:hover .eesc-thumbIcon-box {
	border-color: #E21D34;
	}

.eesc-thumb-box:hover .eesc-thumbIcon-box img {
	filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(0deg) brightness(94%) contrast(115%);
	}

ul.tabstyle1>li:last-child .eesc-thumbIcon-box::before {
	display: none;
	}

.eesc-thumb-box h6 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.eesc-mainSlider {
	margin: 0px -15px;
	}

.eesc-mainSlide {
	padding: 0px 15px;
	}

.eesc-infoBox {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #555555;
	padding: 35px 30px;
	border-radius: 20px;
	background: #F7F7F7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.eesc-infoBox:hover {
	color: #ffffff;
	background: #E21D34;
	}

.eesc-infoBox h6 {
	font-size: 16px;
	text-align: center;
	padding-bottom: 25px;
	}
	
.eesc-infoBox .published-standard-listing li {
	padding-bottom: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.eesc-infoBox:hover .published-standard-listing li,
.eesc-infoBox:hover  h6 {
	color: #ffffff;
	}

.eesc-infoBox:hover .published-standard-listing li::before {
	background-image: url(../images/feather-check1.png);
	}

.leadership-section {
	position: relative;
	display: block;
	background: #F6F7F8;
	padding: 80px 0px 50px;
	}

.leadership-listBox {
	position: relative;
	display: block;
	border-radius: 10px;
	margin: 0px 0px 30px;
	background: #ffffff;
	box-shadow: 0px 0px 20px #00000014;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.leadership-listBox:hover {
	color: #ffffff;
	background: #E21D34;
	}

.leadership-listBox a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #555555;
	overflow: hidden;
	text-align: center;
	padding: 114px 40px;
	}
	
.leadership-listBox h4 {
	font-size: 20px;
	padding-bottom: 25px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.leadership-listBox:hover h4,
.leadership-listBox a:hover {
	color: #ffffff;
	}

/*Standards*/

.accordion-item {
	margin-bottom: 30px;
	border: transparent;
	border-radius: 10px !important;
	}

.accordion-button {
	color: #222222;
	font-weight: 500;
	line-height: 25px;
	padding: 22px 60px 22px 40px;
	background: #F5F5F5;
	border-radius: 10px 10px !important;
	}

.accordion-button:not(.collapsed) {
	box-shadow: none;
	color: #ffffff;
	background-color: #E21D34;	
	}

.accordion-button::after {
    font-family: 'Font Awesome 6 Free';
	content: "\f107";
	font-size: 18px;
	color: #222222;
	font-weight: 700;
	text-align: center;
	margin-right: -25px;
	background-image: none !important;
	}

.accordion-button:not(.collapsed)::after {
	color: #ffffff;
	}

.accordion .collapse.show {
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 4px 8px #0000001A;
	}

.standards-accordion-body {
	position: relative;
	display: block;
	padding: 50px 40px;
	border-radius: 0px 0px 10px 10px;
	}

ul.published-standard-listing {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
	}

ul.published-standard-listing>li {
	position: relative;
	display: block;
	line-height: 1.6;
	color: #555555;
	min-height: 14px;
	padding: 0px 0px 22px 28px;
	}
	
ul.published-standard-listing>li:last-child {
	padding-bottom: 0px;
	}

ul.published-standard-listing>li>p {
	margin: 0px;
	line-height: 1.6;
	}

ul.published-standard-listing li::before {
	position: absolute;
	top: 6px;
	left: 0px;
	width: 14px;
	height: 13px;
	content: '';
	background-image: url(../images/feather-check.png);
	background-repeat: no-repeat;
	}

.ctc-section {
	position: relative;
	display: block;
	color: #ffffff;
	padding: 95px 0px;
	text-align: center;
	background: #000000;
	background-size: cover;
	background-position: center center;
	}	

.ctc-section::before {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.94;
	background: #062538;
	}

.ctc-section .container {
	max-width: 1000px;
	}

.zindex {
	z-index: 2;
	}

.ctc-section h2 {
	color: #ffffff;
	}

.newsletter-box {
	position: relative;
	display: block;
	max-width: 440px;
	margin: 0px auto;
	}

.newsletter-box .form-control {
	height: 52px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 30px;
	background: #4F6371;
	border: 1px solid #4F6371;
	padding: 12px 60px 12px 28px;
	}
	
.newsletter-box .form-control:focus,
.newsletter-box .form-control:hover {
	color: #ffffff;
	background: #4F6371;
	border: 1px solid #4F6371;
	}

.newsletter-box .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 0.66;
	color: #ffffff;
	font-weight: 400;
	}

.newsletter-box .form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 0.66;
	color: #ffffff;
	font-weight: 400;
	}

.newsletter-box .form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 0.66;
	color: #ffffff;
	font-weight: 400;
	}

.newsletter-box .form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 0.66;
	color: #ffffff;
	font-weight: 400;
	}

.newsletter-btn {
	position: absolute;
	top: 0%;
	right: 0px;
	z-index: 1;
	width: 52px;
	height: 52px;
	font-size: 16px;
	font-weight: 700;
	color: #E21D34;
	padding: 10px 5px;
	text-align: center;
	border-radius: 52px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.newsletter-btn:hover {
	color: #ffffff;
	background: #E21D34;
	border-color: #E21D34;
	}

/*Event*/

/* Filter Box */

.filter-box {
	position: relative;
	display: block;
    width: 100%;
	color: rgba(34, 34, 34, 1);
    font-size: 15px;
	margin: 0px auto;
	padding: 0px 0px 30px;
	}
	
/* Filter Select */

.filter-select-box {
	position: relative;
    padding: 0px;
	font-size: 15px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	color: rgba(34, 34, 34, 0.6);
	}

.filter-select-box strong,
.filter-select-box b,
.filter-select-text strong,
.filter-select-text b {
    font-weight: 400;
	color: #E21D34;
	}

.filter-select-text {
	position: relative;
	font-size: 15px;
	color: #777777;
    font-weight: 400;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	margin: 12px 0px 0px 0px;
	}

.filter-select-text span {
	position: relative;
	color: #333333;
	}

.text-dark {
    color: #000000 !important;
    }

.filter-select-box .NiceSelect {
	vertical-align: top;
	display: inline-block;
    }

.filter-select-box .nice-select {
	height: auto;
	border: none;
	color: #777777;
	min-width: 250px;
	border-radius: 30px;
	border: 1px solid #F5F5F5;
	padding: 10px 45px 10px 25px;
	background: #F5F5F5 !important;
	}

.filter-select-box .nice-selected .nice-select .current {
	font-weight: 400;
	}

.event-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
	}

.event-listing>.event-item {
	position: relative;
	display: block;
	width: 33.333%;
	padding: 0px 15px 30px;
	}

.event-itemBox,
.event-itemBox a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.event-itemBox:hover {
	box-shadow: 0px 10px 30px #BFBFBF29;
	}

.eventDate {
	position: absolute;
	top: 0px;
	z-index: 2;
	right: 20px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 700;
	padding: 10px 18px;
	text-align: center;
	background: #062538;
	border-radius: 0px 0px 5px 5px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.eventDate p {
	margin: 0px 0px;
	}

.eventDate h2 {
	line-height: 1;
	color: #FFFFFF;
	padding: 0px 0px;
	}

.event-itemBox:hover .eventDate,
.homeNewsletter-itemBox a:hover .eventDate {
	background: #E21D34;
	}

.event-photoBox {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 10px;
	padding-bottom: 81.25%;
	}
	
.event-photoBox figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.event-photoBox figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.event-itemBox a:hover .event-photoBox figure img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	}

.event-infoBox {
	position: relative;
	display: block;
	padding: 40px 40px;
	}

.event-infoBox h4 {
	line-height: 1.4;
	padding: 0px 0px;
	margin-bottom: 35px;
	}

.event-readMore {
	position: relative;
	display: block;
	color: #222222;
	font-weight: 700;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.event-itemBox a:hover .event-readMore {
	color: #E21D34;
	}

/*Event*/

.event-details-section {
	position: relative;
	display: block;
	}

.event-details-section .row .col-lg-8 {
	width: 70%;
	}

.event-details-section .row .col-lg-4 {
	width: 30%;
	}

.edm-section {
	position: relative;
	display: block;
	color: #555555;
	}

.event-main-banner {
	position: relative;
	display: block;
	margin-bottom: 65px;
	}

.event-main-banner .eventDate {
	right: 30px;
	background: #E21D34;
	}

.event-main-banner img {
	width: 100%;
	border-radius: 20px;
	}

.edm-section .pageTitle {
	}

.edm-section .pageTitle h1 {
	font-size: 50px;
	line-height: 1.2;
	}

ul.edm-ul-info {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -20px 15px;
	list-style-type: none;
	}

ul.edm-ul-info li {
	color: #777777;
	padding: 0px 20px 15px;
	}

ul.edm-ul-info li i {
	font-size: 13px;
	color: #E21D34;
	margin-right: 10px;
	vertical-align: middle;
	}

.edm-subGroup {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.edm-subGroup .published-standard-listing li {
	padding: 0px 0px 15px 28px;
	}

.event-social-media {
	position: relative;
	display: block;
	padding: 70px 0px 0px;
	}

.event-social-media ul {
	display: flex;
	padding: 0px 0px;
	margin: 0px -7px;
	list-style-type: none;
	}

.event-social-media ul li {
	padding: 0px 7px 10px;
	}

.event-social-media ul li h5 {
	font-size: 15px;
	color: #555555;
	padding: 0px 0px;
	font-weight: 400;
	}

.event-social-media ul li a {
	position: relative;
	display: block;
	opacity: 0.5;
	font-size: 17px;
	color: #777777;
	}

.event-social-media ul li a:hover {
	opacity: 1;
	color: #E21D34;
	}

.event-Pagination {
	position: relative;
	display: block;
	padding: 10px 0px 20px;
	}	

.event-rightBox {
	position: relative;
	display: block;
	padding-left: 40px;
	}

.event-search {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}
	
.event-search .form-control {
	height: 52px;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	border-radius: 30px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	padding: 12px 60px 12px 28px;
	}
	
.event-search .form-control:focus,
.event-search .form-control:hover {
	color: #000000;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	}

.event-search .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 0.66;
	color: #222222;
	font-weight: 400;
	}

.event-search .form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 0.66;
	color: #222222;
	font-weight: 400;
	}

.event-search .form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 0.66;
	color: #222222;
	font-weight: 400;
	}

.event-search .form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 0.66;
	color: #222222;
	font-weight: 400;
	}

.event-search-btn {
	position: absolute;
	top: 0%;
	right: 0px;
	z-index: 1;
	width: 52px;
	height: 52px;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	padding: 10px 5px;
	text-align: center;
	border-radius: 52px;
	background: #E21D34;
	border: 1px solid #E21D34;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.event-search-btn:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
	}

.evnet-GroupBox {
	position: relative;
	display: block;
	border-radius: 10px;
	margin-bottom: 40px;
	background: #F5F5F5;
	padding: 35px 35px 20px;
	}

.evnet-GroupBox h4 {
	margin-bottom: 25px;
	border-bottom: 1px solid #cfcfcf;
	}

.evnet-GroupBox .NiceSelect {
	margin-bottom: 15px;
	}

.recent-newsListing {
	position: relative;
	display: block;
	}

.recent-newsListing>.recent-newsItem {
	position: relative;
	display: block;
	padding: 28px 0px;
	border-bottom: 1px solid #cfcfcf;
	}

.recent-newsListing>.recent-newsItem:first-child {
	padding-top: 0px;
	}

.recent-newsListing>.recent-newsItem:last-child {
	border: none;
	padding-bottom: 15px;
	}

.recent-newsItem a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}
	
.recent-newsItem a h6 {
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.recent-newsItem a:hover h6 {
	color: #E21D34;
	}

.recent-linkBtn {
	color: #222222;
	text-decoration: underline;
	}

/* Pagination */

.pagination-row {
    justify-content: center;
    }
	
/* Pagination */

.pagination, .page-item .page-link {
	border-radius: 10px 10px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px -1px;
    }
	
.page-item {
    font-weight: 300;
	margin: 10px 3px;
	font-size: 16px;
	}
	
.page-link {
	position: relative;
	display: flex;
	width: 25px;
	height: 62px;
	padding: 0px;
    border: none;
	color: #222222;
    font-weight: 700;
	margin: 0px auto;
	line-height: normal;
	align-items: center;
	justify-content: center;
	background: transparent;
    border-radius: 10px 10px;
	}

.page-item.page-prev {
	margin-right: 15px;
	}

.page-item.page-next {
	margin-left: 15px;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
	display: flex;
	width: 62px;
	height: 62px;
	font-size: 18px;
    color: #ffffff;
	padding: 0px 0px;
	align-items: center;
    background: #6F6F6F;
	justify-content: center;
	}
	
.page-item.disabled .page-link {
	opacity: 0.1;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
	color: #A00013;
    background: transparent;
    border-color: transparent;
	text-decoration: none !important;
	}
	
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
	color: #ffffff;
    background: #A00013;
    border-color: #A00013;
	}

/* Content Area */

.contentArea {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
    padding: 0px;
	display: block;
	margin: 0px auto 0px;
	}

.inner-banner figure {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }

.inner_banner_caption .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.inner_banner_caption .captionContainer {
    position: relative;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	font-size: 75px;
	color: #222222;
	line-height: 1.2;
	font-weight: 900;
	padding-bottom: 10px;
	text-transform: none;
	}
	
.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 0px;
	}

.nobanner .breadcrumb-container {
	text-shadow: none;
	text-align: center;
	background: #F5F5F5;
	padding: 28px 0px 18px;
	}

.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #E21D34;
	font-size: 0px;
	font-weight: 700;
	margin: 0px auto;
	padding: 0px 0px;
	text-transform: none;
	list-style-type: none;
	}

.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
	vertical-align: bottom;
	}
	
.nobanner .breadcrumb-container ul li {
	margin-bottom: 10px;
	}

.breadcrumb-container ul li:first-child {
	text-shadow: none;
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #222222;
	display: block;
	font-weight: 700;
	overflow: hidden;
	line-height: 24px;
	margin: 0px 0px;
	padding: 0px 0px;
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 16px;
	color: #222222;
	content: '/';
	margin: 0px 12px;
	display: inline-block;
	vertical-align: baseline;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	color: #E21D34;
	}

.pageTitle,
.pageTitle1,
.pageTitle2 {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 25px;
	}

.pageTitle2 {
	margin-bottom: 50px;
	padding: 0px 0px 28px;
	}

.pageTitle2::after {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
	height: 6px;
	width: 112px;
	margin: 0px auto;
	background: #E21D34;
	}

.pageTitle h1,
.pageTitle h2,
.pageTitle h3,
.pageTitle h4,
.pageTitle h5,
.pageTitle h6,
.pageTitle1 h1,
.pageTitle1 h2,
.pageTitle1 h3,
.pageTitle1 h4,
.pageTitle1 h5,
.pageTitle1 h6,
.pageTitle2 h1,
.pageTitle2 h2,
.pageTitle2 h3,
.pageTitle2 h4,
.pageTitle2 h5,
.pageTitle2 h6 {
	padding-bottom: 0px;
	}
	
.pageTitle h1,
.pageTitle h2 {
	font-size: 32px;
	color: #000000;
	line-height: 1.4;
	}

.pageTitle1 h1,
.pageTitle1 h2,	
.pageTitle2 h1,
.pageTitle2 h2 {
	font-size: 50px;
	line-height: 1.4;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	position: relative;
	font-size: 50px;
	color: #222222;
	line-height: 1.4;
	font-weight: 700;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 20px;
	letter-spacing: normal;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1F1F1F;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	}
	
h2, .h2 {
	font-size: 50px;
	}
	
h3, .h3 {
	font-size: 32px;
	}
	
h4, .h4 {
	font-size: 25px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 18px;
	}

p {
    margin: 0 0 20px;
	line-height: 1.6;
	}

p:last-child {
	margin: 0px 0px;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing,
ol.ol-listing {
	display: block;
	padding: 0px;
	width: 100%;
	color: #686868;
	font-size: 18px;
	margin: 0px 0px;
	text-align: left;
	font-weight: 400;
	list-style-position: inside;
	}
	
ul.ul-listing.text-center,
ol.ol-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative; 
	list-style-type: none;
	padding: 2px 0px 2px 20px;
	}
	
ul.ul-listing li:before {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
    content: '';
	left: auto;
    border: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	color: #ffffff;
    font-size: 13px;
	font-weight: 900;
	overflow: hidden;
	margin-left: -20px;
    background: #E07E34;
    border-radius: 100%;
	}
	
ul.ul-listing li p {
	margin-bottom: 0px;
	}

ul.ul-listing ul {
	margin: 10px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 24px;
    margin-bottom: 10px;
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
	}

.details-container {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    }
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	display: flex;
	z-index: 5;
	width: 60px;
	height: 60px;
	font-size: 20px;
	color: #AFAFAF;
	align-items: center;
    border-radius: 10px;
	background: #6F6F6F;
	justify-content: center;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}
	
.slick-prev {
	left: -80px;
	}
	
.slick-next {
	right: -80px;
	}

.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: #ffffff;
	background: #A00013;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-dots {
    width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
    position: relative;
	width: 11px;
	height: 11px;
	margin: 0px 5px;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(256, 256, 256, 0.5);
	border: 1px solid rgba(256, 256, 256, 0.5);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #ffffff;
    border-color: #ffffff;
	}
	
.slick-dots li button {
    position: absolute;
    display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li:hover button,
.slick-dots li:focus button,
.slick-dots li.slick-active button {
	opacity: 1;
	}

.slick-dots li button:before {
	line-height: 11px;
	font-size: 0px;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #ffffff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

/* Custom Slick Nav */

.customPrevBtn,
.customNextBtn {
    position: relative;
    cursor: pointer;
	z-index: 5;
	width: 44px;
	height: 44px;
	font-size: 0px;
	background: none;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.11);
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}
	
.customPrevBtn {
	padding: 0px 0px 0px 44px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.customNextBtn {
	padding: 0px 44px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.customPrevBtn:hover,
.customPrevBtn:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.customNextBtn:hover,
.customNextBtn:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

/* Link Button */

.link-btn,
.link-btn1 {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 16px;
	margin: 0px auto 0px;
	}

.link-btn a,
.link-btn1 a {
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	min-width: 175px;
	line-height: 25px;
	padding: 12px 28px;
	vertical-align: top;
	border-radius: 30px;
	display: inline-block;
	background: #062538;
	border: 1px solid #062538;
	text-decoration: none !important;
	}

.link-btn a:hover {
	color: #ffffff;
	background: #E21D34;
	border-color: #E21D34;
	}

.link-btn1 a {
	color: #ffffff;
	background: #E21D34;
	border-color: #E21D34;
	}

.link-btn1 a:hover {
	color: #ffffff;
	background: #062538;
	border-color: #062538;
	}

.photoContainer {
	position: relative;
	display: block;
	width: 100%;
    overflow: hidden;
	margin: 0px 0px 30px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 0px 0px;
    max-width: 1920px;
	}
	
/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	color: #222222;
	font-size: 16px;
    font-weight: 400;
	overflow: hidden;
	line-height: 24px;
    padding: 90px 0px 80px;
	}
	
.footer {
	position: relative;
    max-width: 1430px;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #222222;
	}

.footer a:hover {
    color: #E21D34;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
    max-width: 70%;
	}

.ftcol2 {
	width: 30%;
	}

.footer-infoBox {
	position: relative;
	display: block;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
	display: block;
	font-size: 24px;
    color: #222222;
    font-weight: 700;
	margin: 0px 0px 25px;
	letter-spacing: -0.48px;
	}

/* Footer Nav */

ul.footer-nav {
    position: relative;
	display: block;
	padding: 0px;
	font-size: 16px;
	margin: 0px 0px;
	list-style-type: none;
	}

ul.footer-nav.twoCol {
	column-count: 2;
	margin: 0px -15px;
	}

ul.footer-nav.twoCol li {
	padding: 0px 15px;
	}

ul.footer-nav li {
    position: relative;
	display: block;
	margin: 0px auto 18px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #222222;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
	color: #E21D34;
	}

ul.footer-nav li.selected a {
	font-weight: 700;	
	}

.footer-contact-info-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.footer-location {
	position: relative;
	display: block;
	color: #222222;
	max-width: 402px;
	text-align: left;
	line-height: 24px;
	margin: 0px 0px 28px;
	padding: 0px 30px 0px 25px;
	}

.footer-location p {
	margin-bottom: 15px;
	}

.footer-contact-info-box.twoCol {
	column-count: 2;
	}

.footer-contact-info-box .footer-location i {
	position: absolute;
	top: 6px;
	left: 0px;
	font-size: 14px;
	color: #E21D34;
	}	

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
    line-height: 24px;
	padding: 35px 0px;
	text-align: center;
	}

.copyright::before {
	position: absolute;
	left: 0px;
	top: -35px;
	width: 100%;
	height: 1px;
	content: '';
	background: #d9d9d9;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	color: #747474;
	margin: 0px auto;
    line-height: 24px;
	}

.copyright a {
	display: inline-block;
	color: #747474;
	}

.copyright strong {
	background: url("../images/verz-logo.png") no-repeat scroll right center;
	padding-right: 22px;
	font-weight: 400;
	}

.copyright a:hover {
	color: #E21D34;
	font-weight: 400;
	text-decoration: underline;
	}

/* Contact Info Container */

.contact-info-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 100px 0px;
	}

.contact-info-container>.wide-container>.row>.col-lg-7 {
	width: 56%;
	align-self: center;
	}

.contact-info-container>.wide-container>.row>.col-lg-5 {
	width: 44%;
	}

.contact-detailsBox {
	position: relative;
	display: block;
	padding-right: 40px;
	}

.contact-detailsBox .pageTitle2 h2 {
	font-size: 34px;
	}

.contact-detailsBox .pageTitle2::after {
	margin: 0px 0px;
	}

.cgb-info {
	position: relative;
	display: block;
	}

.cgb-itemBox {
	position: relative;
	display: block;
	margin-bottom: 50px;
	}

.cgb-info .cgb-itemBox:last-child {
	margin: 0px 0px;
	}

.cgb-itemBox>.row {
	margin: 0px -15px;
	}

.cgb-itemBox .row .col,
.cgb-itemBox .row .col-auto,
.cgb-itemBox .row .col-md-6 {
	padding: 0px 15px;
	}

.contact-icon {
	position: relative;
	display: block;
	width: 65px;
	padding-top: 8px;
	margin: 0px 0px 15px;
	}

.contact-icon img {
	max-width: 65px;
	}

.cgb-title {
	position: relative;
	display: block;
	}

.cgb-title h4 {
	padding-bottom: 12px;
	}

.cgb-groupBox {
	position: relative;
	display: block;
	}

.cgb-groupBox h6 {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	padding: 0px 0px;
	margin-bottom: 28px;
	}

.cgb-email {
	position: relative;
	display: block;
	}

.cgb-email a {
	color: #555555;
	}

.cgb-email a:hover {
	color: #E21D34;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: flex;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
    height: 51px;
    font-size: 16px;
	color: #333333;
    border-radius: 30px;
    line-height: normal;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 12px 40px 12px 25px;
	}

.nice-select,
.nice-select .list {
	font-size: 16px;
	font-weight: 400;
	color: #9E9E9E;
	background: #FFFFFF;
	}

.nice-select.open, .nice-select:active, .nice-select:focus {
	border-color: #E21D34;
	background-color: #ffffff;
	}

.nice-select:hover {
	border-color: #E21D34;
	}

/* .nice-select .current {
	opacity: 1;
	font-weight: 500;
	color: #1F1F1F;
	} */

.nice-selected .nice-select .current {
	opacity: 1;
	font-weight: 400;
	color: #1F1F1F;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
	color: #000000;
	display: block;
	line-height: 1;
	font-size: 14px;
	content: "\f107";
	font-weight: 900;
	pointer-events: none;
	margin: 0px !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	color: #E21D34 !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f106";
	}

.nice-select.open .list {
	opacity: 1;
	pointer-events: initial;
	transform: scale(1) translateY(0);
	}

.nice-select.disabled {
	opacity: 0.5;
	color: #ffffff;
	pointer-events: none;
	border-color: #ffffff;
	}

.nice-select.disabled:after {
	border-color: #ffffff;
	}

.nice-select .list {
	position: absolute;
	margin-top: 0px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 9999;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	border-radius: 0px;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #FAFAFA;
	transform: scale(0.75) translateY(-25px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

.nice-select .list:hover .option:not(:hover) {
	color: #1d1d1d !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 400;
	cursor: pointer;
	outline: none;
	color: #1d1d1d;
	font-size: 14px;
	min-height: 40px;
	background: none;
	line-height: 30px;
	padding: 5px 20px;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #ffffff;
	background: #E21D34;
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #ffffff;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
    width: 100%;
	color: #ffffff;
	margin: 0px auto;
	border-radius: 20px;
	background: #062539;
	padding: 85px 60px 100px;
	}

.contactForm .pageTitle2 {
	margin-bottom: 42px;
	}

.contactForm .pageTitle2 h2 {
	color: #ffffff;
	line-height: 1.2;
	}
	
.contactForm .pageTitle2::after {
	margin: 0px 0px;
	}
	
.form-container {
	position: relative;
	display: block;
	padding: 25px 0px 0px;
	}

.form-container .row {
	margin: 0px -10px;
	}

.form-container .row .col-lg-6,
.form-container .row .col-lg-12 {
	padding: 0px 10px;
	}

.contactForm .btn-primary,
.contactForm .btn-secondary {
	}
	
.control-label {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 14px;
	text-transform: none;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 170px;
	right: 0px;
	z-index: 1;
    margin-right: -12px;
	}

.required-field {
	color: #C4171B;
	}

.form-container .form-group span.wpcf7-form-control-wrap {
    position: relative;
	display: flex;
    }
    
.form-container .form-group span.wpcf7-form-control-wrap .nice-select::after {
    color: #ffffff;
    }
    
.contactForm .form-group .nice-selected .nice-select .current {
    color: #ffffff !important;
    }
    
.map-container {
	position: relative;
	display: block;
	width: auto;
	height: 360px;
	overflow: hidden;
	border-radius: 20px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 25px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	position: relative;
	display: block;
	width: 100%;
	height: 51px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 25px;
	border-radius: 25px;
	background-image: none;
	border: 1px solid #4F6371;
	background-color: #4F6371;
	}

textarea.form-control {
	min-height: 120px;
	line-height: 24px;
	border-radius: 25px;
	height: auto !important;
	}

textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: #ffffff;
	outline: none !important;
	border: 1px solid #ffffff;
	background-color: #4F6371;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 0.5;
	color: #FFFFFF;
    font-weight: 400;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #FFFFFF;
    font-weight: 400;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 0.5;
	color: #FFFFFF;
    font-weight: 400;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 0.5;
	color: #FFFFFF;
    font-weight: 400;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button:hover, 
input[type=number]::-webkit-outer-spin-button:hover {
	-webkit-appearance: none;
	margin: 0;
	}
	
input[type="number"] {
	-moz-appearance: textfield;
	}

.btn-primary {
	position: relative;
	display: block;
	width: auto;
	color: #E21D34;
	font-size: 16px;
	margin: 0px 0px;
	min-width: 140px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	padding: 12px 35px;
	border-radius: 25px;
	background: #ffffff;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffffff; background: #E21D34; border-color: #E21D34; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background: #E21D34; border-color: #E21D34; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background: #E21D34; border-color: #E21D34; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}
	
.thank-you-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.thank-you-content-area {
	position: absolute;
	z-index: 5;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }
	
.thank-you-content-area .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.thank-you-content-area .captionContainer {
	padding: 0px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
    color: #222222;
	font-size: 16px;
    max-width: 550px;
	}
	
.thank-you-content h1 {
	color: #222222;
	font-size: 75px;
	line-height: 1.1;
	font-weight: 900;
	padding-bottom: 30px;
	}

.thank-you-content p {
	margin: 0px 0 45px;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span {
	background: #E21D34;
	margin: 5px 0px 0px auto;
	}

.mean-container a.meanmenu-reveal {
	color: #E21D34;
	}

.mean-container .mean-nav {
	margin-top: 61px;
	}

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: #E21D34 !important;
	}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a {
	background: #000000;
	}

.wabagency-content iframe {
	width: 100%;
	height: 600px;
	}

.leadItem-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}
	
.leadItem-box a {
	position: relative;
	display: block;
	color: #555555;
	}

.leadItem-pic-container {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin: 0px auto 20px;
	padding-bottom: 120.54%;
	}
	
.leadItem-pic-container figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.leadItem-pic-container figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	}

.leadItem-content {
	position: relative;
	display: block;
	text-align: center;
	}

.leadItem-content h4 {
	font-size: 20px;
	padding-bottom: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.leadItem-box:hover h4 {
	color: #E21D34;
	}
	
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1799.98px) {
	.header-container { padding: 0px 30px; }
	.homeNewsletter-container { max-width: 1600px; }
	}

@media (max-width: 1699.98px) {
	body, .thank-you-content-area .thank-you-content, .nav>ul>li>a, .header-contact-btn a, .link-btn, .link-btn1, .footer-top, ul.footer-nav, .breadcrumb-container ul li, .cgb-groupBox h6, .control-label, .form-control, .form-custom-select, .form-select, .btn-primary, .newsletter-box .form-control, .accordion-button, .filter-select-text, .nice-select, .nice-select .list, .event-itemBox, .event-itemBox a, .eventDate, .eesc-infoBox, .link-url a, .homeNewsletter-itemBox a { font-size: 14px; }
	.footer-bottom { font-size: 13px; }
	.container { max-width: 1000px; }
	.wide-container { max-width: 1200px; }
	h1, .h1 { font-size: 35px; }
    h2, .h2 { font-size: 35px; }
    h3, .h3, .asrs-subBox h3 { font-size: 26px; }
    h4, .h4 { font-size: 22px; }
    h5, .h5, .leadership-listBox h4, .leadItem-content h4 { font-size: 18px; }
    h6, .h6 { font-size: 14px; }
	.pageTitle1 h1, .pageTitle1 h2, .pageTitle2 h1, .pageTitle2 h2, .edm-section .pageTitle h1 { font-size: 35px; }
	.contactForm .pageTitle2 { margin-bottom: 30px; }
	.form-container { padding: 15px 0px 0px; }
	.logo { width: 300px; height: 59px; }
	.header-logoBox img { max-height: 68px; max-width: 160px; }
	.nav>ul>li>a { padding: 41px 0px 42px; }
	.header-logoBox { padding-left: 0px; }
	.nav>ul>li { margin: 0px 20px; }
	.thank-you-content h1, .inner_banner_caption .captionContainer .innerBannerHeading1, .banner_caption .captionContainer .bannerHeading1 { font-size: 60px; }
	.footer-head { font-size: 20px; }
	.contact-detailsBox .pageTitle2 h2 { font-size: 28px; }
	.contactForm { padding: 50px 25px 60px; }
	.contact-detailsBox { padding-right: 20px; }
	.ctc-section .container { max-width: 700px; }
	.pageTitle2 { margin-bottom: 35px; padding: 0px 0px 20px; }
	.pageTitle2::after { height: 4px; width: 100px; }
	.event-infoBox { padding: 30px 30px; }
	.page-item.page-prev .page-link, .page-item.page-next .page-link { width: 50px; height: 50px; font-size: 16px; }
	.page-link { height: 50px; }
	.evnet-GroupBox { margin-bottom: 30px; padding: 30px 25px 20px; }
	.nice-select { padding: 16px 40px 16px 25px; }
	.banner_caption .captionContainerInner { max-width: 580px; }
	.asrs-rightBox { padding-left: 110px; }
	.asrs-subBox h3::after { width: 70px; left: -110px; }
	.eesc-thumbIcon-box { width: 200px; height: 200px; margin: 0px auto 70px; border: 7px solid #222; }
	.eesc-thumbIcon-box::after { bottom: -65px; font-size: 28px; }
	.eesc-thumbSlider { margin-bottom: 30px; }
	.homeFeature-container { max-width: 1405px; }
	.homeNewsletter-section::before { left: 50px; }
	.homeNewsletter-container { max-width: 1435px; }
	.homeNewsletter-info { padding: 70px 40px 25px; }
	.footer-location { max-width: 320px; }
	.ftcol { max-width: 66%; }
	.ftcol2 { max-width: 34%; width: auto; }
	.eesc-thumbIcon-box::before { top: 110px; right: -65px; width: 70px; height: 39px; }
	ul.tabstyle1>li .eesc-thumbIcon-box::before { right: -88px; width: 96px; height: 53px; }
	}

@media (max-width: 1599.98px) {
	.homeNewsletter-container { max-width: 1352px; }
	}

@media (max-width: 1499.98px) {
	.homeNewsletter-container { max-width: 1326px; }
	}

@media (max-width: 1399.98px) {
	.header-container { padding: 0px 15px; }
	.nav>ul>li { margin: 0px 15px; }	
	.contact-info-container, .homeNewsletter-section { padding: 70px 0px; }
	.main-container { padding: 70px 0px 50px; }
	.homeBannerSlider .slick-dots { top: 25%; left: 5%; }
	.homeIntro-item, .homeIntro-item2 { padding: 150px 0px 40px; }
	.homeGloab-pic img { max-width: 400px;}
	.homeGloab-pic { top: -100px; right: -30px; }
	.homeIntro-item2 .homeGloab-pic { left: -50px; }
	.aboutIntro-container, .whatDo-section { padding: 70px 0px 50px; }
	.structure-section { padding: 60px 0px; }
	.leadership-section { padding: 60px 0px 35px; }
	.feature-tab-body { padding-left: 15px; }
	.homeFeature-container { padding: 70px 100px 50px; }
	.homeFeature-section { padding: 30px 0px 70px; }
	ul.tabstyle1 { margin: 0px auto 30px; }
	.featured-events-section { padding: 70px 0px 50px; }
	.homeNewsletter-section::before { left: 15px; }
	.homeNewsletter-container { max-width: 1284px; }

	}
	
@media (max-width: 1299.98px) {
	.nav>ul>li>a { padding: 25px 0px; }
	.logo { width: 220px; height: 43px; margin: 20px 0px; }
	.header-logoBox img { max-height: 48px; max-width: 110px; }
	.footer-top { padding: 60px 0px 40px; }
	.footer-bottom { padding: 20px 0px; }
	.copyright::before { top: -20px; }
	.event-infoBox { padding: 20px 15px; }
	.asrs-rightBox { padding-left: 80px; }
	.asrs-subBox h3::after { width: 50px; left: -80px; }
	.homeFeature-container { padding: 50px 40px 30px; }
	.homeNewsletter-container { max-width: 1230px; }
	.homeNewsletter-itemBox { width: 800px; }
	.homeNewsletter-section { padding: 70px 0px 40px; }
	.homeNewsletter-section::before { bottom: 50px; }
	.featured-events-title { padding-left: 15px; }
	.homeNewsletter-container { max-width: 100%; padding-left: 30px; }
	}
	
@media (max-width: 1199.98px) {
	body.body-noscroll { height: 100%; overflow: hidden; }
    .bottomHeaderContainer { position: relative; top: auto; left: auto; background: #E07E34; min-height: 44px; }
    .topRightHeader { position: absolute; left: 0px; top: 0px; width: 100%; }
    .headerGroupContainer { z-index: 5; margin: 20px 60px 20px auto; }
    .nav-wrapper { float: none; margin: 0px auto; height: 40px; z-index: 1; position: absolute; left: 0px; right: 0px; }
    .headerTop.active .nav-wrapper { z-index: 1111; }
    .nav-container { position: absolute; top: auto; margin: 0px; display: block; clear: both; left: 0px; right: 0px; }
    .nav-wrapper .nav, .searchHead-box, .lang-btn i { display: none !important; }
    .mean-container a.meanmenu-reveal { top: 0px; right: 0px !important; padding-right: 5px; text-align: center !important; }
    .headerTop.active .mean-container .mean-nav { height: 367px; overflow: hidden; }
    .mean-container .mean-nav ul { height: 100%; overflow: auto; }
	.headMore-box { padding-right: 50px; }
	.header-contact-btn { display: none !important; }
	.contact-detailsBox { padding-right: 0px; }
	.ctc-section { padding: 60px 0px; }
	.event-rightBox { padding-left: 0px; }
	.homeBannerSlider .slick-dots { top: 22%; left: 15px; }
	.banner_caption .captionContainerInner { margin-left: 30px;}
	.homeIntro-content { padding: 20px 25px 30px 0px; }
	.homeIntro-item2 .homeIntro-content { padding: 0px 0px 30px 25px; }
	.homeIntro-subContent .link-url { padding-top: 5px; }
	.homeIntro-content .pageTitle1 { padding-bottom: 30px; }
	.aboutIntro-content { padding-left: 0px; }
	.aboutIntro-text { padding-left: 30px; }
	.aboutIntro-text::before { width: 3px; height: 60px; }
	.intro-groupBox { padding: 30px 20px 40px; }
	.whatDo-section .aboutIntro-content { padding: 0px 0px; }
	.scl-row6>li { width: 20% !important; }
	.slick-prev, .slick-next { width: 40px; height: 40px; font-size: 14px; }
	.eesc-thumbSlider { padding: 0px 50px; }
	.eesc-topTitle::before { height: 60px; }
	.eesc-topTitle { padding-bottom: 70px !important; }
	.eesc-infoBox .published-standard-listing li { padding-bottom: 15px; }
	.slide-button .slick-arrow { width: 40px; height: 40px; font-size: 14px; }


	}

@media (min-width: 1199.98px) {
	.webnone { display: none !important; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.thank-you-content-area, .inner_banner_caption, .banner_caption { position: relative; top: auto; left: auto; padding: 30px 0px; background: #efefef; }
	.thank-you-content-area .thank-you-content { max-width: 100%; }
	.thank-you-content h1 { font-size: 45px; padding-bottom: 20px; }
	.thank-you-content p { margin: 0px 0 30px; }
	.ftcol, .footer-location { width: 100%; max-width: 100%; }
	.footer-contact-info-box.twoCol { column-count: 1; }
	.inner_banner_caption .captionContainer .innerBannerHeading1, .banner_caption .captionContainer .bannerHeading1 { font-size: 45px; }
	.contact-info-container>.wide-container>.row>.col-lg-7, .contact-info-container>.wide-container>.row>.col-lg-5, .event-details-section .row .col-lg-4, .event-details-section .row .col-lg-8 { width: 100%; }
	.contact-detailsBox { margin-bottom: 30px; }
	.accordion-button { padding: 15px 40px 15px 15px; }
	.accordion-item { margin-bottom: 15px; }
	.standards-accordion-body { padding: 30px 15px; }
	ul.published-standard-listing>li { padding: 0px 0px 15px 28px; }
	.accordion-button::after { font-size: 14px; }
	.event-listing>.event-item { width: 50%; }
	.event-infoBox h4 { margin-bottom: 25px; }
	.event-main-banner { margin-bottom: 45px; }
	.link-btn a, .link-btn1 a { min-width: 160px; padding: 10px 23px; }
	.banner_caption .captionContainerInner { max-width: 100%; }
	.banner_caption .captionContainer .bannerHeading1 { padding-bottom: 25px; }
	.banner_caption .captionContainerInner { margin: 0px 0px 30px;     text-align: center; }
	.homeBannerSlider .slick-dots { top: auto; bottom: 20px; left: 0px; right: 0px; text-align: center; }
	.homeBannerSlider .slick-dots li { display: inline-block; margin: 0px 10px; }
	.homeBannerSlider .slick-dots li.slick-active { margin-bottom: 0px; }
	.homeBannerSlider .slick-dots li::before, .aslg-logo::after, .asrs-rightBox::before, .asrs-subBox h3::after { display: none; }
	.homeIntro-item, .homeIntro-item2 { padding: 80px 0px 0px; }
	.homeIntro-content, .homeIntro-item2 .homeIntro-content { padding: 20px 0px; margin: 0px 0px; }
	.homeIntro-subContent::before { top: 1px; width: 3px; height: 60px; }
	.homeIntro-subContent { padding-left: 15px; min-height: 60px; }
	.homeIntro-subContent .link-url { padding-top: 0px; }
	.homeGloab-pic { top: -50px; }
	.aboutIntro-content .pageTitle1 { padding-bottom: 20px; }
	.aboutIntro-container { padding: 70px 0px 30px; }
	.aslg-logo { text-align: center; margin-bottom: 30px;}
	.asrs-rightBox { padding-left: 0px; }
	.about-structure-box { padding: 0px 0px; }
	.asrs-subBox h3 { text-align: center; }
	.structure-section { padding: 30px 0px 60px; }
	.scl-row6>li { width: 25% !important; }
	.eesc-infoBox { padding: 25px 15px; }
	.leadership-listBox a { padding: 60px 20px; }
	.homeNewsletter-itemBox { width: 100%; }
	.homeNewsletter-container { padding-right: 15px; padding-bottom: 20px; }
	.homeNewsletter-info { position: relative; bottom: auto; left: auto; width: 100%; margin-top: 30px; padding: 70px 20px 25px; }
	.homeNewsletter-itemBox a .nhcb-group { opacity: 1; height: auto; }
	.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 15px; } 
	.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; } 
	.tab-holder.TabsAccordion .nav-tabs { display: none; }
	
	}

@media (min-width: 992px) {	
	.tab-holder.TabsAccordion .collapse { display: block; } 
	.tab-holder.TabsAccordion .accordion-header { display: none; } 
	}

@media (max-width: 800px) {
	.scl-row6>li { width: 33.3333% !important; }
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    h1, .contact-detailsBox .pageTitle2 h2, .pageTitle1 h1, .pageTitle1 h2, .pageTitle2 h1, .pageTitle2 h2, .banner_caption .captionContainer .bannerHeading1, .pageTitle h1, .pageTitle h2 { font-size: 26px !important; letter-spacing: 0px !important; }
	h2 { font-size: 26px; letter-spacing: 0px !important; }
	h3, .ctc-section h2, .asrs-subBox h3 { font-size: 22px; letter-spacing: 0px !important; }
	h4 { font-size: 18px; letter-spacing: 0px !important; }
	h5, .leadership-listBox h4 { font-size: 16px; letter-spacing: 0px !important; }
	h6 { font-size: 14px; letter-spacing: 0px !important; }
	.header-logoBox { display: none; }
	.headMore-box ul { margin: 0px -5px; }
	.headMore-box ul li { padding: 0px 5px; }
	.headMore-box { padding-right: 45px; }
	.logo { width: 180px; height: 36px; }
	.footer-location { padding: 0px 0px 0px 25px; }
	ul.footer-nav.twoCol, .homeFeature-container ul.published-standard-listing { column-count: 1; }
	.cgb-groupBox { margin-bottom: 35px; }
	.cgb-itemBox .row .col, .cgb-itemBox .row .col-auto { max-width: 100%; width: 100%; }
	.cgb-groupBox h6 { margin-bottom: 15px; }
	.cgb-itemBox { margin-bottom: 0px; }
	.contactForm { padding: 30px 15px 50px; }
	.event-listing>.event-item { width: 100%; }
	.event-infoBox h4 { margin-bottom: 15px; }
	.event-itemBox { box-shadow: 0px 10px 30px #BFBFBF29; }
	.filter-select-box .nice-select { min-width: auto; }
	.mean-container .mean-nav { margin-top: 58px; }
	.evnet-GroupBox { padding: 30px 15px 20px; }
	.event-social-media { padding: 20px 0px 0px; }
	.event-Pagination .row {  justify-content: center; text-align: center; }
	.event-Pagination { padding: 10px 0px 0px; }
	ul.standard-committees-listing>li, .scl-row6>li { width: 50% !important; }
	.eesc-thumbIcon-box { width: 150px; height: 150px; border: 5px solid #222; }
	.homeFeature-container { padding: 40px 20px 20px; }
	.featured-events-title { text-align: center; margin-bottom: 40px; }
	.featured-events-title .row .col-auto { padding-top: 20px; width: 100%; max-width: 100%; }
	ul.featured-headUl { justify-content: center; }
	.featured-events-title .pageTitle2::after { margin: 0px auto; }
	.eesc-thumbIcon-box::before { top: 75px; right: -51px; width: 54px; height: 30px;}
    }

@media (min-width: 768px) {
	}
	
@media (max-width: 575.98px) {
	}

@media (min-width: 576px) {
	}

@media (max-width: 480px) {
	/* ul.standard-committees-listing>li, .scl-row6>li { width: 50% !important; } */
	
	}
	
@media (max-width: 399.98px) {
	.event-Pagination .row .col-auto { width: 100%; max-width: 100%; }
	.link-btn a, .link-btn1 a { width: 100%; }
    }

@-ms-viewport{ width: auto !important; }