
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;	
}
a {
    color: #1143a4;
    transition: .2s all;
}
a:focus, a:hover {
    color: #ee5a30;
}
a, a:hover, a:active {
	text-decoration: none !important;
}
img {
	max-width: 100%;
}
.p0 {
	padding: 0 !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.grid {
    display: grid;
    grid-auto-flow: column;
    gap: 5%;
}

.thm-btn {
	background: #1143a4;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 25px;
	border: 2px solid transparent;
	transition: all .3s ease;
}
.thm-btn:hover,
.thm-btn.inverse {
	background-color: #fff;
	border-color: #1143a4;
	color: #1143a4;
}
.thm-btn.inverse:hover {
	background: #1143a4;
	border-color: #1143a4;
	color: #fff;
}

.sec-padding {
	padding: 90px 0;
}

.sec-title {
	margin-bottom: 35px;
}
.sec-title h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}
.sec-title p {
	font-size: 16px;
	color: #747474;
	margin: 0;
	margin-bottom: 20px;
}
.sec-title span.decor {
	width: 16px;
	height: 16px;	
	border-radius: 50%;
	border: 2px solid #E6E6E6;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
 }
.sec-title span.inner {
    width: 6px;
    height: 6px;
    background: #EAEAEA;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}
.sec-title span.decor:before,
.sec-title span.decor:after {
	content: '';
	position: absolute;	
	top: 5px;
	width: 50px;
	height: 2px;
	background: #E6E6E6;
	z-index: -1;
}
.sec-title span.decor:before {
	left: 14px;
}
.sec-title span.decor:after {
	right: 14px;
}
.sec-title.text-left span.decor {
	margin-left: 50px;
}
.sec-title.style-two span.decor {
	border-color: #1143a4;
}
.sec-title.style-two span.decor .inner {
	background: #1143a4;
}
.sec-title.style-two span.decor:after {
	right: -94px;	
}
.sec-title.style-two span.decor:before,
.sec-title.style-two span.decor:after {
	background: #DCDCDC;
}

.sec-title.colored span.decor {
	border-color: #1143a4;
}
.sec-title.colored span.decor span.inner {
	background: #1143a4;
}
.sec-title.colored span.decor:before,
.sec-title.colored span.decor:after {
	background: #1143a4;
}


/* 2 flaticon reset styles */

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	margin: 0;
}



/* 3 .top-bar styles */

.top-bar {border-bottom: 1px solid #EAEAEA;}

.top-bar .left-text p {
	font-size: 13px;
	color: #B6B6B6;	
	margin: 0;
	line-height: 48px;
}

.top-bar .left-text p span {
	color: #383838;
}

.social-icons ul,
.social-icons ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.social-icons ul li:first-child a {
	border-left: 1px solid #EAEAEA;
}

.social-icons ul li a {
	display: inline-block;
	font-size: 15px;
	color: #A4A4A4;
	border-right: 1px solid #EAEAEA;
	line-height: 48px;
	text-align: center;
	padding: 0 16px;
	margin-left: -5px;
	transition: all .3s ease;
}

.social-icons ul li a:hover {
	color: #fff;
	background: #1143a4;
}


/* 4 .header styles */
.header {padding: 35px 0;}
.single-header-info {float:left;padding-left: 15px;}
.single-header-info .icon-box,
.single-header-info .content {
	display: table-cell;
	vertical-align: middle;
}
.single-header-info .icon-box .inner-box {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 5px;
}
.single-header-info .icon-box .inner-box img {
	width: 30px;
}

.single-header-info .icon-box .inner-box i:before {
	font-size: 20px;
	color: #1143a4;
}
.single-header-info .content h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #2B2B2B;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 5px;
}
.single-header-info .content p {
	font-size: 11px;
	margin: 0;
	color: #606060;
}
.single-header-info .content p a {
	color: #606060;
}
.single-header-info .content p b {
	font-size: 15px;
	color: #000000;
	font-weight: 500;
}
.single-header-info .thm-btn {
	margin: 0 0;
}


/* 5 .mainmenu-area styles */

.mainmenu-area {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mainmenu-area.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.navigation .nav-footer {
	display: none;
}
.navigation .nav-header {
	text-align: left;
	display: inline-block;
}
.navigation .nav-header > ul {
	padding: 0;
	margin: 0;
}
.navigation .nav-header > ul > li {
	display: inline-block;
	position: relative;
	text-align: left;
}
.navigation .nav-header > ul > li:first-child > a {
	padding-left: 0;
}
.navigation .nav-header > ul > li > a {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
	padding: 20px 10px;
	transition: all .25s ease;
}
.navigation .nav-header > ul > li.active > a {
    color: #ff9c00;
}
.navigation .nav-header > ul > li:hover > a {
	color: #ee5b30;
}
.navigation .nav-header > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.navigation .nav-header > ul > li > ul {
	position: absolute;
	top:100%;
	left:0;
	z-index: 999;
	background: #fff;
	width: 240px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 2px 0 11px -3px rgba(0,0,0,.2);
	transition: all .1s ease;
}
.navigation .nav-header > ul > li > ul > li {
	display: block;
	position: relative;
}
.navigation .nav-header > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.navigation .nav-header > ul > li > ul > li > a {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	color: #2B2B2B;
	padding: 14px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .25s ease;
}
.navigation .nav-header > ul > li > ul > li:hover > a {
	background: #e0e7e9;
	color: #ee5b30;
	border-color: 0;
}
.navigation .nav-header > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.navigation .nav-header > ul > li > ul > li > ul {
	position: absolute;
	top:0;
	left:100%;
	width: 240px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	background: #fff;
	box-shadow: 2px 0 11px -3px rgba(0,0,0,.2);
	transition: all .1s ease;
}
.navigation .nav-header > ul > li > ul > li > ul > li {
	display: block;
	position: relative;
}
.navigation .nav-header > ul > li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.navigation .nav-header > ul > li > ul > li > ul > li > a {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	color: #2B2B2B;
	padding: 14px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .25s ease;
}
.navigation .nav-header > ul > li > ul > li > ul > li:hover > a {
	background: #e0e7e9;
	color: #ee5b30;
	border-color: 0;
}

.mainmenu-area .search-box {
	width: 280px;
	height: 66px;
	background: #2D373F;
	padding: 0 25px;
}
.mainmenu-area .search-box input {
	background-color: transparent;
	border: none;
	outline: none;
	color: #DAD9D9;
	font-size: 13px;
	line-height: 65px;
	width: calc(100% - 31px);
}
.mainmenu-area .search-box button {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 15px;
	line-height: 65px;
	color: #DAD9D9;
}


/* 6 .rev_slider_wrapper styles */

.rev_slider_wrapper .thm-banner-h1 {
	font-size: 55px;
	font-weight: 300;
	color: #202A30;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.rev_slider_wrapper .thm-banner-h3 {
	font-size: 30px;
	font-weight: 400;
	color: #1143a4;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}
.rev_slider_wrapper .thm-banner-p {
	font-size: 15px;
	font-weight: 400;
	color: #676767;
	font-family: 'Roboto', sans-serif;
	line-height: 27px;	
}

.rev_slider_wrapper .thm-banner-h1.heavy {
	font-weight: 900;
}

.rev_slider_wrapper .thm-btn {
	transition: all .3s ease !important;
}

.rev_slider_wrapper .thm-banner-h1.blue-bg {
	background: #1143a4;
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	padding: 0 10px;
}
.rev_slider_wrapper .thm-banner-h1.black-bg {
	background: #091730;
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	padding: 0 10px;
}


/* 7 .call-to-action styles */

.call-to-action .container-fluid {
	padding: 0;
}
.call-to-action-corner {
	/*width: 35%;*/
	position: relative;	
	/*float: left;*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.call-to-action-corner:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	content: '';
	background: rgba(0,79,178,.9);
}
.call-to-action-center {
	/*width: 30%;*/
	position: relative;
	/*float: left;*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.call-to-action-center:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(0,129,232,.9);
}

.single-call-to-action {
	position: relative;
	text-align: center;
	min-height: 250px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-call-to-action .icon-box,
.single-call-to-action .content-box {
	display: inline-block;
	vertical-align: top;
}
.single-call-to-action .icon-box {
	width: 50px;
	position: relative;
	bottom: 15px;
}
.single-call-to-action .icon-box i.flaticon-clock {
	bottom: 20px;
	position: relative;
}
.single-call-to-action .icon-box i.flaticon-medical {
	position: relative;
	bottom: 25px;
}
.single-call-to-action .icon-box i.flaticon-coins {
	position: relative;
	bottom: 15px;
}
.single-call-to-action .icon-box i:before {
	font-size: 50px;
	color: #fff;
}
.single-call-to-action .content-box {
	width: 65%;
	text-align: left;
	padding-left: 15px;
}
.single-call-to-action .content-box h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
}
.single-call-to-action .content-box p {
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}
.single-call-to-action .content-box ul {
	margin: 0;
	padding: 0;
}
.single-call-to-action .content-box ul li {
	list-style: none;
	display: block;
	color: #fff;
	font-size: 13px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-call-to-action .content-box .thm-btn.inverse {
	border-color: #fff;
	background-color: transparent;
	padding: 7px 22px;
	color: #fff;
}
.single-call-to-action .content-box .thm-btn.inverse:hover {
	background: #fff;
	color: #1143a4;
}
.call-to-action.boxed .single-call-to-action .content-box {
	width: 70%;
}

/* 8 .single-specialize styles */

.single-specialize {
	padding: 0 60px;
}
.single-specialize:hover .icon-box {
	background: #1143a4;
	border-color: #1143a4;
	color: #fff;
}
.single-specialize .icon-box {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #F0F0F0;
	line-height: 118px;
	color: #1143a4;
	margin-bottom: 30px;
	transition: all .3s ease;
}
.single-specialize .icon-box i:before {
	font-size: 60px;
}
.single-specialize h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	color: #202A30;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}
.single-specialize p {
	color: #9C9C9C;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 25px;
}
.single-specialize a.thm-btn {
	font-size: 12px;
	padding: 7px 21px;
}
.col-4 .single-specialize {
	padding: 0;
	padding-right: 20px;
}
.col-4 .single-specialize .icon-box {
	width: 100px;
	height: 100px;
	margin-left: 0;
	margin-right: 0;
	line-height: 98px;
}
.col-4 .single-specialize .icon-box i:before {
	font-size: 40px;
}

/* 9 .full-sec styles */

.full-sec {
	background: #e0e7e9;
}
.full-sec .sec-title {
	margin: 0;
	margin-bottom: 30px;
}
.full-sec .full-image {
	max-width: none;
	margin-right: -15px;
}
.full-sec h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	text-transform: capitalize;
	color: #1143a4;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
}
.full-sec h2 {
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.full-sec h2 {
		text-align: center;
		font-size: 22px;
	}
}
.full-sec p {
	color: #333;
	line-height: 26px;
	text-align: justify;
}
.full-sec .full-sec-content {
	padding: 0;
	/* padding-left: 10px;
	padding-right: 10px; */
}
.about-content {
    border-right: 3px solid #ff9c00;
	padding-right: 10px !important;
}
.full-sec .thm-btn {
	padding: 7px 21px;
	font-size: 12px;
	border-color: #D3D3D3;
	color: #202A30;
	background-color: transparent;
}
.full-sec .thm-btn:hover {
	background: #1143a4;
	border-color: #1143a4;
	color: #fff;	
}


/* 10 .offer-wrapper styles */

.offer-wrapper {
	position: relative;
}
.offer-wrapper:before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
	width: 50%;
	height: 100%;
	background: url("../img/offer/1.jpg") 0 0 no-repeat;
	opacity: .9;
}
.offer-wrapper:after {
	content: '';
	position: absolute;
	top:0;
	right:0;
	z-index: -1;
	width: 50%;
	height: 100%;
	background: #0375d3;
	opacity: .9;
}
.offer-wrapper .has-overlay:before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 50%;
	height: 100%;
	background: #0375d3;
	opacity: .9;
}
.offer-wrapper .has-overlay:after {
	content: '';
	position: absolute;
	top:0;
	right:0;
	width: 50%;
	height: 100%;
	/* background: #195db2; */
	opacity: .9;
}
.single-offer {
	position: relative;
	z-index: 9;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.single-offer h3 {
	font-size: 30px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 35px;
	text-align: center;
}
.single-offer h3 span {
	font-size: 16px;
}
.single-offer .thm-btn {
    padding: 10px 27px;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.single-offer .thm-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #1143a4;
}
.single-offer p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 30px;
}
.single-offer a {
	color: #fff;
}
.single-offer a:hover {
	color: #262F36;
}
.single-offer.left {
	padding-right: 70px;
}
.single-offer.right {
	padding-left: 70px 30px;
}


/* 11 .single-service-home styles */

.home-serivce {
	padding-bottom: 10px;
}
.single-service-home {
	margin-bottom: 80px;
	display: flex;
    justify-content: center;
}
.single-service-home .icon-box,
.single-service-home .content {
	display: table-cell;
	vertical-align: top;	
}
.single-service-home .inner-box {
	width: 65px;
	height: 65px;
	border: 2px solid #1143a4;
	background: #1143a4;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	margin-right: 10px;
	position: relative;
	transition: all .3s ease;
	padding: 0 10px;
}
.single-service-home:hover .inner-box {
	background: #ff9c00;
    border-color: #ff9c00;
	color: #1143a4;
}

.single-service-home .inner-box i:before {
	font-size: 35px;
}
.single-service-home .content h3 {
	font-size: 24px;
	text-transform: capitalize;
	color: #202A30;
	font-weight: 500;
	margin: 0;
	line-height: 24px;
	margin-bottom: 15px;
}
.single-service-home:hover .content h3 {
    color: #1143a4;
}
.single-service-home .content p {
	color: #9C9C9C;
	line-height: 26px;
	margin: 0;
	margin-bottom: 15px;
}
.single-service-home .content a {
	color: #1143a4;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	transition: all .3s ease;
}
.single-service-home:hover .content a {
	color: #5E2A30;
}

.style-two .single-service-home .inner-box  {
	border-radius: 50%;
}
.style-two .single-service-home .inner-box:before {
	display: none;
}

/* 12 .faq-home styles */

.faq-home {
	padding-top: 0;
}
.faq-home hr {
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	height: 6px;
	margin: 0;
	margin-bottom: 90px;
}
.faq-home .sec-title {
	margin: 0;
	margin-bottom: 22px;
}
.faq-home .accrodion {
	padding-bottom: 31px;
	position: relative;
	padding-right: 55px;
}
.faq-home .accrodion:last-child {
	padding-bottom: 0;
}
.faq-home .accrodion:last-child:before {
	display: none;
}
.faq-home .accrodion.active:last-child:before {
	display: block;
}
.faq-home .accrodion.active:before,
.faq-home .accrodion:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 5px;
	left:6px;
	background: #F1F1F1;
}
.faq-home .accrodion .accrodion-content {
	padding-top: 21px;
}
.faq-home .accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 20px;
	color: #202A30;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
}
.faq-home .accrodion .accrodion-title h4:hover {
	color: #ee5a30;
}
.faq-home .accrodion .accrodion-title h4 span.decor {
	width: 14px;
	height: 14px;	
	border-radius: 50%;
	border: 2px solid #F1F1F1;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-right: 20px;
 }
