/*======================Fonts - Montserrat and Opensans========================*/
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Open+Sans:300,400,600,700');

/* scrollbar width */
::-webkit-scrollbar {
	width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  	background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  	background: #888;
	border-radius:20%;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  	background: #f7bb00;
}

/*================Common CSS==================*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #444;
	overflow-x: hidden;
}
h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	text-transform: none;
	color: #000;
}
h5 {
  font-size: 18px;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
	font-family:Montserrat,sans-serif;	
	text-decoration:none;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
}
body, html {
	height: 100%;
}
section h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin: 0 auto 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	padding: 12px 10px 10px;
}
section {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.section-title {
	text-align: center;
	margin: 0 0 40px;
}
.line:before {
	border: 3px solid #f7bb00;
	border-radius: 50%;
	top: -15px;
	content: "";
	height: 15px;
	left: -6px;
	position: absolute;
	width: 15px;
}
.line {
	background: #f7bb00;
	display: inline-block;
	height: 25px;
	width: 3px;
	position:relative;
}
.line:after {
	background: #f7bb00;
	bottom: -3px;
	content: "";
	height: 3px;
	left: -6px;
	position: absolute;
	width: 15px;
}
.section-title h2 {
	font-size: 30px;
	letter-spacing: 1.2px;
	padding:0 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom:0;
}
.section-title > p {
	font-size: 15px;
	margin: 0 0 40px;
}
.section-title > p span {
	display: block;
}

/*======================Scrool top Arrow========================*/
#scrollUp {
	background: rgba(255, 0, 0, 0.7) none repeat scroll 0 0;
	border-radius: 5%;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	line-height: 38px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#scrollUp i {
	display: block;
	line-height: 35px;
}
#scrollUp:hover {
	background-color: #f7bb00;
}

/*==================Header-top-area====================*/
#header-part{
	background: red;
}
.header-top {
    background-color: #d6001c;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-contact ul li {
    display: inline-block;
    margin-right: 20px;
    color: #c6c6c6;
    font-size: 16px;
    font-weight: 500;
}
.header-contact ul li:last-child {
    margin-right: 0;
}
.header-contact ul li i {
    margin-right: 10px;
}
.header-contact ul li a {
    color: #c6c6c6;
    font-weight: 500;
    font-size: 16px;
}
.header-right .social .follow-us {
    font-size: 16px;
    color: #c6c6c6;
    padding-right: 10px;
    font-weight: 500;
}
.header-right .social ul li {
    display: inline-block;
    padding: 0 5px;
}
.header-right .social ul li a {
    color: #c6c6c6;
    font-size: 16px;
}
.header-right .social ul li a:hover {
    color: #271c45!important;
}

/*===== Header Menu =====*/

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: red;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}
.navbar{
	margin-bottom: 0px !important;
}
.navbar-brand img {
	width: 265px;
}
.navigation .navbar {
    padding: 0;
}
.navigation .navbar .navbar-nav {
    margin-right: 20px;
}
.navigation .navbar .navbar-nav li {
    position: relative;
}
.navigation .navbar .navbar-nav li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 32px 11px 32px 11px;
    display: block;
}
.navigation .navbar .navbar-nav>li>a.active, .navigation .navbar .navbar-nav>li:hover>a {
    color: #f7bb00 !important;
}
.navigation .navbar .navbar-nav li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: red;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
  	list-style:none;
}
.navigation .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.navigation .navbar .navbar-nav li .sub-menu li a.active, .navigation .navbar .navbar-nav li .sub-menu li a:hover {
    padding-left: 20px;
    color: #271c45;
}
.sub-nav-toggler {
    display: none;
}
.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0;
}
.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
	display:none;
}
.navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #07294d;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}
.right-icon ul li {
    display: inline-block;
    margin-right: 17px;
    padding: 22px 0;
}
.right-icon ul li:last-child {
    margin-right: 0;
}
.right-icon ul li a {
    font-size: 18px;
    color: #07294d;
    position: relative;
    padding-right: 7px;
}
.right-icon ul li a span {
    font-size: 12px;
    color: #fff;
    background-color: #ffc600;
    border-radius: 50%;
    padding: 0px 4px;
    position: absolute;
    top: -5px;
    right: 0;
}

