/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);*/
@import url('https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister');

body {
	padding: 0px;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #64686d;
	line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #272727;
}

a {
	color: #031c3c;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #e53945;
	border: none;
	outline: none;
}

hr {
	border-top: 1px dashed #d8d8d8;
	border-bottom: 1px dashed #fff;
}

.gradiant {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
	margin-bottom: 50px;
}

.section-header .section-title {
	font-size: 44px;
	color: #272727;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 20px;
}

.section-header .section-title:before {
	content: "";
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	height: 1px;
	background: #ebebeb;
}

.section-header .section-title:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -11px;
	left: 50%;
	margin-left: -12px;
	border: 5px solid #fff;
	border-radius: 20px;
	background: #0076ab;
}

.btn {
	border-width: 0;
	border-bottom-width: 3px;
	border-radius: 3px;
}

.btn.btn-primary {
	background: #0076ab;
	border-color: #003852;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #023e8a;
}

.column-title {
	margin-top: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0px;
	position: relative;
}

.column-title:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #0076ab;
}

ul.nostyle li {
	line-height: 24px;
}

ul.nostyle {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

ul.nostyle i {
	color: #023e8a;
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

/*************************
*******Header******
**************************/

@media only screen and (min-width: 768px) {
	#main-menu.navbar-default {
		background: #0076ab;
		-webkit-box-shadow: 0px 5px 5px #cccccc;
		box-shadow: 0px 5px 5px #cccccc;
	}

	#main-menu.navbar-default .navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: 600;
		color: #ffffff;
	}

	#main-menu.navbar-default .navbar-nav>li.active>a,
	#main-menu.navbar-default .navbar-nav>li.open>a,
	#main-menu.navbar-default .navbar-nav>li:hover>a {
		background: #023e8a;
		color: #ffffff;
		border-bottom: 2px solid #ffffff;
	}

	#main-menu.navbar-default .dropdown-menu {
		padding: 8px 0px;
		background-color: rgba(26, 28, 40, 0.9);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-bottom: 2px solid #ffffff;
		background-clip: inherit;
	}

	#main-menu.navbar-default .dropdown-menu>li {
		border-left: 3px solid transparent;
		margin-left: -20px;
		padding-left: 17px;
		-webit-transition: border-color 400ms;
		transition: border-color 400ms;
	}

	#main-menu.navbar-default .dropdown-menu>li>a {
		border-top: 1px solid #404455;
		padding: 8px 0;
		color: #eeeeee;
	}

	#main-menu.navbar-default .dropdown-menu>li:first-child>a {
		border-top: 0;
	}

	#main-menu.navbar-default .dropdown-menu>li.active,
	#main-menu.navbar-default .dropdown-menu>li.open,
	#main-menu.navbar-default .dropdown-menu>li:hover {}

	#main-menu.navbar-default .dropdown-menu>li.active>a,
	#main-menu.navbar-default .dropdown-menu>li.open>a,
	#main-menu.navbar-default .dropdown-menu>li:hover>a {
		color: #0076ab;
		background-color: transparent;
	}
}

#main-slider {
	overflow: hidden;
	border-bottom: 2px solid #ffffff;
}

#main-slider .item {
	height: 558px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

#main-slider .slider-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slider .slider-inner h2 {
	margin-top: 180px;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}

#main-slider .slider-inner h2>span {
	color: #0076ab;
	font-size: 35px;
}

#main-slider .slider-inner .btn {
	margin-top: 10px;
}

#main-slider .owl-prev,
#main-slider .owl-next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin-top: -35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100px;
	z-index: 5;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
	background-color: #0076ab;
}

#main-slider .owl-prev {
	left: -35px;
	text-indent: 14px;
}

#main-slider .owl-next {
	right: -35px;
	text-indent: -14px;
}

#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #0076ab;
}

#progressBar {
	margin-top: -4px;
	position: relative;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}

#cta {
	padding: 20px 0;
	background-color: #eeeeee;
}

#cta h2 {
	margin-top: 0;
}

#cta .btn {
	margin-top: 40px;
}

#cta2 {
	background: #242a33 url(../images/cta2/cta2-bg.html) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	padding-top: 70px;
}

#cta2 .btn {
	margin-top: 10px;
}

#cta2 h2 {
	color: #fff;
	font-size: 44px;
	line-height: 1;
}

#cta2 h2>span {
	color: #0076ab;
}

#features {
	padding: 100px 0;
}

#features .media.service-box:first-child {
	margin-top: 80px;
}

#services {
	padding: 100px 0 75px;
}

.media.service-box {
	margin: 25px 0;
}

.media.service-box .pull-left {
	margin-right: 20px;
}

.media.service-box .pull-left>i {
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	border-radius: 100%;
	color: #0076ab;
	box-shadow: inset 0 0 0 1px #d7d7d7;
	-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
	transition: background-color 400ms, background-color 400ms;
	position: relative;
}

.media.service-box .pull-left>i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: -10px;
	border: 4px solid #fff;
	border-radius: 20px;
	background: #0076ab;
}

.media.service-box:hover .pull-left>i {
	background-image: -moz-linear-gradient(90deg,
			#0076ab 0%,
			rgba(11, 39, 93, 0.69) 100%);
	background-image: -webkit-linear-gradient(90deg,
			#0076ab 0%,
			rgba(11, 39, 93, 0.69) 100%);
	background-image: -ms-linear-gradient(90deg,
			#0076ab 0%,
			rgba(11, 39, 93, 0.69) 100%);
	color: #fff;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#portfolio {
	/*padding: 100px 0;
    background: #f5f5f5;*/
}

#portfolio .portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
	display: inline-block;
}

#portfolio .portfolio-filter>li {
	float: left;
	display: block;
}

#portfolio .portfolio-filter>li a {
	display: block;
	padding: 7px 15px;
	background: #e5e5e5;
	color: #64686d;
	position: relative;
}

#portfolio .portfolio-filter>li a:hover,
#portfolio .portfolio-filter>li a.active {
	background: #0076ab;
	color: #fff;
	box-shadow: 0 -3px 0 0 #318daf inset;
	-webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}

#portfolio .portfolio-filter>li a.active:after {
	content: " ";
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #318daf transparent transparent transparent;
}

#portfolio .portfolio-filter>li:first-child a {
	border-radius: 4px 0 0 4px;
}

#portfolio .portfolio-filter>li:last-child a {
	border-radius: 0 4px 4px 0;
}

#portfolio .portfolio-items {
	margin-top: 20px;
}

#portfolio .portfolio-item {
	width: 30%;
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#portfolio .portfolio-item .portfolio-item-inner {
	position: relative;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
	opacity: 0;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 35px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
	position: absolute;
	top: 16px;
	right: 32px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	width: 26px;
	height: 26px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 0 2px #fff;
	-webkit-box-shadow: 0 0 0 2px #fff;
}

#portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#testimonial {
	background: #333333;
	background-size: cover;
	padding: 20px 0;
	color: #fff;
}

#testimonial h4 {
	color: #fff;
	margin-bottom: 0;
}

#testimonial small {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {
	margin-top: 10px;
}

#about {
	padding: 30px 0;
}

/*#work-process {
    padding: 30px 0px 0px 0px;
    background: #ffffff;
    background-size: cover;
    color: #fff;
}
#work-process h2 {
    color: #fff;
}
#work-process h3 {
    color: #fff;
    margin-bottom: 0;
}
#work-process .icon-circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #0077b6;
    border-radius: 100px;
    position: relative;
}
#work-process .icon-circle i{
    color:#0077b6;
}
#work-process .icon-circle > span {
    border-style: solid;
    border-width: 2px;
    border-color: #0076ab;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 20px;
    top: -12px;
    color: #64686d;
}
#work-process h3 {
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 18px;
    color:#0076ab;
}*/
#meet-team {
	padding: 100px 0;
}

#meet-team .team-member {
	padding: 13px;
	background: #eeeeee;
	border: 2px solid #eeeeee;
	transition: border-color 400ms;
	-webkit-transition: border-color 400ms;
}

#meet-team .team-member .team-img {
	margin: -15px -15px 0 -15px;
}

#meet-team .team-member .team-info {
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
}

#meet-team .team-member:hover {
	border-color: #0076ab;
}

#meet-team .team-member:hover .social-icons>li>a {
	background: #0076ab;
}

#meet-team .social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}

#meet-team .social-icons>li {
	display: inline-block;
}

#meet-team .social-icons>li>a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #222534;
	border-radius: 3px;
}

