/*========TOPBAR CSS STARTS============*/
@media(max-width:768px){
    .navbar-toggle{

        display:flex;
        align-items:center;
    }
}
.navbar-toggle{
    background-color: #264F91;
    height:40px;
    /* display:flex;
    align-items:center; */
    color:#fff;
    border-radius: 0;
    margin: 0px;
}

.navbar-toggle .toggle-bar{
    width:9px;
    margin-right:5px;
}

.navbar-toggle .toggle-bar::before, .navbar-toggle .toggle-bar::after{
    width:11px;
    margin-right:5px;
}

.topbar {
	background:#264F91 none repeat scroll 0 0;
	display:table;
	width:100%;
}
.topbar .container {
	max-width:none;
}
/* .topbar .col_block {
	display: table-cell;
	vertical-align: middle;
} */
.topbar .container {
	display:table;
	width:100%;
	padding:0;
}
.social_icons {
	/* margin-bottom:10px; */
}
.topbar address {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
}
.topbar address .icon {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.topbar address .details {
	display: table-cell;
	vertical-align: middle;
}
.topbar address .details span {
	font-weight:600;
}
.topbar address .details a {
	color:#fff;
}
.topbar address .details a:hover {
	text-decoration:underline !important;
}
.btn-blinking {
	-webkit-animation: btn-blink 2s infinite;
	animation: btn-blink 2s infinite;
	-webkit-animation:blink 1s infinite;
	animation: blink 1s linear infinite;
	border-radius: 20px;
	padding: 3px 15px;
	background: #77faea;
}
 @keyframes blink {
 0% {
 opacity: 0;
}
50% {
 opacity: 0.7;
}
100% {
 opacity: 1;
}
}
.btn-blinking {
/*	-webkit-animation: btn-blink 2s infinite;
	animation: btn-blink 2s infinite;
	border-radius: 20px;
	padding: 3px 15px;
	background: #77faea;*/
}
 @keyframes btn-blink {
 0% {
 background-color:#264f91;
}
100% {
 background-color: #DB2B39;
}
}
.enroll_banner .buttons-box {
	margin-top:30px;
}
.enroll_banner .btn {
	background-color: #fff;
	border-radius: 10px;
	margin: 10px;
	font-weight: 600;
	color: #626262;
}
.enroll_banner .btn:hover {
	color: #626262;
}
.btn-custom {
	padding: 7px 15px;
	background: #333;
	font-size: 14px;
	color: #f5f8fa;
	font-weight: 600;
	line-height: 16px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-left:10px;
}
.attachment-btn {
	padding: 12px 15px;
	background: #002e5b;
	border-radius: 15px;
	font-weight: 400;
	font-size: 17px;
	text-transform: none;
}
.btn-custom:hover {
	background: rgba(162, 217, 124, 0.9);
	color: #fff;
}
.topbar address .details a:hover {
}
.social_icons ul {
	display: inline-block;
	vertical-align:middle;
}
.social_icons ul li {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.social_icons span.icon_title {
	display: inline-block;
	padding-left: 10px;
	color: #fff;
	font-weight:600;
}
.social_icons ul li i {
	background-color: #ffffff;
	color: #ff6000;
	width: 24px;
	height: 24px;
	font-size: 17px;
	border-radius: 50%;
	padding: 0;
	line-height: 24px;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
 -ms-transition: all 0.4s ease-in-out 0s;
}
.social_icons ul li i:hover {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 6px 0px, rgba(0, 0, 0, 0.05) 2px 0px 10px 0px, rgba(0, 0, 0, 0.13) 3px 9px 16px 0px;
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.login-nav li {
	position: relative;
	margin-left: 22px;
	display: inline-block;
	color: #fff;
	font-weight: 600;
}
.login-nav li a:hover {
	text-decoration:underline !important;
	color:#fff;
}
.header-btn{
    display: flex;
    align-items: center;

}
.header-btn .main-btn{
    width: fit-content;
    padding: 15px 37px !important;
    border-radius: 50px;
    background-color: #264F91;
    color: #fff !important;
    border: 1px solid #002e5b;
}
.header-btn .main-btn:hover{
    background-color: transparent;
    color: #264F91 !important;

}
.header-btn {
    margin-left: 78px;
}
/*================LOGOBAR CSS STARTS================*/

.logobar {
	background:linear-gradient(56deg, #fff 48%, #d0e0f9 68%);
	padding: 10px 15px;
	transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
.header_address {
	display: table;
	width:auto;
	float:right;
	text-align:left;
}
.header_address address {
	display: table-cell;
	width: 240px;
	vertical-align: middle;
}
.header_address .icon {
	display: table-cell;
	vertical-align: top;
	width: 5%;
}
.header_address .icon i {
	color:#264F91;
	font-size: 30px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-right:5px;
}
.header_address .details {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	width: 95%;
}
.header_address .details span, .header_address .details a {
	color: #333;
	font-size: 17px;
}
.header_address .details a:hover {
	opacity:0.7;
}
.header .form_search {
	padding:0;
}
.header .form_search form {
	position: relative;
}
.header .form_search .form-control {
	background-color: #fcfcfc;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	padding-right: 40px;
	font-size: 15px;
	border-radius: 25px;
}
.header .form_search .btn-search {
	border: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	margin: 0;
	right: 0;
	padding: 0 10px;
	height: 40px;
	border-radius: 0 25px 25px 0;
	background-color: #ddd;
}
.logobar h1.logo {
	display:inline-block;
	font-family: 'Balsamiq Sans', cursive;
	vertical-align:middle;
	color:#264F91;
	font-size: 30px;
}
.logobar h1.logo span {
}
/*====Service css starts===*/

.service_content {
	position:relative;
	width: 100%;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -20%);
	z-index: 9;
}
.service_holder {
	display:table;
	width:100%;
}
.service_content.three_equal .col {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 14px 30px;
	padding: 0 15px;
	background-color:#fff;
	border-radius: 10px;
}
.service_content .carousel-wrap .item {
	margin: 0 10px;
	background-color: #fff;
	border-radius: 10px;
}
.service_content .service_img {
	max-width: 215px;
	max-height:220px;
	overflow: hidden;
	margin: 30px auto 0;
	position: relative;
	background-color:transparent;
}
.service_content .service_img img {
	width:215px;
	height:215px;
}
.inner_service_img {
	max-width:430px;
	max-height:240px;
	overflow:hidden;
	margin:0 auto;
	position:relative;/*padding: 0 0 30px;*/
}
.service_icon_img {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	background-color: #fff;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.service_icon_img img {
	border-radius: 0;
	width: auto !important;
	height: auto !important;
}
.service_caption, .inner_service_caption {
	padding: 15px 0;
}
.read-btn {
	background-color:#075e89;
	color: #fff;
	border: 1px solid transparent;
}
.read-btn:hover {
	color:#fff;
}
.service_content .read-btn {
	margin: 10px;
}
/*=======Badge-slider starts=====*/

.badge-slider {
	background: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #f7f7f7), to(#ddd));
	background: linear-gradient(to bottom, #f7f7f7 36%, #ddd 100%);
	overflow: hidden;
	padding: 40px 0px 25px;
	border-top: 1px solid #ececec;
}
.badge-slider .owl-item figure {
	text-align:center;
}


.badge-slider .item figcaption{
background: linear-gradient(180deg, #fff 30%, #8EB7F9 75%);
padding: 30px;
overflow: hidden;
transition: 0.3s ease-in-out;
text-align:center;
}

.badge-slider .item figcaption p{

	color: #626262;
font-weight: 400;
font-size: 16px;
}


.badge-slider .item:hover figcaption{
	transition: 0.3s ease-in-out;
margin-top: -10px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 6px 0px, rgba(0, 0, 0, 0.05) 2px 0px 10px 0px, rgba(0, 0, 0, 0.13) 3px 9px 16px 0px;
}


.badge-slider .carousel-wrap .owl-carousel .owl-nav button i{
	display:none;
}



.badge-slider .owl-item figcaption span {
display: block;
text-align: center;
font-weight: 400;
font-size: 30px;
margin-bottom: 15px;
line-height: 30px;
font-family: 'Balsamiq Sans', cursive;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
display: -webkit-box;
}
.badge-slider .owl-item figcaption p.equalheight{
    display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.badge-slider .owl-item img,
.badge-slider .owl-item i
 {
	height: 40px;
	width:40px;
	margin:0 auto;
	border-radius:50%;
	border: 1px solid #333;
	padding:5px;
	font-size:30px;
}


.page_redirect {
    color: #3c3939;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.page_redirect:hover {
    opacity: 0.7;
    margin-left: 10px;
}


.page_redirect::after {
    content: "\f178";
    transition: 0.4s ease-out;
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-weight: 400;
    position: absolute;
    transition: 0.3s ease-in;
    bottom: -4px;
}

/*=======News and Notices section starts=====*/

.project-item .project_img {
	/*	max-width:390px;*/
	position:relative;
	overflow:hidden;
	padding: 3rem;
	cursor:pointer;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	background-color: #eaeaea;
}
.project-item .project_img::after {
	position: absolute;
	content: "";
	background-color: rgba(255, 254, 220,0.5);
	height: 50%;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.project-item .project_img:hover::after {
	opacity: 1;
	height: 100%;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.project-item .project_img img {
	height:200px;
	position: relative;
	width:auto;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-item .project_img:hover img {
	transform: scale(1.09, 1.09) rotate(2deg);
}
.project-item .project_img .view_button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.project-item .project_img:hover .view_button {
	opacity:1;
	z-index:1;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	transition: translate(-50%, -50%);
	-moz-transition: translate(-50%, -50%);
	-o-transition: translate(-50%, -50%);
	-webkit-transition: translate(-50%, -50%);
	-ms-transition: translate(-50%, -50%);
}
.project-item .project_img .view_button .btn {
	background-color: #646363;
	color: #fff;
	font-weight: 400;
	padding: 10px 25px;
	display:inline-block;
	position:relative;
	transition:0.5s ease;
}
.project-item .project_img .view_button .btn:hover {
	opacity:0.7;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
}
.view-btn:before {
	font-family:'FontAwesome';
	position:absolute;
	content:"\f06e";
	left:0;
	color:#fff;
	margin-left: 5px;
}
.project_caption {
	text-align: center;
	overflow: hidden;
	overflow: hidden;
	background-color: #075e89;
	/*border-radius: 60px 0px 60px 0px;*/
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	color: #fff;
	padding: 10px;
}
.project_caption span {
	display:block;
}
.project_caption .btn-view {
	background-color: #fff;
	border-radius: 10px;
	margin: 10px;
	font-weight:600;
}
.project_caption .btn-view:hover {
	color:#244e82;
}
.project_caption h4 {
	font-weight: 700;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
}
.project-slider .owl-carousel .owl-nav button i {
	color: #333;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: #dfdede;
	border-radius: 50%;
	font-size: 20px;
	display:none;
}
/*=======Programs section starts=====*/


 .course-item a {
	display:block;
	margin-bottom:30px;
}
.course_img {
	height: 25%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.course_img .course_caption {
	position: absolute;
	bottom: 0;
	height:25%;
	background: rgba(0, 0, 0, 0.48);
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.course_img:hover .course_caption {
	height: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.course_img .course_caption h4 {
	font-weight: 700;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
}
.course_img img {
	height: 200px;
	width: 100%;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	transition: all 3s ease;
}
.course_img:hover img {
	transform: scale(1.3);
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	transition: all 3s ease;
}
/*====VIDEO LIGHTBOX  CSS STARTS====*/

.lightbox_youtube {
	position:relative;
}
.lightbox_youtube:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 102, 145, 0.30);
}
.vid_background {
	background:url(../images/IMG_0284-1024x683-1.jpg) no-repeat 50% center;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	position:relative;
	min-height: 400px;
	padding: 150px 0px;
	background-attachment: fixed;
}
button#playme {
	background-color:transparent;
	border: none;
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#fff;
}
button#playme h4 {
	font-weight:700;
	font-size:20px;
}
button#playme img {
	height:150px;
}
button#playme:hover {
	opacity:0.7;
}
.movie_lightbox {
	background-color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.lightbox-container {
	position: relative;
	max-width: 960px;
	margin: 7% auto;
	display: block;
	/*    padding: 0 3%;*/
    height: auto;
	z-index: 10;
}
.lightbox-content {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
	text-transform: uppercase;
	background-color: transparent;
	position: absolute;
	font-weight: 300;
	font-size: 15px;
	display: block;
	border: none;
	color: white;
	top: -27px;
	right: 0;
	font-weight: 700;
	opacity: 0.8;
}
.video-container {
	padding-bottom: 56.25%;
	position: relative;
	/*    padding-top: 30px; */
    overflow: hidden;
	height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
/*==== VIDEO LIGHTBOX CSS ENDS====*/


/*==============Events-section starts===================*/


.message-section {
	background-color: #f0f5fb;
}
.message-sectionn h1 {
	margin-top:0;
}
.message-section p {
	margin-top: 20px;
	color: #626262;
	font-weight: 400;
	font-size: 15px;
	overflow-y: scroll;
/* height: 200px; */
scrollbar-width: thin;
}
.attach-bar h3 {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.attach-bar i {
	display: inline-block;
	vertical-align: middle;
	font-size:24px;
	color: #264f91;
}
.message-section .news_summary p {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	margin-bottom:0;
}
.message-section .events-btn {
	background-color: #e5ecf0;
	border-radius: 10px;
	margin: 10px;
	font-weight: 600;
}
.message-section .events-btn:hover {
	opacity:0.7;
}

.message_content .message_img_thumb{
	width:auto;
}



.message_content .message_img_thumb img {
	height:auto;
	width:auto;

}

.message_img_thumb {
	position: relative;
	float: left;
	width: 50%;
	margin-right:20px;
}
.message_img_thumb img {
	width: 100%;
	height: 300px;
}
.message_img_thumb .read_btn {
	background: #fff;
	width: 100%;
	border: 1px solid #ddd;
	position:absolute;
	transform: translate(0%, -50%);
	z-index:1;
	position: absolute;
	bottom: 50px;
	padding: 10px;
	color: #fff;
	opacity: 0;
	left: 0;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	z-index: 1;
}
.message_img_thumb:hover .read_btn {
	opacity: 1;
	width: 50%;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.message_img_overlay .read_btn .btn {
	font-weight:600;
}
.message_img_thumb:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255,0.7);
	height: 80%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out 0s;
 -o-transform: transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.message_img_thumb:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
	transition: all 0.5s ease-in-out 0s;
-o-transform: transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.message_caption {
	overflow:hidden;
}
.message_caption .message_author {
	font-weight:700;
	font-size:17px;
}
.message_caption .news-title {
	margin-top:0;
}
.message_caption .block-meta {
	margin:5px 5px 5px 0;
	display:inline-block;
}
.news_content .container {
	max-width: 1260px;
}
article.news {
	display: table;
	width: 100%;
	background-color: #fff;
}
article.news .day_box {
	display: flex;
	align-items: center;
	padding: 0 10%;
}
article.news .day_box menu {
	background-color: #002e5b;
	color:#fff;
	/*padding: 25px 50px;*/
	text-align:center;
}
article.news .day_box span {
	display:block;
	background-color:#b9065a;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:500;
}
article.news .day_box span.month {
	padding: 10px 15px;
}
article.news .day_box span.join_box {
	padding: 20px 25px;
}
article.news .day_box span.join_box:hover {
	opacity:0.7;
}
article.news .news_summary {
	display: table-cell;
	vertical-align: top;
	padding: 0 15px;
}
article.news .news_summary p {
	font-size:16px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	margin-bottom:0;
}
article.news .news_summary h3 {
	font-size:20px;
	font-weight: 500;
	text-transform:uppercase;
	color:#002e5b;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
}
article.news .news_summary figcaption {
	font-weight:500;
	margin: 5px 0;
	text-transform: uppercase;
	display: inline-block;
}
article.news .news_summary figcaption time {
	margin-right: 10px;
}
.block-meta {
	font-size: 15px;
	margin: 1rem 0;
	font-size:16px;
}
.block-meta a:hover {
	opacity:0.7;
}
.block-meta i {
	color:#45c4e9;
	font-size:15px;
	margin-right:3px;
}
article.news .news_summary figcaption a {
	transition:none;
}
article.news .news_summary figcaption a:hover {
	color: #264f91;
	text-decoration: underline !important;
}
article.news .news_summary .txts {
	font-weight:500;
}
article.news .thumb_img {
	display: table-cell;
	vertical-align: middle;
	width:30%;
    margin-bottom: 20px !important;
}

.inline-social-icons {

    margin: 5px auto 0;
}

.inline-social-icons li {
    padding: 0 5px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.inline-social-icons li i{
	font-size:17px;
}

/*====================Vertical tab css starts======================*/



.notice-bar {
	margin-top:50px;
	background-color:#fff;
}
.v-tabs {
	width: 100%;
	background-color: #264f91;
	border-radius: 5px 5px 5px 5px;
	display : flex;
}
#tabs-nav {
	list-style: none;
	margin: 0;
	padding:10px 15px;
	overflow: auto;
	/*width : 50%;*/
	width:30%;
    scrollbar-width : thin;
}



.v-tabs h3.title_bar {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 500;
}


#tabs-nav .see_all{
	color:#fff;
	display: block;
font-size: 17px;

}

#tabs-nav .see_all:hover{
	text-decoration:underline !important;
}



.v-tabs h3.title_bar:before {
	display: inline-block;
	font-family: fontawesome;
	margin-right: 10px;
}
.v-tabs #tabs-nav h3.title_bar:before {
	content: "\f00a";
}
.v-tabs #tabs-content h3.title_bar:before {
}
.recent-events {
	height: 473px;
	overflow-y: scroll;
	scrollbar-width: thin;
}
.recent-events h3.title_bar {
	color: #253b80;
}
.recent-events h3.title_bar:before {
	content: "\f274";
	font-family: fontawesome;
	margin-right: 10px;
}
#tabs-content {
	/*width: 75%;*/
	width:70%;
	display: flex;
	align-items: center;
	background: #fff;
	margin: 10px;

}
#tabs-content h3.title_bar {
	color: #253b80;
	margin-top:0;
}
#tabs-nav ul{
	margin:10px 0 0 -10px;
    height: auto;
    max-height: 600px;
}



#tabs-nav ul li {
	font-weight: bold;
	margin-right: 0;
	padding: 20px 15px;
	border-radius: 5px 5px 5px 2px;
	cursor: pointer;
	display: block;
	position: relative;
	width: 95%;

}
#tabs-nav ul li:hover, #tabs-nav ul li.active {
	background-color: #08E;
}
#tabs-nav ul li.active:after, #tabs-nav ul li:hover:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 10px solid transparent;
	border-left:15px solid #08e;
	z-index: 1;
}
#tabs-nav ul li a {
	text-decoration: none;
	color: #FFF;
}
.v-tab-content {
	width: 100%;
	padding: 25px;
	background-color: #FFF;
    height: 600px;
    overflow-y: scroll;
    scrollbar-width:thin;
}
.v-tab-content figure img{
	width: 100%;
	height: 400px;
	object-fit: contain;
}
/*==============Training-section starts===================*/