/*********RESPONSIVE MOBILE SIZE CSS*********/


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991.98px) {
	.navigation .navbar {
		padding: 8px 0px;
	}	
	.right-icon {
		position: absolute;
		top: 8px;
		right: 60px;
	}
	.navigation .navbar .navbar-nav {
		margin-right: 0px;
	}
	.navbar-collapse{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 99;
		background-color: #fff;
		padding: 5px 10px;
	}	
	.navigation .navbar .navbar-nav li {
		margin-right: 0;
	}
	.navigation .navbar .navbar-nav li a {
		padding: 8px 10px;
		display: block;
	}
	.navigation .navbar .navbar-nav li .sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		text-align: left;
	}
	.navigation .navbar .navbar-nav li a .sub-nav-toggler {
		position: absolute;
		padding: 7px 11px;
		background: none;
		border: 0;
		top: 0;
		right: 0;
		cursor: pointer;
		display: block;
	}	
	.navigation-2.navigation .navbar {
		padding: 20px 0;
	}
	.navigation-2.navigation.sticky .navbar {
		padding: 0 0;
	}
	.navigation-2.sticky .navbar .navbar-nav li a {
		padding: 10px 0;
	}
	.category-form {
		margin-top: 50px;
	}	
	.navigation-3 .navbar-collapse{
		background-color: #fff;
		padding: 0 15px;
	}
	.navigation-3 .navbar .navbar-nav li a{
		color: #07294d;
	}	
	.navigation .navbar .navbar-nav>li>a.active, .navigation .navbar .navbar-nav>li:hover>a{
		border:none !important;
	}
	.navbar .navbar-toggler {
		display:block !important;
	}

}
 
/* small mobile :320px. */
@media (min-width: 576px) and (max-width: 767.98px) {
	.navigation .navbar {
		padding: 8px 0px;
	}	
	.right-icon {
		position: absolute;
		top: 8px;
		right: 60px;
	}	
	.navigation .navbar .navbar-nav {
		margin-right: 0px;
	}	
	.navbar-collapse{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 99;
		background-color: #fff;
		padding: 5px 10px;
	}	
	.navigation .navbar .navbar-nav li {
		margin-right: 0;
	}
	.navigation .navbar .navbar-nav li a {
		padding: 8px 10px;
		display: block;
	}
	.navigation .navbar .navbar-nav li .sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		text-align: left;
	}
	.navigation .navbar .navbar-nav li a .sub-nav-toggler {
		position: absolute;
		padding: 7px 11px;
		background: none;
		border: 0;
		top: 0;
		right: 0;
		cursor: pointer;
		display: block;
	}
	.navigation .navbar .navbar-nav>li>a.active, .navigation .navbar .navbar-nav>li:hover>a{
		border:none !important;
	}	
	.logo {
		text-align: center;
	}
	.navigation-2.navigation .navbar {
		padding: 5px 0;
	}
	.navigation-2 .right-icon ul li {
		padding: 26px 0;
	}
	.navigation-2.navigation.sticky .navbar {
		padding: 0 0;
	}
	.navigation-2.sticky .navbar .navbar-nav li a {
		padding: 10px 0;
	}
	.navigation-3 .navbar-collapse{
		background-color: #fff;
		padding: 0 15px;
	}
	.navigation-3 .navbar .navbar-nav li a{
		color: #07294d;
	}
	.navbar .navbar-toggler {
		display:block !important;
	}
}
 