.faq-home .accrodion .accrodion-title h4 span.inner {
    width: 4px;
    height: 4px;
    background: #F1F1F1;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}
.faq-home .accrodion.active .accrodion-title h4 span.decor {
	border-color: #1143a4;
}
.faq-home .accrodion.active .accrodion-title h4 span.inner {
	background: #1143a4;	
}
.faq-home .accrodion .accrodion-content {
	padding-left: 40px;
}
.faq-home .accrodion .accrodion-content p {
	margin-bottom: 21px;
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
}
.faq-home .accrodion .accrodion-content p:last-child {
	margin-bottom: 0;
}
.faq-home .img-masonary {
	margin-left: -3px;
	margin-right: -3px;
	margin-bottom: 15px;
}
.faq-home .img-masonary .img-w1 {
	padding: 3px;
}
.faq-home .img-masonary .img-w1 img {
	height: 220px;
}
.faq-home .img-masonary .img-h1 img {
	height: 220px;
}


/* 13 .fact-counter-wrapper styles */

.fact-counter-wrapper {
	position: relative;
	background: url("../img/hospital/hospital-background.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.fact-counter-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgb(17 67 164 / 70%);
	opacity: .95;
}
.fact-counter-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}
.fact-counter-wrapper .thm-btn.inverse:hover {
	border-color: #fff;
	color: #fff;
}
.single-fact {
	text-align: center;
	display: inline-block;
	padding: 0 35px;
}
.single-fact .icon-box {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid  #fff;
	color: #fff;
	text-align: center;
	line-height: 98px;
	margin-bottom: 14px;
}
.single-fact .icon-box i:before {
	font-size: 50px;
}
.single-fact span {
	font-size: 48px;
	font-weight: 500;
	color: #fff;
}
.single-fact p {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}


/* 14 .single-team-member styles */


.meet-doctors.gray-bg {
	background: #FBFCFC;
}
.meet-doctors.team-page {
	padding-bottom: 30px;
}
.meet-doctors.team-page .single-team-member {
	margin-bottom: 60px;
}
.single-team-member .img-box {
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
}
.single-team-member .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(37,98,179, .75);
	transform: scale(0);
	transition: all .5s ease;
}
.single-team-member:hover .img-box .overlay {
	transform: scale(1);
}
.single-team-member .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-team-member .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-team-member .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.single-team-member .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}
.single-team-member .img-box .overlay .box .content ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #fff;
	color: #1143a4;
	border: 1px solid #fff;
	line-height: 38px;
	font-size: 18px;
	border-radius: 50%;
	transition: all .3s ease;
}
.single-team-member .img-box .overlay .box .content ul li a:hover {
	background: #1143a4;
	border-color: #fff;
	color: #fff;
}
.single-team-member h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	color: #222E35;
	line-height: 25px;
	margin: 0;
	margin-bottom: 4px;
}
.single-team-member > span {
	font-size: 13px;
	color: #1143a4;
	text-transform: capitalize;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	/* border-bottom: 1px solid #E6E6E6; */
}
.single-team-member p {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
	margin: 0;
}
.single-team-member a.thm-btn {
	padding: 9px 24px;
	background: #fff;
	border-color: #E6E6E6;
	color: #222E35;
	margin-top: 13px;
}
.single-team-member a.thm-btn:hover {
	background: #1143a4;
	border-color: #1143a4;
	color: #fff;
}

.team-carousel .owl-controls {
	position: absolute;
	top: -115px;
	right: 0;	
}
.owl-theme .owl-nav {
	margin: 0;
}
.owl-theme .owl-nav [class*=owl-] {
	background: #306AB6;
	color: #fff;
	width: 45px;
	height: 45px;
	border: 2px solid #306AB6;
	font-size: 22px;
	line-height: 43px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	margin-left: 15px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #306AB6;

}


/* 15 .testimonials-wrapper styles */

.testimonials-wrapper {
    padding: 20px 0 !important;
}
.testimonials-wrapper .container {
	position: relative;
}

.single-testimonaials {
	/*text-align: center;*/
	/*background: #fff;*/
	/*padding: 20px;*/
	/*padding-bottom: 20px;*/
	/*margin-top: 20px;*/
	/*margin-bottom: 20px;*/
	/*border: 1px solid #eee;*/
 /*   border-radius: 4px;*/
	/*box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);*/
}
.single-testimonaials img {
	width: 60px !important;
	height: 60px;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.single-testimonaials .qoute-box .qoute {
	font-size: 80px;
	vertical-align: bottom;
	line-height: 0;
	text-align: center;
	margin-right: 25px;
}
.single-testimonaials p {
	font-weight: 500;
	color: #383838;
	font-size: 15px;
	line-height: 28px;	
}
.single-testimonaials h3 {
	font-size: 16px;
	color: #202A30;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
	margin-bottom: 6px;
}
.single-testimonaials span {
	font-size: 13px;
	color: #A4A4A4;
	text-transform: capitalize;
}
.testimonaials-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
}
.testimonaials-carousel .owl-dots {
	margin-top: 60px;
}
.testimonaials-carousel .owl-dots .owl-dot:hover span,
.testimonaials-carousel .owl-dots .owl-dot.active span {
	background: #1143a4;
}



/* 16 .single-blog-post styles */

.single-blog-post {
    margin-bottom: 10px;
}
.single-blog-post .content-box {
	margin-top: 27px;
}
.single-blog-post .img-box {
	position: relative;
	display: inline-block;
}
.single-blog-post .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgb(5 48 74 / 80%);
	transform: scale(0);
	transition: all .5s ease;
}
.single-blog-post:hover .img-box .overlay {
	transform: scale(1);
}
.single-blog-post .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-blog-post .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-blog-post .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.single-blog-post .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}
.single-blog-post .img-box .overlay .box .content ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #fff;
	color: #1143a4;
	border: 1px solid #fff;
	line-height: 38px;
	font-size: 18px;
	border-radius: 50%;
	transition: all .3s ease;
}
.single-blog-post .img-box .overlay .box .content ul li a:hover {
	background: #1143a4;
	border-color: #fff;
	color: #fff;
}
.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
	display: table-cell;
	vertical-align: top;
}
.single-blog-post .content-box .date-box {
	padding-right: 25px;
}
.single-blog-post .content-box .date-box .inner {
	width: 65px;	
	text-align: center;
}
.single-blog-post .content-box .date-box .inner .date {
	background: #1143a4;
	padding: 15px 0;
}
.single-blog-post .content-box .date-box .inner .date b {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.single-blog-post .content-box .date-box .inner .date {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.single-blog-post .content-box .date-box .comment {
	font-size: 20px;
	color: #202A30;
	line-height: 17px;
	font-weight: 500;
	padding: 16px 0;
	border: 1px solid #E6E6E6;
	border-top: 0px;
}
.single-blog-post .content-box .date-box .comment i:before {
	color: #374045;
	font-size: 16px;
}
.single-blog-post .content-box .content h3 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}
.single-blog-post .content-box .content p {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
}
.single-blog-post .content-box .content span {
	color: #222222;
	font-size: 13px;
}
.single-blog-post .content-box .content span a {
	color: #1182DF;
}

.single-blog-post .share {
	margin: 0;
	padding: 0;
}
.single-blog-post .share li {
	display: inline;
	list-style: none;
}
.single-blog-post .share li a,
.single-blog-post .share li span {
	display: inline-block;
	color: #D5DADD;
	font-size: 16px;
	margin-right: 10px;
}
.single-blog-post .share li a:hover {
	color: #3290E6;
}
.single-blog-post .share li span {
	color: #222222;
	font-size: 12px;
	text-transform: capitalize;
}
.single-blog-post .bottom-box {
	margin-top: 35px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
	padding-bottom: 50px;
	margin-bottom: 60px;
	border-bottom: 1px solid #F1F1F1;
}

.blog-details .admin-info .img-box,
.blog-details .admin-info .content {
	display: table-cell;
	vertical-align: top;
}
.blog-details .admin-info .inner-box {
	width: 100px;
}
.blog-details .admin-info .content {
	padding-left: 45px;
}
.blog-details .admin-info .content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #222E35;
}
.blog-details .admin-info .social {
	padding: 0;
	margin: 0;	
}
.blog-details .admin-info .social li {
	display: inline-block;
	list-style: none;
}
.blog-details .admin-info .social li a {
	font-size: 16px;
	margin-right: 7px;
	color: #D5DADD;
}


.blog-details .comment-box .title {
	margin-bottom: 50px;
}
.blog-details .comment-box .title h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #272727;
	font-weight: bold;
	margin: 0;
	line-height: 25px;
}

.blog-details .comment-box .single-comment-box {
	margin-bottom: 34px;
}
.blog-details .comment-box .single-comment-box:last-child {
	margin-bottom: 0;
}
.blog-details .comment-box .single-comment-box .img-box,
.blog-details .comment-box .single-comment-box .content-box {
	display: table-cell;
	vertical-align: top;
}
.blog-details .comment-box .single-comment-box .img-box .inner-box {
	width: 70px;
	margin-right: 30px;
}
.blog-details .comment-box .single-comment-box .content-box h3 {
	color: #272727;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
.blog-details .comment-box .single-comment-box .content-box span {
	color: #272727;
	display: inline-block;
	font-weight: 500;
}
.blog-details .comment-box .single-comment-box .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}
.blog-details .comment-box .single-comment-box .content-box a.reply {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #262F36;
}
.blog-details .comment-box .single-comment-box .content-box .meta-box {
	margin-bottom: 15px;
	margin-top: 8px;
}


/* 17 .footer-call-to-action styles */

.footer-call-to-action {
	background: #1143a4;
	padding: 55px 0;
}
.footer-call-to-action h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	line-height: 23px;
	margin-bottom: 16px;	
}
.footer-call-to-action p {
	font-size: 16px;
	color: #D5E0EE;
	margin: 0;
	line-height: 25px;
}
.footer-call-to-action a.thm-btn {
	padding: 14px 24px;
	color: #202A30;
	margin: 7px 0;
}
.footer-call-to-action a.thm-btn.inverse:hover {
	color: #fff;
	border-color: #fff;
}




/* 18 .footer styles */

.footer {
	background: #051a3e;
}

.footer-widget ul {
	margin: 0;
	padding: 0;
}
.footer-widget ul li {
	list-style: none;
}
.footer-widget .contact {
	margin-top: 21px;
}
.footer-widget .contact li {
	font-size: 13px;
	color: #C9C9C9;
	margin-bottom: 18px;
}
.footer-widget .contact li i,
.footer-widget .contact li span {
	display: table-cell;
	vertical-align: middle;
}
.footer-widget .contact li span a {
	color: #C9C9C9;
}
.footer-widget .contact li span a:hover {
	color: #ee5a30;
}
.footer-widget .contact li i {
	font-size: 16px;
	color: #FFFFFF;
	width: 18px;
	text-align: center;
	padding-right: 18px;
}
.footer-widget.about-widget img {
	margin-bottom: 27px;
}
.footer-widget.about-widget p {
	color: #C9C9C9;
	font-size: 13px;
	line-height: 27px;
	margin: 0;		
}

.footer-widget .social {
	margin-top: 30px;
}
.footer-widget .social li {
	display: inline-block;
}
.footer-widget .social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #CACFD3;
	border: 1px solid #CACFD3;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	margin-right: 3px;
	transition: all .3s ease;
}
.footer-widget .social li a:hover {
	background: #1143a4;
	border-color: #1143a4;
}
.footer-widget h3.title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FEF9F9;
	margin: 0;
	margin-bottom: 24px;
}