.training-section .owl-item figure {
	background-color:#f5f5f5;
	height: 100px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}
.training-section .owl-item:hover img {
	transform: scale(1.04);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
-0-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.training-section .owl-item img {
	height:auto;
	width:auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
-0-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*==============Testimonial section starts===================*/


.enroll_banner {
	padding: 50px 0;
	text-align: center;
	background:url(../images/IMG_0284-1024x683-1.jpg) no-repeat center fixed;
	color: #ffffff;
	position:relative;
	background-size:cover;
}
.enroll_banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.70);
}
.enroll_banner .content {
	z-index: 1;
	position: relative;
	color: #dadada;
	font-size: 17px;
}
.enroll_banner .content .text {
	color: #ccc;
	font-size: 18px;
	line-height: 30px;
}
.enroll_banner .carousel-wrap .owl-carousel .owl-nav button i {
	display:none;
}
.testimonial_content {
	background-color: #f0f5fb;
	box-shadow: inset 13px 0px 48px 0px rgba(179, 179, 179, 0.62);
}
.testimonial_content .owl-carousel .item {
/*padding:50px 0;*/
}
.testimonial_content .carousel-wrap {
	text-align:center;
}
.testimonial_content .testimonial-left figure {
	display: inline-block;
	vertical-align:middle;
	margin-right: 10px;
	width:100px;
}
.testimonial_content .testimonial-left figure img{
    width: 100px;
    height:100px;
    object-fit: cover;
    overflow: hidden;
}
.testimonial_content .testimonial-left figcaption {
	display: inline-block;
	text-align: left;
	vertical-align:middle;
	width: 70%;
	color: #626262;
}
.testimonial_content .testimonial-right .img-circle img {
	height:75px;
	width:75px;
}
.testimonial_content figcaption {
	font-style:italic;
	overflow:hidden;
}
.testimonial_content .testi_caption {
	border-bottom: 1px dashed;
	padding-bottom: 30px;
}
.testimonial_content .testimonial_wrapper:last-of-type .testi_caption {
	border-bottom:none;
	padding-bottom:0;
}
.testimonial_content figcaption p {
	font-size:17px;
	font-style: italic;
}
.testimonial_content .testimonial-left .testimonial_title {
	visibility:hidden;
}
.testimonial_content .carousel-wrap .owl-carousel .owl-nav button i {
	background: none;
	color: #333;
	opacity: 0.6;
}
.testimonial_content .testimonial-right .owl-nav button i {
}
.testimonial_content .img-circle {
	display:inline-block;
}
.testimonial_content .img-circle img {
	width: 150px;
	height: 150px;
}
.testimonial_content figcaption span {
	display: block;
	font-weight: 500;
	font-size:24px;
	margin:5px 0;
}
.testimonial_content figcaption span.post {
	font-size:18px;
}
.testimonial_content .owl-theme .owl-controls .owl-pagination {
	display:none;
}
.testimonial_content .owl-theme .owl-controls .owl-buttons div {
	background-color:transparent;
	font-size: 36px;
	font-weight: 700;
}
.testimonial-left {
	width: 50%;
	background-color: #ddd;
}
.testimonial-right {
	width:50%;
}
.testimonial_content h3.testimonial_title {
	text-align:center;
	padding:0 20px;
	margin: 0;
	position: relative;
	top: 10px;
}
.testimonial_detail .testimonial_content {
	background:none;
	padding:30px 15px;
}
.testimonial_wrapper {
	clear:both;
	margin:0 0 30px;
	overflow:hidden;
}
.testimonial_wrapper .testi_icon {
	float: left;
	margin-right: 20px;
}
.testimonial_wrapper .testi_icon img {
	width: 100px;
	height: 100px;
}
/*==========================Destination content starts==========================*/