/* Large Mobile :480px. */
@media only screen and  (max-width: 575.98px) {
	.navigation .navbar {
		padding: 8px 0px;
	}
	.right-icon {
		position: absolute;
		top: 8px;
		right: 60px;
	}
	.navigation .navbar .navbar-nav {
		margin-right: 0px;
	}
	.navbar-collapse{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 99;
		background-color: #fff;
		padding: 5px 10px;
	}
	.navigation .navbar .navbar-nav li {
		margin-right: 0;
	}
	.navigation .navbar .navbar-nav li a {
		padding: 8px 10px;
		display: block;
	}
	.navigation .navbar .navbar-nav li .sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		text-align: left;
	}
	.navigation .navbar .navbar-nav li a .sub-nav-toggler {
		position: absolute;
		padding: 7px 11px;
		background: none;
		border: 0;
		top: 0;
		right: 0;
		cursor: pointer;
		display: block;
	}
	.navbar-brand img {
		width: 275px !important;
	}
	.right-icon ul li a {
		font-size: 16px;
	}
	.right-icon ul li {
		margin-right: 10px;
	}	
	.navigation-2.navigation .navbar .navbar-brand {
		width: 145px;
	}	
	.navigation .navbar .navbar-nav>li>a.active, .navigation .navbar .navbar-nav>li:hover>a{
		border:none !important;
	}
	.logo {
		text-align: center;
	}
	.header-contact ul li {
		display: block;
		margin-right: 0;
	}
	.navigation-2.navigation .navbar {
		padding: 5px 0;
	}
	.navigation-2 .right-icon ul li {
		padding: 26px 0;
	}	
	.navigation-2.navigation.sticky .navbar {
		padding: 0 0;
	}
	.navigation-2.sticky .navbar .navbar-nav li a {
		padding: 10px 0;
	}
	.navigation-3 .navbar-collapse{
		background-color: #fff;
		padding: 0 15px;
	}
	.navigation-3 .navbar .navbar-nav li a{
		color: #07294d;
	}
	.navbar .navbar-toggler {
		display:block !important;
	}
}


/*===================Slider Area=====================*/
.affix + .banner-wrapper {
  	margin-top: 49px;
}
.welcome-hero-area, .home-slider-area, .home-slider-area div {
	height: 100%;
}
.welcome-hero-area div.single-slide-item-table-cell, .welcome-hero-area div.single-slide-item-table-cell div {
  	height: auto;
}
.single-slide-item-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.single-slide-item-table {
	display: table;
	width: 100%;
}
a.slide-btn {
	color: #fff;
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
	padding: 12px 30px;
	transition: .5s;
	text-transform:uppercase;
	background:#f7bb00;
	border-radius:0 15px;
}
a.slide-btn:hover {
	background:red;
	color: #fff;	
}
.single-slide-item h2 {
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 20px;
}
.single-slide-item h2 span {
	color: #2980b9;
}
.single-slide-item p {
	color: #fff;
	margin-bottom: 20px;
}
.fixed-bg {
	background-attachment: fixed !important;
}
.slide-1, .text-slide {
	background-size: cover !important;
	background-repeat:no-repeat !important;
}
.single-slide-item {
	position: relative;
	z-index: 1;
}
.single-slide-item:after {
	background: rgba(0,0,0,.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
a.welcome-control:focus, a.welcome-control:hover i {
	color: #f7bb00;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.welcome-control {
	background: 0 0!important;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 24px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	z-index: 20;
	padding-top: 0.4em;
}
.service-icon i, .single-featured i {
	border-radius: 50%;
	text-align: center;
}
.right.welcome-control {
	left: auto;
	right: -52px;
}
.left.welcome-control {
	left: -52px;
}
.home-slider-area:hover .right.welcome-control {
	right: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border:1px solid #fff;
}
.home-slider-area:hover .left.welcome-control {
	left: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border:1px solid #fff;	
}
.home-slider-area .carousel-indicators {
  	display: none;
}

/*====================Topper Wrapper=====================*/
.topper-wrapper {
	float:left;
	width:100%;
	padding:60px 0 0;
}
.topper-inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    top: -140px;
    z-index: 9;
}	
.message-description {
	margin-bottom: 30px;
	padding: 30px 20px;
	transition: all 0.45s ease-in-out 0s;
	background:red;
	border-radius: 0 30px;
}
.message-description h2 {
	color:#fff;
	font-size:24px;
}
.message-description p {
	color:#fff;
}
.message-description i {
	color:#f7bb00;
	font-size:40px;
}
		
/*================About Us==================*/
.aboutus {
	padding: 75px 0 70px;
	margin:-189px 0 0;
}
.about h2 {
	margin-bottom: 20px;
	margin-top: 0;
}
.aboutus .section-title p {
	margin: 0 0 40px;
}
.about-box {
	float: left;
	width: 100%;
}
.about-box h3 {
	color:#001f46;
}
.about-box figure {
	border: 1px solid #e9e6e6;
	float: left;
	overflow: hidden;
	padding: 5px;
	position: relative;
	width: 100%;
}
.about {
	padding: 100px 0;
}
.about p {
	margin: 0 0 30px;
}
.manager_name{
	margin-top:5px !important;
}
.video p{
	padding:1.5em;
}

#aaproval-letter .approval-item h4 button{
	background:#f7bb00 !important;
}
#aaproval-letter .approval-item h4 button a{
	color: #fff;
}