.footer-widget.quick-links ul li a {
	font-size: 14px;
	color: #C9C9C9;
	line-height: 38px;
	tranisition: all .3s ease;
}
.footer-widget.quick-links ul li a:hover {
	color: #ee5a30;
}
.footer-widget.latest-post ul {
	margin-top: 42px;
}
.footer-widget.latest-post ul li {
	margin-bottom: 20px;
}
.footer-widget.latest-post ul li span.border {
	display: table-cell;
	vertical-align: top;
}
.footer-widget.latest-post ul li span.border:before {
	content: ' ';
	width: 10px;
	height: 2px;
	background: #FFFFFF;
	display: block;
}
.footer-widget.latest-post ul li .content {
	padding-left: 18px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	top: -8px;
}
.footer-widget.latest-post ul li a {
	display: block;
	color: #C9C9C9;
	font-size: 13px;
	line-height: 25px;
	transition: all .3s ease;
}
.footer-widget.latest-post ul li a:hover {
	color: #1143a4;
}
.footer-widget.latest-post ul li span {
	color: #576673;
	font-size: 13px;
	display: block;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
	width: 100%;
	height: 40px;
	background: #ffffff;
	color: #333;
	font-size: 13px;	
	margin-bottom: 10px;
	border: none;
	outline: none;
	padding: 0 15px;
}
.footer-widget.contact-widget textarea {
	height: 80px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.footer-widget.contact-widget button {
	width: 100%;
	height: 40px;
	background: #1143a4;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	outline: none;
	padding: 0;
	line-height: 40px;
	font-weight: bold;
	transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
	background: #fff;
	color: #1143a4;
}

/* 19 .footer-bottom styles */

.footer-bottom {
	background: #091730;
	border-top: 1px solid #2D373F;
	padding: 22px 0;
}
.footer-bottom p {
	margin: 0;
	font-size: 13px;
	color: #fff;
}
.footer-bottom a {
	color: #1143a4;
}


/* 20 contact form validation styles */

.contact-form label.error {
	display: none !important;
}
.contact-form input.error,
.contact-form textarea.error {
	background: rgba(255,0,0,.2) !important;
}


/* 21 .home-appointment-form styles */

.home-appointment-form {
	margin-top: -191px;
	position: relative;
	z-index: 9999;
}
.home-appointment-form .heading {
	display: inline-block;
	background: #fff;

	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.home-appointment-form .heading h3 {
	margin: 0;
	color: #262F36;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 60px;
	padding: 0 35px;
	font-weight: 600;
}
.home-appointment-form .form-grp {
	background: #fff;
	padding: 35px 30px;
}
.home-appointment-form .form-grp .single-form {
	margin-right: 20px;
	float: left;
}
.home-appointment-form .form-grp .single-form:last-child {
	margin-right: 0;
}
.home-appointment-form .form-grp .single-form input {
	width: 222px;
	height: 55px;
	border: 1px solid #EDF0F3;
	padding-left: 22px;
	outline: none;
}
.home-appointment-form .form-grp .single-form button {
	width: 152px;
	height: 55px;
	background: #1143a4;
	border: none;
	outline: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.home-appointment-form .form-grp .select-input-wrapper {
	width: 222px;
}
.home-appointment-form .form-grp .select-input + .ui-selectmenu-button {
	border-radius: 0;
	width: 100% !important;
	background: none;
	border: none;
	font-weight: normal;
	border: 1px solid #EDF0F3;
	height: 55px;
	outline: none;
}
.home-appointment-form .form-grp .select-input + .ui-state-default .ui-icon {
	background-image: url("../img/resources/select-menu-bg.png");
   	background-position: 0 0;
    margin: -3px;
    right: 15px;

}
.home-appointment-form .form-grp .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #BDBDBD;
	border-radius: 0px;
	height: 55px;
	outline: none;
	line-height: 55px;
	padding-left: 20px;
}




.home-appointment-form.doctor-profile {
	margin-top: 0;
	padding-bottom: 60px;
	padding-top: 0;
}
.home-appointment-form.doctor-profile .heading h3 {
	line-height: 35px;
}
.home-appointment-form.doctor-profile hr {
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	height: 6px;
	margin: 0;
	margin-bottom: 60px;
}
.home-appointment-form.doctor-profile .form-grp .single-form input,
.home-appointment-form.doctor-profile .form-grp .select-input + .ui-selectmenu-button span.ui-selectmenu-text{
	background: #EFEFEF;
}


/* 22 select menu item styles */


.ui-selectmenu-menu {
	z-index: 999999;
}
.ui-widget-content {
	background: none;
	border: none;
	background: #fff;
	border-bottom: 0;
}
.ui-menu .ui-menu-item {
	padding: 3px 1em 3px 0.4em;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #EDF0F3;
    padding-left: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.ui-menu .ui-menu-item.ui-state-focus,
.ui-menu .ui-menu-item:hover {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	background: #1143a4;
	border-bottom: 1px solid #1143a4;
	border-top: 1px solid #1143a4;
}


/* 23 date picker styles */

.ui-datepicker-header {
	background: #1143a4;
	border-color: #1143a4;
	border-radius: 0;
}
.ui-datepicker .ui-state-default {
	font-size: 14px;
	background: none;
	font-weight: normal;
	border: 1px solid #EDF0F3;
	padding: 7px;
	font-family: 'Roboto', sans-serif;
}
.ui-datepicker .ui-state-highlight {
	background: #1143a4;
	color: #fff;
}


/* 24 .inner-header styles */
.inner-header-gvt-approval {
	background: url("../img/resources/courses.jpg") center center no-repeat !important;		
}
.inner-header-admission {
	background: url("../img/resources/admission.jpg") center center no-repeat !important;		
}
.inner-header-faculty {
	background: url("../img/resources/faculty.jpg") center center no-repeat !important;	
}
.inner-header-students {
	background: url("../img/resources/students.jpg") center center no-repeat !important;	
}
.inner-header-contact {
	background: url("../img/resources/contact-us.jpg") center center no-repeat !important;
}
.inner-header-infrastructure {
	background: url("../img/resources/infrastructure.jpg") center center no-repeat !important;
}
.inner-header-courses {	
	background: url("../img/resources/courses.jpg") center center no-repeat !important;	
}
.inner-header-central-lab {
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
	background: url("../img/resources/central-lab.jpg") center center no-repeat !important;
	-webkit-background-size: cover;
	background-size: cover;
}
.inner-header-department {
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
	background: url("../img/resources/department.jpg") center center no-repeat !important;
	-webkit-background-size: cover;
	background-size: cover;
}
.inner-header-committee {
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
	background: url("../img/resources/committee.jpg") center center no-repeat !important;
	-webkit-background-size: cover;
	background-size: cover;
}

.inner-header {
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
	background: url("../img/akash-inner-banner.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.inner-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0c232b;
	opacity: .85;
}
.inner-header .sec-title {
	position: relative;
	margin-bottom: 0;
}
.inner-header .sec-title span.decor:before,
.inner-header .sec-title span.decor:after {
	background: #DADADA;
}
.inner-header .sec-title h2 {
	color: #000000;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 58px;
	margin: 0;
}
.breadcumb {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.breadcumb li {
	display: inline-block;
}
.breadcumb li i {
    color: #eee;
}
.breadcumb li a,
.breadcumb li i,
.breadcumb li span {
	display: block;
	font-size: 15px;	
}
.breadcumb li a {
	color: #3e80ff;
}
.breadcumb li a:hover {
    color: #ee5a30;
}
.breadcumb li span {
	color: #eee;
}

/* 25 .about-content styles */

.about-content.full-sec {
	background: #fff;
	padding-bottom: 0;
}
.about-content.full-sec .full-sec-content {
	padding-top: 0;
	padding: 0;
}
.about-content.full-sec h3 {
	font-size: 26px;
}


/* 26 .single-award styles */

.awards-wrapper {
	margin-left: -13.5px;
	margin-right: -13.5px;
	margin-bottom: 20px;
	margin-top: 25px;
}
.single-award {
	width: 25%;
	float: left;
	padding: 0 13.5px;
}
.single-award .inner {
	background: #1143a4;
	text-align: center;
	color: #fff;
	padding: 25px 0 10px;
}
.single-award .inner i {
	font-size: 40px;
	margin-bottom: 15px;
}
.single-award .inner i:before {
	font-size: 40px;
}
.single-award .inner p {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
}
.single-award .inner span.block {
	display: block;
	line-height: 15px;
}
.single-award .inner span.number {
	font-size: 36px;
	font-weight: bold;
	display: block;
	margin-top: -3px;
}
.doctor-profile ul.infos {
	margin: 0;
	padding: 0;	
	margin-top: 11px;
}
.doctor-profile ul.infos li {
	list-style: none;
	line-height: 35px;
}
.doctor-profile ul.infos li span {
	display: table-cell;
	vertical-align: middle;
}
.doctor-profile ul.infos li span:first-child {
	text-transform: uppercase;
	color: #222E35;
	font-size: 13px;
	font-weight: 600;
}
.doctor-profile ul.infos li span:last-child {
	padding-left: 40px;
	color: #9C9C9C;
}
.doctor-profile ul.social {
	padding: 0;
	margin-top: 15px;
}
.doctor-profile ul.social li {
	display: inline-block;
}
.doctor-profile ul.social li a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background: #3B3B3B;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	transition: all .3s ease;
}
.doctor-profile ul.social li:hover a {
	background: #1143a4;
}


/* 27 .contact-content styles */

.contact-content #contact-page-google-map {
	height: 400px;
	width: 100%;
	margin-bottom: 63px;
}
.contact-content h2 {
	color: #23282A;
	font-size: 30px;
	margin: 0;
	margin-bottom: 15px;	
}
.contact-content .contact-form-box {
    background-color: #e0e7e9;
    padding: 10px;
    border-radius: 5px;
}
.contact-content .contact-form textarea,
.contact-content .contact-form input {
	width: 100%;
	height: 40px;
	border: 1px solid #F0F0F0;
	outline: none;
	padding-left: 20px;
	line-height: 40px;
	margin-bottom: 20px;
}
.contact-content .contact-form textarea {
	height: 90px;
}
.contact-content .contact-form button {
	width: 120px;
	height: 40px;
	background: #1143a4;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	outline: none;
	color: #fff;
}

.contact-content .contact-info {
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
.contact-content .contact-info .contact-info-single {
    border-radius: 5px;
    padding: 20px 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-content .contact-info .icon-box,
.contact-content .contact-info .content-box {
	display: block;
	vertical-align: top;
}
.contact-content .contact-info .icon-box .inner {
	width: 40px;
	height: auto;
    vertical-align: middle;
	text-align: center;
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact-content .contact-info .icon-box .inner img {
    width: 40px;
    height: auto;
}
.contact-content .contact-info .content-box h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
	text-align: center;
}
.contact-content .contact-info .content-box p {
	color: #333;
	margin: 0;
}

@media (max-width: 768px) {
    .contact-content .contact-info .contact-info-single {
        padding: 20px 10px;
        height: 100%;
        margin-bottom: 30px;
    }
}

.flex-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.flex-contact > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* 28 .appointment-content styles */

.appointment-content {

}

.appointment-content .select-input-wrapper {
	width: 100%;
}
.appointment-content .select-input + .ui-selectmenu-button {
	border-radius: 0;
	width: 100% !important;
	background: none;
	border: none;
	font-weight: normal;
	border: 1px solid #EDF0F3;
	height: 60px;
	outline: none;
}
.appointment-content .select-input + .ui-state-default .ui-icon {
	background-image: url("../img/resources/select-menu-bg.png");
   	background-position: 0 0;
    margin: -3px;
    right: 15px;

}
.appointment-content .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #BDBDBD;
	border-radius: 0px;
	height: 60px;
	outline: none;
	line-height: 55px;
	padding-left: 20px;
}
.appointment-content .half-wrapper {
	margin-left: -10px;
	margin-right: -10px;
}
.appointment-content.contact-content .contact-form  textarea {
	height: 221px;
}
.appointment-content .half {
	margin-top: 15px;
	padding: 0 10px !important;
}
.appointment-content .title-box {
	margin-bottom: 50px;
	margin-top: 50px;
}
.appointment-content .title-box span {
	font-size: 18px;
	color: #7C7C7C;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.appointment-content .title-box p {
	line-height: 26px;
	color: #9C9C9C;
}
.appointment-content .title-box h3 {
	margin: 0;
	color: #262F36;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 10px;
}


/* 29 .page-navigation styles */

.page-navigation {
	padding: 0px;
}
.page-navigation li {
	display: inline-block;
	list-style: none;
}
.page-navigation li a,
.page-navigation li span {
	border: 2px solid #F1F1F1;
	color: #D1D1D1;
	font-size: 16px;
	padding: 3px 13px;
	transition: all .3s ease;
	margin-right: 5px;
}
.page-navigation li a:hover,
.page-navigation li span {
	background: #346DB8;
	border-color: #346DB8;
	color: #fff;
}


/* 30 .side-bar-widget styles */

.pull-right .side-bar-widget {
	margin-left: 20px;
}
.single-sidebar-widget {
	margin-bottom: 38px;
}
.single-sidebar-widget.search input {
	width: calc(100% - 66px);
	height: 55px;
	border: 1px solid #F1F1F1;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	outline: none;
	background: #fff;
	padding-left: 20px;
}
.single-sidebar-widget.search button {
	width: 66px;
	height: 55px;
	border: 1px solid #1143a4;
	background: #1143a4;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 0;
	line-height: 53px;
	text-align: center;
	outline: none;
	font-size: 17px;
	color: #fff;
	margin-left: -5px;
}
.single-sidebar-widget .title {
	font-size: 24px;
	font-weight: 600;
	color: #3F3E3E;
	text-transform: capitalize;
	margin: 0;	
}
.single-sidebar-widget.category .title {
	margin-bottom: 11px;
}
.single-sidebar-widget.category ul {
	margin: 0;
	padding: 0;
}
.single-sidebar-widget.category ul li {
	list-style: none;
}
.single-sidebar-widget.category ul li a {
	color: #9C9C9C;
	line-height: 45px;
	position: relative;
	padding-left: 26px;
	transition: all .3s ease;
}
.single-sidebar-widget.category ul li a:hover {	
	color: #346DB8;
}
.single-sidebar-widget.category ul li a:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background: #E3E3E3;
	position: absolute;
	top: 10px;
	left: 0;
}
.single-sidebar-widget.archive .title {
	margin-bottom: 11px;
}
.single-sidebar-widget.archive ul {
	margin: 0;
	padding: 0;
}
.single-sidebar-widget.archive ul li {
	list-style: none;
}
.single-sidebar-widget.archive ul li a {
	color: #9C9C9C;
	line-height: 45px;
	position: relative;
	padding-left: 26px;
	tranistion: all .3s ease;
}
.single-sidebar-widget.archive ul li a:hover {
	color: #346DB8;
}
.single-sidebar-widget.archive ul li a:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background: #E3E3E3;
	position: absolute;
	top: 10px;
	left: 0;
}
.single-sidebar-widget.popular-post ul {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
.single-sidebar-widget.popular-post ul li {
	list-style: none;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #F5F5F5;
}
.single-sidebar-widget.popular-post ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.single-sidebar-widget.popular-post ul li .img-box,
.single-sidebar-widget.popular-post ul li .content-box {
	display: table-cell;
	vertical-align: middle;
}
.single-sidebar-widget.popular-post ul li .img-box .inner-box {
	width: 70px;
	margin-right: 25px;
}
.single-sidebar-widget.popular-post ul li .img-box img {
	width: 70px;
}
.single-sidebar-widget.popular-post ul li .content-box h4 {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;	
	margin: 0;
	transition: all .3s ease;
}
.single-sidebar-widget.popular-post ul li .content-box h4:hover {
	color: #346DB8;
}
.single-sidebar-widget.popular-post ul li .content-box span {
	color: #1143a4;
	font-size: 14px;
	display: inline-block;
	line-height: 26px;
}
.single-sidebar-widget.tags ul {
	padding: 0;
	margin-top: 30px;
}
.single-sidebar-widget.tags ul li {
	display: inline-block;
	list-style: none;
	margin-right: 3px;
	margin-bottom: 12px;
}
.single-sidebar-widget.tags ul li a {
	display: inline-block;
	border: 1px solid #F1F1F1;
	font-size: 14px;
	border-radius: 30px;
	color: #BABABA;
	padding: 5px 23px;
	transition: all .3s ease;
}
.single-sidebar-widget.tags ul li a:hover {
	background: #346DB8;
	border-color: #346DB8;
	color: #fff;
}



#single_Service .service_sideber{}
#single_Service .service_sideber .services_lis {
    border: 1px solid #f4f4f4;
	border-bottom:0px solid;
}
#single_Service .service_sideber .services_lis ul{
	margin:0;
	padding:0;
	list-style:none;
}
#single_Service .service_sideber .services_lis ul li { 
	border-bottom: 1px solid #f4f4f4;
    line-height: 50px;
}

 
#single_Service .service_sideber .services_lis ul li i{
	color:#1143a4;
	font-size:14px;
	font-weight:normal; 
	padding-left: 10px;
	padding-right:20px;
}
#single_Service .service_sideber .services_lis ul li a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    color: #262f36;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
    padding-left: 20px;
}
#single_Service .service_sideber .services_lis ul li.active a,
#single_Service .service_sideber .services_lis ul li a:hover {
    background:#1143a4;
    color:#fff;
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
}
#single_Service .service_sideber .services_lis ul li.active a i,
#single_Service .service_sideber .services_lis ul li a:hover i{ 
    color:#fff
}