.divider {
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: -moz-linear-gradient(180deg,
			#ffffff 0%,
			#e3e3e3 49%,
			#ffffff 100%);
	background-image: -webkit-linear-gradient(180deg,
			#ffffff 0%,
			#e3e3e3 49%,
			#ffffff 100%);
	background-image: -ms-linear-gradient(180deg,
			#ffffff 0%,
			#e3e3e3 49%,
			#ffffff 100%);
	width: 95%;
	height: 1px;
}

.progress {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav.main-tab {
	border-bottom: 2px solid #003852;
	border-radius: 3px 3px 0 0;
}

.nav.main-tab>li>a {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	display: inherit;
	font-weight: 500;
	background: #0076ab;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	margin-right: 5px;
	padding: 8px 12px;
	letter-spacing: 1px;
}

.nav.main-tab>li.active>a {
	background: #e63946;
	color: #ffffff;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

.nav.main-tab>li>a:hover {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	background: #023e8a;
	color: #ffffff;
}

.nav.main-tab>li>a:focus {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	background: #e63946;
	color: #ffffff;
	outline: none;
}

.nav.main-tab>li:first-child>a {
	border-radius: 3px 0 0 0;
}

.nav.main-tab>li:last-child>a {
	border-radius: 0 3px 0 0;
}

.nav.main-tab>li {
	width: auto;
	float: left;
}

.tab-content {
	border: 1px solid #dbdbdb;
	border-top: 0;
	padding: 10px 20px 10px;
	max-height: 328px;
	min-height: 328px;
	/*overflow-y: scroll;*/
	border-radius: 0 0 3px 3px;
}

.tab-content-special {
	border: none !important;
	border-top: 0 !important;
	max-height: auto !important;
	min-height: 328px !important;
	border-radius: 0 0 3px 3px !important;
}

.tab-content-no-height {
	border: 1px solid #dbdbdb;
	border-top: 0;
	padding: 10px 20px 10px;
	max-height: fit-content !important;
	min-height: 328px;
	/*overflow-y: scroll;*/
	border-radius: 0 0 3px 3px;
}

.panel-default {
	border-color: #eee;
}

.panel-default>.panel-heading {
	background-color: #0076ab;
	border-color: #eee;
}

.panel-default>.panel-heading .panel-title {
	font-size: 14px;
	font-weight: normal;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #eee;
}

#animated-number {
	padding: 100px 0 70px;
	background: #132125 url(../images/animated-number/bg.html) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
	color: #fff;
}

#animated-number strong {
	display: block;
	margin-bottom: 30px;
}

.animated-number {
	display: inline-block;
	width: 140px;
	height: 140px;
	font-size: 24px;
	line-height: 140px;
	border: 3px solid #fff;
	border-radius: 100px;
	margin-bottom: 20px;
}

#pricing {
	padding: 100px 0 70px;
}

#pricing ul.pricing {
	list-style: none;
	padding: 0;
	margin: 70px 0 30px;
	border: 1px solid #eee;
	border-radius: 5px 5px 4px 4px;
	padding: 15px;
	text-align: center;
}

#pricing ul.pricing li {
	display: block;
	padding: 10px;
}

#pricing ul.pricing li.plan-header {
	background: #eee;
	border-radius: 4px 4px 0 0;
	margin: -15px -15px 10px;
	padding: 15px 15px 30px;
	border: 0;
}

#pricing ul.pricing li.plan-header .price-duration {
	position: relative;
	margin-top: -63px;
	top: -10px;
	display: inline-block;
	width: 116px;
	height: 116px;
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	color: #fff;
	border-radius: 100px;
	border: 5px solid #f6f6f6;
}

#pricing ul.pricing li.plan-header .price-duration>span {
	display: block;
	line-height: 1;
}

#pricing ul.pricing li.plan-header .price-duration>span.price {
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
}

#pricing ul.pricing li.plan-header .price-duration>span.duration {
	margin-top: 5px;
}

#pricing ul.pricing li.plan-header .plan-name {
	margin-top: 10px;
	font-size: 24px;
	color: #272727;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

#pricing ul.pricing.featured {
	background: #222534;
	color: #fff;
	border: 0;
}

#pricing ul.pricing.featured li.plan-header {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

#pricing ul.pricing.featured li.plan-header .plan-name {
	color: #fff;
}

#get-in-touch {
	padding: 100px 0 50px;
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	color: #fff;
}

#get-in-touch h1,
#get-in-touch h2 {
	color: #fff;
}

#blog {
	padding: 30px 0;
}

#blog .blog-post {
	border: 1px solid #dddddd;
	padding: 15px;
}

#blog .blog-post .post-format {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #0d275d;
	border: 3px solid #fff;
	border-radius: 100px;
}

#blog .blog-post.blog-large .entry-thumbnail {
	margin: -15px -15px 15px;
	position: relative;
}

#blog .blog-post.blog-large .post-format {
	width: 66px;
	height: 66px;
	line-height: 60px;
	position: absolute;
	right: 20px;
	bottom: -33px;
}

#blog .blog-post.blog-large .post-format>i {
	font-size: 20px;
}

#blog .blog-post.blog-large .entry-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #0076ab;
}

#blog .blog-post.blog-large .entry-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}

#blog .blog-post.blog-large .entry-title a {
	color: #64686d;
}

#blog .blog-post.blog-large .entry-title a:hover {
	color: #0076ab;
}

#blog .blog-post.blog-media {
	margin-bottom: 10px;
}

#blog .blog-post.blog-media .entry-thumbnail {
	margin: -15px 15px -15px -15px;
	position: relative;
}

#blog .blog-post.blog-media .post-format {
	position: absolute;
	top: 20px;
	right: -10px;
}

#blog .blog-post.blog-media .entry-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #0076ab;
}

#blog .blog-post.blog-media .entry-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}

#blog .blog-post.blog-media .entry-title a {
	color: #64686d;
}

#blog .blog-post.blog-media .entry-title a:hover {
	color: #0076ab;
}

#blog .blog-post .entry-meta {
	margin-top: 0px;
	border-top: 1px solid #eee;
	padding-top: 8px;
}

#blog .blog-post .entry-meta>span {
	display: inline-block;
	margin-right: 10px;
	color: #999;
}

#blog .blog-post .entry-meta>span>a {
	color: #999;
}

#blog .blog-post .entry-meta>span>a:hover {
	color: #0076ab;
}

#contact {
	position: relative;
	overflow: hidden;
}

#contact .container-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(69, 174, 214, 0.3);
	z-index: 1;
}

#contact .contact-form {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	margin-top: 50px;
}

#contact .contact-form h3 {
	margin-top: 0;
}

/***********************
********* Footer ******
************************/
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background: #e63946;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #0076ab;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 -7.5px;
}

#footer ul>li {
	display: inline-block;
	margin: 0 7.5px;
}

@media only screen and (min-width: 768px) {
	#footer .social-icons {
		float: right;
	}
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.navigation {
	padding: 8px 8px 8px 8px;
	float: left;
	margin-top: 0px;
}

.top-head-right ul {
	margin: 0px;
	float: right;
	padding: 0px 0px;
}

.top-head-right ul li {
	float: left;
	list-style: none;
	padding: 0px 0px;
}

.top-head-right ul li a {
	padding: 0px 0px;
	color: #ffffff;
	font-size: 12px;
	font-family: calibri;
	letter-spacing: 1px;
}

.top-head-right ul li a:hover {
	color: #a8dadc;
}

/* .top-head-right ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-head-right ul li {
	list-style: none;
	padding: 0;
}

.top-head-right ul li a {
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-family: calibri;
	letter-spacing: 1px;
}

.top-head-right ul li a:hover {
	color: #a8dadc;
} */

#header {
	background: #ffffff;
}

.top-head-right ul li a:before {
	color: #666;
}

.top-head-right ul li a:before {
	position: relative;
	content: "|";
	font-size: 13px;
	margin: 0 7px;
	top: -1px;
	color: #ccc;
}

.top-head-right ul li:nth-child(1) a:before {
	display: none;
}

.announse-title {
	padding: 7px 10px;
	border-bottom: none;
	background: #041d3d;
	color: #ffffff;
	font-size: 20px;
	border-left: 6px solid #e63a47;
	/* background: radial-gradient(
		circle,
		hsl(23deg 96% 50%) 0%,
		hsl(198deg 100% 38%) 100%
	); */
}

.announse-title::after {
	display: none;
}

.visitor-box {
	border: 1px solid #ddd;
	padding: 14px 0px;
	border-bottom: 3px solid #0d275d;
}

.visitor-title h4 {
	margin-bottom: 0px;
}

.latest-part marquee ul {
	padding-left: 5px;
}

.latest-part marquee ul li {
	list-style: none;
	display: flex;
}

.latest-part {
	padding: 2px 3px;
}

.latest-part marquee ul li i {
	margin-top: 6px;
	margin-right: 5px;
	color: #0d275d;
}

.more-btn {
	color: #0077b6;
	margin-left: 10px;
	font-size: 13px;
	background: #eeeeee;
	padding: 2px 4px;
	border: 1px solid #dddddd;
}

.more-btn:hover {
	color: #0d275d;
}

.top-footer {
	background: #031c3c;
}

