@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Sintony', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
}
img {
	max-width: 100%;
	height: auto !important;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.placeholder {
	color: #666;
	opacity: 1 !important;
	font-size: 12px;
}
::-webkit-input-placeholder {
 	color: #666;
 	opacity: 1 !important;
	font-size: 12px;
}
:-moz-placeholder {
 	color: #666;
 	opacity: 1 !important;
	font-size: 12px;
}
::-moz-placeholder {
 	color: #666;
 	opacity: 1 !important;
	font-size: 12px;
}
:-ms-input-placeholder {
 	color: #666;
	font-size: 12px;
}
:focus {
	outline: none !important;
}
a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background-color: #fff;
	padding: 0 10px 0 5px !important;
	cursor: pointer !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	padding: 0px !important;
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px solid #999 !important;
	border-radius: 0px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	height: 26px;
	font-size: 14px !important;
	color: #333 !important;
}
select {
	height: 26px !important;
}
textarea {
	resize: none;
	padding: 0 !important;
	height: 112px;
}
.input_style {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: -20px;
	color: #666;
	font-weight: 400;
	font-size: 13px;
	z-index: 10;
	cursor: text;
	transition: transform 200ms ease-out, font-size 200ms ease-out;
}
.focused .input_style {
	transform: translateY(-50%);
	color: #002156;
	font-size: 15px;
}
.focused input[type="text"], .focused input[type="email"], .focused input[type="password"], .focused input[type="file"], .focused textarea, .focused select {
	border-bottom: 2px solid #dd8d00 !important;
}
.select_style {
	width: 100%;
	height: 26px;
	font-weight: 400;
	font-size: 15px;
	padding: 0px !important;
	border: none !important;
	border-bottom: 1px solid #999 !important;
	border-radius: 0px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	background-position: right top;
}
.form-group {
    width: 100%;
    float: left;
    margin: 30px 0 !important;
    position: relative;
}
.mandatory_star {
	color: #f00;
	font-weight: 700;
	display: inline;
}

/***************************** btn *****************************/ 
.send_btn {
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	background: #dd8d00;
	text-shadow: 1px 1px 2px #9c7400;
}
.send_btn:hover {
	background: #002156;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: none;
}
.line_btn {
	background: #f3f3f3;
	color: #002156;
	padding: 6px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	margin: 5px 0 0 0;
}
.line_btn:hover {
	letter-spacing: 2px;
}
.logout_btn a {
	width: 100px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff !important;
	background: #dd8d00;
	cursor: pointer;
	display: block;
	z-index: 9999;
	position: fixed;
	letter-spacing: 1px;
	right: 10px;
	bottom: 0;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	box-shadow: 0px -2px 10px -1px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 2px #9c7400;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-transform: uppercase;
}
.logout_btn a:hover, .logout_btn a:focus, .logout_btn .active {
	text-decoration: none;
	background: #002156 !important;
	color: #fff !important;
	letter-spacing: 2px;
}