/*=====================course======================*/
.course {
	padding: 57px 0 70px;
	background:#f2f5f9;
}
.course .section-title {
	margin:0 0 10px;
}
.course-callouts {
	text-align: center;
}
.course-callouts h2 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: normal;
	padding: 0;
	font-size:1.6rem;
	font-weight:600;
	text-transform:capitalize;
}
/*** Single Services ***/
.single-course-box {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ffffff;
	margin-top: 30px;
	padding: 25px 25px;
	transition: all 0.36s ease-in-out 0s;
	border-radius:0 30px;
}
.single-course-box i {
	color: red;
	font-size: 52px;
	transition: all 0.36s ease-in-out 0s;
}
.single-course-box h4 {
	border-bottom: 1px dashed red;
	display: inline-block;
	font-size: 20px;
	margin: 20px 0 10px;
	padding-bottom: 6px;
	color:#001f46;
}
.single-course-box p {
	font-size: 13px;
}
.single-course-box:hover {
	border: 1px solid #f7bb00;
}	
.single-course-box:hover i {
	color:#f7bb00;
}

/*====================Our Faculty====================*/
.ourteam {
	width: 100%;
	float: left;
	padding:57px 0 55px;
	position: relative;
}
.team-cnt {
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 100%;
	text-align: center;
}
.ourteam .section-title {
	margin:0 0 10px;
}
/**** single services ****/
.single_team {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
	padding: 30px 0;
	margin-top:30px;
	text-align: center;
	transition: all 0.3s linear 0s;
	border-radius:0 30px;
	padding:20px;
}
.team_img {
	border-radius: 50%;
	display: inline-block;
	height: 150px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 150px;
}
.team_img > img {
	display: block;
	width: 100%;
}
.single_team > h5 {
  	margin-bottom: 5px;
}
.single_team > span {
	margin-bottom: 20px;
	display:inline-block;
}
.team_social_bar > a {
	background: red;
	border-radius: 3px;
	color: #ffffff;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
	transition: all 0.3s linear 0s;
	width: 35px;
	display:inline-block; 
}
.team_social_bar > a:hover {
  	background: #f7bb00;
}
.single_team:hover {
  	box-shadow: 0 4px 61px rgba(0, 0, 0, 0.09);
}
.team_social_bar i{
	margin-top:0.6em;
}

/*================Library ==================*/
#student_zone{
	background-image:url(../images/library.jpg);
	background-size:cover;
}
#student_zone .library-content p{
    font-size:17px;
    line-height:1.8em;
}

#placement{
	background-image:url(../images/placement.jpg);
	background-size:cover;
}
#placement .placement-content p{
    font-size:17px;
    line-height:1.8em;
}