#single_Service .service_sideber .appointment_side_form {
  border: 1px solid #f4f4f4;
    border-top: 0px solid;
    margin-top: 40px;
}
#single_Service .service_sideber .appointment_side_form h2{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#fff;
	text-align:center;
	background:#1143a4;
	height:55px;
	padding-top:15px;
}
#single_Service .service_sideber .appointment_side_form .side_form {
    padding: 20px 20px;
}
#single_Service .service_sideber .appointment_side_form .side_form input {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#b7b3b3;
	background:#efefef;
	width:100%;
	height:45px;
	border:0px solid;
	padding-left:20px;
	margin-bottom: 10px;
}
#single_Service .service_sideber .appointment_side_form .side_form .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
	background: #efefef;
	height: 45px;
	line-height: 43px;
}
#single_Service .service_sideber .appointment_side_form .side_form .select-input + .ui-selectmenu-button {
	height: 45px;
}
#single_Service .service_sideber .appointment_side_form .side_form .appoin_button{
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	font-weight:600;
	color:#fff;
	text-align:center;
	background:#1143a4;
	width:100%;
	height:45px; 
	border:0px solid;
	margin-top: 5px;
}
 
#single_Service .service_sideber .question_Box {
	margin-top: 40px;
}
#single_Service .service_sideber .question_Box h2{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#404040;
	font-weight:600;
	
}
#single_Service .service_sideber .question_Box .qustion_list{
	padding-top:20px;
}
#single_Service .service_sideber .question_Box .qustion_list ul{
	margin:0;
	padding:0;
	list-style:none; 
}
#single_Service .service_sideber .question_Box .qustion_list ul li {
    padding: 10px 0 20px 0;
	
}
#single_Service .service_sideber .question_Box .qustion_list ul li i{
	color:#1143a4;
	float:left;
	
}
#single_Service .service_sideber .question_Box .qustion_list ul li a{
	text-decoration:none;
	color:#8e979f;
	float:left;
	padding-left:15px;
}
.question_Box hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#single_Service .service_mainconetent .about_box h2{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight:500;
	color:#202a30;
}
#single_Service .service_mainconetent .about_box p{
	font-size:14px;
	color:#8e979f;
	line-height:30px;
	
}
#single_Service .service_mainconetent .about_promo_box h2{
	font-weight:400;
	color:#1143a4;
	font-size:28px;
	line-height:40px;
	padding:10px 0;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details p{
	font-size:14px;
	color:#8e979f;
	line-height:25px;
	
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list{
	overflow:hidden;
	padding-top:10px; 
	
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list ul{
	margin:0;
	padding:0;
	list-style:none;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li{
	line-height: 35px;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li i{
	width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #1143a4;
    color: #1143a4;
    text-align: center;
    font-size: 16px;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li a{
	text-decoration:none;
	color:#646f79;
	font-style:16px;
	font-weight:600;
	padding-left:15px;
	
}
 
#single_Service .service_mainconetent .about_promo_box .pormo_box_details .service_table{
	overflow:hidden
}  
.service_table {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}
.service_table .table {
    border: 1px solid #efefef;
}
.service_table .thead-inverse{
	background:#efefef;
	border:0px solid;
}
.service_table .thead-inverse tr th{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#1143a4;
	font-weight:600;
	border-bottom:0px solid !important;
}
.service_table .thead-inverse tbody tr td{
	color:#8e979f;
	font-weight:500;
	font-size:14px;
	padding-left:15px;
}
.service_table tbody tr td i{ 
	width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #1143a4;
    color: #1143a4;
    text-align: center;
    font-size: 16px; 
    padding-left: 2px;
    padding-top: 1px;
	margin-right:10px;
	 
}
.service_table .table thead>tr>th, .service_table .table tbody>tr>th, .service_table .table tfoot>tr>th, .service_table .table thead>tr>td, .service_table .table tbody>tr>td, .service_table .table tfoot>tr>td {
    padding: 15px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #8e979f;
}
/* COMMON STYLES */
.title-blue {
	color: #1143a4;
	text-transform: capitalize;
}
.title-center {
	text-align: center;
}
.row-sec {
	display: flex;
	flex-direction: row;
}
.col-6 {
	margin: 10px;
}
.sidebar-sticky {
	position: sticky;
    top: 0;
}

.custom-accordion {
	padding: 8px 0;
	margin-bottom: 30px !important;
}
.custom-accordion-heading {
	background-color: #fff !important;
	padding: 7px 30px !important;

}
.custom-accordion-heading h4 {
	font-size: 20px;
    color: #202A30;
    font-weight: 600;
    cursor: pointer;
}
.custom-accordion-heading a:focus, .custom-accordion-heading a:hover {
	text-decoration: none !important;
}

/*.fa-angle-double-right {*/
/*	margin-left: 10px;*/
/*}*/

/* HOME PAGE */

.more-about-content-sec {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.more-about-us-img {
	padding-top: 70px;
	padding-bottom: 20px;
}

.chairperson-content {
	display: flex;
    flex-direction: column;
	align-items: center;
}
.chairperson-content img {
	height: auto;
	width: 75%;
}

.chairperson-content h4 {
	text-align: center;
	color: #747474;
	margin-top: 15px;
}

.insurance-logo-sec {
	/* display: flex; */
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	margin: 0 !important;
}

.insurance-logo-sec img {
	height: 100%;
	width: 80%;
}
.inner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}

.home-updates-sec ul li{
	font-size: large;
	font-weight: 500;
}
.courses-top-row {
	display: flex;
	justify-content: center;
}
.courses-bottom-row {
	display: flex;
	justify-content: center;
}

.home-chairman-sec h3{
	padding-left: 30px;
}
.home-chairman-sec .chairman-sub-text{
	padding-left: 30px;
}
/* CHAIRPERSON PAGE */
.chairperson-page-content h3 {
    font-size: 28px;
    text-transform: capitalize;
    color: #1143a4;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
}
.chairperson-page-content h4{
	color: #747474;
}

/* COURSES PAGE */
.courses-content {
	padding-left: 0;
}
.courses-content .course-single table {
    border: 1px solid #ddd !important;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: inherit;
    color: inherit;
}
.courses-content .course-single table>caption+thead>tr:first-child>td, .courses-content .course-single table>caption+thead>tr:first-child>th, .courses-content .course-single table>colgroup+thead>tr:first-child>td, .courses-content .course-single table>colgroup+thead>tr:first-child>th, .courses-content .course-single table>thead:first-child>tr:first-child>td, .courses-content .course-single table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.courses-content .course-single table>thead>tr>td, .courses-content .course-single table>thead>tr>th {
    border-bottom-width: 2px !important;
}
.courses-content .course-single table>tbody>tr>td, .courses-content .course-single table>tbody>tr>th, .courses-content .course-single table>tfoot>tr>td, .courses-content .course-single table>tfoot>tr>th, .courses-content .course-single table>thead>tr>td, .courses-content .course-single table>thead>tr>th {
    border: 1px solid #ddd !important;
}
.courses-content .course-single table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd !important;
}
.courses-content .course-single table>tbody>tr>td, .courses-content .course-single table>tbody>tr>th, .courses-content .course-single table>tfoot>tr>td, .courses-content .course-single table>tfoot>tr>th, .courses-content .course-single table>thead>tr>td, .courses-content .course-single table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd !important;
}
.courses-content .course-single table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.courses-content h3, .courses-content h4, .courses-content h5 {
	color: #1143a4;
}
.courses-outer-ul {
	list-style: decimal;
}
.course-single {
	margin-bottom: 35px;
}
.course-info {
	background-color: #1143a4;
	padding: 20px;
	color: #ffffff;
}
.course-info h4 {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.course-info p b {
	font-weight: 500;
	font-size: 15px;
}
#courses-sec {
	background-color: #eee;
}
.course-info-sec {
	border: 1px solid #1143a4;
	padding: 20px 20px 20px 20px;
}
.course-info-sec h3 {
	color: #1143a4;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	/*position: absolute;*/
 /*   top: -80px;*/
 /*   left: 37%;*/
 /*   background-color: #eeeeee;*/
    padding: 5px 20px;
}
/*.course-info-sec h3::before {*/
/*    content: "\f105";*/
/*    font-family: "FontAwesome";*/
/*    color: #f38f20;*/
/*    position: absolute;*/
/*    left: 5px;*/
/*    font-size: 35px;*/
/*    top: -18px;*/
/*    transform: rotate(225deg);*/
/*}*/
/*.course-info-sec h3::after {*/
/*    content: "\f105";*/
/*    font-family: "FontAwesome";*/
/*    color: #f38f20;*/
/*    position: absolute;*/
/*    right: 5px;*/
/*    font-size: 35px;*/
/*    bottom: -18px;*/
/*    transform: rotate(45deg);*/
/*}*/
@media screen and (max-width: 768px) {
	.course-info-sec h3 {
		color: #1143a4;
		text-align: center;
		text-transform: uppercase;
		font-weight: 500;
		/*position: absolute;*/
		/*top: -80px;*/
		/*left: 15%;*/
		/*background-color: #eeeeee;*/
		padding: 5px 10px;
	}
	/*.course-info-sec h3::before {*/
 /*   	left: 5px;*/
 /*   	font-size: 30px;*/
 /*   	top: -14px;*/
 /*   	transform: rotate(225deg);*/
	/*}*/
	/*.course-info-sec h3::after {*/
 /*   	right: 5px;*/
 /*   	font-size: 30px;*/
 /*   	bottom: -14px;*/
 /*   	transform: rotate(45deg);*/
	/*}*/
}
.application-box {
	background-color: #f9f9f9;
    border: 1px solid #eee;
	padding: 20px;
}
.thanks-box {
	background-color: #e0e7e9;
	padding: 20px;
	border-radius: 5px;
}
/* INFRASTRUCUTRE PAGE */
.infra-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.infra-img {
	box-shadow: 4px 12px 47px 0 rgb(0 0 0 / 10%);
    border: 1px solid #c7c7c7;
    padding: 5px;
}
.infradetail-single {
	display: flex;
	flex-direction: column;
}
#infra-department {
	font-family: 'Roboto', sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
  }
  
  #infra-department td, #infra-department th {
	border: 1px solid #ddd;
	padding: 8px;
  }
  
  #infra-department tr:nth-child(even){background-color: #f2f2f2;}
  
  #infra-department tr:hover {background-color: #ddd;}
  
  #infra-department th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #1143a4;
	color: white;
  }

  /* INFORMATION FOR STUDENTS PAGE */
  .do-dont-sec ul{
	list-style: lower-alpha;
  }

  .info-timetable-accordion .accrodion-title {
	border: 1px solid #d4d4d4;
    padding: 15px 10px;
    border-radius: 5px;
  }
  .info-timetable-accordion .accrodion-title .decor {
	  margin-right: 10px !important;
  }

  /* LETTER OF CORRESPONDENCE PAGE */

  .correspondence-letter-sec {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  margin-top: 55px;
	  padding: 50px 0;
  }

  /* OTHERS PAGE */
  .others-sec {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 55px;
	padding: 50px 0;
  }
  .others-sec img {
	  width: 82rem;
	  height: auto;
  }
  .others-content-sec {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  .others-content-sec img {
	  margin-top: 25px;
  }

  /* PUBLIC AWARENESS PAGE */

  .public-awareness-content-sec {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  .public-awareness-content-sec .public-awareness-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	box-shadow: 4px 12px 47px 0 rgb(0 0 0 / 10%);
	margin-bottom: 25px;
	padding: 20px;
  }

  /* HEALTH CHECKUP PAGE */
  .health-card {
	box-shadow: 4px 12px 47px 0 rgb(0 0 0 / 10%);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* CENTRAL LABORATORY PAGE */
  .central-laboratory-slider {
	  padding: 50px 0;
  }

  /* MCI PAGE */
  .mci-principal {
	border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
  .affiliation-title-sec h3{
	color: #1143a4;
  }
  .affiliate-box {
	  border: 1px solid #cfe0e8;
	  text-align: center;
	  padding: 25px;
	  margin: 0 15px;
	  box-shadow: 4px 12px 47px 0 rgb(0 0 0 / 10%);
  }
  .affiliate-box h5 {
	  color: #1143a4;
  }
  .publication-text-sec p{
	font-weight: 600;
	border-bottom: 1px solid rgb(222 222 222);
    padding-bottom: 10px;
  }

  .mci-infra {
	  padding: 0 25px !important;
  }

  .large-submenu:hover .submenu{
	opacity: 1 ;
	visibility: visible;
  }
  .large-submenu:hover .large-submenu-inner-menu {
	  visibility: hidden;
	  background: none !important;
	  color: #2B2B2B;
  }

  .insurance-owl .owl-controls {
	  visibility: hidden !important;
  }
  /* HOSPITAL PAGE */
  .hospital-page-header {
	  position: relative;
	  background-image: url("../img/backgrounds/hospital-2.jpg");
	  height: 70vh;
	  width: 100%;
	  -webkit-background-size: cover;
	  background-size: cover;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
 /* .hospital-page-header::before {*/
	/*content: '';*/
 /*   height: 10px;*/
 /*   width: 175px;*/
 /*   background: #339cce;*/
 /*   position: absolute;*/
 /*   left: 92vh;*/
 /*   bottom: 41vh;*/
 /* }*/
  /* .hospital-page-header::after {
	content: '';
    height: 10px;
    width: 175px;
    background: #339cce;
    position: absolute;
    left: 109vh;
    bottom: 34vh;
  } */
  .hospital-page-header img{
	height: 80vh;
	width: 100%;
    /* position: relative;
    background: url("../img/resources/faculty.jpg") center center no-repeat; */
    /* -webkit-background-size: cover;
    background-size: cover; */
  }
  .hospital-title {
	height: 100%;
    width: 100%;
    background: url("../img/graphics/graphics-5.png");
    background-size: contain;
    background-repeat: initial;
    background-color: #263c5652;
    display: flex;
    justify-content: center;
    align-items: center;

  }
 /* .hospital-title::before {*/
	/*content: '';*/
 /*   height: 10px;*/
 /*   width: 175px;*/
 /*   background: #339cce;*/
 /*   position: absolute;*/
 /*   left: 76vh;*/
 /*   bottom: 28vh;*/
 /* }*/
 /* .hospital-title::after {*/
	/*content: '';*/
 /*   height: 150px;*/
 /*   width: 10px;*/
 /*   background: #339cce;*/
 /*   position: absolute;*/
 /*   left: 80vh;*/
 /*   bottom: 24vh;*/
 /* }*/
  
  .hospital-title h1{
    color: #ffffff;
    background: #1143a4;
    padding: 20px;
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
  }

  .hospital-para-sec {
	  display: flex;
	  align-items: center;
  }
  .hospital-para-sec-container {
	  width: 1300px !important;
  }
  .hospital-para-sec-row {
	  display: flex;
	  align-items: center;
  }
  .hospital-para-image-sec {
	  display: flex;
	  padding-left: 80px;
  }
  /* .hospital-title::before {
	  content: url("../img/graphics/graphics-7.png");
	  height: 100px;
	  width: 100px;
	  background-size: cover;
	  position: relative;
	  top: 0;
  } */
  /* .hospital-title-background {
	width: 85% !important;
    height: 575px !important;
  } */

  .hospital-facilities-sec {
	  padding-bottom: 150px;
  }
  .hospital-facilities-sec-container {
	width: 1700px !important;
  }
  .hospital-facilities-sec-title {
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  .hospital-facility-single {
	display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: flex-start;
    /* border: 1px solid #000; */
    height: 185px;
    width: 370px;
    margin: 20px 0;
    /* box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px; */
    /* background-color: rgba(0, 0, 0, 0.25); */
    /* border-radius: 10px; */
    padding: 0;
  }
  .hospital-facility-single-red {
    border-top: 4px solid rgb(123, 148, 230);
  }
  .hospital-facility-single-orange {
    border-top: 4px solid rgb(14, 56, 146);

  }
  .hospital-facility-single-blue {
    border-top: 4px solid rgb(232, 230, 230);
	  
}
  .hospital-facility-single h3{
	  font-size: 20px;
	  text-transform: capitalize;
	  color: rgb(230, 230, 230);
	  line-height: 27px;
  }
  .hospital-facility-single ul li {
	  font-size: 18px;
	  color: rgb(230, 230, 230);
  }
  .hospital-facility-single-row {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
  }

@media (min-width: 768px) {
	.akash-enquiry .modal-dialog {
    	width: 30%;
    	margin: 30px auto;
}
}
.akash-enquiry {
    z-index: 999999;
}
.akash-enquiry .form-control {
	margin-bottom: 15px;
}
.akash-enquiry .form-control:focus, .akash-enquiry .form-control:hover {
	border: 1px solid #1143a4;
}
.akash-enquiry .modal-dialog .modal-content {
    overflow: hidden;
}
.akash-enquiry .modal-dialog .modal-content .modal-header {
	background-color: #1143a4;
	color: #fff;
	padding: 10px 15px;
    overflow: hidden;
    border-bottom: 0;
}
.akash-enquiry .btn {
	background-color: #1143a4;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #1143a4;
    transition: .25s all;
    margin-top: 5px;
    padding: 6px 15px;
	border-radius: 5px;
}
.akash-enquiry .btn:hover {
    background-color: #fff;
    border-color: #1143a4;
    color: #1143a4;
}
.application-box .contact-form input, .application-box .contact-form select, .application-box .contact-form textarea {
	width: 100%;
	
}
.application-box .contact-form [class*="col-"] {
    margin-bottom: 15px;
}
.application-box h3 {
	margin-top: 0;
}
.application-box label {
	text-align: left;
	display: block;
}
.related-blogs p {
    padding-left: 1.3rem;
}
.related-blogs p i {
    margin-left: -1.3rem;
}
@media (max-width: 768px) {
	.blog-page .single-blog-post .content-box .date-box {
		display: block;
		padding-right: 5px;
    	padding-bottom: 15px;
	}
}

/* gallery */
.gallery .gallery-body-img .gallery-c-01 {
	padding: 0;
}
.gallery .gallery-body-img .gallery-c-02 {
	padding: 0;
}
.gallery .gallery-body-img .filter-button {
	background-color: #1143a4;
	border-color: #1143a4;
	color: #fff;
	border-radius: 5px;
	margin: 4px 2px;
	transition: .25s all;
}
.gallery .gallery-body-img .filter-button.active {
    background-color: #ff9c00;
    border-color: #ff9c00;
    box-shadow: none;
}
.gallery .gallery-body-img .filter-button.active:hover {
	background-color: #fff;
	border-color: #ff9c00;
	color: #ff9c00;
}
.gallery .gallery-body-img .filter-button:focus {
    outline: 0;
}
.gallery .gallery-body-img .filter-button:hover {
	background-color: #fff;
	border-color: #1143a4;
	color: #1143a4;
}
.gallery .gallery-body-img .gallery-c-02 .gallery-single-item {
	margin: 5px;
	border: 1px solid #e0e7e9;
    border-radius: 5px;
    overflow: hidden;
}
.gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure {
	position: relative;
}
.gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(5 48 74 / 80%);
	transform: rotate(45deg) scale(0);
	transition: .5s ease;
	visibility: hidden;
	opacity: 0;
	left: 0;
}
.gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure img {
	height: 100%;
	width: 100%;
}
.gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption {
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption ul li {
	display: inline-block;
	font-size: 27px;
	height: 30px;
	line-height: 26px;
	margin: 0 5px;
	width: 30px;
}
.gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption ul li a {
	color: #ffffff;
}
.gallery .gallery-body-img .gallery-c-02 .gallery-single-item:hover figure::before {
	visibility: visible;
	opacity: 1;
	transform: rotate(0deg) scale(1);
	width: 100;
}
.gallery .gallery-body-img .gallery-c-02 .gallery-single-item:hover figcaption {
	visibility: visible;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}

/* new-akash-1 */
#fix-button {
    position: fixed;
    bottom: 18px;
    left: 23px;
    z-index: 9999999;
    display: block;
}
.whatsapp-us {
    background-color: #14b550;
    color: #fff;
    padding: 0;
    font-size: 15px;
    text-decoration: none;
    z-index: 99999;
    transition: all .25s;
    -webkit-box-shadow: 0 5px 20px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 5px 20px 2px rgba(0,0,0,.15);
    box-shadow: 0 5px 20px 2px rgb(0 0 0 / 15%);
    outline: 0;
    border: none;
    border-radius: 50%;
    font-size: inherit;
    width: 60px;
    height: 60px;
    line-height: initial;
}
.whatsapp-us:hover {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 10px 20px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 10px 20px 2px rgba(0,0,0,.2);
    box-shadow: 0 10px 20px 2px rgb(0 0 0 / 20%);
}
.whatsapp-icon {
    font-size: 40px;
}
@media (max-width: 768px) {
#fix-button {
    bottom: 15px;
    left: 23px;
}
.whatsapp-us {
    width: 50px;
    height: 50px;
}
.whatsapp-icon {
    font-size: 30px;
}
}

#loading-spinner { 
  position: fixed;
  top: 0;
  z-index: 99999999999999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.loading-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.loading-spinner-disc {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #1143a4 solid;
  border-radius: 50%;
  animation: loading-anim 0.8s infinite linear;
}
@keyframes  loading-anim {
  100% { 
    transform: rotate(360deg); 
  }
}

.inner-header {
    padding-top: 30px;
    padding-bottom: 30px;
}
.inner-header .sec-title h1 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    line-height: initial;
    margin: 0;
    font-weight: 500;
}
@media  screen and (max-width: 768px) {
.inner-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.inner-header .sec-title h1 {
    font-size: 25px;
    text-transform: uppercase;
    line-height: initial;
    margin: 0;
}
}
/* new-akash-1 end */
/* new-akash-2 */
@font-face {font-family: "Bookman Old Style";
	src: url("../fonts/bookman/bookman.eot"); /* IE9*/
	src: url("../fonts/bookman/bookman.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/bookman/bookman.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/bookman/bookman.woff") format("woff"), /* chrome、firefox */
	url("../fonts/bookman/bookman.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/bookman/bookman.svg") format("svg"); /* iOS 4.1- */
}

.header {
    padding: 15px 0;
}
.header-right-info {
    padding: 5px 0;
	width: 50%;
}
.logo img {
    width: 100px;
    margin: 5px auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
	float: left;
}
.logo h4 {
    font-family: 'Bookman Old Style', serif;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 0;
    margin: 0 0;
    padding-left: 10px;
    text-align: left;
    color: #1143a4;
    line-height: normal;
	float: left;
}
.sec-padding {
    padding: 30px 0;
}
.logo .sub-text {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    color: #606060;
    text-transform: initial;
    display: block;
    line-height: 18px;
    font-weight: 400;
}
@media (max-width: 1024px) {
.logo {
    float: none !important;
    text-align: center;
    padding-bottom: 10px;
}
}
@media (max-width: 768px) {
.header {
    padding: 5px 0;
}
.header-right-info {
    padding: 0;
}
.logo {
    float: left !important;
    text-align: center;
    padding-bottom: 2px;
    width: 100%;
    /* border-bottom: 1px solid #ddd; */
}
.logo img {
	float: none;
    width: 80px;
    margin: 7px auto;
}
.logo h4 {
    font-size: 18px;
    padding: 0 0;
	text-align: center;
	float: none;
}
.logo .sub-text {
    font-size: 9px;
    line-height: 12px;
}
.mob-title {
    display: inline-block !important;
    padding: 5px 5px;
    font-weight: 400;
    font-size: 13px;
    color: #c9c9c9;
    margin: auto 0;
}
.mob-title a {
    color: #ddd;
}
.sec-padding {
    padding: 30px 0;
}
.full-sec .full-sec-content {
    /* padding-bottom: 30px; */
}
.hospital-page-header {
    background-position: top;
    height: 30vh;
}
.navigation .nav-footer button, .navigation .nav-header .dropdown a button {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}
}
.full-sec h3 {
    font-size: 20px;
}
.single-header-info .thm-btn {
    padding: 2px 10px;
    margin-bottom: 5px;
}
.single-header-info .notif-btn {
    background: #259b03;
}
.single-header-info .notif-btn:hover {
    background-color: #fff;
    border-color: #259b03;
    color: #259b03;
}

.header-top-p {
    margin-bottom: 15px;
    background-color: #1143a4;
}
.basim-mq {
    width: 100%;
    overflow: hidden;
    cursor: default;
}
.basim-mq p {
    color:#fff;
    display: inline-block;
    margin:0;
    line-height: 2rem;
    padding: 8px 5px;
}
.basim-mq p a {
    color: #fff;
}
.basim-mq p a:hover {
    text-decoration: underline !important;
}
.basim-mq p span {
    font-size: 13px;
    color: #ddd;
}
.heading-p {
    display: block;
    color: #00ff4e;
    font-weight: 600;
    margin: 0;
    line-height: 2rem;
    padding: 8px 1px;
}
@media  screen and (max-width: 768px) {
.header-top-p {
    margin-bottom: 5px;
}
.basim-mq p {
    padding: 2px 5px 2px 5px;
    font-size: 12px;
}
.basim-mq p span {
    font-size: 11px;
}
.heading-p {
    padding: 2px 1px 0 1px;
    font-size: 12px;
    text-align: center;
}
.single-header-info .content {
    margin-top: 5px;
}
.single-header-info .thm-btn {
    margin: 5px 0 0 0;
}
.single-header-info .content h3 {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 2px;
}
.single-header-info .content p {
    font-size: 12px;
}
.single-header-info .content p b {
    font-size: 14px;
}
.navigation .nav-footer {
    display: inline-flex;
}
.navigation .nav-footer button {
    width: 35px;
    height: 35px;
    margin: 10px 0;
    font-size: 20px;
}
}
@media  screen and (min-width: 768px) {
    .navigation .nav-header > ul > li > ul.large-submenu {
        max-height: 350px;
        overflow-y: auto;
    }
    .navigation .nav-header > ul > li > ul > li ul.large-submenu {
        max-height: 350px;
        overflow-y: auto;
    }
}
/* new-akash-2 end */
/* new-akash-3 */
.mob-top-box {
    background-color: #1143a4;
    padding: 10px 10px;
}
.mob-top-box h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 5px 0;
    font-size: 20px;
}
.mob-top-box h4 {
    color: #fff;
    margin: 5px 0;
    font-size: 17px; 
}
.home-updates-sec ul {
    list-style-type: none;
}
.home-updates-sec ul li {
    list-style-type: none;
    text-align: left;
    font-weight: 500;
}
.home-updates-sec ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    color: #333;
    margin-left: -1.3em;
}
.home-updates-sec ul li span {
    font-weight: 300;
    font-size: 80%;
}
.single-service-home {
    margin-bottom: 40px;
    display: block;
    flex-direction: unset;
}
.single-specialize {
    padding: 0 30px;
}
.single-service-home .content h3 {
    font-size: 18px;
    line-height: initial;
    margin-bottom: 2px;
}
.single-service-home .content a {
    font-size: 12px;
    font-weight: 400;
}
.single-service-home:hover .content a {
    color: #ee5a30;
}
@media  screen and (max-width: 768px) {
    .single-service-home {
        margin-bottom: 40px;
        display: block;
        flex-direction: unset;
    }
    .single-service-home .content h3 {
        font-size: 16px;
    }
}