/***************************** Menu *****************************/
header {
	width: 100%;
	float: left;
	background: #002156;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
	position: relative;
}
.sticky {
  	position: fixed;
  	top: 0;
  	width: 100%;
	background: #fff !important;
}
.sticky + .welcome {
  	padding-top: 45px;
}
.sticky + .inner_banner {
  	padding-top: 76px;
}
.sticky_logo {
	display: none;
}
.sticky .sticky_logo {
	width: 400px;
	display: block;
}
.navbar {
	padding: 0;
}
.dropdown-menu {
	padding: 0;
	margin: 0;
}
.dropdown-item {
	padding: 10px 8px !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.navbar-nav > li > a {
	padding: 20px 10px !important;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.sticky .navbar-nav > li > a {
	color: #333 !important;
}
.nav > li > a:hover, .nav > li > .active, .nav > li > a:focus {
	text-decoration: none;
	background-color: #fff !important;
	color: #002156 !important;
}
.sticky .nav > li > a:hover, .sticky .nav > li > .active, .sticky .nav > li > a:focus {
	text-decoration: none;
	background-color: #002156 !important;
	color: #fff !important;
}
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: 2px;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
	border-bottom: 1px dotted #666;
}
.navbar-toggler {
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.navbar-toggler-icon {
	width: 32px;
	height: 19px;
	background: url(../images/menuicon.png) no-repeat top right;
	float: right;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	padding: 0 !important;
	border: none;
	border-radius: 0 !important;
	text-transform: capitalize;
	font-size: 15px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-item:focus, .dropdown-item:hover {
	background: #002156 !important;
	color: #fff !important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #002156 !important;
	color: #fff !important;
}

/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 2px solid #FFF;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 90;
}
.carousel, .carousel-inner, .carousel-inner .carousel-item img {
	height: auto;
	width: 100%;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.banner_img {
	position: absolute !important;
	top: 0px;
}
.carousel-fade .carousel-item {
	display: block;
	position: relative;
	opacity: 0;
	transition: opacity .75s ease-in-out;
}
.carousel-fade .carousel-item.active {
	opacity: 1;
	display: block;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
.carousel-indicators li {
	cursor: pointer;
}
.banner_text {
    color: #fff;
    font-size: 40px;
    padding: 0 10px;
    position: absolute;
	line-height: 40px;
    top: 18%;
	left: 0;
	right: 0;
    text-align: center;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	word-spacing: -3px;
}
.banner_text span {
	width: 100%;
	float: left;
	font-size: 20px;
	text-transform: capitalize;
	word-spacing: 0px;
}
.banner_text p {
	font-size: 15px;
	text-transform: capitalize;
	word-spacing: 0px;
}
.banner_text img {
	width: 250px !important;
	background: rgba(255, 255, 255, 1);
}

/***************************** welcome *****************************/
.welcome {
    width: 100%;
	float: left;
    height: auto;
    background: #fff;
    padding: 0;
    margin: 40px 0;
}
.welcome_bg h1 {
   	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 20px;
	font-weight: 700;
	color: #002156;
	position: relative;
	text-align: left;
}
.welcome_bg h4 {
   	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: justify;
}
.welcome_bg h4 p {
	margin: 0 0 10px 0;
}
.welcome_btn {
    text-align: left;
}
.nothing_display {
    width: 100%;
    padding: 80px 0;
    margin: 0 0 20px 0;
    background: #f1f1f1;
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ee1c24;
    border: solid 7px #e3e2e2;
}
.nothing_display1 {
	width: 100%;
	padding: 100px 0;
	margin: 0 0 20px 0;
	background: #fff;
	float: left;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #ee1c24;
}

/***************************** hm_news *****************************/
.hm_news {
    background: #dd8d00;
	margin: 0;
	float: left;
	padding: 20px 5px;
}
.hm_news h2 {
   	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	z-index: 9;
	position: relative;
	text-shadow: 1px 1px 2px #9c7400;
}
.hm_news h3 {
	width: 100%;
	float: left;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 20px;
	text-shadow: 1px 1px 2px #9c7400;
}
.hm_news h3 i {
    padding: 0 6px 0 0;
}
.hm_news h4 {
   	width: 100%;
	float: left;
	padding: 5px 0;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px #9c7400;
}
.hm_news h5 {
   	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	word-wrap: break-word;
	height: 65px;
	overflow: hidden;
	text-shadow: 1px 1px 2px #9c7400;
}
.hm_news img {
	width: 150px !important;
	border: 1px solid #fff;
}
.hm_news .carousel-indicators .active {
    background-color: #fff;
	cursor: pointer;
}
.hm_news .carousel-indicators li {
	width: 20px;
	background-color: #002156;
	cursor: pointer;
}
.hm_news .carousel-indicators {
    position: static;
}

/***************************** hm_bg *****************************/
.hm_bg {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0;
    margin: 0;
    background: #002156;
}
.hm_people h2 {
   	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	position: relative;
	text-align: left;
}

/***************************** projects *****************************/
.hm_projects {
	text-align: center;
	padding: 0;
	position: relative;
}
.hm_projects_title {
	width: 100%;
	float: left;
	position:absolute;
	margin: -45px 0 0 0;
	background: rgba(0, 0, 0, 0.5);
}
.hm_projects_title h4 {
	width: 100%;
	height: 45px;
	float: left;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
}

/*****************************hm_gallery*****************************/
.hm_gallery {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0;
    margin: 0;
    background: #fff;
}
.hm_gallery h2 {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 2px 0;
    font-size: 18px;
    font-weight: 700;
    color: #002156;
    position: relative;
    text-align: center;
}

/*****************************inner*****************************/
.inner_banner {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #fff;
	position: relative;
	z-index: 90;
	-webkit-box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);
	box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);
	display: table;
	backface-visibility: hidden;
	background-image: url(../images/inner_banner.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.inner_banner img {
	width: 100%;
}
.inner_bg {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding: 20px 0;
	margin: 0;
}
.inner_heading {
	width: 100%;
	float: left;
	padding: 36px 0;
}
.inner_heading h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

/***************************** breadcrumb *****************************/
.breadcrumb {
	width: 100%;
	float: left;
	text-align: center;
	display: block;
	background: none;
}
.breadcrumb li {
	font-size: 14px;
	font-weight: 400;
	display: inline;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb li a:hover, .breadcrumb .active {
	color: #f7a81b;
	text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/*****************************The Club*****************************/
.the_club h2 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: left;
    margin: 0 0 10px 0;
	padding: 0 0 3px 0;
    position: relative;
    border-bottom: 1px solid #d0d3d4;
}
.the_club h4 {
   	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: justify;
}
.the_club h4 p {
	margin: 0 0 10px 0;
}

/*****************************The Club*****************************/
.the_people_box li {
    font-size: 15px;
	font-weight: 700;
	float: left;
	color: #333;
	text-align: center;
	list-style: none;
	width: auto;
	line-height: 24px;
	margin: 10px 15px;
	padding: 10px;
	word-wrap: break-word;
	background: rgba(255, 255, 255, .6);
    border: 3px solid rgba(255, 255, 255, .6);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 0 1px #002156, inset 0 0 0 2px #002156;
    box-shadow: 0 0 0 1px #002156, inset 0 0 0 2px #002156;
}
.the_people_box li span {
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px 0 0 0;
    font-size: 14px;
	font-weight: 400;
}
.the_people h2 {
	width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 5px 0;
    position: relative;
}
.the_people h4 {
   	width: 100%;
	height: 45px;
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	padding: 10px 0 0 0;
	text-align: center;
}
.members {
	width: 100%;
	float: left;
	background: #f3f3f3;
	padding: 10px;
}

.member_details_img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.member_details_img {
	width: 100%;
	float: left;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.member_details_img h2 {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #dbdbdb;
}
.member_details_img h3 {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: center;
	padding: 8px 0;
}
.member_details_box {
	width: 100%;
	float: left;
	padding: 0 0 0 20px;
}
.member_details_box h3:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.05);
}
.member_details_box h3 {
	width: 100%;
	float: left;
	padding: 10px;
	line-height: 24px;
	color: #333;
	font-size: 14px;
	text-align: left;
	background-color: rgb(255, 255, 255);
	word-wrap: break-word;
}
.member_details_box h3 p {
	width: 40%;
	float: left;
}
.member_details_box h3 span {
	width: 60%;
	float: left;
}
.member_details_box h4 {
	width: 100%;
	float: left;
	color: #333;
	padding: 20px 10px;
	font-size: 15px;
	font-weight: 700;
	border-top: 1px solid rgba(0,0,0,.05);
}

.club_roster {
	width: 100%;
	float: left;
    position: relative;
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #ffffff;
	z-index: 99;
	background: rgb(23,69,143);
	background: -moz-linear-gradient(top,  rgba(23,69,143,1) 0%, rgba(0,33,86,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(23,69,143,1) 0%,rgba(0,33,86,1) 100%);
	background: linear-gradient(to bottom,  rgba(23,69,143,1) 0%,rgba(0,33,86,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ca877', endColorstr='#008154',GradientType=0);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.club_roster h2 {
	color: #fff;
	font-size: 17px;
	display: flex;
	align-items: center;
}

/***************************** Image Effects *****************************/
.grid figure {
    position: relative;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}
.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-box-shadow:inset 0 0 0 10px rgba(255,255,255,.2);
	box-shadow:inset 0 0 0 10px rgba(255,255,255,.2);
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-errors: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    background: url(../images/dot.png) center 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure.effect-jazz {
    background: #000;
}
figure.effect-jazz img {
    opacity: 0.8;
}
figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz p {
    width: 80px;
    text-transform: none;
    font-size: 11px;
    opacity: 0;
    border: 1px solid #fff;
    font-weight: 500;
    margin: 5px auto;
    padding: 4px;
    position: absolute;
    float: left;
    display: block;
    left: 0;
    right: 0;
}
figure.effect-jazz:hover p {
    opacity: 1;
}
figure.effect-jazz:hover img {
    opacity: 0.5;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

/*****************************gallery*****************************/
.gallery h2 {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.gallery h4 {
    width: 100%;
    height: 45px;
    float: left;
    padding: 5px 15px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

/***************************** News & Events *****************************/
.news_box {
	width: 100%;
	height: 100%;
	float: left;
	padding: 10px 10px 30px 10px;
    background: #fff;
	border: 1px solid #efefef;
}
.news_box h2 {
	width: 100%;
	float: left;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.news_box h3 {
	width: 100%;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 20px;
}
.news_box h3 i {
    padding: 0 6px 0 0;
}
.news_box h4 {
	width: 100%;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word;
	height: 75px;
	overflow: hidden;
}
.news_box h4 p {
    margin: 0 0 10px 0;
}
.news_box_img {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
	border: 1px solid #efefef;
}

/***************************** News Details *****************************/
.news_details {
	width: 100%;
	height: 100%;
	float: left;
    background: #fff;
}
.news_details h2 {
    width: 100%;
	float: left;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.news_details h3 {
	width: 100%;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 20px;
}
.news_details h3 i {
    padding: 0 6px 0 0;
}
.news_details h4 {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: justify;
	word-wrap: break-word;
}
.news_details h4 p {
    margin: 0 0 10px 0;
}
.news_details_img {
	width: 430px;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #efefef;
}

/***************************** project *****************************/
.project_box {
	width: 100%;
	height: 100%;
	float: left;
	padding: 10px 10px 30px 10px;
    background: #fff;
	border: 1px solid #efefef;
}
.project_box h2 {
	width: 100%;
	float: left;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.project_box h3 {
	width: 100%;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 20px;
}
.project_box h3 i {
    padding: 0 6px 0 0;
}
.project_box h4 {
	width: 100%;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word;
	height: 75px;
	overflow: hidden;
}
.project_box h4 p {
    margin: 0 0 10px 0;
}
.project_box_img {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
	border: 1px solid #efefef;
}

/***************************** project details *****************************/
.project_details {
	width: 100%;
	height: 100%;
	float: left;
    background: #fff;
}
.project_details h2 {
    width: 100%;
	float: left;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.project_details h3 {
	width: 100%;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 20px;
}
.project_details h3 i {
    padding: 0 6px 0 0;
}
.project_details h4 {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: justify;
	word-wrap: break-word;
}
.project_details h4 p {
    margin: 0 0 10px 0;
}
.project_details_img {
	width: 430px;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #efefef;
}

/***************************** Contact Us *****************************/
.contact-us .address_area, .contact-us .phone, .contact-us .mail {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 30px;
    overflow: hidden;
}
.contact-us .phone a, .contact-us .mail a {
	color: #333;
}
.contact-us .phone a:hover, .contact-us .mail a:hover {
	color: #002156;
}
.contact-us h2 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	margin: -55px 0 10px -5px;
}
address i {
    font-size: 16px;
	float: left;
	margin: 5px 5px 0 0;
	color: #002156;
}
.contact_form, .contact_address {
	width: 100%;
	float: left;
	height: 100%;
	padding: 10px;
	background: #f8f9fb;
}
.contact_address > hr {
    margin: 10px 0 !important;
}

/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 10px 20px;
    text-align: center;
    border-radius: 25px 25px 0 0;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -moz-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -webkit-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -webkit-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -o-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -ms-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	padding: 0 15px;
}
.modal-header .close {
    padding: 0;
	margin: 0;
	font-size: 30px;
	opacity: 1;
	font-weight: 700;
	color: #f00;
	text-shadow: none;
	top: 5px;
	position: absolute;
	right: 10px;
}
.modal-header .close:hover {
	color: #fff !important;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.modal-body {
	background: #fff;
	border-radius: 0 0 25px 25px;
	padding: 20px 15px;
	font-size: 15px;
	color: #333;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
}
.modal-body a {
	color: #002156;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.modal-body a:hover {
	color: #000;
}
.modal-body ul, .modal-body ol {
    width: 100%;
    font-size: 15px;
    float: left;
    text-align: left;
    color: #333;
    margin: 0;
    padding: 0 0 10px 15px;
}
.modal-body ul li, .modal-body ol li {
    margin: 0 0 5px 0;
    line-height: 24px;
}
.modal-body h5 {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #002156;
    position: relative;
    text-align: center;
	line-height: 24px;
}

/************************* footer *************************/
.footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 30px 0 20px 0;
    background: #121921;
}
.footer h2 {
    width: 100%;
    font-size: 18px;
    float: left;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #000;
    -webkit-box-shadow: 0 1px 0 0 #444;
    box-shadow: 0 1px 0 0 #444;
}
.footer h4 {
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 27px;
	margin: 10px 0 0;
}
.footer_icon {
    float: left;
	margin: 4px 8px 0 0;
	line-height: 20px;
}
.footer_icon::before {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    content: "\f3c5";
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    float: left;
    color: #fff;
	font-size: 17px;
}
.address {
	width: 100%;
	float: left;
	padding: 5px 0 15px 0;
}
.address_box {
    width: auto;
    float: left;
	line-height: 26px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.address a {
	width: 100%;
	float: left;
	line-height: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.address a:hover {
	color: #dd8d00;
	text-decoration: none;
}
.address i {
	margin: 0 3px 0 0;
}
.f_links ul {
	list-style: none;
	padding: 0;
}
.f_links ul li {
	width: 100%;
	float: left;
	line-height: 47px;
}
.f_links ul li a {
	width: 100%;
	float: left;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}
.f_links ul li a i {
	color: #dd8d00;
}
.f_links ul li a:hover, .f_links ul li .active {
	color: #dd8d00;
	text-decoration: none;
}
.footer_map {
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}


.footer h3 {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
.social_media {
    width: 100%;
	float: left;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #000;
}
.social_media a {
	font-size: 20px;
	color: #fff;
	text-align: left;
	margin: 0 10px 0 0;
}
.social_media a.fb:hover {
	color: #38548f;
}
.social_media a.tw:hover {
	color: #55acee;
}
.social_media a.gp:hover {
	color: #d34836;
}
.social_media a.im:hover {
	color: #fb3958;
}
.social_media a.yt:hover {
	color: #e52d27;
}
.social_media a.in:hover {
	color: #0976b4;
}
.social_media a.wa:hover {
	color: #34af23;
}
.social_media a:focus {
	color: #999;
}

.copyright {
    width: 100%;
    height: auto;
    float: left;
    background: #000918;
    padding: 0;
    margin: 0
}
.copyright h2 {
    width: 100%;
    font-size: 13px;
    float: left;
    text-align: center;
    color: #999;
    font-weight: 400;
    margin: 10px 0;
    line-height: 24px;
}
.copyright h2 a {
    color: #999;
}
.copyright h2 a:hover {
    color: #dd8d00;
}

@media (min-width: 200px) and (max-width: 1199px) {
	.sticky .navbar-toggler {
		width: auto;
	}
	.sticky .sticky_logo {
		margin: 0 15px;
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-header {
		float: none;
	}
	.navbar-nav {
		width: 100%;
		margin: 0;
		float: left;
		position: relative;
		display: block;
	}
	.navbar-nav > li > a {
		background: #fff;
		color: #333;
		border-bottom: 1px dotted #333;
		padding: 10px !important;
	}
	.navbar-collapse {
		width: 100%;
		float: left;
	}
	.navbar-nav > li > ul > li > a {
		padding: 10px 10px 10px 30px !important;
		background: #fff !important;
		color: #333 !important;
		font-weight: 400;
		border-bottom: 1px dotted;
	}
	.navbar-nav > li > ul > li > ul > li > a {
		padding: 10px 10px 10px 40px !important;
		background: #002156;
		color: #fff;
		font-weight: 400;
		border-bottom: 1px dotted;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-toggle {
		display: block;
		padding: 5px 0;
		margin: 12px 0;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in {
		width: 100% !important;
		float: left !important;
		display: block !important;
	}
	.collapsing {
		overflow: hidden !important;
	}
	.nav > li > a:hover, .nav > li > .active, .nav > li > a:focus {
		text-decoration: none;
		background-color: #001230 !important;
		color: #fff !important;
	}
}

@media (min-width: 200px) and (max-width: 991px) {
	.banner_text {
    	top: 4%;
	}
	.banner_text img {
    	width: 400px !important;
	}
	.welcome_bg h1, .welcome_btn {
		text-align: center;
	}
	.hm_news {
		margin: 40px 0 0 0;
	}
	.footer h2 {
		margin: 25px 0 15px 0;
	}
	.cf_btm {
		margin-bottom: 60px !important;
	}
	.hm_news h5 {
		height: auto;
		overflow: visible;
	}
	.hm_people {
		margin: 20px 0 0 0;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.modal-lg {
    	max-width: 700px;
	}
}

@media (min-width: 200px) and (max-width: 767px) {
	header {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
	}
	.banner {
		margin-top: 76px;
	}
	.banner_text img {
		display: none !important;
	}
	.banner_text {
    	top: 25%;
	}
	.sticky_logo {
		width: 400px;
    	display: block;
		margin: 0 15px;
	}
	.navbar-toggler {
    	width: auto;
	}
	.send_btn {
		width: 100%;
		float: left;
	}
	.news_details_img, .project_details_img {
		width: 100%;
		margin: 20px 0 10px 0;
	}
	.news_details h4 p, .project_details h4 p {
		float: left;
	}
	.f_links ul li {
		border-bottom: 1px dotted #333;
	}
	.sticky + .welcome {
    	padding-top: 0;
	}
	.member_details_img {
		width: 190px;
		float: none;
		padding: 20px 0;
		text-align: center;
		margin: 0 auto;
		position: static;
    	top: 0;
	}
	.member_details_img_box {
		height: auto;
		background: rgba(0,0,0,.05);
		position: static;
		margin: 0 0 20px 0;
	}
	.member_details_box {
    	padding: 0;
	}
}
@media (min-width: 200px) and (max-width: 575px) {
	.navbar-toggler {
		width: 100%;
		color: #333;
		border-top: 1px solid #e4e4e4;
	}
	.sticky_logo {
		width: 100% !important;
		height: 71px;
	}
	.sticky .navbar-toggler {
		width: 100%;
	}
	.sticky_logo img {
		margin: 0 auto;
		display: block;
	}
	.banner {
		margin-top: 111px;
	}
	.banner_text {
    	font-size: 20px;
		line-height: 25px;
		top: 15%;
	}
	.banner_text span {
    	font-size: 13px;
	}
	.banner_text p {
    	font-size: 10px;
	}
	.inner_heading {
    	padding: 70px 0 0 0;
	}
}


.my-people .the_people_box li {
	width: 26%;

}

@media (min-width: 200px) and (max-width: 575px) {
	.my-people .the_people_box li {
	width: auto;

}

}