.destination_content .col {
	width: 33.33333333%;
	float:left;
	margin-top:25px;
}
.destination_content figure {
	position:relative;
}
.destination_content figure img {
	width:100%;
}
.destination_content figure:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color: rgba(33, 44, 90,0.7);
	opacity:0;
	visibility:hidden;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
 -ms-transition: a.ll 0.4s ease-in-out 0s;
}
.destination_content figure:hover:after {
	opacity:1;
	visibility:visible;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
-ms-transition: a.ll 0.4s ease-in-out 0s;
}
.destination_content figure figcaption {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	color:#fff;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.destination_content figcaption h2 {
	color:#fff;
	font-weight:700;
}
.destination_content figure:hover figcaption {
	opacity:1;
	visibility:visible;
}
/*============= FOOTER SECTION STARTS============= */


 .footer_contents {
	padding: 30px 0 0;
	background-color: #fff;
	background-size:cover;
	position:relative;
	z-index:1;
}
.footer_contents:after {
	content: '';
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;


}
.footer_contents .col {
	margin-top: 30px;
}
h3.footer_title {
	color: #040404;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 27px;
	margin-top:0;
	padding: 0 0 10px;
	position:relative;
	font-family: 'Balsamiq Sans', cursive;
}
h3.footer_title:after {
	content: "";
	position: absolute;
	left: 0%;
	height: 2px;
	width: 10%;
	bottom: 0px;
	background-color: #fff;
}
h3.footer_logo {
	border-bottom:0;
}
h3.footer_logo:after {
	display:none;
}
.footer_contents ul li, .footer_contents ul li span, .footer_contents ul li a {
	line-height: 17px;
	margin: 5px 0;
	padding:1px 0;
	font-size: 17px;
	color: #333;
	display: block;
	word-wrap: break-word;
	font-family: 'Balsamiq Sans', cursive;
}
.footer_contents ul li i {
	margin-right:10px;
}
.footer_contents ul li a:hover {

	color: #264F91;
}
.footer-social-icons i {
	color:#fff;
	font-size: 18px;
	margin-right:10px;
}
.footer_address {
	margin-top:30px;
}
.footer_address address {
	padding-bottom: 10px;
	display: table;
	width: 100%;
}
.footer_address .icon {
	display: table-cell;
	vertical-align: top;
	width: 5%;
}
.footer_address .icon i {
	color: #333;
	font-size: 24px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
}
.footer_address .icon span {
}
.footer_address .details {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	color: #333;
	width: 95%;
}
.footer_address .details span, .footer_address .details a {
	color: #333;
	font-size: 16px;
	font-family: 'Balsamiq Sans', cursive;
}
.footer_address .details a:hover {
	text-decoration:underline !important;
	color: #264F91;
}
.footer_address .details .gmap_link {
	color:#ff7173;
	text-decoration:underline;
	padding:10px 0;
}
.footer_address .details .gmap_link:hover {
	text-decoration:none;
}
.footer_contents .footer-social-icons li {
	padding: 0 5px;
	display:inline-block;
	vertical-align:middle;
}
.footer_contents .footer-social-icons li i {
/*	width: 26px;
	height: 26px;*/
	color: #fff;
	font-size: 17px;
	text-align: center;
	margin:0 auto;
	line-height: 26px;
	border-radius:5px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.footer_contents .footer-social-icons i:hover {
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	opacity: 0.6;
}
.footer_contents .footer-social-icons .fa-facebook


 {
	color: #114696;
}

.inline-social-icons .fa-facebook{
	color: #114696;
}


.footer_contents .footer-social-icons .fa-twitter {
	 color: #1cb7eb;
}
.inline-social-icons .fa-twitter{
	color:#1cb7eb;
}


.footer_contents .footer-social-icons .fa-linkedin {
	color: #ba0100;
}
.inline-social-icons .fa-linkedin{
	color:#ba0100;
}
.footer_contents .footer-social-icons .fa-instagram {
	color: #c3479b;
}

.inline-social-icons .fa-instagram{
	color: #c3479b;
}

.footer_contents .footer-social-icons .fa-instagram {
	color: #c3479b;
}

.inline-social-icons .fa-instagram{
	color:#c3479b;
}


.footer_contents .footer-social-icons .fa-youtube {
	color:#FF0000;
}

.inline-social-icons .fa-youtube{
	color:#FF0000;
}

.footer_address .social_title {
	display:inline-block;
	vertical-align:middle;
}
/* ==========ABOUT US CONTENT STARTS=========*/


.sub_page-banner {
	position:relative;
}
.sub_page-banner:after {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.30);
}
.full_banner {
	max-height:40vh;
	overflow: hidden;
}
.full_banner img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.full_width_banner {
	max-height: 500px;
	overflow: hidden;
	margin-bottom:10px;
}
.full_width_banner img {
	width:100%;
}
.inner_page .full_banner {
	margin-bottom:30px;
}
.reverse-wrapper figure {
	width: 50%;
	margin-bottom: 50px;
	overflow: hidden;
}
.reverse-wrapper figure:nth-child(2n) {
	float: left;
	margin-right: 50px;
}
.reverse-wrapper figure:nth-child(2n+1) {
	float: right;
	margin-left: 50px;
}
.reverse-wrapper figcaption p {
	font-size:17px;
}
/* ==========INTRODUCTION  CONTENT ENDS=========*/


 .about_thumb {
	max-width: 600px;
	max-height: 540px;
	overflow: hidden;
}
article.float_wrapper {
	clear: both;
	margin: 30px 0;
	overflow: hidden;
	color:#757580;
}
article.float_wrapper li {
	line-height: 17px;
	font-size:17px;
	padding: 5px 0 5px 35px;
	position:relative;
	color: #626262;
}
article.float_wrapper li:before {
	font-family: 'FontAwesome';
	content: "\f178";
	color: #777;
	position: absolute;
	left: 0;
	font-size: 20px;
}
/*TEAM CONTENT STARTS*/