/*courses list accordion*/
.course-sub-title {
    background-color: #1143a4;
    border-radius: 4px;
    padding: 8px 10px;
}
.course-sub-title h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.courses-home .accrodion {
	padding-bottom: 5px;
	position: relative;
}
.courses-home .accrodion:last-child {
	padding-bottom: 0;
}
.courses-home .accrodion:last-child:before {
	display: none;
}
.courses-home .accrodion.active:last-child:before {
	display: block;
}

.courses-home .accrodion .accrodion-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.courses-home .accrodion .accrodion-content ul li {
    margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.courses-home .accrodion .accrodion-content ul li::before {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #1143a4;
    font-weight: 600;
}
.courses-home .accrodion .accrodion-content ul li a:hover {
	text-decoration: underline !important;
}
.courses-home .accrodion .accrodion-title h3 {
	margin: 0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	font-weight: 400;
}
.courses-home .accrodion.active .accrodion-title {
	color: #fff;
}
.courses-home .accrodion.active .course-sub-title {
    background-color: #ff9c00;
}
.courses-home .accrodion .accrodion-title h3:hover {
	color: #ff9c00;
	text-decoration: underline;
}
.courses-home .accrodion.active .accrodion-title h3:hover {
	color: #fff;
	text-decoration: underline;
}

.courses-home .accrodion .accrodion-title h3 .fa {
    margin-right: 8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.courses-home .accrodion.active .accrodion-title h3 .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.courses-home .accrodion .accrodion-content {
	padding: 15px 10px 10px 10px;
}
.courses-home .accrodion .accrodion-content p {
	margin-bottom: 21px;
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
}
.courses-home .accrodion .accrodion-content p:last-child {
	margin-bottom: 0;
}
@media (max-width: 480px) {
.faq-home .accrodion .accrodion-title h4 span.decor {
    margin-top: 2px;
}}

.yt-iframe {
  background-color: #f7f7f7;
  z-index: 999;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 150px 0;
}
.yt-iframe iframe {
    max-width: 100%;
    height: 430px;
    width: 100%;
}
@media (max-width: 768px) {
    .yt-iframe {
        margin: 15px 0 0 0;
    }
    .yt-iframe iframe {
        height: 190px;
    }
}
/* new-akash-3 end */
/* new-akash-4 */
.footer-widget.about-widget .logo {
    margin-bottom: 15px;
    padding: 5px;
    display: block;
    width: 100%;
	float: left;
}
.footer-widget.about-widget .logo img {
    width: 180px;
    margin-bottom: 0;
    margin: 0 auto;
    display: block;
    text-align: left;
}
.footer-widget.about-widget .logo h4 {
    font-size: 15px;
    padding: 6px 0 0 0;
    text-align: center;
    display: block;
}
.footer-widget .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background-color: #fff;
}
.footer-widget .social li a .fa-facebook {
    color: #1778F2;
}
.footer-widget .social li a .fa-instagram {
    color: #bc2a8d;
}
.footer-widget .social li a .fa-youtube-play {
    color: #FF0000;
}
.footer-widget .social li a:hover i {
    color: #fff;
}
.logo .footer-sub-text {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #262F36;
    text-transform: initial;
    display: block;
    line-height: 18px;
    font-weight: 600;
}
@media  screen and (max-width:768px) {
    .footer-widget.about-widget .logo {
        margin-bottom: 15px;
    }
    .logo .footer-sub-text {
        font-size: 11px;
        line-height: 15px;
    }
}
.footer-widget.contact-widget input, .footer-widget.contact-widget textarea {
    border-radius: 5px;
    border: 1px solid #2c353c;
    transition: .2s all;
}

.footer-widget.contact-widget select {
    border-radius: 5px;
    border: 1px solid #2c353c;
    transition: .2s all;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-widget.contact-widget input:focus, .footer-widget.contact-widget textarea:focus, .footer-widget.contact-widget select:focus, .footer-widget.contact-widget input:hover, .footer-widget.contact-widget textarea:hover, .footer-widget.contact-widget select:hover {
    border-color: #ee5b30;
}
.footer-widget.contact-widget button {
    border-radius: 5px;
}
/* new-akash-4 end */

/* new-akash-extra */
.home-slider-1 {
    margin-top: 0;
    min-height: 400px;
}
.home-slider-1 .entry-item {
    position: relative;
}
.home-slider-1 .entry-item .entry-thumb {
    position: relative;
}
.home-slider-1 .entry-item .entry-thumb img {
    width: 100%;
	height: auto;
}
.home-slider-1 .entry-item .entry-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    z-index: 2;
}
.home-slider-1 .entry-item .entry-content .container {
    width: 80.9%;
    padding: 0;
}
.home-slider-1 .entry-item .entry-content h2 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
    word-wrap: break-word;
	color: #fff;
	background-color: rgb(0 0 0 / 50%);
    padding: 10px;
    display: inline-block;
    margin-top: 300px;
}
@media (max-width: 768px) {
	.home-slider-1 {
		margin-top: 0;
		min-height: auto;
	}
	.home-slider-1 .entry-item .entry-content {
		padding-top: 20px;
		text-align: center;
	}
	.home-slider-1 .entry-item .entry-content h2 {
		margin-top: 0;
		font-size: 15px;
    	line-height: 20px;
    	letter-spacing: 1px;
    	padding: 5px;
		text-align: center;
	}
}
.home-slider-1 .entry-item .entry-content h2 a {
    color: #fff;
}
.home-slider-1 .entry-item .entry-content p {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    margin: 5px 0 20px;
}
.home-slider-1 .slider-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slider-1 .slider-carousel .owl-nav .owl-next, .home-slider-1 .slider-carousel .owl-nav .owl-prev {
	background: rgb(0 0 0 / 50%);
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
	transition: .25s all;
	position: absolute;
    top: 0;
	text-align: center;
}
.home-slider-1 .slider-carousel .owl-nav .owl-next:hover, .home-slider-1 .slider-carousel .owl-nav .owl-prev:hover {
	background: rgb(0 0 0 / 80%);
}
.home-slider-1 .slider-carousel .owl-nav .owl-next.disabled, .home-slider-1 .slider-carousel .owl-nav .owl-prev.disabled, .home-slider-1 .slider-carousel .owl-nav .owl-next:hover.disabled, .home-slider-1 .slider-carousel .owl-nav .owl-prev:hover.disabled {
	background-color: rgb(0 0 0 / 20%);
	cursor: default;
	color: #777;
}
.home-slider-1 .slider-carousel .owl-nav .owl-next {
	right: 20px;
}
.home-slider-1 .slider-carousel .owl-nav .owl-prev {
	left: 20px;
}