#facilities{
    padding-top: 2em;
    padding-bottom: 2em;
}
#facilities .facility_div{
    border:0.5px solid black;
    padding:1em;
    text-align:center;
    margin-top:1em;
    border-radius:10px;
}
#facilities .facility_div i{
    margin-right:1em;
    font-size:16px;
}
#facilities .facility_div h5 a{
    color:red;
}
#facilities .facility_div:hover h5 a{
    color:#f7bb00;
}
/*================Testimonials Wrapper ==================*/
.testimonials:before {
	background: red;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.testimonials {
	width: 100%;
	float: left;
	background: #f2f5f9;
	padding: 57px 0 65px;
	background: rgba(0, 0, 0, 0) url("../images/testimonial-bg.jpg") no-repeat fixed left top;
	background-size:cover;
	z-index: 9;
    position: relative;
    text-align: center;	
}
.testimonials h2, .testimonials .section-title p {
	color:#fff;
}	
.testimonials .item {
	margin: 0 10px 20px;
}
.tes-wrapper {
	border: 1px solid #b7b7b7;
	text-align: center;
	padding: 20px;
	margin: 50px 0 0 0;
	background:#fff;
	border-radius:0 30px;
}
.tes-wrapper span {
	border-radius: 100px;
	display: inline-block;
	height: 110px;
	width: 110px;
	margin-bottom: 10px;
	margin-top: -50px;
	background: #fff;
}
.tes-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
	padding: 5px;
}
.tes-wrapper h3 {
	font-weight: 600;
	color: red;
	font-size: 20px;
	margin:0 0 15px;
}
.tes-wrapper h3 span {
	display: block;
	font-size: 16px;
	width: auto;
	height: auto;
	margin: 8px 0 0;
	border-radius: 0;
	color: #2d2d2d;	
}
.testimonials .owl-theme .owl-nav {
	display: none;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	opacity: 1;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span {
	background: #f7bb00;
}

/*==================Gallery===================*/
.gallery {
	clear: both;
	float: left;
	width: 100%;
	padding: 56px 0 40px;
}
.work {
	margin-bottom: 30px;
}
.work a {
	display: block;
	overflow: hidden;
	position: relative;
}
.work a img {
	width:100%;
	height:auto;
	}
.work-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	padding: 20px;
}
.work-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
}
.work:hover .work-inner:after {
	opacity: 0.8;
}
.work-info i {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.work-info i {
	font-size: 14px;
	top: 20px;
	font-weight: 700;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	color: #333;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top:7em;
	margin-left:10em;
	text-align:center;
}
.work:hover , .work:hover , .work:hover .work-info i {
	opacity: 1;
	top: 0;
}
.gallery-filter {
	list-style: none;
	margin-bottom:20px;
	background:#f2f5f9;
}
.gallery-filter li.active, .gallery-filter li:hover {
	border:none;
	color:#001f46;
	}
.gallery-filter li {
	display: inline-table;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 10px;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
	border:none;
	font-weight:600;
}
.gallery-filter li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.gallery-filter li.active:after {
	width: 100%;
}
.work-popup {
	max-width: 550px;
	background: #fff;
	position: relative!important;
	margin: 30px auto;
	left: 0!important;
}
.work-popup img {
	width: 100%;
	height: 100%;
}
.mfp-close-btn-in .mfp-close {
	position: absolute;
	background: #fff;
	font-size: 40px;
	width: 50px;
	height: 50px;
	opacity: 1;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}

/*======================NEWS css=====================*/
#news-part .ml-3{
	padding-left:1em !important;
}
.single-news {
	padding-bottom: 1em;
}
.single-news .news-thum img {
    width: 100%;
    border-radius: 5px;
}
.single-news .news-cont ul li {
    display: inline-block;
    margin-right: 25px;
}
.single-news .news-cont ul li:last-child {
    margin-right: 0;
}
.single-news .news-cont ul li a {
    color: #8a8a8a;
    font-size: 15px;
}
.single-news .news-cont ul li a i {
    color: #ffc600;
    margin-right: 8px;
}
.single-news .news-cont ul li a span {
    color: #07294d;
}
.single-news .news-cont a {
    display: block;
}
.single-news .news-cont a h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-news .news-cont a:hover h3 {
    color: #ffc600;
}
.news-list .news-cont h3 {
    font-size: 20px;
}
.news-list .news-cont ul li a {
    font-size: 14px;
}

/***Download & Important Link**/

.important_link ul li{
	list-style:none;
}
.important_link ul li i{
	color:red;
}
.important_link ul li i,.important_link ul li a{
	font-size:24px;
	padding-top:1em;
}
.important_link li a{
	margin-left:0.5em;
	
}
.important_link li a:hover{
	color:#f7bb00;
}
marquee{
	border-radius:0 5%;
}
.download marquee i{
	margin-right:1em;
	font-size:22px;
}
.download marquee a{
	color:#ff0000;
	font-size:18px;
}
.download marquee a:hover{
	color:#f7bb00;
}

#grievance{
    padding-bottom:2em;
}

