@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'poppinsmedium';
	src: url('fonts/poppins-medium-webfont.woff2') format('woff2'),  url('fonts/poppins-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppinsregular';
	src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),  url('fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppinslight';
	src: url('fonts/poppins-light-webfont.woff2') format('woff2'),  url('fonts/poppins-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppinsbold';
	src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),  url('fonts/poppins-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppinsextrabold';
	src: url('fonts/poppins-extrabold-webfont.woff2') format('woff2'),  url('fonts/poppins-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
}
.header {
	width: 100%;
}
.header_top {
	width: 100%;
	background: #003366;
	padding: 15px 0;
}
.header_top span {
	float: right;
	color: #fff;
	font-size: 14px;
	margin: 20px 18px 0 0;
	display: inline-block;
	font-family: Arial;
}
.header_top span a {
	color: #fff;
	text-decoration: none;
}
.header_top span i {
	margin-right: 7px;
}
ul.social_icons {
	margin: 15px 0 0px 0;
	padding: 0;
	float: right;
}
ul.social_icons li {
	margin: 0;
	list-style: none;
	display: inline;
	padding: 0 7px;
	color: #fff;
	font-size: 20px;
}
ul.social_icons li a {
	color: #fff;
	text-decoration: none;
}
.carousel-inner p {
	line-height: 25px;
	color: #333;
}
/*MENU*/
.menu_part .main-menu-more {
	display: none;
}
button.submenu-expand {
	display: none;
}
button.menu-item-link-return {
	display: none;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	background: #fff;
	font-family: 'poppinsregular';
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 17px 14px;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000000;
	font-weight: 700;
	text-transform: capitalize;
}
#cssmenu > ul > li:hover > a {
	color: #003366;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 24px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 5;
	top: 47px;
	background: #003366;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	height: 40px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 13px 15px;
	width: 228px;
	font-size: 13px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
ul.ngg-breadcrumbs > li {
    background: none !important;
    line-height: normal;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
 width: 100%;
}
 #cssmenu ul {
 width: 100%;
 display: none;
}
 #cssmenu.align-center > ul {
 text-align: left;
}
 #cssmenu ul li {
 width: 100%;
 border-top: 1px solid rgba(120, 120, 120, 0.2);
}
 #cssmenu ul ul li,  #cssmenu li:hover > ul > li {
 height: auto;
}
 #cssmenu ul li a,  #cssmenu ul ul li a {
 width: 100%;
 border-bottom: 0;
}
 #cssmenu > ul > li {
 float: none;
}
 #cssmenu ul ul li a {
 padding-left: 25px;
}
 #cssmenu ul ul ul li a {
 padding-left: 35px;
}
 #cssmenu ul ul li a {
 color: #dddddd;
 background: none;
}
 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li.active > a {
 color: #ffffff;
}
 #cssmenu ul ul,  #cssmenu ul ul ul,  #cssmenu.align-right ul ul {
 position: relative;
 left: 0;
 width: 100%;
 margin: 0;
 text-align: left;
}
 #cssmenu > ul > li.has-sub > a:after,  #cssmenu > ul > li.has-sub > a:before,  #cssmenu ul ul > li.has-sub > a:after,  #cssmenu ul ul > li.has-sub > a:before {
 display: none;
}
 #cssmenu #menu-button {
 display: block;
 padding: 17px;
 color: #003366;
 cursor: pointer;
 font-size: 12px;
 text-transform: uppercase;
 font-weight: 700;
}
 #cssmenu #menu-button:after {
 position: absolute;
 top: 22px;
 right: 17px;
 display: block;
 height: 8px;
 width: 20px;
 border-top: 2px solid #003366;
 border-bottom: 2px solid #003366;
 content: '';
}
 #cssmenu #menu-button:before {
 position: absolute;
 top: 16px;
 right: 17px;
 display: block;
 height: 2px;
 width: 20px;
 background: #003366;
 content: '';
}
 #cssmenu #menu-button.menu-opened:after {
 top: 23px;
 border: 0;
 height: 2px;
 width: 15px;
 background: #003366;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
 #cssmenu #menu-button.menu-opened:before {
 top: 23px;
 background: #003366;
 width: 15px;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 99;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.2);
 height: 46px;
 width: 46px;
 cursor: pointer;
}
 #cssmenu .submenu-button.submenu-opened {
 background: #003366;
}
 #cssmenu ul ul .submenu-button {
 height: 34px;
 width: 34px;
}
 #cssmenu .submenu-button:after {
 position: absolute;
 top: 22px;
 right: 19px;
 width: 8px;
 height: 2px;
 display: block;
 background: #dddddd;
 content: '';
}
 #cssmenu ul ul .submenu-button:after {
 top: 15px;
 right: 13px;
}
 #cssmenu .submenu-button.submenu-opened:after {
 background: #ffffff;
}
 #cssmenu .submenu-button:before {
 position: absolute;
 top: 19px;
 right: 22px;
 display: block;
 width: 2px;
 height: 8px;
 background: #dddddd;
 content: '';
}
 #cssmenu ul ul .submenu-button:before {
 top: 12px;
 right: 16px;
}
 #cssmenu .submenu-button.submenu-opened:before {
 display: none;
}
}
/*MENU*/
.slider_image {
	width: 100%;
}
.about_company, .testimonial_part {
	width: 100%;
	padding: 40px 0;
}
.about_company h2, .gray_part h2, .testimonial_part h2 {
	font-family: 'poppinsextrabold';
	font-size: 30px;
	color: #003366;
	text-transform: uppercase;
	margin: 4px 0 10px 0;
}
.about_company h3, .gray_part h3, .testimonial_part h3 {
	font-family: 'poppinsmedium';
	font-size: 20px;
	color: #333333;
	margin: 0;
	line-height: 18px;
}
.about_company p, .gray_part p {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.text_center {
	text-align: center;
}
.width_reduce {
	width: 80%;
	margin: 0 auto;
}
a.home_buttom {
	display: block;
	background: #1c8ad1;
	color: #fff;
	padding: 15px 22px;
	border-radius: 10px;
	font-size: 16px;
	width: 145px;
	text-align: center;
}
a.home_buttom5 {
    background: #1c8ad1;
    color: #fff;
    padding: 15px 22px;
    border-radius: 10px;
    font-size: 16px;
    float: left;
    text-align: center;
}
.center_align {
	margin: 0 auto;
	display: block;
}
.gray_part {
	background: #f5f5f5;
	padding: 40px 0;
	box-shadow: 0 8px 6px -6px #0000002e;
}
.gray_part ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gray_part ul li {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    padding: 2px 0 2px 26px;
    background: url(../images/list.png) no-repeat left top 5px;
}
.gray_part ul li a{
    color: #333333;
	text-decoration:none;
}
.gray_part ul li i {
	color: #1c8ad1;
	margin-right: 12px;
	font-size: 20px;
}
.ico_part .icon_image {
	margin: 20px auto;
	display: block;
}
.ico_part h5 {
	font-family: 'poppinsmedium';
	font-size: 17px;
	color: #333333;
	text-align: center;
	margin: 0;
}
.ico_part h4 {
	font-family: 'poppinsmedium';
	font-size: 28px;
	color: #003366;
	text-align: center;
	margin: 4px 0 7px 0;
}
.ico_part p {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	text-align: center;
	padding: 0 15px;
}
.gallery_part {
	width: 100%;
	padding: 40px 0;
	background: #003366;
}
.gallery_part h2 {
	font-family: 'poppinsextrabold';
	font-size: 30px;
	text-align: center;
	margin: 4px 0 10px 0;
	color: #fff;
	text-transform: uppercase;
}
.gallery_part h3 {
	font-family: 'poppinsmedium';
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 0;
	line-height: 18px;
}
.gallery_img {
	width: 100%;
}
.gallery_part a.home_buttom {
	display: block;
	background: #1c8ad1;
	color: #fff;
	padding: 15px 22px;
	border-radius: 10px;
	font-size: 16px;
	float: right;
	width: 145px;
	margin: 30px 0 0 0;
	text-align: center;
}
.footer {
	width: 100%;
	padding: 20px 0;
}
.footer p {
	font-size: 14px;
	color: #003366;
	margin: 0;
	line-height: 30px;
}
ul.footer_icons {
	margin: 0;
	padding: 0;
	float: right;
}
ul.footer_icons li {
	margin: 0;
	list-style: none;
	display: inline;
	padding: 0 7px;
	color: #003366;
	font-size: 20px;
}
ul.footer_icons li a {
	color: #003366;
	text-decoration: none;
}
.testimonial_div {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
}
/*testimonial*/

.carousel {
	margin: 0 auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
	font-family: 'poppinsregular';
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	text-align: center;
}
.carousel .overview {
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #1c8ad1;
}
.carousel .carousel-control {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
	display: none;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {
	background: #555;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.testimonial_div .center-block {
	float: none !important;
}
/*testimonial*/
.latest_news {
	background: #003366;
}
/*Breaking News*/
.breakingNews {
	width: 100%;
	height: 60px;
	background: #003366;
	position: relative;
	overflow: hidden;
}
.breakingNews>.bn-title {
	width: auto;
	height: 40px;
	display: inline-block;
	background: #2096cd;
	position: relative;
}
.breakingNews>.bn-title>h2 {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	line-height: 60px;
	background: #fff;
	font-size: 20px;
	color: #003366;
	height: 60px;
	box-sizing: border-box;
}
.breakingNews>.bn-title>span {
	width: 0;
	position: absolute;
	right: -10px;
	top: 10px;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #2096cd;
}
.breakingNews>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 210px;
	top: 0;
	right: 40px;
	height: 60px;
	font-size: 16px;
}
.breakingNews>ul>li {
	position: absolute;
	height: 60px;
	width: 100%;
	line-height: 40px;
	display: none;
}
.breakingNews>ul>li>a {
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	line-height: 60px;
}
.breakingNews>ul>li>a>span {
	color: #2096cd;
}
.breakingNews>ul>li>a:hover {
	color: #2096cd;
}
.breakingNews>.bn-navi {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
}
.breakingNews>.bn-navi>span {
	width: 20px;
	height: 40px;
	position: absolute;
	top: 0;
	cursor: pointer;
	opacity: 0.3;
	background-image: url(../img/bn-arrows.png);
	background-repeat: no-repeat;
}
.breakingNews>.bn-navi>span:hover {
	opacity: 1;
}
.breakingNews>.bn-navi>span:first-child {
	background-position: left center;
	left: 0;
}
.breakingNews>.bn-navi>span:last-child {
	background-position: right center;
	right: 0;
}
.breakingNews:hover .bn-navi {
	opacity: 1;
}
.bn-large {
	height: 50px;
}
.bn-large>.bn-title {
	height: 50px;
}
.bn-large>.bn-title>h2 {
	line-height: 50px;
	font-size: 26px;
}
.bn-large>.bn-title>span {
	top: 15px;
}
.bn-large>ul {
	height: 50px;
	left: 250px;
	font-size: 20px;
}
.bn-large>ul>li {
	height: 50px;
	line-height: 50px;
}
.bn-large>.bn-navi {
	height: 50px;
}
.bn-large>.bn-navi>span {
	height: 50px;
}
.bn-small {
	height: 30px;
}
.bn-small>.bn-title {
	height: 30px;
}
.bn-small>.bn-title>h2 {
	line-height: 30px;
	font-size: 18px;
}
.bn-small>.bn-title>span {
	top: 5px;
}
.bn-small>ul {
	height: 30px;
	left: 200px;
	font-size: 14px;
}
.bn-small>ul>li {
	height: 30px;
	line-height: 30px;
}
.bn-small>.bn-navi {
	height: 30px;
}
.bn-small>.bn-navi>span {
	height: 30px;
}
/*color styles -----------------------------*/
.bn-red {
	border-color: #f44a56;
}
.bn-red>.bn-title {
	background: #f44a56;
}
.bn-red>.bn-title>span {
	border-left-color: #f44a56;
}
.bn-red>ul>li>a:hover, .bn-red>ul>li>a>span {
	color: #f44a56;
}
.bn-green {
	border-color: #27ae60;
}
.bn-green>.bn-title {
	background: #27ae60;
}
.bn-green>.bn-title>span {
	border-left-color: #27ae60;
}
.bn-green>ul>li>a:hover, .bn-green>ul>li>a>span {
	color: #27ae60;
}
.bn-purple {
	border-color: #795aac;
}
.bn-purple>.bn-title {
	background: #795aac;
}
.bn-purple>.bn-title>span {
	border-left-color: #795aac;
}
.bn-purple>ul>li>a:hover, .bn-purple>ul>li>a>span {
	color: #795aac;
}
.bn-turquoise {
	border-color: #1fb5ad;
}
.bn-turquoise>.bn-title {
	background: #1fb5ad;
}
.bn-turquoise>.bn-title>span {
	border-left-color: #1fb5ad;
}
.bn-turquoise>ul>li>a:hover, .bn-turquoise>ul>li>a>span {
	color: #1fb5ad;
}
.bn-orange {
	border-color: #f46e27;
}
.bn-orange>.bn-title {
	background: #f46e27;
}
.bn-orange>.bn-title>span {
	border-left-color: #f46e27;
}
.bn-orange>ul>li>a:hover, .bn-orange>ul>li>a>span {
	color: #f46e27;
}
.bn-black {
	border-color: #333;
}
.bn-black>.bn-title {
	background: #333;
}
.bn-black>.bn-title>span {
	border-left-color: #333;
}
.bn-black>ul>li>a:hover, .bn-black>ul>li>a>span {
	color: #333;
}
.bn-yellow {
	border-color: #d3ac23;
}
.bn-yellow>.bn-title {
	background: #d3ac23;
}
.bn-yellow>.bn-title>span {
	border-left-color: #d3ac23;
}
.bn-yellow>ul>li>a:hover, .bn-yellow>ul>li>a>span {
	color: #d3ac23;
}
.bn-light {
	border-color: #DDD;
}
.bn-light>.bn-title {
	background: #DDD;
}
.bn-light>.bn-title>h2 {
	color: #333;
}
.bn-light>.bn-title>span {
	border-left-color: #DDD;
}
.bn-light>ul>li>a:hover, .bn-light>ul>li>a>span {
	color: #DDD;
}
.breakingNews>.bn-navi, .breakingNews>ul>li>a, .breakingNews>.bn-navi>span {
	transition: .25s linear;
	-moz-transition: .25s linear;
	-webkit-transition: .25s linear;
}
/*Breaking News*/

/*Inner Page*/
.banner {
	width: 100%;
}
.banner_image img {
	width: 100%;
	position: relative;
}
.banner_heading {
	position: absolute;
	top: 32%;
	left: 50%;
	height: 30%;
	width: 50%;
}
.banner_heading span {
	font-family: 'poppinsextrabold';
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.banner_image {
}
.member_item {
    width: 100%;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 3px 30px -4px #ccc;
    -moz-box-shadow: 0px 3px 30px -4px #ccc;
    box-shadow: 0px 3px 30px -4px #ccc;
    border-radius: 15px;
    float: left;
    min-height: 192px;
    margin-bottom: 30px;
}
.member_image {
	width: 25%;
	float: left;
}
.member_img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: solid 6px #d1d1d1;
    margin: 17px auto 0 auto;
    display: block;
}
.member_description {
    width: 71%;
    float: left;
    margin-left: 20px;
}
.member_description h3{
	font-family: 'poppinsextrabold';
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
}
.member_description h4 {
    font-family: 'poppinsmedium';
    font-size: 17px;
    color: #333;
}
.member_description p {
    font-family: 'poppinslight';
    font-size: 14px;
    color: #000;
}
.member_description p a{
	text-decoration:none;
}
.inner_page {
    padding: 30px 0;
}
.member_item:hover{ background:#003366; cursor:pointer;}
.member_item:hover .member_description h3, .member_item:hover .member_description h4, .member_item:hover .member_description p{ color:#fff;}
.icons_part {
    width: 100%;
    background: #003366;
    padding: 20px 0;
}
.icons_part .inner_image {
    filter: brightness(0) invert(1);
    margin: 10px auto;
    display: block;
}
.icons_part h5 {
	font-family: 'poppinsmedium';
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.icons_part h4 {
	font-family: 'poppinsmedium';
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin: 4px 0 7px 0;
}
.inner_page p {
    font-family: 'poppinsregular';
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 16px;
}
.right_align {
    float: right;
    margin: 0 0px 0px 15px;
    border: solid 5px #ccc;
}
.feedback{
	border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.feedback tr:nth-child(even) {
    background-color: #0033661c;
}
.feedback tr td {
    font-family: 'poppinsregular';
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 16px;
    padding: 20px 40px;
}
.online_payments {
    padding: 50px 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    margin-bottom: 50px;
}
.online_payments h3 {
    font-family: 'poppinsextrabold';
    font-size: 20px;
    color: #003366;
    text-transform: uppercase;
    text-align: center;
    word-spacing: 5px;
    margin: 15px 0 25px 0;
}
.online_payments table {
    width: 80%;
    text-align: center;
}
.online_payments table tr td{
    font-family: 'poppinsmedium';
	font-size:14px;
}
.online_payments table tr td select {
    padding: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 25px #ccc;
    -webkit-box-shadow: inset 0 0 25px #ccc;
    box-shadow: inset 0 0 25px #ccc;
}

.online_payments table tr td select option {
    padding: 3px;
}



.online_payments{
    font-family: 'poppinsmedium';
	font-size:14px;
	text-align: center;
}
.online_payments select {
    padding: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 25px #ccc;
    -webkit-box-shadow: inset 0 0 25px #ccc;
    box-shadow: inset 0 0 25px #ccc;
    margin: 0 auto;
    display: block;
}

.online_payments select option {
    padding: 3px;
}




/*Accordion*/

.xga-accordion-wrapper-22 .xga-accrodion .xga-accordion-heading a:after {
  position: absolute;
  left: -2px;
  top: -1px;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  content: "\f2c4";
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  display: inline-block;
  width: 50px;
  height: 49px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid rgba(40, 40, 40, 0.08);
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.2);
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.2);
  background-color: #003366; }

.xga-accordion-wrapper-22 .xga-accrodion .xga-accordion-heading a.open:after {
  content: "\f068";
  background-color: #fff;
  color: #003366; }

.xga-accordion-wrapper-22 .xga-accrodion .xga-accordion-heading a {
  padding: 11px 30px;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #515151;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  font-family: 'poppinsregular';
  position: relative;
  padding-left: 65px;
  border: 1px solid #0033662b;
  border-radius: 30px; }

.xga-accordion-wrapper-22 .xga-accrodion .xga-accordion-heading a.open {
  margin-bottom: 0px;
  color: #fff;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #003366; }

.xga-accordion-wrapper-22 .xga-accrodion .xga-accordion-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-in;
  -o-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in; }

.xga-accordion-wrapper-22 .xga-accrodion .xga-accordion-body .xga-acc-content {
  padding: 15px 30px;
  display: block;
  width: 100%;
  font-size: 14px;
  padding-bottom: 5px;
  padding-left: 40px;
  border-top: none; }

.xga-accordion-wrapper-22 .xga-accrodion .xga-accordion-body.show {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  -webkit-transition: max-height .3s ease-in;
  -o-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in; }
  
  
.xga-accrodion .xga-accordion-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in;
    -o-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in;
    -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.1);
}
.xga-accrodion .xga-accordion-body.show {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    -webkit-transition: max-height .3s ease-in;
    -o-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in;
    margin-bottom: 20px;
}
.xga-acc-content p {
    line-height: 26px;
    text-align: left;
}
/*Accordion*/
.event_page h1 {
    font-family: 'poppinsextrabold';
    font-size: 20px;
    color: #003366;
    margin: 34px 0;
}
.event_page {
    padding: 0 0 60px 0;
}
.event_page h3 {
    font-family: 'poppinsbold';
    font-size: 15px;
    color: #003366;
    margin: 12px 0;
}
.levels {
    padding: 10px 20px;
    border: solid 1px #ccc;
    margin-bottom: 25px;
    border-radius: 10px;
}
.md-round {
    padding: 30px 20px;
    background: #003366;
    min-height: 193px;
    border-radius: 15px;
}
.md-round .icofont {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
}
.md-round strong {
    font-family: 'poppinsbold';
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px !important;
    display: block;
}	
.md-round .date, .md-round .address {
    font: 16px/18px "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    display: block;
    margin: 0;
}
.md-round .icofont {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin: 0;
}
.md-round .align-right {
    padding: 0;
    display: block;
    vertical-align: middle;
    text-align: center;
}
.md-round .border {
    font-size: 23px;
    line-height: 30px;
    color: #fff;
    padding: 3px 0 0;
    display: inline-block;
    vertical-align: middle;
}
h3.event_title {
    position: absolute;
    top: 235px;
    left: 48px;
    font-size: 26px;
	line-height: 35px;
    color: #fff;
    background: #00000069;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0;
}
.info-holder {
    padding: 0 20px;
    margin-top: -45px;
    overflow: hidden;
}
.event_content {
    padding-top: 45px;
}
.event_content h2 {
    font-family: 'poppinsbold';
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
}
#event_table {
  font-family: 'poppinsregular';
  border-collapse: collapse;
  width: 100%;
}

#event_table td, #event_table th {
  border: 1px solid #ddd;
  padding: 16px 8px;
}

#event_table tr:nth-child(even){background-color: #f2f2f2;}

#event_table tr:hover {background-color: #ddd;}

#event_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #003366;
  text-align:center;
  color: white;
  font-family: 'poppinsbold';
  text-transform: uppercase;
}
.image_full {
    width: 100%;
    border-radius: 22px;
}
.year_iten {
    background: url(../images/years.png) no-repeat left;
    background-size: 100%;
    padding: 26px 16px 43px 25px;
    margin-bottom: 55px;
}
.year_iten h3{
  color: #fff;
  font-family: 'poppinsbold';
  margin:0;
  font-size: 22px;
}
.year_iten h3 a{
  color: #fff;
  text-transform:uppercase;
}
.faqpage h2 {
    font-family: 'poppinsextrabold';
    font-size: 20px;
    color: #003366;
    text-transform: uppercase;
    text-align: center;
    word-spacing: 5px;
    margin: 15px 0 25px 0;
}
.inp_txt {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    width: 100%;
	border-radius: 5px;
    outline: none;
	margin: 12px 0px;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.text_area {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    width: 100%;
    min-height: 130px;
    outline: none;
	border-radius: 5px;
    margin: 12px 0px;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.first_first {
    box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 10px 8px;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.slct {
    box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 10px 8px;
    width: 100%;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.application {
    padding: 50px 25px !important;
    display: block;
    margin: 0 auto;
    width: 75%;
    float: none;
    border-radius: 10px;
    overflow: hidden;
	border-collapse: collapse;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.application tr{
	margin-bottom:10px;
}
.application tr td{
    width:50% !important;
}
.application tr td p {
    margin: 0;
    padding: 0 70px 0 0;
}





.application1 {
    padding: 50px 25px !important;
    display: block;
    margin: 0 auto;
    width: 75%;
    float: none;
    border-radius: 10px;
    overflow: hidden;
	border-collapse: collapse;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.application1 tr{
	margin-bottom:10px;
}
.application1 tr td{
    width:50% !important;
}
.application1 tr td p {
    margin: 0;
    padding: 0 70px 0 0;
}

.application1 input[type=text]{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    width: 100%;
	border-radius: 5px;
    outline: none;
	margin: 12px 0px;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.application1 textarea{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    width: 100%;
    min-height: 130px;
    outline: none;
	border-radius: 5px;
    margin: 12px 0px;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}



.table_content tr td, .table_content tr th{
    padding: 12px 10px;
}
.table_content tr th {
    font-family: 'poppinsbold';
    text-transform: uppercase;
    color: #003366;
}
star {
    color: #FF0000;
}
.declaration_titile {
    font-family: 'poppinsbold';
    padding: 26px 0 4px 0;
}
.submit_sub {
    display: block;
    background: #1c8ad1;
    color: #fff;
    padding: 15px 22px;
    border-radius: 10px;
    font-size: 16px;
    width: 145px;
    border: none;
    margin: 20px 0px;
    text-transform: uppercase;
    text-align: center;
	outline:none;
}
.submit_sub:hover{
    background: #003366;
    color: #fff;
	cursor:pointer;
}
.contact_us h1 {
    font-family: 'poppinslight';
    color: #003366;
    font-size: 34px;
    margin-bottom: 35px;
}
.contact_us h5 {
    font-family: 'poppinsbold';
    font-size: 15px;
    text-transform: uppercase;
    color: #003366;
    margin: 25px 0;
}
.contact_us p i {
    font-size: 15px;
    color: #003366;
    margin-right:10px;
}
.contact_us p i.fa-phone {
    font-size: 17px;
    color: #003366;
    margin-right:10px;
}
.adress_line {
    margin-bottom: 30px !important;
}
.sent_btn {
    display: block;
    background: #1c8ad1;
    color: #fff;
    padding: 15px 22px;
    border-radius: 10px;
    font-size: 16px;
    width: 145px;
    border: none;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    outline: none;
}
.sent_btn:hover{
    background: #003366;
    color: #fff;
	cursor:pointer;
}
.demo-wrapper {
    margin-bottom: 20px;
}
.banner_image {
    padding: 113px 0;
    background-size: cover !important;
    background-attachment: fixed;
}
.banner_image h2 {
    font-size: 0px;
    color: #FFF;
    text-align: center; 
    text-transform: uppercase;
    font-family: 'poppinsbold';
    font-weight: bold;
	letter-spacing: 1px;
    margin: 0;
}
.inner_page  ul{
	margin: 30px 0;
	padding:0;
	list-style:none;
}
.inner_page  ul li ul{
	margin:0;
}
/*.inner_page ul li {
    background: url(../images/lili.png) no-repeat left top 12px;
    padding: 10px 0 11px 24px;
    background-size: 15px;
    line-height: 24px;
}*/
.inner_page ul li {
    position: relative;
    padding: 5px 0 5px 25px;
    line-height: 23px;
}
.inner_page ul li:before {
    content: "\f192";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;
    color: #192f59;
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
#event_table ul{ margin:0 !important;}
#event_table h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.chair_man {
    text-align: center;
    margin: 0 15px 4px 0;
    width: 230px;
    border: 5px solid rgb(156, 156, 156);
    outline: none;
    border-radius: 0px 40px;
    outline-offset: 0px;
    box-shadow: #ccc 0 0 0;
    float: left;
}
.event_content p {
    font-family: 'poppinsregular';
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}
.short_cod{ display:none;}

.gallery_part h4 {
    display: none;
}

.gallery_part .ngg-album-compactbox {
    padding: 0 !important;
}
.gallery_part .ngg-albumoverview.default-view {
    margin: 0;
}
.gal_img {
    width: 100%;
}
.pay_now {
    text-align: center;
}
.bottom_pay {
    margin-top: 40px;
}
.pay_now h2 {
    text-align: center;
    font-size: 23px;
    word-spacing: 4px;
    margin-bottom: 60px;
}
.pay_now select {
    padding: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 25px #ccc;
    -webkit-box-shadow: inset 0 0 25px #ccc;
    box-shadow: inset 0 0 25px #ccc;
    margin: 0 auto;
    display: block;
}
a.register_buttom {
    display: block;
    background: #1c8ad1;
    color: #fff;
    padding: 10px 17px;
    border-radius: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    width: 204px;
    margin: 10px 0 10px 0;
    text-align: center;
}
.event_banner img {
    border-radius: 22px;
}
.speaker_item {
    margin-bottom: 10px;
}
a.register_buttom:hover {
    text-decoration: none;
    background: #036;
}
.h_image{ width:100%;}
.register_buttom1 {
    font-weight: bold;
    margin: 20px 0;
    float: left;
    background: #1c8ad1;
    color: #fff;
    border-radius: 7px;
    padding: 12px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.register_buttom1:hover {
    text-decoration: none;
    background: #036;
	color:#fff;
}
.registration_form {
    padding: 50px 25px !important;
    display: block;
    margin: 0 auto;
    width: 75%;
    float: none;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: collapse;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.registration_form ul li {
    background: no-repeat;
    padding: 10px 0;
}
.registration_form ul li label {
    font-family: 'poppinsregular';
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    font-weight: 200 !important;
    padding: 10px 0;
}
.registration_form ul li .gfield_required {
    color: #ff0000;
    margin-left: 4px;
}
.registration_form ul li select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
	font-size: 14px;
    outline: none;
    margin: 12px 0px;
	padding: 10px 8px;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.registration_form ul li input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.declair .gfield_description {
    font-size: 15px !important;
    /* margin: 0 !important; */
    margin-top: -18px !important;
    display: inline-block;
    padding: 0 !important;
}
.registration_form input[type=submit] {
    display: block;
    background: #1c8ad1;
    color: #fff;
    padding: 15px 22px;
    border-radius: 10px;
    font-size: 17px !important;
    width: 145px;
    border: none;
    margin: 0 0 20px 0px;
    text-transform: uppercase;
    text-align: center;
    outline: none;
}
.pure-table {
    empty-cells: show;
    border: 1px solid #cbcbcb;
}
.pure-table, table {
    border-collapse: collapse;
    border-spacing: 0;
}
.pure-table td:first-child, .pure-table th:first-child {
    border-left-width: 0;
}
.pure-table th, .pure-table td {
    padding: 0.5em 1em;
}
.pure-table-odd td, .pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}



.modal-dialog h3.media-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 9px 0 0 0;
}

.member_description a {
    border: solid 1px #337ab7;
    padding: 5px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    color: #337ab7;
    float: left;
    display: block;
    margin-bottom: 6px;
}
.member_description a:hover {
    border: solid 1px #337ab7;
    font-size: 13px;
	text-decoration:none;
	color:#337ab7;
}
ul.ngg-breadcrumbs > li:before{ display:none !important;}
@media only screen and (max-width: 1024px) and (min-width: 768px){
	
.member_item {
    min-height: 378px;
}
.member_description p {
    text-align: left;
}
	
}
@media only screen and (max-width: 768px) and (min-width: 415px){
	
.year_list {
    width: 50% !important;
} 
.info-holder {
    padding: 0 20px;
    margin-top: 30px;
    overflow: hidden;
}
.md-round {
    min-height: auto;
    margin-bottom: 15px;
}
h3.event_title {
    position: absolute;
    top: 10px;
    width: 100%;
	left:0;
    font-size: 26px;
    line-height: 35px;
    background: none;
    color: #fff;
    padding: 10px 49px;
    margin: 0;
}
.event_banner {
	position: relative;
}	
}


@media screen and (max-width: 768px) {
	
#cssmenu ul ul{
    top:0;
}

	
}




@media screen and (max-width: 736px) {
  .events {
    margin-bottom: 30px;
}
.gal_img {
    width: 100%;
    margin-bottom: 30px;
}
.footer p {
    text-align: center;
}
ul.footer_icons {
    float: none;
    text-align: center;
    margin-top: 10px;
}
}
@media screen and (max-width: 684px) {
.application tr td {
    width: 100% !important;
    display: block;
}
.application{
	width:100%;
}
.application tr td p {
    margin: 16px 0 0 0;
}
.application tr td .inp_txt{
	margin:0;
}
}

@media screen and (max-width: 414px) {
.logo_image {
    width: 100%;
}
.header_top span {
    float: left;
}
.breakingNews>.bn-title {
    background: #003366;
}
.application1 {
    padding: 13px !important;
    display: block;
    margin: 0 auto;
    width: 100%;
    float: none;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: collapse;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.application1 tr td p {
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 13px;
}
.application1 tr td {
    width: auto !important;
}
.application1 input[type=text] {
    padding: 4px;
}
.application1 textarea {
    padding: 4px;
}



.application {
    padding: 13px !important;
    display: block;
    margin: 0 auto;
    width: 100%;
    float: none;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: collapse;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.application tr td p {
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 13px;
}
.application tr td {
    width: auto !important;
}
.application input[type=text] {
    padding: 4px;
}
.application textarea {
    padding: 4px;
}



.registration_form {
    padding: 13px !important;
    display: block;
    margin: 0 auto;
    width: 100%;
    float: none;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: collapse;
}
.registration_form ul li label {
    font-family: 'poppinsregular';
    font-size: 12px;
    text-align: left;
    line-height: 15px;
    padding: 0;
}
.registration_form ul li input {
    padding: 2px 8px;
    font-size: 12px;
}
.declair .gfield_description {
    font-size: 15px !important;
    display: inline-block;
    padding: 0 !important;
	margin-top: 0px !important;
}
.registration_form ul li select {
    font-size: 13px;
    padding: 6px 8px; 
}
.footer p {
    text-align: center;
}
ul.footer_icons {
    float: none;
    text-align: center;
    margin-top: 10px;
}

#cssmenu ul ul {
    top: 0;
    background: #003366;
}
.online_payments {
    padding: 35px 10px !important;
}
.online_payments h3 {
    font-size: 16px;
}
.online_payments select {
    padding: 8px;
    font-size: 11px;
}




.info-holder {
    padding: 0 20px;
    margin-top: 30px;
    overflow: hidden;
}
.md-round {
    min-height: auto;
    margin-bottom: 15px;
}
h3.event_title {
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
    font-size: 17px;
    line-height: 24px;
    background: none;
    color: #fff;
    padding: 10px 30px;
    margin: 0;
}
.event_banner {
	position: relative;
}	


}
h2.inner_page_heading {
    font-size: 25px;
    color: #036;
    text-align:center;
    text-transform: uppercase;
    font-family: 'poppinsbold';
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0 30px 0;
    margin: 0;
}
/*Inner Page*/