.home-slider-1 .slider-form {
	background-color: #fff;
    padding: 20px;
    text-align: center;
	border-radius: 4px;
	box-shadow: 0px 0px 0 5px rgb(255 255 255 / 30%);
	border: 1px solid #ddd;
}
.home-slider-1 .slider-form h3 {
	text-transform: uppercase;
	color: #1143a4;
	font-size: 20px;
	margin: 5px 0 20px 0;
}
.home-slider-1 .slider-form .form-control {
	margin-bottom: 10px;
}
.home-slider-1 .slider-form .form-control:focus, .home-slider-1 .slider-form .form-control:hover {
	border: 1px solid #1143a4;
}
.home-slider-1 .slider-form .form-btn {
	background-color: #1143a4;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #1143a4;
	transition: .25s all;
	margin-top: 10px;
	padding: 6px 15px;
	border-radius: 5px;
}
.home-slider-1 .slider-form .form-btn:hover {
	background-color: #fff;
    border-color: #1143a4;
    color: #1143a4;
}
.mainmenu-area .social {
	display: inline-block;
	margin: 0;
	padding: 0 5px;
}
.mainmenu-area .social li {
	display: inline-block;
}
.mainmenu-area .social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #656565;
	border: 1px solid #656565;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	margin-right: 3px;
	transition: all .3s ease;
}
.mainmenu-area .social li a:hover {
	background: #ff9c00;
	border-color: #ff9c00;
	color: #fff;
}
.nav-btns {
	display: inline-block;
	vertical-align: middle;
    margin: 9px 0 12px 5px;
}
@media screen and (min-width: 768px) {
    .nav-btns {
        margin: 12px 0 12px 5px;
    }
}
.nav-btn {
	background: #ff9c00;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 8px 8px;
	border: 1px solid transparent;
	transition: all .3s ease;
}
.nav-btn:hover {
	background-color: #fff;
	border-color: #ff9c00;
	color: #ff9c00;
}
.nav-btn2 {
	background: #1143a4;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 8px 8px;
	border: 1px solid transparent;
	transition: all .3s ease;
}
.nav-btn2:hover {
	background-color: #fff;
	border-color: #1143a4;
	color: #1143a4;
}
.nav-btn3 {
	background: #259b03;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 8px 8px;
	border: 1px solid transparent;
	transition: all .3s ease;
}
.nav-btn3:hover {
	background-color: #fff;
	border-color: #259b03;
	color: #259b03;
}
@media (max-width: 768px) {
	.nav-btn {
		font-size: 11px;
		margin-left: 2px;
	}
	.nav-btn2 {
		font-size: 11px;
	}
	.nav-btn3 {
		font-size: 11px;
	}
}
.new-btn {
	background: #ff9c00;
	border-radius: 5px;
	color: #fff;
	border: 1px solid transparent;
	margin-top: 10px;
}
.new-btn:hover {
	background-color: #fff;
	border-color: #ff9c00;
	color: #ff9c00;
}

.video img {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px;
    background-color: #e0e7e9;
}
.overlay-video {
    left: 50%;
    margin-left: -15px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
}
.video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    margin-top: 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #1143a4 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #1143a4 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}
.video-play-button:hover,
.video-play-button:focus {
  color: #ee5b30;
}

.video-play-button:hover:after, .video-play-button:hover:before, .video-play-button:focus:after, .video-play-button:focus:before {
  background-color: #fff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    margin-left: 5px;
}
.about-colleges {
	margin-top: 30px;
}
.about-colleges ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.about-colleges ul li {
	margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.about-colleges ul li::before {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #1143a4;
    font-weight: 600;
}
.about-colleges ul li a:hover {
	text-decoration: underline !important;
}
.facilities h2 {
	text-transform: uppercase;
}
.facilities-wrap {
	width: 100%;
	margin: 0 auto 15px auto;
}
.facilities-icons .facility-box {
    overflow: hidden;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 7px;
	background: rgb(247 247 247);
	background: linear-gradient(90deg, rgb(247 247 247) 0%, rgba(222,219,219,1) 100%);
}
.facilities-icons .facility-box .icon img {
    color: #ffffff;
    display: block;
    width: 50px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.facilities-icons .info {
    padding-left: 0;
}
.facilities-icons .info p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.2;
	text-align: center;
}
@media (max-width: 768px) {
	.facilities h2 {
		text-align: center;
		font-size: 22px;
	}
	.facilities-wrap {
		width: 100%;
	}
	.facilities-icons .facility-box {
		padding: 27px 10px;
	}
	.facilities-icons .facility-box .icon img {
		width: 40px;
	}
	.facilities-icons .info p {
		font-size: 12px;
	}
}
@media (min-width: 768px){
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1  {
	  width: 100%;
	  *width: 100%;
	}
} 
@media (min-width: 992px) {
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
	  width: 14.285714285714285714285714285714%;
	  *width: 14.285714285714285714285714285714%;
	}
}   
@media (min-width: 1200px) {
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
	  width: 14.285714285714285714285714285714%;
	  *width: 14.285714285714285714285714285714%;
	}
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.courses-home h2 {
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.courses-home h2 {
		text-align: center;
		font-size: 22px;
	}
}
.course-img {

}
.course-img img {
	margin: 0 auto;
	width: 265px;
}
.key-factors-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0;
    grid-row-gap: 10px;
    justify-content: center;
    grid-column-gap: 4px;
}
@media (max-width: 768px) {
	.key-factors-grid {
    	grid-template-columns: auto !important;
    	padding: 0;
	}
}
.key-factors-grid .key-factors-single {
    padding-bottom: 10px;
}
.key-factors-grid .key-factors-single img {
    align-self: center;
    height: 30px;
}
.key-factors-grid .key-factors-single p {
    padding: 0 10px 0 15px;
    align-self: center;
    font-size: 15px;
    margin: 0;
    line-height: initial;
	text-align: left;
}
.testimonials-wrapper h2 {
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.testimonials-wrapper h2 {
		text-align: center;
		font-size: 22px;
	}
}
.testimonials-wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonials-wrapper .owl-carousel .owl-nav .owl-next, .testimonials-wrapper .owl-carousel .owl-nav .owl-prev {
	background: #ddd;
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
	transition: .25s all;
	position: absolute;
    top: 0;
}
.testimonials-wrapper .owl-carousel .owl-nav .owl-next:hover, .testimonials-wrapper .owl-carousel .owl-nav .owl-prev:hover {
	background: #ff9c00;
	color: #fff;
}
.testimonials-wrapper .owl-carousel .owl-nav .owl-next {
	right: -40px;
}
.testimonials-wrapper .owl-carousel .owl-nav .owl-prev {
	left: -40px;
}
.notifications-blogs .media, .notifications-blogs .media-body {
	overflow: hidden;
    zoom: 0;
	margin-top: 25px;
}
.notifications-blogs .media-object {
	display: block;
    width: 100%;
    height: auto;
}
.notifications-blogs .media-body {
	width: 80%;
}
.notifications-blogs .media-heading {
	font-size: 15px;
    font-weight: 400;
}
.notifications-blogs .media-body span {
	font-size: 12px;
    color: #606060;
}
.placements-logos {
	padding: 20px 40px;
}
@media (max-width: 768px) {
	.placements-logos {
		padding: 20px 0;
	}
}
.placements-logos .owl-carousel .owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.placements-logos .owl-carousel .owl-nav .owl-next, .placements-logos .owl-carousel .owl-nav .owl-prev {
	background: #ddd;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
	transition: .25s all;
	position: absolute;
    top: 0;
}
.placements-logos .owl-carousel .owl-nav .owl-next:hover, .placements-logos .owl-carousel .owl-nav .owl-prev:hover {
	background: #ff9c00;
	color: #fff;
}
.placements-logos .owl-carousel .owl-nav .owl-next {
	right: -40px;
}
.placements-logos .owl-carousel .owl-nav .owl-prev {
	left: -40px;
}
.placements-logos .placements-logo {

}
.placements-logos-inner {
	padding: 10px 40px;
}
@media (max-width: 768px) {
	.placements-logos-inner {
		padding: 10px 0;
	}
}
.placements-logos-inner .owl-carousel .owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.placements-logos-inner .owl-carousel .owl-nav .owl-next, .placements-logos-inner .owl-carousel .owl-nav .owl-prev {
	background: #ddd;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
	transition: .25s all;
	position: absolute;
    top: 0;
}
.placements-logos-inner .owl-carousel .owl-nav .owl-next:hover, .placements-logos-inner .owl-carousel .owl-nav .owl-prev:hover {
	background: #ff9c00;
	color: #fff;
}
.placements-logos-inner .owl-carousel .owl-nav .owl-next {
	right: -40px;
}
.placements-logos-inner .owl-carousel .owl-nav .owl-prev {
	left: -40px;
}
.placements-logos-inner .placements-logo {

}
.gallery-grid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 0;
    grid-row-gap: 4px;
    justify-content: center;
    grid-column-gap: 4px;
}
@media (max-width: 768px) {
	.gallery-grid {
    	grid-template-columns: 50% 50%;
    	padding: 0;
	}
}
.gallery-grid .gallery-single {
	padding: 5px;
}
.gallery-grid .gallery-single .overlay {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 1;
  	transition: .25s ease;
  	background: rgb(17 67 164 / 70%);
	text-align: center;
	color: #fff;
}
.gallery-grid .gallery-single a:hover .overlay {
	background: #1143a4;
}
.gallery-grid .gallery-single a:hover .overlay span {
	text-decoration: underline;
}
.gallery-grid .gallery-single .overlay span {
	color: fff;
  	font-size: 16px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-align: center;
}
.gallery-grid .gallery-single .overlay-img {
	position: relative;
}
/* side-form */
#hiddenPanel {
    position: fixed;
    top: 25%;
    right: -400px;
    width: 18%;
    z-index: 99999;
}
#close-bar {
    position: fixed;
    display: block;
    cursor: pointer;
    top: 26%;
    z-index: 9999999;
    width: auto;
    margin-right: 0px;
    height: auto;
    right: -10px;
    color: #ffffff;
    padding: 6px 20px 15px 20px;
    background: #1143a4;
    transform: rotate(270deg);
    transform-origin: right bottom;
    z-index: 999;
    transition: all .25s;
    overflow: hidden;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.2), 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
}
#close-bar:hover,#close-bar:focus {
    background: #ff9c00;
    right: -5px;
}
.side-form-area {
	background-color: #fff;
	border: 1px solid #ddd;
    padding: 10px;
	overflow: hidden;
    text-align: center;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.2), 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