/*================Contact Us=========================*/
.contactus:before {
	background: red;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.contactus {
	width: 100%;
	float: left;
	background: #f2f5f9;
	padding: 57px 0 0;
	background: url("../images/contact-bg.jpg") no-repeat fixed left top;
	background-size:cover;
	z-index: 9;
    position: relative;
    text-align: center;	
}
.contactus h2 {
	color:#fff;
}
.contactus p {
	color:#fff;
}	
.contact-info {
    margin-bottom: 50px;
    overflow: hidden;
}
.contact-form {
	margin:0 0 70px;
}
.single-contact {
    text-align: center;
  	padding: 15px 0;	
}
.single-contact h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin:25px 0 5px;
    text-transform: uppercase;
}
.single-contact p {
    margin-bottom: 0;
}
.single-contact i {
	border-radius: 50%;
	box-shadow: 0 0 0 8px #ffffff inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
	color: #fff;
	font-size: 29px;
	height: 70px;
	line-height: 70px;
	padding: 30px;
	text-align: center;
	width: 80px;
}
.form-control {
    background: #fff;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-radius: 5px;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
textarea.form-control {
	height: auto;
	padding:10px 0 0 10px;
}
.form-control::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.form-control:hover, .form-control:focus {
    border-color: #f7bb00;
    box-shadow: none;
}
.contact-form .btn-contact {
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    letter-spacing: 0;
    text-transform: uppercase;
	border-radius:0 15px;
	background:#f7bb00;
	transition: all 0.3s ease 0s;	
	border:none;
}
.btn-contact:hover {
    background-color: red;
    color: #fff;
}
.google-map {
	float: left;
	width: 100%;
	margin:0 0 -5px;
}
.google-map iframe {
	width:100%;
	border:none;
	height:250px;
	border-width:9px 0;
	border-style:solid;
	border-color:#f7bb00;
}

/*=====================Footer=======================*/
footer {
	padding: 25px 0;
	width: 100%;
	float: left;
	background:#f2f5f9;
}
footer p {
	color: #001f46;
	text-align: center;
	margin: 0;
}

/*========================================Media Quries =======================================*/
@media (min-width: 768px) and (max-width: 991px) {
	
/*** navigation ***/
	.navigation {
		padding: 0;
	}
	.logo {
		float: left;  
		width:300px;
	}
	.menu-bg .logo {
		padding-top: 29px;
	}
	.navbar-toggle {
		margin-right: 0;
		margin-top: -34px;
	}
	.navbar-default .navbar-nav li a {
		font-size: 12px;
		padding: 23px 11px;
	}
	.navbar-collapse {
		margin: 6px 0 0;
	}
	.navigation .navbar-collapse {
		padding: 0;
	}
	.navbar {
		margin-top:0px;
	}
}
@media (max-width: 767px) {
/*** Common styles ***/	
	section{
		padding:0;
	}
	section h2 {
		font-size: 25px;
		margin:0;
	}
	a.slide-btn {
		font-size: 14px;
		padding: 8px 16px;
		width: 120px;
	}
/*** navigation ***/
	.navbar-default .navbar-toggle .icon-bar {
		background: #f8f8f8
	}
	.menu-bg .navbar-toggle .icon-bar {
		background: #fff
	}
	.menu-bg .navbar-toggle {
		background: #02306a;
		margin-top: -53px;
	}
	.navbar-toggle {
		margin-right: 0;
		margin-top: -52px;
		border:none;	
	}
	.menu-bg .navbar-collapse, .navbar-collapse {
		background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background:none;
	}
	.navbar-default .navbar-nav li a, .menu-bg .navbar-default .navbar-nav li a {
		padding: 11px 15px;
	}
	.logo{	
		width:300px;
	}
	.menu-bg .logo {
		padding: 10px 0;
		width:300px;
	}
	header .navbar-nav {
		margin: 7.5px 0;
	}
	.navbar {
		margin: 0;
	}
	.navbar-brand {
		display: block;
		padding: 0;
		height: auto;
	}
	.navbar-default .navbar-collapse {
		float: none;
		border: none;
		box-shadow: none;
	}
  
/*** banner ***/
	.welcome-control {
		display: none;
	}
	.single-slide-item h2 {
		font-size: 24px;
		line-height: 26px;
	}	
/*** about us ***/
	.section-title > p span {
		display:inline;
	}	
/*** Contact us ***/
	.single-contact {
		padding:15px 0 30px;
	}
	.contact-info {
		 margin-bottom:20px;
	}	
}