.team_content .container .container {
	padding:0;
}
.team_content .team_img {
	overflow:hidden;
	margin:0 auto;
}
.team_content h2.category-title {
	font-size:36px;
	margin-bottom:30px;
}
.team_content .team_img img {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
.team_content .team_caption h4 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
}
.team_content .team_caption span {
	color: #505050;
	font-size: 15px;
}
/*========ONLINE FORM CSS STARTS========*/


.sub_label {
	display:table-cell;
	width: 12em;
	vertical-align:middle;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	position:relative;
	padding: 0 0 30px;
	line-height: 1em;
	height: 34px;
	line-height: 34px;
	margin-bottom:0;
}
.sub_label small {
	position:absolute;
	top:15px;
	left:0;
	font-style: italic;
	font-weight:400;
	color: #777;
}

.input_wrap {
	display:table-cell;
	width: 65%;
	vertical-align: top;
}
.radiospan {
	padding-left: 10px;
}
.inline_group .input_wrap, .inline_group .sub_label {
	display:inline-block;
	vertical-align:middle;
	width:auto;
}
.form-input {
	width:100%;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	box-shadow: none;
	border-bottom: 1px dashed;
	border-radius: 0;
	padding: 3px 0;
	height:auto;
}
.dob_wrappre {
	width: 100%;
	display: table;
}
.dob_wrapper span {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
}
.dob_wrapper span:after {
	font-family:'FontAwesome';
	content:"\f178";
	padding: 0 9px;
}
.dob_wrapper .dob_table {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}
.dob_table table {
	border: 1px solid #dddddd;
	max-width: 100%;
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dob_table input {
	width:31px;
	height:35px;
	border:none;
	border-left: 1px solid #ddd;
	text-align:center;
}
.dob_table input:first-child {
	border-left:0;
}
.dob_table input:last-child {
	border-right:0;
}
.dotted {
	position: relative;
	padding-top:5px;
	margin-top:25px;
	display:inline-block;
}
.dotted::before {
	content: '';
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0;
	border-top: 1px dotted;
	background-color: #000;
	height: 1px;
}
.dotted_bottom:before {
	bottom: -20px;
	top:auto;
}
.list_item li {
	list-style: inside disc;
	padding:0 0 10px;
}
.subject_list li {
	list-style:none;
}
.btn_submit {
	background-color: #333;
	display: block;
	border: 1px solid transparent;
	color: #fff;
	padding: 10px 50px;
	font-weight: 600;
}
.btn_submit:hover {
	color:#fff;
	opacity:0.9;
}
.btn_submit:focus {
	outline:thin dotted !important;
}
li .uplaod-btn {
	display: inline-block;
	vertical-align:middle;
	padding-left: 30px;
}
/*----CONTACT CSS STARTS-----*/



.contact_title h1 {
	color:#fff;
	text-transform:uppercase
}
.contact_title h1 a {
	color:#fff;
}
.contact_title h1 a:hover {
	text-decoration:underline !important;
}
.contact_title h1 span {
	color:#ff9501;
}
.contact_title h3 {
	color:#fff;
}
.contact_content address {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.contact_content .icon {
	display: table-cell;
	vertical-align: middle;
	width: 5%;
}
.contact_content .icon i {
	color: #727272;
	text-align: center;
	font-size: 20px;
	width: 32px;
	height: 32px;
	line-height:32px;
}
.contact_content .details {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	color: #c5c2c2;
	width: 95%;
}
.contact_content .details span, .contact_content .details a {
	color: #757580;
	font-size: 14px;
	font-weight: 400;
}
.contact_content .details a:hover {
	text-decoration:underline !important;
}
.contact_content .contact_form .btn_submit {
	width:auto;
	background-color: #05a24c;
	text-transform: uppercase;
	color: #fff;
	border:none;
	font-size: 15px;
}
.contact_info {
	padding:10px;
}
/*****tab-bar css starts here**********/

.tab-bar .nav-tabs {
	border-bottom: 1px solid rgba(66, 129, 196, 0.3);
	margin-bottom: 30px;
	padding:0;
}
.tab-bar .nav-tabs li {
	width: auto;
	float:left;
	background-color: #66a5e8;
	border-right: 1px solid #ddd;
}
.tab-bar .nav-tabs li:last-child {
	border-right:none;
}
.tab-bar .news-content p {
	-webkit-line-clamp: 3;
}
.tab-bar .nav-tabs li a {
	border-radius: 0;
	margin-right: 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 70px;
	border: 1px solid transparent;
	position:relative;
	z-index:1;
}
.tab-bar .nav-tabs li a:hover:after {
	height:100%;
	transition: all 0.3s ease-in-out;
}
.tab-bar .nav-tabs li.active a, .tab-bar .nav-tabs li a:hover {
	background-color: #4281c4;
	color:#fff;
}
.tab-bar .nav-tabs li a i {
	padding: 0 5px;
}
/****Accordion SECTION STARTS*****/

.accordion_bar {
	margin-top:30px;
}
.accordion_bar .panel-group .panel {
	border-radius:0;
	border-bottom:0;
	margin-bottom: 20px;
}
#accordion .panel-heading {
	padding: 0;
	border:none;
	border-radius:0;
}
#accordion .panel-default {
	-webkit-box-shadow:none;
	box-shadow: none;
	-moz-box-shadow: none;
	border:1px solid #4281c4;
}
#accordion .panel-default .panel-body {
	font-weight: 500;
	position: relative;
	font-size: 15px;
}
.panel-default > .panel-heading {
	position:relative;
	border-radius: 0;
}
.panel-heading {
	padding: 0;
	border:0;
}
.accordion_bar .panel-heading.active .panel-title > a {
	background-color:#4281c4;
	color:#fff;
}
.panel-title>a, .panel-title>a:active {
	display:block;
	padding:20px;
	color:#4281c4;
	font-weight:600;
	font-size:18px;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}