.side-form-area h6 {
	text-transform: uppercase;
	color: #1143a4;
	font-size: 18px;
	margin: 2px 0 10px 0;
}
.side-form-area .form-control {
	margin-bottom: 10px;
	padding: 5px 10px;
    height: 33px;
}
.side-form-area .form-control:focus, .side-form-area .form-control:hover {
	border: 1px solid #1143a4;
}
.side-form-area .form-btn {
	background-color: #1143a4;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #1143a4;
	transition: .25s all;
	padding: 5px 15px;
	border-radius: 5px;
}
.side-form-area .form-btn:hover {
	background-color: #fff;
    border-color: #1143a4;
    color: #1143a4;
}
.side-form-area .close-btn {
	background-color: #ccc;
	color: #1143a4;
	text-transform: uppercase;
	border: 1px solid transparent;
	transition: .25s all;
	padding: 5px 15px;
	border-radius: 5px;
}
.side-form-area .close-btn:hover {
	background-color: #fff;
    border-color: #1143a4;
    color: #1143a4;
}
@media (max-width: 768px) {
	#hiddenPanel {
	    top: 18%;
	    width: 65%;
		/*display: none;*/
	}
	#close-bar {
	    font-size: 12px;
	    padding: 6px 20px 15px 20px;
	}
}
/* side-form-end */

.akash-line {
    text-align: left;
}
.akash-line span.decor {
	width: 16px;
	height: 16px;	
	border-radius: 50%;
	border: 2px solid #1143a4;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: -10px;
	margin-left: 50px;
}
.akash-line span.inner {
    width: 6px;
    height: 6px;
    background: #ff9c00;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}
.akash-line span.decor:before,
.akash-line span.decor:after {
	content: '';
	position: absolute;	
	top: 5px;
	width: 50px;
	height: 2px;
	background: #1143a4;
	z-index: -1;
}
.akash-line span.decor:before {
	left: 14px;
}
.akash-line span.decor:after {
	right: 14px;
}
.akash-line.colored span.decor {
	border-color: #1143a4;
}
.akash-line.colored span.decor span.inner {
	background: #1143a4;
}
.akash-line.colored span.decor:before,
.akash-line.colored span.decor:after {
	background: #1143a4;
}
@media (max-width: 768px) {
    .akash-line {
        text-align: center;
    }
    .akash-line span.decor {
        margin-left: 0;
    }
}

.scrollable {
    overflow: hidden;
    max-height: 510px;
    overflow-y: auto;
    scrollbar-color: #1143a4 #cfdadd;
    scrollbar-width: thin;
    scrollbar-highlight-color: #ff9c00;
}
.scrollable::-webkit-scrollbar {
    width: 8px;
}
.scrollable::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #cfdadd;
}
.scrollable::-webkit-scrollbar-thumb {
    background-color: #1143a4;
    outline: none;
    border-radius: 10px;
}
.scrollable::-webkit-scrollbar-thumb:hover {
    background-color: #ff9c00;
}
@media (max-width: 768px) {
    .scrollable {
        overflow: hidden;
        max-height: auto;
        overflow-y: auto;
    }
}