.footer-title {
	color: #e63946;
	margin-top: 0;
	padding-bottom: 6px;
	margin-bottom: 5px;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-search p {
	margin-bottom: 15px;
	color: #cccccc;
}

.footer-search div span button {
	border: 0 none;
	background: #d1d1d1;
	color: #0076ab;
}

.footer-widget {
	margin-bottom: 8px;
	margin-top: 0px;
}

.contact-widget ul li {
	margin-bottom: 12px;
	display: flex;
	line-height: 21px;
	color: #dddddd;
}

.contact-widget ul {
	padding: 0px;
	border-bottom: 1px solid #9c5151;
}

.contact-widget ul li i {
	margin-top: 4px;
	margin-right: 7px;
}

.other-link ul li {
	display: flex;
	border-bottom: 1px dotted #3c3c3c;
	line-height: 27px;
}

.other-link ul {
	padding: 0px;
}

.other-link ul li i {
	padding: 6px 3px;
	color: #e63946;
}

.other-link ul li a {
	font-weight: 400;
	font-size: 13px;
	color: #dddddd;
	padding-left: 3px;
	display: flex;
}

.margin-right-12 {
	margin-right: 12px;
}

.gallery-more {
	color: #2c2626;
	text-align: center;
	background: #e6e6e6;
	border: 1px solid #333333;
	font-size: 12px;
	padding: 4px 8px;
}

.gallery-more:hover {
	color: #0077b6;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.Academic-part {
	max-height: 185px;
	overflow-y: scroll;
	border: 1px solid #dddddd;
	padding: 2px 7px;
	margin-bottom: 10px;
}

.Academic-part ul li {
	display: flex;
}

.Academic-part ul li a {
	color: #333333;
}

.Academic-part ul li a:hover {
	color: #0077b6;
}

.Academic-part ul li i {
	margin-top: 6px;
	margin-right: 6px;
}

/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container {
	width: 100%;
	margin: auto;
	clear: both;
	/*background:url(images/shadow_top.png) no-repeat top center;*/
	padding: 0px 0 0 0;
}

.flex-caption {
	position: absolute;
	bottom: 100px;
}

.caption_title_line {
	width: 530px;
	height: 130px;
	padding: 5px 15px 10px 15px;
	background: url(../images/slider_caption_bg.png) repeat;
	color: #ffffff;
}

.flex-caption h2 {
	color: #ffffff;
	font-size: 20px;
	padding: 5px 0 5px 0;
	margin: 0px;
}

.flex-container a:active,
.flexslider a:active {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-caption {
	background: rgb(0 0 0 / 60%);
	height: 50px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	bottom: 0;
	width: 100%;
	position: absolute;
	font-size: 16px;
	letter-spacing: 1px;
}

ul.slides li {
	position: relative;
	/*You need this*/
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	width: 100%;
	margin: 0;
}

.flexslider .slides>li {
	display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides>li {
	position: relative;
}

.flex-container {
	zoom: 1;
	position: relative;
}

/* Direction Nav */
.flex-direction-nav li a {
	width: 45px;
	height: 42px;
	margin: 0;
	display: block;
	position: absolute;
	right: 11px;
	cursor: pointer;
	text-indent: -9999px;
	outline: 0;
}

.flex-direction-nav li a.next {
	background: url(../images/next.png) no-repeat center;
	bottom: 50px;
}

.flex-direction-nav li a.prev {
	background: url(../images/prev.png) no-repeat center;
	bottom: 50px;
	left: 0;
}

.flex-direction-nav li a.next:hover {
	background: url(../images/next_a.png) no-repeat center;
}

.flex-direction-nav li a.prev:hover {
	background: url(../images/prev_a.png) no-repeat center;
}

.flex-direction-nav li a.disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
	.slider_container {
		width: 100%;
		margin: 0 0 0 0%;
		clear: both;
		background: none;
		padding: 0px 0 0 0;
	}

	.flexslider {
		width: 100%;
		margin: 0;
		padding: 0 0 30px 0;
		background: none;
	}

	.flex-direction-nav li a {
		width: 45px;
		height: 42px;
		margin: 0;
		display: block;
		position: absolute;
		right: -10px;
		cursor: pointer;
		text-indent: -9999px;
	}

	.flex-direction-nav li a.next {
		background: url(../images/next.png) no-repeat center;
		bottom: 85px;
	}

	.flex-direction-nav li a.prev {
		background: url(../images/prev.png) no-repeat center;
		bottom: 40px;
	}

	.flex-caption {
		display: none;
	}
}

/* Header Style */
.freshdesignweb-top {
	line-height: 24px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}

.freshdesignweb-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}

.freshdesignweb-top a:hover {
	background: #fff;
}

.freshdesignweb-top span.right {
	float: right;
}

.freshdesignweb-top span.right a {
	float: left;
	display: block;
}

.freshdesignweb-demos {
	text-align: center;
	display: block;
	line-height: 30px;
	padding: 20px 0px;
}

.freshdesignweb-demos a {
	display: inline-block;
	margin: 0px 4px;
	padding: 0px 4px;
	color: #fff;
	line-height: 20px;
	font-style: italic;
	font-size: 13px;
	border-radius: 3px;
	background: rgba(41, 77, 95, 0.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.freshdesignweb-demos a:hover {
	background: rgba(41, 77, 95, 0.3);
}

.freshdesignweb-demos a.current,
.freshdesignweb-demos a.current:hover {
	background: rgba(41, 77, 95, 0.3);
}

/*menu css*/

.dropdown-box ol {
	padding-left: 0px;
	padding-top: 0px;
}

.dropdown-box ol li {
	list-style: none;

	line-height: 26px;
}

.dropdown-box ol li i {
	margin-top: 7px;
	color: #0077b6;
	margin-right: 5px;
}

.dropdown-box ol li a {
	color: #cccccc;
	font-size: 13px;
	display: flex;
}

.dropdown-box ol li a:hover {
	color: #ffffff;
}

.dropdown-menu-1 {
	min-width: 440px;
	top: 38px;
}

.dropdown-menu-2 {
	min-width: 220px;
	top: 38px;
}

.dropdown-box h4 {
	color: #ffffff;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 7px;
	font-size: 16px;
	font-weight: 400;
}

.pre-header {
	padding: 20px 0;
	background-color: #eeeeee;
	background: url(../images/innerpage-bck.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px dashed #c6c6c6;
}

.page-title-wrap {
	padding: 0px 0 0px;
}

.page-title-wrap h1 {
	color: #e63946;
	font-size: 22px;
	margin: 0 0 1px;
	line-height: normal;
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}

.breadcrumbs ul {
	padding-left: 0px !important;
}

.breadcrumbs ul li a {
	color: #3c1874;
}

.breadcrumbs ul li:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "/";
}

.breadcrumbs ul li:last-child:after {
	content: "";
}

.breadcrumbs ul li:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "/";
}

.annousement-part {
	border: 1px solid #dddddd;
	margin-bottom: 12px;
	min-height: 185px;
}

.school-part {
	border: 1px solid #dddddd;
	margin-bottom: 12px;
	overflow-y: scroll;
	max-height: 185px;
	padding: 0px 10px;
}

.school-part ul li a {
	color: #333333;
}

.school-part ul li a:hover {
	color: #0077b6;
}

.annousement-part marquee ul {
	padding-left: 10px;
}

.annousement-part marquee ul li {
	list-style: none;
	display: flex;
	line-height: 18px;
	margin-bottom: 5px;
}

.annousement-part marquee ul li i {
	margin-top: 3px;
	color: #0077b6;
	margin-right: 5px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.event-display {
	background: #d0e9c6;
	padding: 6px 8px;
	margin-top: 9px;
	border-radius: 3px;
	text-align: center;
}

/* .verticle-menu {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.verticle-menu a {
	background: #ffffff !important;
	padding: 7px 10px !important;
	border-left: 3px solid #0077b6;
	margin-bottom: 3px;
	color: #0076ab;
	display: flex;
	-webkit-transition: all 0.4s ease-in-out;
}

.verticle-menu a:hover {
	color: #704242;
	background: #ffffff !important;
	padding: 7px 14px !important;
	border-left: 3px solid #0077b6;
	margin-bottom: 3px;
	display: flex;
}

.verticle-menu .active {
	background: #0076ab !important;
	border-left-color: #0077b6 !important;
	border-color: #0076ab;
}

.verticle-menu li a i {
	padding-left: 0px;
	width: 8px;
	padding-right: 10px;
	color: #0076ab;
	margin-top: 6px;
}

.verticle-menu a:first-child {
	border-radius: 0px !important;
} */

.verticle-menu {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.verticle-menu li {
	background: #ffffff !important;
	padding: 7px 12px !important;
	border-left: 3px solid #0076ab;
	margin-bottom: 3px;
	color: #0b275d;
	-webkit-transition: all 0.4s ease-in-out;
}

.verticle-menu a {
	-webkit-transition: all 0.4s ease-in-out;
	color: #0076ab;
	/* padding: 7px 14px !important; */
}

.verticle-menu a:hover {
	-webkit-transition: all 0.4s ease-in-out;
	color: #e02a2a;
	padding: 7px 14px !important;
}

.verticle-menu li:first-child {
	border-radius: 0px !important;
}

.verticle-menu li.active a {
	color: #fff;
}

.verticle-menu li.active {
	background: #0076ab !important;
	border-left-color: #0077b6 !important;
	border-color: #0076ab !important;
}

.vertical-menu-submenu {
	padding-left: 5px;
	margin-bottom: 0px !important;
}

.vertical-menu-submenu li {
	border-left: none !important;
	line-height: 15px !important;
	font-size: small !important;
}

.arrow-red {
	background: #0077b6;
	padding: 0px 2px;
	margin-top: 3px;
	color: #ffffff;
}

.inner-title {
	color: #272727 !important;
}

.abt-text h4 {
	color: #001e4c;
	font-size: 22px;
	display: block;
	text-transform: capitalize;
	/* padding: 0 0 12px; */
	line-height: 25px;
}

.abt-text h3 {
	color: #001e4c;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	/* padding: 0 0 12px; */
	line-height: 25px;
	margin: 0px;
}

.red-text {
	color: #0077b6;
}

.contact-box ul {
	padding: 0px;
}

.contact-box ul li {
	margin-bottom: 3px;
	display: flex;
	line-height: 21px;
	color: #2f2f2f;
}

.contact-box ul li i {
	margin-top: 4px;
	margin-right: 7px;
	color: #0076ab;
}

.contact-box ul li:first-child {
	font-size: 17px;
	color: #0076ab;
	font-weight: 600;
}

.border-right {
	border-right: 1px dashed #cccccc;
}

.abt-text {
	margin-bottom: 15px;
}

.who-table thead tr th {
	color: #ffffff;
}

.vc-photo h5 {
	float: left;
	margin: 0px;
	text-align: center;
	background: #2d2d2d;
	width: 95%;
	color: #ffffff;
	padding: 3px 0px;
}

.vc-photo {
	margin-right: 8px;
	padding: 5px;
	margin-bottom: 5px;
	float: left;
}

.facility-part img {
	margin-right: 8px;
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 5px;
}

.facility-part h5 {
	float: left;
	font-size: 17px;
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
	background: #2d2d2d;
	width: 100%;
	color: #ffffff;
	padding: 8px 0px;
}

.facility-part {
	margin-bottom: 15px;
}

.box-tab {
	margin-bottom: 10px;
	float: left;
}

.box-tab ul {
	padding: 0px;
}

.box-tab ul li {
	list-style: none;
	float: left;
	line-height: 44px;
	padding: 0px 4px;
}

.box-tab ul li a {
	background: #eeeeee;
	padding: 9px 5px;
	color: #0077b6;
	border: 1px solid #0076ab;
}

.active-box {
	background: #0077b6 !important;
	color: #ffffff !important;
	border: 3px solid #0076ab !important;
}

.faculty-name h4 a {
	border-bottom: 1px solid #bbbbbb;
}

.faculty-details ul li {
	list-style: none;
	line-height: 23px;
}

.faculty-details ul {
	float: left;
	padding-left: 10px;
	margin-bottom: 5px;
}

.faculty-profile-img {
	padding: 3px;
}

.faculty-ol ol li {
	line-height: 24px;
}

.margin-zero {
	margin: 0px !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

ol li {
	line-height: 23px;
}

.blue-text {
	color: #0076ab !important;
}

.main-navigation {
	margin-top: 0px;
}

.dropdown-menu-3 {
	min-width: 220px;
	top: 38px;
}

.quick-link li a {
	font-weight: 600;
	font-size: 12px;
}

.quick-link li {
	display: flex;
}

.quick-link li i {
	margin-top: 5px;
	margin-right: 7px;
}

.top-pipe {
	background: #e63946;
	padding: 3px 0px;
	border-bottom: 1px solid #e63946;
}

.background-img {
	background-image: url(../images/bck.html);
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
}

.padding-top-30 {
	padding-top: 30px;
}

.other-link {
	width: 50%;
	float: left;
}

.other-link ul li a:hover {
	color: #e63946;
}

.padding-bottom-25 {
	padding-bottom: 25px;
}

.padding-top-25 {
	padding-top: 25px;
}

.white-bck {
	background: #ffffff;
}

.padding-left-15 {
	padding-left: 15px;
}

.padding-right-15 {
	padding-right: 15px;
}

.contact-details ul {
	padding-left: 10px;
}

.contact-details ul li {
	list-style: none;
	line-height: 22px;
	display: flex;
}

.contact-details ul li h5 {
	margin-top: 0px;
	font-weight: 400;
	float: left;
	margin-bottom: 3px;
}

.contact-details ul li i {
	float: left;
	color: #0076ab;
	margin-top: 6px;
	margin-right: 8px;
}

.contact-details h4 {
	background: #ececec;
	padding: 5px 6px;
	color: #0076ab;
	margin-top: 0px;
}

.border-right {
	border-right: 1px solid #ececec;
}

.contact-details {
	border: 1px solid #ececec;
	margin-bottom: 10px;
	margin-top: 10px;
	max-height: 200px;
	overflow-y: scroll;
}

.border-none {
	border: none;
	border-bottom: 0px !important;
}

.faq-accordian li {
	cursor: pointer;
}

.faq-accordian li span {
	background: #0076ab;
	color: #ffffff;
	padding: 6px 8px;
}

.faq-accordian h4 a {
	color: #ffffff;
	margin-bottom: 0px;
	font-weight: 600;
}

.faq-ans {
	background: #eee;
}

.faq-ans h6 {
	margin-top: 0px;
	font-size: 14px;
}

.faq-ans ul {
	margin-bottom: 0px;
}

.image-border img {
	border: 1px solid #dddddd;
	padding: 5px;
}

.abt-text ul li img {
	border: none;
	padding: 0px;
}

.latest-news-ul {
	padding-left: 0px;
}

.latest-news-ul li {
	line-height: 19px;
	margin-bottom: 10px;
}

.padding-none {
	padding: 0px !important;
}

.border-none {
	border: none !important;
}

.news-archieve-box {
	padding: 0px 10px;
	border: 1px solid #ececec;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news-archieve-box h4 {
	background: #ececec;
	padding: 5px 6px;
	color: #0076ab;
	margin-top: 0px;
}

.footer-links {}

.footer-links li a {
	color: #bbbbbb !important;
	font-size: 12px;
}

.footer-links li a:hover {
	color: #ffffff !important;
}

.main-logo h2 span {
	color: #0076ab;
	border-bottom: 2px solid #ffffff;
}

.main-logo h2 {
	text-transform: uppercase;
	font-weight: 800;
	float: left;
	border-bottom: 1px dashed #ffffff;
	margin-left: 8px;
	padding-bottom: 3px;
	font-size: 30px;
	color: #0076ab;
	margin-bottom: 4px;
}

.main-logo h6 {
	float: left;
	color: #0077b6;
	text-transform: uppercase;
	margin-left: 8px;
	letter-spacing: 1px;
	margin-top: 0px;
	font-size: 9px;
}

.map-iframe {
	border: 1px solid #dddddd;
	padding: 4px;
}

.video-part {
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 15px;
}

.video-part h4 {
	margin-bottom: 0px;
	color: #ffffff;
	margin-top: 0px;
	background: #0c6399;
	padding: 8px 3px;
	text-align: center;
	font-weight: 400;
}

.font-increase {
	margin-left: 10px;
	margin-top: 4px;
}

.font-increase span {
	margin-right: 3px;
	cursor: pointer;
}

.box-shadow {
	box-shadow: 0px 5px 8px #d4d4d4;
}

/*responsive menu*/

.main-nav {
	margin-top: 0px;
	background-color: #031c3c;
	/* border-bottom: 2px solid #ffffff; */
}

.main-logo {}

.main-nav button {
	background: #27435a;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.main-nav button:focus {
	outline: none;
}

.main-nav button .icon-bar {
	background-color: #fff;
}

.main-nav .navbar-collapse {
	padding: 0;
}

.main-nav .nav .nav-item {
	font-weight: 400;
	font-family: "open sans", arial, sans-serif;
	z-index: 100;
}

.main-nav .nav .nav-item.dropdown {
	z-index: 101;
}

.main-nav .nav .nav-item a {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-size: 14px;
	padding: 15px 15px;
	margin-right: 2px;
}

.main-nav .nav a {
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-size: 14px;
	padding: 11px 10px;
	/* border-radius: 7px; */
	margin-right: 2px;
}

.main-nav .nav .nav-item a:hover {
	background: #0076ab;
	color: #fff;
}

.main-nav .nav .nav-item.active {
	position: relative;
}

.main-nav .nav .nav-item.active>a {
	background: #0076ab;
	color: #ffffff;
}

.main-nav .nav .nav-item.active>a:before {
	position: absolute;
	bottom: -8px;
	left: 0;
	text-align: center;
	font-family: FontAwesome;
	display: block;
	font-size: 12px;
	width: 100%;
}

.main-nav .nav .nav-item.active>a.dropdown-toggle:before {
	display: none;
}

.main-nav .nav .nav-item.open a {
	color: #fff;
}

.main-nav .nav .nav-item .dropdown-menu {
	padding: 3px 0px;
	background: #fffffff2;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-clip: inherit;
	border-bottom: 2px solid #023e8a;
	border-top: 2px solid #d2d2d2;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	/* min-width: max-content; */
	animation-duration: 0.5s;
	box-shadow: 0 1px 21px 0 rgb(48 48 48 / 20%);
}

/* .part-menu {
	padding: 0;
	font-size: 400;
} */

.part-menu p {
	color: #414141;
	border: none;
	background: transparent;
	text-align: center;
}

.main-nav .nav .nav-item .dropdown-menu a {
	font-size: 13px;
	color: #000;
	padding: 7px 15px;
	background: transparent;
	border-radius: 0px;
	font-weight: 400;
	border-top: 1px solid #c5c5c5;
}

.main-nav .nav .nav-item .dropdown-menu a:hover {
	background: #0076ab;
	color: #ffffff;
	padding-left: 24px;
	border-radius: none;
}

.main-nav .nav .nav-item .dropdown-submenu {
	position: relative;
}

.main-nav .nav .nav-item .dropdown-submenu .fa {
	position: absolute;
	right: 15px;
	top: 10px;
}

.main-nav .nav .nav-item .dropdown-submenu li {
	position: relative;
}

.main-nav .nav .nav-item .dropdown-submenu li .fa {
	position: absolute;
	right: 15px;
	top: 10px;
}

.main-nav .nav .nav-item .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: -1px;
}

.main-tab>li.active>a {
	color: #ffffff !important;
}

.white-text {
	color: #ffffff !important;
}

.bullet-align li {
	display: flex;
}

.bullet-align li i {
	margin-top: 7px;
	margin-right: 6px;
}

.img-border {
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 10px;
}

.galleryThum_title a {
	font-size: 14px;
	line-height: 20px;
}

.galleryThum_title {
	margin: 0px;
	background: #eeeeee;
	padding: 4px 7px;
	text-align: center;
	margin-top: -5px;
}

.mb15 {
	margin-bottom: 15px;
}

.gallery_img {
	margin-right: 8px;
	margin-bottom: 5px;
	height: 180px;
	width: 100%;
}

.hrhome {
	margin-top: 5px;
	margin-bottom: 5px;
}

.border-right-blue {
	border-left: 3px solid #0e2450;
}

.header_logo {
	border: 1px solid #ffffff;
	margin-bottom: 8px;
	background: #ffffff;
}

.important_links {
	border: 1px solid #dddddd;
	border-top: none;
}

.important_links h3 {
	margin-bottom: 5px;
}

.important_links ul {
	padding-left: 5px;
}

.important_links ul li {
	text-decoration: none;
	list-style: none;
	padding: 6px 5px;
	border-bottom: 1px dotted #d4cece;
}

.important_links ul li a {
	color: #1e1c1a;
}

.important_links ul li a:hover {
	color: ##023e8a;
}

.important_links ul li a i {
	color: ##023e8a;
}

.latest-news-ul li {
	list-style: none;
}

.latest-news-ul li a {
	font-size: 14px;
}

.latest-news-ul li i {
	font-size: 14px;
}

.mt20 {
	margin-top: 20px;
}

.circle_icon:hover>div>.icon-circle {
	background: #023e8a;
}

.circle_icon:hover>div>.icon-circle>.fa-2x {
	color: #023e8a !important;
}

.convocation_part {
	text-align: center;
	position: absolute;
	top: 20px;
	left: 0px;
}

.convocation_part {}

.convocation_part span {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	padding: 8px 10px;
	border-bottom-left-radius: 6px;
	width: 100%;
	float: left;
	border-bottom-right-radius: 6px;
}

.convocation_part span i {
	font-size: 38px;
	color: #fce329;
}

.abt_box {
	border: 1px solid #ddd;
	padding: 8px 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.abt_box img {
	/* border: 1px solid #ddd; */
	padding: 2px;
}

.abt_box p {}

.abt_box a {
	border: 1px solid #0077b6;
	color: #ffffff;
	padding: 3px 6px;
	font-size: 12px;
	background: #0077b6;
	border-radius: 3px;
	float: right;
}

.abt_box a:hover {
	border: 1px solid #023e8a;
	color: #ffffff;
	background: #023e8a;
}

.convocation_box {}

.convocation_box img {
	padding: 3px;
	border: 1px solid #dddddd;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.sticky+.content {
	padding-top: 102px;
}

.p0 {
	padding: 0px;
}

.ministryArea {
	padding-left: 5%;
	padding-right: 5%;
}

.bg-overlay-1 {
	position: relative;
}

.bg-1 {
	background: url(../images/bg/2.jpg) repeat scroll 0 0 / cover;
}

.bg-overlay-1:before,
.bg-overlay-2:before {
	background: url(../images/bg/1.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.icon-box i {
	display: inline-block;
	font-size: 26px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 33px;
}

.bg-light-blue {
	background-color: #0076ab !important;
}

.bg-gray {
	background-color: #6f6f6f !important;
}

.bg-orange {
	background-color: #e67a0a !important;
}

.bg-yellow {
	background: #cda100 !important;
}

.bg-darkBlue {
	background-color: #031c3c !important;
}

.icn-box {
	height: 55px;
	width: 55px;
	padding-top: 10px;
	color: #fff;
	border-top-left-radius: 14px;
	border-bottom-right-radius: 14px;
	margin-bottom: 4px;
}

.icn-box:hover {
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.icon-box-text {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	transition: color 0.3s linear, background 0.3s linear;
	height: 20px;
	margin-top: 2px;
}

.icon-box {
	margin-bottom: 5px;
	margin-top: 5px;
}

.stdBox>center a i {
	height: 100px;
	width: 100px;
	line-height: 80px;
	font-size: 40px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.cugCampus {
	border: 1px solid #fff;
	background: #ffffff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-bottom: 10px;
}

.cugCampus h4 {
	background: #e63945;
	padding: 6px 12px;
	margin-bottom: 12px;
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
}

.cugCampus h4 a {
	font-size: 11px;
	float: right;
	margin-top: 8px;
	text-transform: uppercase;
	color: #ffffff;
}

.mb-20 {
	margin-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-10 {
	padding-bottom: 10px;
}

.iconBox {
	padding: 0px 5px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	/* border-right: 1px solid #eee; */
	margin: 10px 0;
}

/* .iconBox > center i {
	font-size: 42px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #0085c0;
	color: #fff;
	width: 75px;
	height: 75px;
	line-height: 70px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 3px solid #3eb6ec;
} */

.iconBox>center i {
	font-size: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #0085c0;
	color: #fff;
	width: 67px;
	height: 67px;
	line-height: 60px;
	border: 3px solid #3eb6ec;
	border-radius: 50%;
}

.iconBox>center h6 {
	color: #031c3c;
	text-transform: uppercase;
	font-size: 15px;
}

.iconBox2 {
	padding: 0px 5px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	/* border-right: 1px solid #eee; */
	margin: 10px 0;
}

.iconBox:hover>center i,
.iconBox2:hover>center i,
.iconBox3:hover>center i {
	border-radius: 0px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

/* .iconBox2 > center i {
	font-size: 42px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #e63946;
	color: #fff;
	width: 75px;
	height: 75px;
	line-height: 70px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 3px solid #ff747f;
} */

.iconBox2>center i {
	font-size: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #e63946;
	color: #fff;
	width: 67px;
	height: 67px;
	line-height: 60px;
	border: 3px solid #ff747f;
	border-radius: 50%;
}

.iconBox2>center h6 {
	color: #031c3c;
	text-transform: uppercase;
	font-size: 15px;
}

.iconBox3 {
	padding: 0px 5px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	/* border-right: 1px solid #eee; */
	margin: 10px 0;
}

/* .iconBox3 > center i {
	font-size: 42px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #031c3c;
	color: #fff;
	width: 75px;
	height: 75px;
	line-height: 70px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 3px solid #385579;
} */

.iconBox3>center i {
	font-size: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #031c3c;
	color: #fff;
	width: 67px;
	height: 67px;
	line-height: 60px;
	border: 3px solid #385579;
	border-radius: 50%;
}

.iconBox3>center h6 {
	color: #031c3c;
	text-transform: uppercase;
	font-size: 15px;
}

.br0 {
	border-right: 0px !important;
}

/*end css*/

.news_sectoin {
	background: radial-gradient(circle,
			hsl(355deg 77% 57%) 0%,
			hsl(198deg 100% 38%) 100%);
	background: -moz-radial-gradient(circle,
			hsl(355deg 77% 57%) 0%,
			hsla(220, 79%, 20%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0077b6", endColorstr="#0076ab", GradientType=1);
	margin-top: 10px;
	padding: 10px 5px 4px 5px;
	border-left: 6px solid #031c3c;
	border-right: 6px solid #031c3c;
	border-radius: 50px;
}

.news_sectoin>marquee a {
	color: #fff !important;
	font-weight: 600;
}

.slick-slide {
	margin: 10px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.customer-logos {
	padding: 25px 0px;
}

.customer-logos .slide a img {
	border: 2px solid #ebebeb;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.customer-logos .slide a:hover img {
	border: 2px solid #c3c3c3;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 1);
	box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 1);
}

.partnerslogo {
	background: #f4f4f4;
}

/*----------Contact Details-------------- */
.asideMenuBox {
	border: 1px solid #eee;
	padding: 5px 12px;
	border-top: 6px solid #0076ab;
}

.sidebar-widget-title>h5 {
	font-weight: 600;
	padding-bottom: 8px;
	position: relative;
	text-transform: uppercase;
}

.sidebar-widget-title>h5:after {
	background: #e67a0a none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.vcContact_box .sidebar-widget-title>h5 {
	color: #0077b6;
}

.vcContact_box ul li {
	display: flex;
}

.vcContact_box ul li i {
	width: 20px;
	margin-top: 2px;
	color: #0076ab;
}

.vcContact_box ul li {
	display: flex;
}

.vcContact_box ul {
	padding-left: 0px;
}

.vcContact_box .sidebar-widget-title>h5:after {
	background: #0077b6 none repeat scroll 0 0;
}

.vcContact_box ul li .map-icon {
	width: 50px;
}

.vcContact_box ul li .fa-user {
	width: 18px;
}

.vcContact_box {
	min-height: 325px;
}

.categories li {
	padding-bottom: 6px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
}

.categories li:last-child {
	border-bottom: 0px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-25 {
	margin-bottom: 25px;
}

/*3D box css*/

@-webkit-keyframes spincube {

	from,
	to {
		-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}

	16% {
		-webkit-transform: rotateY(-90deg);
	}

	33% {
		-webkit-transform: rotateY(-90deg) rotateZ(90deg);
	}

	50% {
		-webkit-transform: rotateY(-180deg) rotateZ(90deg);
	}

	66% {
		-webkit-transform: rotateY(-270deg) rotateX(90deg);
	}

	83% {
		-webkit-transform: rotateX(90deg);
	}
}

@keyframes spincube {

	from,
	to {
		-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		-ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}

	16% {
		-moz-transform: rotateY(-90deg);
		-ms-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	33% {
		-moz-transform: rotateY(-90deg) rotateZ(90deg);
		-ms-transform: rotateY(-90deg) rotateZ(90deg);
		transform: rotateY(-90deg) rotateZ(90deg);
	}

	50% {
		-moz-transform: rotateY(-180deg) rotateZ(90deg);
		-ms-transform: rotateY(-180deg) rotateZ(90deg);
		transform: rotateY(-180deg) rotateZ(90deg);
	}

	66% {
		-moz-transform: rotateY(-270deg) rotateX(90deg);
		-ms-transform: rotateY(-270deg) rotateX(90deg);
		transform: rotateY(-270deg) rotateX(90deg);
	}

	83% {
		-moz-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotateX(90deg);
	}
}

.cubespinner>div:hover {
	color: #000 !important;
}

.cubespinner {
	-webkit-animation-name: spincube;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 17s;
	animation-name: spincube;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 17s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 60px 60px 0;
	-moz-transform-origin: 60px 60px 0;
	-ms-transform-origin: 60px 60px 0;
	transform-origin: 60px 60px 0;
}

.face1,
.face2,
.face3,
.face4,
.face5,
.face6 {
	border-radius: 10px;
}

.face1 a,
.face2 a,
.face3 a,
.face4 a,
.face5 a,
.face6 a {
	color: #fff;
}

.face1 a:hover,
.face3 a:hover,
.face5 a:hover {
	color: #0077b6;
}

.face2 a:hover,
.face4 a:hover,
.face6 a:hover {
	color: #031c3c;
}

.face1 {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 2px solid #ccc;
	background: rgba(11, 39, 93, 0.9);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding-top: 35px;
}

.face3 {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 2px solid #ccc;
	background: rgba(11, 39, 93, 0.9);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding-top: 35px;
}

.face6 {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 2px solid #ccc;
	background: rgba(224, 42, 42, 0.9);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding-top: 35px;
}

.face4 {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 2px solid #ccc;
	background: rgba(224, 42, 42, 0.9);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding-top: 35px;
}

.face5 {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 2px solid #ccc;
	background: rgba(11, 39, 93, 0.9);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding-top: 35px;
}

.face2 {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 2px solid #ccc;
	background: rgba(224, 42, 42, 0.9);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding-top: 35px;
}

.cubespinner .face1 {
	-webkit-transform: translateZ(60px);
	-moz-transform: translateZ(60px);
	-ms-transform: translateZ(60px);
	transform: translateZ(60px);
}

.cubespinner .face2 {
	-webkit-transform: rotateY(90deg) translateZ(60px);
	-moz-transform: rotateY(90deg) translateZ(60px);
	-ms-transform: rotateY(90deg) translateZ(60px);
	transform: rotateY(90deg) translateZ(60px);
}

.cubespinner .face3 {
	-webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
	-moz-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
	-ms-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
	transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
}

.cubespinner .face4 {
	-webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
	-moz-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
	-ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
	transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
}

.cubespinner .face5 {
	-webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
	-moz-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
	-ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
	transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
}

.cubespinner .face6 {
	-webkit-transform: rotateX(-90deg) translateZ(60px);
	-moz-transform: rotateX(-90deg) translateZ(60px);
	-ms-transform: rotateX(-90deg) translateZ(60px);
	transform: rotateX(-90deg) translateZ(60px);
}

.suggestionsBox {
	padding: 15px 30px;
	position: fixed;
	width: 15%;
	float: left;
	z-index: 11111;
	bottom: 0;
}

.cubespinner>div a small {
	font-weight: 400;
	font-size: 11px;
}

/*end 3D box css*/

/*Faqs tab css*/

.faq-tab li a {
	background: #e8e8e8 !important;
	color: #0076ab !important;
	border: 1px solid #dddd;
}

.faq-tab li.active>a {
	background: #0076ab !important;
	color: #fff !important;
	border: 1px solid #0076ab;
}

.faqsTab-content {
	max-height: inherit;
	min-height: auto !important;
	overflow-y: inherit !important;
}

.faqsTab-content .panel-group .panel-default>.panel-heading h4 a {
	font-weight: 500 !important;
}

.faqsTab-content .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body {
	background: #f7f7f7 !important;
}

/*end faqs css*/

#modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	height: 100%;
	width: 100%;
}

.modalPopup {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, -3%);
	background: #fff;
	width: 50%;
	-webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.modalContent {
	padding: 0px 15px 0px 15px;
}

.popup_closebtn {
	background: #0077b6;
	border-color: #0077b6;
	color: #fff;
	padding: 3px 8px;
	border-radius: 100px;
}

.popup_closebtn:hover {
	background: #fff;
	border-color: #0076ab;
	color: #0076ab;
}

.blink {
	animation: blink 1s linear infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

.blink-btn {
	border: 1px solid #0076ab;
	background-color: #0076ab;
	margin-bottom: 15px;
	text-align: center;
	padding: 11px;
	color: #ffff00;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 7px;
	padding: 23px 10px;
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	line-height: 27px;
}

.blink-btn:hover {
	color: #00f3ff;
}

.modalBox {
	/*width: 20%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;*/
	text-align: center;
	margin-bottom: 7px;
}

.modalContent {
	width: 100%;
	float: left;
}

.pull-left {
	float: left;
}

.buttonStyle {
	position: absolute;
	top: -5px;
	right: -15px;
}

.modalBox h4 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0px;
	color: #fff;
	background: #0076ab;
	padding: 6px 5px;
	letter-spacing: 1px;
}

.modalBox small {
	text-align: center;
	color: #0077b6;
	border-bottom: 2px solid #0076ab;
	padding-bottom: 2px;
}

.modalBox ul {
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.modalBox ul li {
	list-style: none;
}

.li_title {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 2px;
	color: #0076ab;
}

.modalBox ul li a i {
	font-size: 10px;
	margin-top: 3px;
	margin-right: 3px;
	color: #0076ab;
}

.modalBox ul li strong {}

.modalBox ul li a {
	font-size: 12px;
	display: flex;
	color: #2e2e2e;
	line-height: 17px;
}

.modalBox ul li a:hover {
	color: #0077b6;
}

.mt-20 {
	margin-top: 20px !important;
}

@media only screen and (max-width: 480px) and (min-width: 200px) {
	.modalPopup {
		position: absolute;
		top: 5%;
		left: 8px;
		background: #fff;
		width: 95%;
		-webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		transform: inherit;
		height: 475px !important;
		overflow-y: scroll !important;
	}

	.buttonStyle {
		position: absolute;
		top: 7px;
		right: -2px;
	}

	.gandhiji_img {
		display: none;
	}

	.flexslider {
		padding: 0px;
	}
}

.theme-text-red {
	color: #0077b6;
}

.box-shadow-notable-alumini {
	border: 1px solid #c3c3c3;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 1);
	box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 1);
}

/* testimonials */

.testimonials {
	padding: 0px;
	background: url(../images/bg-gray.jpg) center;
	background-size: cover;
}

.testimonials.colorful {
	background: url(../images/bg-gray.jpg) center;
	background-size: contain;
	border-top: 0;
}

.testimonials .red-color {
	color: inherit;
}

.testimonials.df-bg {
	background: #fff;
	padding: 60px 0 40px;
}

.testimonials.colorful .fa {
	opacity: 0.7;
	transition: 0.2s linear;
}

.testimonials.colorful .fa:hover {
	opacity: 1;
}

.testimonials.colorful .text {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0);
	background: none;
}

.testimonials .text {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
	padding: 10px 20px 0;
	border-radius: 20px;
	background: url(../images/white-elements.jpg) center;
	background-size: contain;
}

.testimonials .modern-title h2 {
	border-right: 0;
}

.testimonials.testimonials.colorful h2,
.testimonials.colorful p {
	color: #0076ab;
}

.testimonials.colorful #quote-carousel .carousel-control {
	color: #0076ab;
	opacity: 1;
}

.testimonials.colorful .item .fa {
	color: #fff;
}

.testimonials.colorful blockquote small {
	color: #0077b6;
}

.testimonials p {
	font-size: 16px;
	line-height: 25px;
}

.testimonials-container {
	background-color: transparent;
	background-size: contain;
	border-radius: 30px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0);
	padding: 0 25px;
	text-align: center;
	position: relative;
	z-index: 1;
	display: inline-block;
}

#quote-carousel .carousel-control {
	background: none;
	color: #ff6c3a;
	font-size: 2em;
	text-shadow: none;
	margin-top: 30px;
	opacity: 0.9;
}

#quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
	width: 90px;
	height: 90px;
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.2;
	overflow: hidden;
	transition: all 0.4s ease-in;
	vertical-align: middle;
	margin: 0 10px;
	border: 0;
}

#quote-carousel .carousel-indicators .active {
	width: 110px;
	height: 110px;
	opacity: 1;
	transition: all 0.2s;
}

.item blockquote {
	border-left: none;
	margin: 0;
	padding: 20px 0;
}

.item .fa {
	color: #ff6c3a;
	margin: 0 10px;
}

.title {
	text-align: center;
	padding-bottom: 40px;
}

.title.padding {
	padding-right: 150px;
	padding-left: 150px;
}

.container-logo {
	width: 80%;
	max-width: none;
}

.header_logo {
	max-height: 100px;
}

.logo-container-img {
	width: 100%;
	max-width: 150px;
	height: auto;
	display: block;
	padding: 2rem;
	float: right;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.logo-container-img {
		min-width: 80px;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

.color3-gradiant {
	color: #080096;
	padding: 12px 10px;
	background-image: linear-gradient(rgb(220, 73, 0) 0%,
			rgb(255, 255, 255) 50%,
			rgb(8, 150, 0) 100%);
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 50%);
	border-radius: 10px;
	font-size: 19px;
	line-height: 28px;
}

.doonPopup .modalContent {
	padding: 18px 25px;
}

.courses_btn {
	background: #129085;
	border: 1px solid #129085;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.42857143;
	padding: 10px 20px;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	border-radius: 100px;
	border-bottom: 3px solid #0076ab;
	display: inline-block;
}

.courses_btn:hover {
	background: #0076ab;
	color: #ffffff;
}

.courses_btn i,
.visitWeb_btn i {
	font-size: 17px;
}

.visitWeb_btn {
	background: #0076ab;
	border: 1px solid #0076ab;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.42857143;
	padding: 10px 20px;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	border-radius: 100px;
	border-bottom: 3px solid #0077b6;
}

.visitWeb_btn:hover {
	background: #0077b6;
	border-color: #0076ab;
}

.marquee {
	margin-bottom: 15px;
	margin-top: 15px;
	border: 1px solid #f0f0f0;
	padding: 12px;
}

.convocation_form {
	background-color: #f3f3f3;
	border: 1px solid #dedede;
	padding-top: 15px;
	border-radius: 10px;
}

.important_links h3 a {
	font-size: 12px;
	float: right;
	margin-top: 7px;
	color: #ffffff;
}

.verticalTab {
	border: none !important;
}

.verticalTab li {
	width: 100%;
	float: left;
}

.verticalTab li a {
	border-left: 3px solid #0077b6 !important;
	font-size: 14px !important;
	/* font-weight: bold; */
	background: #f3f3f3;
	margin-bottom: 3px;
	border-radius: 0 !important;
	color: #000 !important;
	border-right: 0px !important;
	border-top: 0px !important;
	border-bottom: 0px !important;
	padding: 9px 10px;
}

.verticalTab li a i {
	color: #0077b6 !important;
	margin-left: -11px;
}

.verticalTab li a:hover i {
	color: #0077b6 !important;
}

.verticalTab li.active a {
	color: #fff !important;
	background: #0076ab !important;
}

.verticalTab .nav-link .active {
	color: #000 !important;
	background: #0077b6;
}

.verticalTab .nav-link:hover {
	border: 0 !important;
	color: #fff !important;
	background: #0076ab;
	border-left: 5px solid #0076ab !important;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform 0.25s linear;
	-webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.directory_info_bg {
	background-color: #e6e6e6;
	padding: 6px 10px;
}

.sub-heading {
	margin-left: auto !important;
	margin-right: auto;
	float: inherit !important;
}

.no-style {
	padding-left: 5px;
}

.no-style li i {
	margin-right: 5px;
	color: #081761;
	margin-top: 4px;
}

ul.no-style {
	list-style: none !important;
}

.list-group-item-action {
	border: none;
}

/* ====================================================================================================== */

.ministry {
	padding: 10px 20px;
	margin: 15px 15px 15px;
	border-radius: 0 70px 0 70px;
	border: 5px solid #ffbb22;
	border-left: none;
	border-right: none;
	text-align: center;
}

.ministry .pic {
	display: inline-block;
	width: 100%;
	height: 100%;
	max-width: 145px;
	max-height: 145px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ffbb22;
	margin-bottom: 15px;
}

.ministry .pic img {
	width: 100%;
	height: auto;
}

.ministry .title {
	display: block;
	margin: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

.ministry .description {
	font-size: 12px;
	color: #ffffff;
	line-height: 1.5rem;
}

.facebook-title {
	background: #0076ab;
	color: #ffffff;
	font-size: 20px;
	margin-top: 10px;
	padding: 10px 0px 10px 10px;
	border-left: 6px solid #041d3d;
}

.up {
	bottom: 0% !important;
	top: auto !important;
}

ul.naac-nav {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 36px;
	line-height: 36px;
	background: #1b853d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 5px;
	margin-bottom: 20px;
	justify-content: space-around;
}

ul.naac-nav li {
	border-right: 0px solid #ffffff;
	/* you can change the border color matching to your background color */
	float: left;
}

ul.naac-nav a {
	display: block;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
}

ul.naac-nav a:hover,
ul.naac-nav li.active a {
	background: #1ca849;
	border-radius: 5px;
}

.naac-tab-content {
	border: none;
	max-height: 100%;
	padding: 0px;
	min-height: 328px;
	/*overflow-y: scroll;*/
	border-radius: 0 0 3px 3px;
}

.prog_offered {
	margin-top: 20px;
}

.prog_offered table thead {
	border-top: 3px solid #ffbb22;
}

.prog_offered table thead tr th {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #031c3c;
}

.prog_offered table tbody tr th {
	padding: 8px 15px;
}

.prog_offered table tbody tr th a {
	font-weight: 500;
	color: #333;
}

.prog_offered table tbody tr th a:hover {
	color: #735749;
}

.inner-section-title h4 span {
	color: #001e4c;
	font-size: 22px;
	display: block;
	text-transform: capitalize;
	margin-bottom: 10px;
	/* padding: 0 0 12px; */
	line-height: 25px;
}

.inner-section-title p {
	margin-bottom: 20px;
}

.facultyMore_btn {
	float: right;
	background: #023e8a;
	color: #fff;
	font-size: 15px;
	padding: 4px 10px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	margin-right: -8px;
}

.facultyMore_btn:hover {
	background: #0077b6;
	color: #fff;
}

.faculty-table table {
	margin-top: 30px;
	background: #fff;
	border-top: 5px solid #023e8a;
}

.faculty-table table thead tr th {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #0077b6;
}

.faculty-table table tbody tr td small {
	font-size: 14px;
}

.prog_study {
	background-color: #fbfaf0;
	padding: 5px;
	margin-bottom: 8px;
	border: 1px solid #ffdde4;
	border-radius: 5px;
}

.profile_image {
	margin-left: -20px;
	margin-top: -19px;
	width: 140px;
	height: 139px;
	border-radius: 50%;
	box-shadow: 0px 5px 1px 0px #ccc;
}

.details_pro {
	background-color: #0077b6;
	color: white;
	cursor: pointer;
	margin-left: 22px;
	margin-top: 31px;
	padding: 7px 7px;
	width: 110px;
	border-radius: 5px;
}

.details_pro:hover {
	margin-top: 31px !important;
	margin-left: 22px;
	background-color: #023e8a;
	color: white;
	width: 110px;
	padding: 7px 7px;
	cursor: pointer;
}

.details_pro a {
	color: white;
}

.profile_img {
	height: 150px;
	margin-top: -4px;
	padding: 24px;
	background-color: #e63946;
	/* border: 2px solid; */
	width: 150px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 0px #ccc;
}

.bg_blue {
	background-color: #0076ab;
	margin-top: -2px;
}

.iqac-table tr:nth-child(1) {
	counter-reset: rowNumber;
}

.iqac-table tbody tr {
	counter-increment: rowNumber;
}

.iqac-table tr td:first-child::before {
	content: counter(rowNumber);
	min-width: 1em;
	margin-right: 8px;
	margin-left: 8px;
}

.iqac-table td {
	padding: 2px;
	vertical-align: middle;
}

.side-sub-menu {
	margin-bottom: 0px !important;
}

.side-sub-menu a {
	padding: 1px 12px !important;
}

/* ******For Admission Tab******** */

.admission-tab {
	border-bottom: 1px solid #003852;
	border-radius: 3px 3px 0 0;
}

.admission-tab li {
	float: left;
}

.admission-tab>li>a {
	color: #000;
	font-size: 14px;
	/* text-transform: uppercase; */
	display: inherit;
	font-weight: 400;
	background: #edf2f4;
	border-top-left-radius: 1px !important;
	border-top-right-radius: 1px !important;
	margin-right: 2px;
	padding: 7px 7px;
	letter-spacing: 1px;
}

.admission-tab>li.active>a {
	background: #8d99ae;
	color: #ffffff;
	border-top-left-radius: 1px !important;
	border-top-right-radius: 1px !important;
}

.nav.admission-tab>li>a:hover {
	border-top-left-radius: 1px !important;
	border-top-right-radius: 1px !important;
	background: #8d99ae;
	color: #ffffff;
}

/* ***************************Social**************************** */

/*Left side social icon css starts */
.sticky-social {
	transition: all 0.5s;
	z-index: 289;
	position: absolute;
}

.social-btn {
	display: flex;
	width: 120px;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 13px;
	border: 1px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: 1px;
	position: relative;
	left: -78px;
	transition: left 1s;
	background-color: transparent;
}

.social-btn:hover {
	left: -10px;
	transition: left 1s;
	box-shadow: 2px 5px 10px grey;
}

.social {
	position: fixed;
	top: 205px;
}

.social a {
	text-decoration: none;
}

.social-btn img {
	width: 40px;
}

.social-btn p {
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

.social i {
	order: 2;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	text-rendering: auto;
	padding: 0 0px 0 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.twitter {
	background-color: #1ea1f2;
}

.home {
	background-color: #052e5d;
}

.fb {
	background-color: #3c5a98;
}

.youtube {
	background-color: #d23527;
}

.insta {
	background-color: #d23527
}

.instagram-bg {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);

}

.media {
	background-color: #28a745;
}

/*Left side social icon css ends */

.notification-box-a {
	border: 1px solid #0077b6;
	color: #ffffff;
	padding: 3px 6px;
	font-size: 12px;
	background: #0077b6;
	border-radius: 3px;
	float: right;
}

.notification-box-a:hover {
	border: 1px solid #023e8a;
	color: #ffffff;
	background: #023e8a;
}

.notificationTab {
	display: block;
	background: linear-gradient(to left, #fefdf9, #edd1aa);
	padding: 20px 15px 20px 15px;
}

.verticalTabHome {
	border: none;
}

.verticalTabHome li {
	width: 90%;
	float: left;
}

.verticalTabHome li a {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	display: inherit;
	font-weight: 500;
	background: #0076ab;
	border-radius: 5px !important;
	margin-bottom: 15px;
	padding: 8px 12px;
	letter-spacing: 1px;
}

.verticalTabHome>li.active>a {
	background: #e63946 !important;
	color: #ffffff !important;
	margin-bottom: 15px;
}

.verticalTabHome li a:hover {
	margin-bottom: 15px;
	background: #023e8a !important;
	color: #ffffff !important;
}

.verticalTabHome>li>a:focus {
	margin-bottom: 15px;
	background: #e63946 !important;
	color: #ffffff !important;
	outline: none;
}

.verticalTabHome_content {
	border: 1.8px solid #cccccc;
	border-radius: 15px;
	background-color: #ffffff;
}

@media (max-width: 768px) {
	.social {
		display: none;
	}

	.sticky {
		position: static;
	}
}

@media (min-width: 1400px) {
	.mega-menu {
		min-width: 1100px;
	}
}

.vertical-alignment-helper {
	display: table;
	height: 50%;
	width: 100%;
	pointer-events: none;
	/* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	max-width: inherit;
	/* For Bootstrap 4 - to avoid the modal window stretching full width */
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events: all;
}

.carousel-caption {
	background: #00000054;
	padding-bottom: 15px;
}

/*************************** For Tab Content  ****************************/

.flex-container-tab {
	display: flex;
	justify-content: end;
	background-color: #337ab7;
	padding: 5px 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#flex-item-1 {
	/* margin: auto !important; */
	margin-inline-end: auto !important;
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.panel-tabs-new>li {
	float: left;
}

.panel-tabs-new>li>a {
	margin-right: 2px;
	line-height: 0.85;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #ffffff;
}

.panel-tabs-new>li>a:hover {
	border-color: transparent;
	color: #ffffff;
	background-color: transparent;
}

.panel-tabs-new>li.active>a,
.panel-tabs-new>li.active>a:hover,
.panel-tabs-new>li.active>a:focus {
	color: #fff;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.23);
	border-bottom-color: transparent;
}

.tab-with-table {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

@media (max-width: 576px) {
	.flex-container-tab {
		display: block;
	}

	.panel-tabs-new>li {
		float: none;
	}
}

/*************************** End Tab Content  ****************************/

@media screen and (max-width: 768px) {
	.flex-wrap-small-screen {
		display: flex !important;
		flex-wrap: wrap !important;
	}
}

@media screen and (min-width: 768px) {
	.flex-wrap-large-screen {
		display: flex !important;
		flex-wrap: wrap !important;
	}
}

.flex-wrap-responsive {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.flex-wrap-responsive {
		display: flex !important;
		flex-wrap: wrap !important;
	}
}

@media screen and (min-width: 768px) {
	.flex-wrap-responsive {
		display: flex !important;
		flex-wrap: wrap !important;
	}
}

/* For Google Search  */
.gsc-control-cse {
	float: right;
	width: 175px !important;
	padding: 0px !important;
	border: 0px !important;
	background-color: #e63946 !important;
}

.gsc-search-button {
	background-color: #e63946 !important;
	border-color: #e63946 !important;
	padding: 0px 2px !important;
	margin-left: 0px !important;
	height: 16px !important;
}

.gsc-search-button:hover {
	color: #0d2263 !important;
	/* border-color: #0D2263 !important; */
}

.gsib_a {
	padding: 0px 3px 0px 3px !important;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0px !important;
}

form.gsc-search-box {
	margin-bottom: 0 !important;
	/* border-right: 1px solid #ddd; */
	padding-right: 5px;
}

.gsc-input {
	font-size: 13px !important;
	background: rgb(255, 255, 255) url("../images/bg/branding.png") no-repeat left center !important;
}

.gsc-input:focus {
	background-image: none !important;
}

table.gsc-search-box {
	margin-bottom: 1px !important;
	margin-top: 1px !important;
}

.mr8 {
	margin-right: 8px;
}

.gscb_a {
	line-height: 20px !important;
}

.gsst_a .gscb_a {
	color: #6a6b6c !important;
	cursor: pointer;
	font-size: 18px !important;
}

.skiptranslate .skiptranslate {
	display: none;
}

body {
	top: 0px !important;
}

.goog-te-gadget-simple {
	background-color: #e63946;
	border: none !important;
	font-size: 10pt;
	display: inline-block;
	cursor: pointer;
	zoom: 1;
	*display: inline;
}

.goog-te-combo {
	width: 125px;
	margin-top: 0px !important;
	margin-bottom: 1px !important;
	height: 23px;
	color: #000;
}

.goog-te-combo option {
	background: #112e69;
	color: #fff;
}

h5 {
	color: #999999;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
}

/* Extended Nav List Items on a Page  */
#extended-navbar-list {
	list-style: none;
	width: 100%;
	padding: 0;
}

.extended-navbar-element-list {
	margin: 1rem 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
	border-radius: 10px;
	display: flex;
	transition: transform 0.3s ease-in-out;
}

.extended-navbar-element-list-icon i {
	padding: 10px;
}

.extended-navbar-element-list-icon {
	flex: 1;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 16/9;
	/* padding: 10px; */
}

.extended-navbar-element-list h2,
.extended-navbar-element-list p {
	font-size: 1.25rem;
	margin: 0;
}

.extended-navbar-element-list h2 {
	color: #383838;
	margin-bottom: 1rem;
}

.extended-navbar-element-list p {
	color: white;
	display: inline;
	background: #0076ab;
	padding: 0.25rem 1rem;
	border-radius: 15px;
}

/* .extended-navbar-element-list-icon {
      flex: 1;
      border-radius: 10px 0 0 10px;
      overflow: hidden;
    } */

.extended-navbar-element-list-icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1;
	overflow: hidden;
}

.extended-navbar-element-list-info {
	flex: 2;
	padding: 1rem;
}

.extended-navbar-element-list:hover {
	transform: scale(1.1);
	/* transition: transform 0.3s ease; */
}

.col-md-3:nth-of-type(3n + 1) .extended-navbar-element-list {
	background-color: #d9eaf6;
	border-radius: 10px;
	overflow: hidden;
}

.col-md-3:nth-of-type(3n + 2) .extended-navbar-element-list {
	background-color: #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
}

.col-md-3:nth-of-type(3n + 3) .extended-navbar-element-list {
	background-color: #d9edc2;
	border-radius: 10px;
	overflow: hidden;
}


/* Social Media Engagements  */

.SEWA_div {
	background: #f3f7f9;
	padding: 40px 0 40px 0
}

.section-title h4 span {
	color: #001e4c;
	font-size: 28px;
	display: block;
	text-transform: capitalize;
	margin-bottom: 10px;
	padding: 0 0 12px;
	line-height: 25px;
}

.social_media h4 i span {
	width: 100%;
	float: left;
	margin-top: -25px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: calibri;
	letter-spacing: 1px;
}

.facebookBox h4 {
	margin-bottom: 0;
}

.facebookBox h4 i {
	width: 100px;
	background: #4267b2;
	height: 46px;
	line-height: 42px;
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.social_media .facebookBox .fb {
	border: 3px solid #4267b2;
	border-radius: 2%;
	padding: 5px;
}

.facebookBox>div {
	height: 400px;
	border: 1px solid #eee;
	border-top: 5px solid #4267b2;
	box-shadow: 0 2px 1px #cacaca;
	background: #fff;
	position: relative;
	width: 100%;
	overflow-y: hidden;
	/* padding: 10px; */
}

.twitterBox h4 {
	margin-bottom: 0;
}

.twitterBox h4 i {
	width: 100px;
	background: #1da1f2;
	height: 46px;
	line-height: 42px;
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.social_media .twitterBox .tw {
	border: 3px solid #1da1f2;
	border-radius: 2%;
	padding: 5px;
}

.twitterBox>div {
	height: 400px;
	border: 1px solid #eee;
	border-top: 5px solid #1da1f2;
	box-shadow: 0 2px 1px #cacaca;
	background: #fff;
	position: relative;
	width: 100%;
	overflow-y: hidden;
}

.instagramBox h4 {
	margin-bottom: 0;
}

.instagramBox h4 i {
	width: 100px;
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	height: 46px;
	line-height: 42px;
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.social_media .instagramBox .ig {
	border: 3px solid #d6249f;
	border-radius: 2%;
	padding: 5px;
}

.instagramBox>div {
	height: 400px;
	border: 1px solid #eee;
	border-top: 5px solid #d6249f;
	box-shadow: 0 2px 1px #cacaca;
	background: #fff;
	position: relative;
	width: 100%;
	overflow-y: hidden;
}

.youtubeBox h4 {
	margin-bottom: 0;
}

.youtubeBox h4 i {
	width: 100px;
	background: #df0909;
	height: 46px;
	line-height: 42px;
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.social_media .youtubeBox .yt {
	border: 3px solid #e20202;
	border-radius: 2%;
	padding-top: 5px;
}

.youtubeBox>div {
	height: 400px;
	border: 1px solid #eee;
	border-top: 5px solid #df0909;
	box-shadow: 0 2px 1px #cacaca;
	background: #fff;
	position: relative;
	width: 100%;
	overflow-y: scroll;
}