.panel-heading a:before {
	font-family:'FontAwesome';
	content:"\f107";
	position:absolute;
	right:0;
	color: #4281c4;
	font-size:20px;
	font-weight:700;
	margin-right: 10px;
	transition: all 0.5s;
}
.panel-heading.active a:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	color:#fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top:0;
}
/********* Gallery css starts************/


 .gallery_content .col, .team_content .col {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	text-align: center;
	padding: 0 15px;/*width: 33.15%;*/
}
.gallery_content .gallery-img {
	overflow:hidden;
	margin:0 auto;
}
.gallery_content .gallery-img img {
	height: 200px;
	width:200px;/*width:100%;*/
}
.gallery_content .gallery_caption h4 {
	margin-bottom:0;
}
.gallery_content .gallery_caption time {
	color:#666;
}
/*******Download css starts**********/

.download_content table {
}
.download_content thead th {
	background-color: #ededed;
	color:#000;
	font-size:18px;
	font-weight:400;
}
.download_content td {
	padding: 15px 0;
	font-size: 17px;
	color: #777;
}
.download_content td i {
	color:#264F91;
	font-size:20px;
	position:relative;
	transition: all 0.4s ease-in;
	animation: slideshow 2s linear infinite;
}
 @keyframes slideshow {
 0% {
top: 0;
}
 50% {
top: 10%;
}
}
.download_content td i:hover {
	opacity: 0.7;
}
.download_content .inline_group {
	display:inline-block;
	color: #333;
}
.download_content .form_search {
	position: relative;
	width: 320px;
	margin-bottom: 30px;
	float:right;
}
.download_content .form_search .form-control {
	background-color: #fcfcfc;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	height: 50px;
	padding-right: 50px;
	font-size: 17px;
	border-radius: 25px;
}
.download_content .form_search .btn-search {
	border: none;
	border-radius: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 15px;
	height: 50px;
	background-color: #eee;
	border-radius: 0 25px 25px 0;
}
.download_content .btn-search i {
	color: #6f6e6e;
}
.event_content article.news {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	margin: 30px 0;
	padding: 30px;
}