.inner-sec {
    padding: 10px 0 30px 0; 
    background: #fff; 
    border-top: 1px solid #e0e7e9;
}
.inner-sec h2 {
    text-align: left;
}
@media (max-width: 768px) {
    .inner-sec h2 {
        text-align: center;
        font-size: 22px;
    }
}
.inner-content {
	margin-top: 30px;
	text-align: justify;
}
.inner-content h4 {
    color: #1143a4;
    margin: 15px 0 10px 0;
    text-align: left;
}
.inner-content h3 {
    color: #1143a4;
    margin: 15px 0 10px 0;
    text-align: left;
}
@media (max-width: 768px) {
    .inner-content h4 {
        font-size: 16px;
    }
    .inner-content h3 {
        font-size: 20px;
    }
}
.inner-content ul.list-arrow {
	list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    margin-bottom: 10px;
}
.inner-content ul.list-arrow li {
	margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.inner-content ul.list-arrow li::before {
    content: "\f101";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #1143a4;
    font-weight: 600;
}
.inner-content ul.list-arrow li ul {
    padding-left: 10px;
    margin: 5px 0;
}
.inner-content ul.list-arrow li ul li {
	margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.inner-content ul.list-arrow li ul li::before {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #1143a4;
    font-weight: 600;
}
.inner-content ul.list-dot {
	list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    margin-bottom: 10px;
}
.inner-content ul.list-dot li {
	margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.inner-content ul.list-dot li::before {
    content: "\f192";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #1143a4;
    font-weight: 600;
}
.inner-content ul.list-dot li ul {
    padding-left: 10px;
    margin: 5px 0;
}
.inner-content ul.list-dot li ul li {
	margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.inner-content ul.list-dot li ul li::before {
    content: "\f10c";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #1143a4;
    font-weight: 600;
}
.inner-content ul li a:hover {
	text-decoration: underline !important;
}
.inner-content .about-img {
    margin: 20px auto;
    padding: 4px;
    background-color: #e0e7e9;
    width: 100%;
    border-radius: 5px;
}
.inner-content .placements-img {
    margin: 0px auto 20px auto;
    padding: 4px;
    background-color: #e0e7e9;
    width: 100%;
    border-radius: 5px;
}
.inner-content .scholarships-img {
    margin: 0 auto 20px auto;
    padding: 4px;
    background-color: #e0e7e9;
    width: 100%;
    border-radius: 5px;
}
.inner-content .hospital-img {
    margin: 0 auto 20px auto;
    padding: 4px;
    background-color: #e0e7e9;
    width: 100%;
    border-radius: 5px;
}
.inner-content .infrastructure-img {
    margin: 0 auto 20px auto;
    padding: 4px;
    background-color: #e0e7e9;
    width: 100%;
    border-radius: 5px;
}
.inner-content .course-category-img {
    margin: 20px auto 20px auto;
    padding: 4px;
    background-color: #e0e7e9;
    width: 100%;
    border-radius: 5px;
}
.sidebar {
    background-color: #e0e7e9;
    padding: 10px;
    margin-top: 40px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .sidebar {
        margin-top: 20px;
    }
}
.sidebar .side-form {
	background-color: #fff;
    padding: 20px;
    text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.sidebar .side-form h3 {
	text-transform: uppercase;
	color: #1143a4;
	font-size: 20px;
	margin: 5px 0 20px 0;
}
.sidebar .side-form .form-group {
    margin-bottom: 0;
}
.sidebar .side-form .form-control {
	margin-bottom: 10px;
}
.sidebar .side-form .form-control:focus, .sidebar .side-form .form-control:hover {
	border: 1px solid #1143a4;
}
.sidebar .side-form .form-label {
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
    display: block;
    color: #333;
}
.sidebar .side-form .form-group:focus-within .form-label {
    color: #1143a4;
}
.sidebar .side-form .form-btn {
	background-color: #1143a4;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #1143a4;
	transition: .25s all;
	margin-top: 10px;
	padding: 6px 15px;
	border-radius: 5px;
}
.sidebar .side-form .form-btn:hover {
	background-color: #fff;
    border-color: #1143a4;
    color: #1143a4;
}
.sidebar .side-courses {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.sidebar .side-courses h4 {
    text-transform: uppercase;
    background-color: #ff9c00;
    color: #fff;
    padding: 5px 5px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
}
.sidebar .side-courses ul {
	list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
.sidebar .side-courses ul li {
	margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.sidebar .side-courses ul li::before {
    content: "\f101";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #1143a4;
    font-weight: 600;
}
.sidebar .side-institutions {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.sidebar .side-institutions h4 {
    text-transform: uppercase;
    background-color: #ff9c00;
    color: #fff;
    padding: 5px 5px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
}
.sidebar .side-institutions ul {
	list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
.sidebar .side-institutions ul li {
	margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.sidebar .side-institutions ul li::before {
    content: "\f101";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #1143a4;
    font-weight: 600;
}
.sidebar .side-blogs {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.sidebar .side-blogs h4 {
    text-transform: uppercase;
    background-color: #1143a4;
    color: #fff;
    padding: 5px 5px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
}
.sidebar .side-blogs .media, .sidebar .side-blogs .media-body {
	overflow: hidden;
    zoom: 0;
	margin-top: 10px;
}
.sidebar .side-blogs .media-object {
	display: block;
    width: 100%;
    height: auto;
}
.sidebar .side-blogs .media-body {
	width: 80%;
}
.sidebar .side-blogs .media-heading {
	line-height: 1.2;
	margin-bottom: 2px;
}
.sidebar .side-blogs .media-body span {
	font-size: 12px;
    color: #606060;
}
.sidebar .side-notifications {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.sidebar .side-notifications h4 {
    text-transform: uppercase;
    background-color: #1143a4;
    color: #fff;
    padding: 5px 5px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
}
.sidebar .side-notifications .media, .sidebar .side-notifications .media-body {
	overflow: hidden;
    zoom: 0;
	margin-top: 10px;
}
.sidebar .side-notifications .media-object {
	display: block;
    width: 100%;
    height: auto;
}
.sidebar .side-notifications .media-body {
	width: 80%;
}
.sidebar .side-notifications .media-heading {
	line-height: 1.2;
	margin-bottom: 2px;
}
.sidebar .side-notifications .media-body span {
	font-size: 12px;
    color: #606060;
}
.sidebar .side-btns {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.sidebar .side-btns .side-btn1 {
    background: #ff9c00;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
    /*font-size: 12px;*/
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    padding: 8px 8px;
    border: 1px solid transparent;
    transition: all .3s ease;
}
.sidebar .side-btns .side-btn1:hover {
    background-color: #fff;
    border-color: #ff9c00;
    color: #ff9c00;
}
.sidebar .side-btns .side-btn2 {
    background: #1143a4;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
    /*font-size: 12px;*/
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    padding: 8px 8px;
    border: 1px solid transparent;
    transition: all .3s ease;
}
.sidebar .side-btns .side-btn2:hover {
    background-color: #fff;
    border-color: #1143a4;
    color: #1143a4;
}
.sidebar .side-videos {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.sidebar .side-videos .single-video {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border: 1px solid #e0e7e9;
    /*margin-bottom: 20px;*/
}
.sidebar .side-videos .owl-carousel .owl-nav {
    background: #e0e7e9;
    color: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #e0e7e9;
    padding: 5px 0 6px 0;
}
.sidebar .side-videos .owl-carousel .owl-nav .owl-next, .sidebar .side-videos .owl-carousel .owl-nav .owl-prev {
    background: #1143a4;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    transition: .25s all;
}
.sidebar .side-videos .owl-carousel .owl-nav .owl-next:hover, .sidebar .side-videos .owl-carousel .owl-nav .owl-prev:hover {
    background: #ff9c00;
    color: #fff;
}
.sidebar .side-gallery {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.sidebar .side-gallery .side-gallery-img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    border: 1px solid #1143a4;
    margin: 0;
    transition: all .3s ease;
}
.sidebar .side-gallery .side-gallery-link p {
    background: #1143a4;
    border-radius: 0 0 5px 5px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    padding: 8px 8px;
    border: 1px solid transparent;
    transition: all .3s ease;
    margin: 0;
    line-height: 1.42857143;
}
.sidebar .side-gallery .side-gallery-link:hover p {
    background-color: #fff;
    border-color: #ff9c00;
    color: #ff9c00;
}
.sidebar .side-gallery .side-gallery-link:hover .side-gallery-img {
    opacity: .9;
    border: 1px solid #ff9c00;
}

.navigation .nav-header > ul > li > ul > li.dropup > ul {
    top: auto;
    bottom: 0;
    max-height: 320px;
    overflow-y: auto;
    scrollbar-color: #1143a4 #cfdadd;
    scrollbar-width: thin;
    scrollbar-highlight-color: #ff9c00;
}
.navigation .nav-header > ul > li > ul > li.dropup > ul::-webkit-scrollbar {
    width: 8px;
}
.navigation .nav-header > ul > li > ul > li.dropup > ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #cfdadd;
}
.navigation .nav-header > ul > li > ul > li.dropup > ul::-webkit-scrollbar-thumb {
    background-color: #1143a4;
    outline: none;
    border-radius: 10px;
}
.navigation .nav-header > ul > li > ul > li.dropup > ul::-webkit-scrollbar-thumb:hover {
    background-color: #ff9c00;
}

.navigation .nav-header > ul > li > ul.menu-h {
    max-height: 420px;
    overflow-y: auto;
    scrollbar-color: #1143a4 #cfdadd;
    scrollbar-width: thin;
    scrollbar-highlight-color: #ff9c00;
}
.navigation .nav-header > ul > li > ul.menu-h::-webkit-scrollbar {
    width: 8px;
}
.navigation .nav-header > ul > li > ul.menu-h::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #cfdadd;
}
.navigation .nav-header > ul > li > ul.menu-h::-webkit-scrollbar-thumb {
    background-color: #1143a4;
    outline: none;
    border-radius: 10px;
}
.navigation .nav-header > ul > li > ul.menu-h::-webkit-scrollbar-thumb:hover {
    background-color: #ff9c00;
}

/* review rating */
@media (min-width: 768px) {
	.akash-review .modal-dialog {
    	width: 30%;
    	margin: 30px auto;
}
}
.akash-review {
    z-index: 999999;
}
.akash-review .form-control {
	margin-bottom: 10px;
}
.akash-review .form-control:focus, .akash-review .form-control:hover {
	border: 1px solid #1143a4;
}
.akash-review textarea {
	resize: none;
}
.akash-review .modal-dialog .modal-content .modal-header {
	background-color: #1143a4;
	color: #fff;
}
.akash-review .btn {
	background-color: #1143a4;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #1143a4;
    transition: .25s all;
    margin-top: 5px;
    padding: 6px 15px;
	border-radius: 5px;
}
.akash-review .btn:hover {
    background-color: #fff;
    border-color: #1143a4;
    color: #1143a4;
}
.rating-stars ul {
    list-style-type:none;
    padding:0;
    margin-left: 0 !important;
    -moz-user-select:none;
	-webkit-user-select:none;
	margin: 0;
	display: inline-block;
}
.rating-stars ul > li.star {
    display:inline-block;
	border-bottom: none;
	border-top: 0 !important;
    padding-top: 0 !important;
}
.rating-stars ul > li.star > i.fa {
    /*font-size:1.2em;*/
    color:rgb(255, 145, 44);
} 
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
} 
.rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
}

.dstar-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:1.5em;
    justify-content:space-around;
    padding: 0;
    text-align: center;
    width: 7em;
    margin-bottom: 5px;
}
.dstar-rating input {
    display:none;
}  
.dstar-rating label {
    color:#ccc;
    cursor:pointer;
}  
.dstar-rating :checked ~ label {
    color:#f90;
}
.dstar-rating label:hover,
.dstar-rating label:hover ~ label {
    color:#fc0;
}
.dstar-rating [type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after, .dstar-rating [type="radio"]:checked + label:after {
    display: none;
}
.dstar-rating [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-left: 5px;
}

button[disabled], html input[disabled] {
    cursor: default;
}

label.error,.captchaError, .Please-Rate {
    display: block;color:red;font-size: 12px;text-align:left;font-weight: 400;
}

.reviews-wrapper {
    padding: 20px 0 !important;
}
.reviews-wrapper .container {
	position: relative;
}

.single-review {
	text-align: center;
	background: #fff;
	padding: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
    border-radius: 4px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.single-review img {
	width: 60px !important;
	height: 60px;
	text-align: left;
	max-width: 100%;
	margin: auto;
}
.single-review p {
	font-weight: 500;
	color: #383838;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
}
.single-review h3 {
	font-size: 14px;
	color: #202A30;
	margin: 0;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
}
.single-review span {
	font-size: 13px;
	color: #A4A4A4;
	text-transform: capitalize;
}
.reviews-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
}
.reviews-carousel .owl-dots {
	margin-top: 60px;
}
.reviews-carousel .owl-dots .owl-dot:hover span,
.reviews-carousel .owl-dots .owl-dot.active span {
	background: #1143a4;
}
.reviews-wrapper h2 {
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.reviews-wrapper h2 {
		text-align: center;
		font-size: 22px;
	}
}
.reviews-wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reviews-wrapper .owl-carousel .owl-nav .owl-next, .reviews-wrapper .owl-carousel .owl-nav .owl-prev {
	background: #ddd;
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
	transition: .25s all;
	position: absolute;
    top: 0;
}
.reviews-wrapper .owl-carousel .owl-nav .owl-next:hover, .reviews-wrapper .owl-carousel .owl-nav .owl-prev:hover {
	background: #ee5b30;
	color: #fff;
}
.reviews-wrapper .owl-carousel .owl-nav .owl-next {
	right: -40px;
}
.reviews-wrapper .owl-carousel .owl-nav .owl-prev {
	left: -40px;
}
.review-avatar {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.review-name {
	display: inline-block;
	vertical-align: middle;
}
/* review rating end */

.scholarships-contact .media {
    background: #fef8f8;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.scholarships-contact .media, .scholarships-contact .media-body {
	overflow: hidden;
    zoom: 0;
	margin-top: 25px;
}
.scholarships-contact .media-left {
    padding-right: 0;
}
.scholarships-contact .media-object {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 900px) {
    .scholarships-contact .media-left {
        display: block;
        max-height: 200px;
        overflow: hidden;
    }
    .scholarships-contact .media-object {
        height: 240px;
    }
}

.scholarships-contact .media-body {
	width: 70%;
	padding: 20px;
    text-align: center;
}
.scholarships-contact .media-body h4 {
	margin: 10px 0;
	text-align: center;
}
.scholarships-contact .media-body p {
	margin: 10px 0;
}
.campus-videos .single-video {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e0e7e9;
    margin-bottom: 20px;
}
.home-videos .single-video {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e0e7e9;
}
.home-videos .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-videos .owl-carousel .owl-nav .owl-next, .home-videos .owl-carousel .owl-nav .owl-prev {
	background: #ddd;
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
	transition: .25s all;
	position: absolute;
    top: 0;
}
.home-videos .owl-carousel .owl-nav .owl-next:hover, .home-videos .owl-carousel .owl-nav .owl-prev:hover {
	background: #ff9c00;
	color: #fff;
}
.home-videos .owl-carousel .owl-nav .owl-next {
	right: -40px;
}
.home-videos .owl-carousel .owl-nav .owl-prev {
	left: -40px;
}
.home-videos .owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
}
.home-videos .owl-carousel .owl-dots {
	margin-top: 60px;
}
.home-videos .owl-carousel .owl-dots .owl-dot:hover span,
.home-videos .owl-carousel .owl-dots .owl-dot.active span {
	background: #1143a4;
}

.youtube-player-home {
    position:relative;
    padding-bottom:56.23%;
    height:0;
    overflow:hidden;
    max-width:100%;
    background:#000;
    margin:0
}
.youtube-player-home iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100;
    background:0 0
}
.youtube-player-home img{
    bottom:0;
    display:block;
    left:0;
    margin:auto;
    max-width:100%;
    width:100%;
    position:absolute;
    right:0;
    top:0;
    border:none;
    height:auto;
    cursor:pointer;
    -webkit-transition:.4s all;
    -moz-transition:.4s all;
    transition:.4s all
}
.youtube-player-home img:hover{
    -webkit-filter:brightness(75%)
}
.youtube-player-home .play{
    height:64px;
    width:64px;
    left:50%;
    top:50%;
    margin-left:-36px;
    margin-top:-36px;
    position:absolute;
    background:url(../img/play-button.png) no-repeat;
    cursor:pointer;
    opacity:.8;
    transition:.4s all
}
.youtube-player-home:hover .play{
    opacity:1
}

.text-scroll{
    width:100%;
    height:28px;
    padding:0 10px;
    overflow:hidden;
    position:relative;
    background:#1143a4;
}
p.hov-scroll{
    position:absolute;
    white-space:nowrap;
    color: #ffffff;
    margin: 0;
    line-height: 28px;
}
.hov-scroll:hover{
    text-decoration:underline
}
.contact-content .contact-form textarea, .contact-content .contact-form input {
    border: 1px solid #ccc;
    color: #333;
    transition: .2s all;
    border-radius: 5px;
}
.contact-content .contact-form textarea:focus, .contact-content .contact-form input:focus, .contact-content .contact-form select:focus, .contact-content .contact-form textarea:hover, .contact-content .contact-form input:hover, .contact-content .contact-form select:hover {
    border-color: #1143a4;
}
.contact-content .contact-form textarea {
    height: 90px;
}
.contact-content .contact-form select {
    border: 1px solid #ccc;
    color: #333;
    transition: .2s all;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.contact-content .contact-form button {
    border-radius: 5px;
    background-color: #1143a4;
    border: 2px solid #1143a4;
    transition: .2s all;
    color: #fff;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
}
.contact-content .contact-form button:hover {
    background-color: #fff;
    color: #1143a4;
}
.location-map {
    
}
.location-map iframe {
    max-width: 100%;
    width: 100%;
    height: 260px;
    padding: 4px;
    background-color: #e0e7e9;
    text-align: left;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .location-map iframe {
        height: 250px;
    }
}
.hospital-facilities {
    margin-bottom: 30px;
}
.hospital-facilities .hospital-grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    padding: 0;
    justify-content: center;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}
@media (max-width: 768px) {
    .hospital-facilities .hospital-grid {
        grid-template-columns: 48% 48%;
        padding: 0;
    }
}
.hospital-facilities .facility-color {
    border-radius: 5px;
    display: table;
    min-height: 200px;
    overflow: hidden;
}
.hospital-facilities .facility-color:nth-child(odd) {
    background: #1143a4;
}
.hospital-facilities .facility-color:nth-child(even) {
    background: #ff9c00;
}
.hospital-facilities .facility-box {
    color: #ffffff;
    text-align: center;
    align-items:center;
    justify-content: center;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}
.hospital-facilities .facility-box p {
    margin: 0;
}
.hospital-facilities .facility-box ul {
    padding-left: 20px;
}
.hospital-facilities .facility-color:last-child .facility-box {
    text-align: left;
}
@media (max-width: 768px) {
    .hospital-facilities .facility-box {
        padding: 10px;
    }
    .hospital-facilities .facility-color:nth-child(4n+1) {
        background: #1143a4;
    }
    .hospital-facilities .facility-color:nth-child(4n+2) {
        background: #ff9c00;
    }
    .hospital-facilities .facility-color:nth-child(4n+3) {
        background: #ff9c00;
    }
    .hospital-facilities .facility-color:nth-child(4n+4) {
        background: #1143a4;
    }
}

.infrastructure-table .table {
    text-align: left;
    border-radius: 5px;
    border: 1px;
    overflow: hidden;
}
.infrastructure-table .table>tbody>tr:nth-of-type(odd) {
    background-color: #e0e7e9;
}
.infrastructure-table .table>thead>tr th {
    background: #1143a4;
    color: #fff;
}
.infrastructure-table .table-bordered>tbody>tr>td, .infrastructure-table .table-bordered>tbody>tr>th, .infrastructure-table .table-bordered>tfoot>tr>td, .infrastructure-table .table-bordered>tfoot>tr>th, .infrastructure-table .table-bordered>thead>tr>td, .infrastructure-table .table-bordered>thead>tr>th {
    border: 1px solid #d2d9db;
}
.infrastructure-collapse-table .table {
    text-align: left;
    border-radius: 5px;
    border: 1px;
    overflow: hidden;
    margin: 15px 0 0 0;
}
.infrastructure-collapse-table .table>tbody>tr:nth-of-type(odd) {
    background-color: #e0e7e9;
}
.infrastructure-collapse-table .table>thead>tr th {
    background: #1143a4;
    color: #fff;
}
.infrastructure-collapse-table .table-bordered>tbody>tr>td, .infrastructure-table .table-bordered>tbody>tr>th, .infrastructure-table .table-bordered>tfoot>tr>td, .infrastructure-table .table-bordered>tfoot>tr>th, .infrastructure-table .table-bordered>thead>tr>td, .infrastructure-table .table-bordered>thead>tr>th {
    border: 1px solid #d2d9db;
}
.infrastructure-collapse .panel-group {
    margin: 15px 0;
}
.infrastructure-collapse .panel-group .panel {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    border-color: #d2d9db;
}
.infrastructure-collapse .panel-group .panel .panel-heading {
    padding: 0;
    border-color: #d2d9db;
}
.infrastructure-collapse .panel-group .panel .panel-heading .panel-title {
    font-size: 15px;
}
.infrastructure-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle {
    display: block;
    padding: 6px 10px;
    background: #ff9c00;
    color: #ffffff;
    transition: .2s all;
    line-height: 1.4;
    text-align: left;
}
.infrastructure-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle:hover {
    text-decoration: underline !important;
    color: #ffffff;
}
.infrastructure-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle.collapsed:hover {
    text-decoration: underline !important;
    color: #ff9c00;
}
.infrastructure-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle.collapsed {
    background: #1143a4;
    transition: .2s all;
}
.infrastructure-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    line-height: inherit;
}
.infrastructure-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle.collapsed .fa {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.infrastructure-collapse .panel-group .panel .panel-body {
    padding: 10px;
}
.infrastructure-collapse .panel-group .panel .panel-body ul {
    padding-left: 20px;
}
.infrastructure-collapse .panel-group .panel .panel-body ul li {
    margin-bottom: 5px;
}
.infrastructure-collapse .panel-group .panel .panel-body ul li ul {
    margin: 5px 0;
}
.infrastructure-collapse .panel-group .panel .panel-body ul li ul li {
    margin-bottom: 5px;
}
.infrastructure-collapse .panel-group .panel .panel-body p {
    margin: 0;
}

.faqs-collapse .panel-group {
    margin: 15px 0;
}
.faqs-collapse .panel-group .panel {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    border-color: #d2d9db;
}
.faqs-collapse .panel-group .panel .panel-heading {
    padding: 0;
    border-color: #d2d9db;
}
.faqs-collapse .panel-group .panel .panel-heading .panel-title {
    font-size: 15px;
}
.faqs-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle {
    display: block;
    padding: 6px 10px;
    background: #ff9c00;
    color: #ffffff;
    transition: .2s all;
    line-height: 1.4;
    text-align: left;
}
.faqs-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle:hover {
    text-decoration: underline !important;
    color: #ffffff;
}
.faqs-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle.collapsed:hover {
    text-decoration: underline !important;
    color: #ff9c00;
}
.faqs-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle.collapsed {
    background: #1143a4;
    transition: .2s all;
}
.faqs-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle p {
    margin: 0;
    display: inline-block;
    line-height: 1.4;
    width: 92%;
    text-align: left;
}
.faqs-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    line-height: inherit;
    display: inline-block;
}
.faqs-collapse .panel-group .panel .panel-heading .panel-title .accordion-toggle.collapsed .fa {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.faqs-collapse .panel-group .panel .panel-body {
    padding: 10px 10px 5px 10px;
}
.faqs-collapse .panel-group .panel .panel-body ul {
    padding-left: 20px;
}
.infrastructure-collapse .panel-group .panel .panel-body ul li {
    margin-bottom: 5px;
}
.infrastructure-collapse .panel-group .panel .panel-body ul li ul {
    margin: 5px 0;
}
.infrastructure-collapse .panel-group .panel .panel-body ul li ul li {
    margin-bottom: 5px;
}

.course-details {
    background: #e0e7e9;
    padding: 10px 15px 15px 15px;
    margin: 15px 0 20px 0;
    border-radius: 5px;
}
.course-info-grids {
    margin: 15px 0 20px 0;
}
.course-info-grids ul {
    list-style: none;
    padding-left: 0 !important;
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    padding: 0;
    justify-content: center;
    grid-row-gap: 35px;
    grid-column-gap: 15px;
    margin: 30px 0;
}
@media (max-width: 768px) {
    .course-info-grids ul {
        grid-template-columns: 48% 48%;
        padding: 0;
    }
}
.course-info-grids ul li {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #1143a4;
    padding: 30px 10px 10px 10px;
    color: #fff;
    text-align: center !important;
    margin-bottom: 0 !important;
    position: relative;
}
.course-info-grids ul li em {
    font-style: normal !important;
    color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: table-cell;
    vertical-align: middle;
}
.inner-content .course-inner-img {
    margin: 10px auto;
    padding: 4px;
    background-color: #e0e7e9;
    width: 100%;
    border-radius: 5px;
}

.testimonaials-carousel {
    margin: 10px 0;
}
.testimonaials-carousel .owl-stage-outer .owl-stage {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.testimonaials-carousel .owl-stage-outer .owl-stage .owl-item {
    
}
.testimonaials-carousel .owl-stage-outer .owl-stage .owl-item .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.news-home {
    background: #022054; 
    padding: 20px 15px !important;
    height: 100%;
}
.news-home h2 {
    color: #ffffff;
}
.news-home .akash-line span.decor {
    border-color: #ffffff;
    background: #022054;
}
.news-home .akash-line span.decor:before, .news-home .akash-line span.decor:after {
    background: #ffffff;
}
.news-home a {
    color: #ffffff;
}
.news-home a:hover, .news-home a:focus {
    color: #ee5a30;
}
.notifications-blogs .news-home .media-body span {
    color: #bbbbbb;
}
.associated-sec {
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #1143a4;
    color: #fff;
}
.associated-sec h3 {
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    margin: 5px 0;
    vertical-align: middle;
    color: #fff;
}
.associated-sec img {
    display: inline-block;
    width: 160px;
    margin: 5px 8px;
    vertical-align: middle;
    background: #fff;
    border-radius: 10px;
    padding: 6px;
}
@media screen and (max-width: 767px) {
    .associated-sec {
        padding: 7px 5px;
    }
    .associated-sec h3 {
        font-size: 15px !important;
    }
    .associated-sec img {
        width: 110px;
        margin: 5px 5px;
    }
}