.topbar-wrapper{
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}
/* @media(min-width:992px){

} */
.news-ticker .marquee-sibling {
	padding: 0 30px;
	background: rgb(201, 0, 28);
	width: 170px;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 1;
	line-height: 40px;
	font-size: 24px;
	font-style: italic;
	position:relative;
}
.news-ticker .marquee-sibling:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 25%;
	background-color:#264F91;
	top: 0;
	right:-1px;
	-webkit-clip-path: polygon(40% 0, 100% 100%, 100% 0);
	clip-path: polygon(40% 0, 100% 100%, 100% 0);
}
.news-ticker .marquee-sibling h4 {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
}
.news-ticker {
    display: flex;
	max-width: 500px;
	color: #333;
	height: 40px;
	/* margin: 0 auto; */
	overflow: hidden;
	-webkit-user-select: none;
}
@media (max-width:1475px){
    .news-ticker{
        display: none;
    }
}
.news-ticker ul {
	width:50%;
	float: left;
	text-align:left;
	animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	-webkit-user-select: none;
	padding: 5px 0;
}
 @keyframes ticker {
 0% {
margin-top: 0
}
 25% {
margin-top: -30px
}
 50% {
margin-top: -60px
}
 75% {
margin-top: -90px
}
 100% {
margin-top: 0
}
}
.news-ticker ul li {
	line-height: 30px;
	list-style: none
}
.news-ticker ul li a {
	color: #fff;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	font-weight:700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-ticker ul:hover {
	animation-play-state: paused
}
.news-ticker span:hover+ul {
	animation-play-state: paused
}
.left-bar{
    display: flex !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:992px){
    .left-bar{
        display: inline-block !important;
        /* width: 100%; */
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.login-nav{
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:992px){
    .login-nav{
        width: 100%;
        text-align: center;
    }
}
.social_icons{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    /* margin-right: 20px; */
}
@media (max-width:1080px){
    .social_icons{
        display: none !important;
    }
}
.online-form_content {
	margin: 15px 0;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	background-color: #eee;
	padding: 30px;
}
.online-form_content label {
	color: #000;
	font-weight: 500;
	font-size: 16px;
}


.updload_file li {
	margin-bottom:15px;
}

.updload_file li input{
	background-color: #fff;
    width: 100%;
    padding: 5px;

}

.updload_file li span {
	color:#000;
	font-weight:600;
}

