@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Dr+Sugiyama');
html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
	color: #323232;
}
.body-inner {
	position: relative;
	overflow: hidden;
}
a, .btn {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.read-more {
	color: ##000;
}
a.read-more:hover {
	color: ##000;
}
.gap-40 {
	clear: both;
	height: 40px;
}
.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}
a:focus {
	outline: 0;
}
/*-- Typography start --*/

body, p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 20px;
	color: #2d2d2d;
}
 
h1 {
	font-size: 36px;
	line-height: 48px;
}
h2 {
	font-size: 28px;
	line-height: 38px;
}
h3 {
	font-size: 24px;
	line-height: 34px;
}
h4 {
	font-size: 18px;
	line-height: 28px;
}
h5 {
	font-size: 14px;
	line-height: 24px;
}



/* Header area
================================================== */
.my-fix {
	position: fixed !important;
	right: 0;
	left: 0!important;
	z-index: 11 !important;
	width: 100%!important;
	top: 0px;
	-webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.55);
	background: #fff;
	padding: 0px 0px 0px 0px;
}
.ak_logo-sm{position: absolute;
	z-index: 4;
	top: 10%;
	left:7%}
/*-- Header fixed --*/

.main-nav {
	position: relative;
}
.ak_logo {
	position: absolute;
	z-index: 4;
	top: 0px;
}
.header-fixed .top-info {
	display: none;
}
/*-- Top info --*/

.top-info {
	display: block;
	overflow: hidden;
	color: #fff;
	padding: 5px 0 0px 0;
	font-size: 13px;
}
.top-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px #ddd solid;
	padding-bottom: 5px;
}
.overview .icon i {
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	width: 30px;
	height: 30px;
	background: #f78e20;
	border-radius: 50px;
	text-align: center;
}
.top-info li {
	float: left;
	margin-left: 10px;
}
.top-info i {
	color: #000;
	font-size: 16px;
	margin-right: 5px;
}
.top-info li.social-icon i {
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	margin-right: 0;
}
.top-info li.social-icon i:hover {
	color: #f78e20;
}
.top-info li.social-icon {
	border-left: 1px solid #ddd;
	padding-top: 10px;
}
/*-- Main navigation --*/
.header_simple .navbar-collapse{padding-right: 0px;}
.navbar-header {
	position: relative;
	z-index: 9999;
}
a.navbar-brand {
	padding: 4px 10px;
}
.navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}
.navbar-nav>li>a {
	padding: 21px 30px;
}
.navbar-nav>li>a:hover {
	background: none;
}
.header_simple .navbar-nav>li>a:hover, .header_simple .navbar-nav>li.active>a, .header-fixed .navbar-nav>li>a:hover, .header-fixed .navbar-nav>li.active>a {
	color: #f78e20;
}
.navbar-toggle {
	background: #000;
	border-radius: 0;
	margin-right: 5px;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
ul.nav.navbar-nav li {
}
ul.navbar-nav li a {
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}
ul.navbar-nav li a:hover, ul.navbar-nav li a:focus {
	color: #000;
}
ul.navbar-nav > li.active {
	background: none;
}
ul.navbar-nav li.active > a, ul.navbar-nav > li.active.dropdown.open {
	color: #000;
}
ul.navbar-nav li.active > .dropdown-menu > li.active > a {
	color: #000;
}
.navbar-nav .dropdown-menu {
	left: 0;
	right: auto;
}
.dropdown-menu * {
	width: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.navbar-nav .dropdown-menu {
	background: none;
	border: 0;
	box-shadow: none;
	min-width: 240px;
	display: block;
	opacity: 0;
	z-index: 4;
	visibility: hidden;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
	transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
	background-color: rgba(0, 0, 0, 0.8);
	padding: 0;
}
.navbar-nav .dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	color: #777;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.navbar-nav .dropdown-backdrop {
	visibility: hidden;
}
.dropdown-menu>li>a {
	font-size: 14px;
	padding: 12px 17px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	color: #fff !important
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li.active>a {
	background: none !important;
	color: #f78e20 !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	border: 0;
}
/*================ SIMPLE_HEADER START===================*/

.header_simple .top-info {
	background: #ffffff none repeat scroll 0 0;
	color: #000;
}
.header_simple .top-info li.social-icon i {
	color: #f78e20;
}
.header_simple .top-info li.social-icon i:hover {
	color: #ddd;
}
.header_simple .bottom-info, .header-fixed {
	background-color: #fff;
}
.header_simple a.navbar-brand {
	background: none;
	padding: 3px 0 0;
}
.header_simple ul.nav.navbar-nav li {
	background: none;
}
.header_simple ul.nav.navbar-nav .dropdown-menu li {
	background: rgba(0, 0, 0, 0.8);
}
/* Slideshow
================================================== */

/*-- Main slide --*/
#main-slide{ text-align:center;}

#main-slide .item {
	background-color:#000;
 }

#main-slide .item img {
	width: 100%;
	opacity:0.7;
}
#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .slider-content {
	top: 10%;
 	left: 0%;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slide .slider-content h1 {
	padding-top:15%;
	font-size: 45px;
	line-height:1.2em;
 	text-align:center;
	color:#fff;
}
  
#main-slide .slider-content h2 {
	font-size: 150px;
	font-family: 'Dr Sugiyama', cursive;
	text-align:center;
	color:#fff;
}
#main-slide .slider-content h3 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 25px;
	text-transform: uppercase;
	letter-spacing: .61em;
}
#main-slide .slider-content h5 {
	padding-top:10%;
	font-size: 50px;
    text-align: center;
    color: #fff;
	line-height: 1.2em;
	font-weight: 600;
}

#main-slide .slider-content p {
  	font-size: 40px;
	text-align:center;
 	color: #fff;
}
#main-slide .slider-content p.sml {
  	font-size: 20px;
	text-align:center;
 	color: #fff;
	padding-top:25px
}
.slider.btn {
 	padding: 0px 45px;
	margin-top: 50px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 50px;
	height: 50px;
	border: 0;
	display:inline-block;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	background-color: #e25e59;
	background-image: -webkit-linear-gradient(right, #fe4233, #f4a641);
	background-image: -moz-linear-gradient(right, #fe4233, #f4a641);
	background-image: -o-linear-gradient(right, #fe4233, #f4a641);
	background-image: -ms-linear-gradient(right, #fe4233, #f4a641);
	background-image: linear-gradient(to left, #fe4233, #f4a641);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slider.btn a{ color:#fff; text-decoration:none;}
.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}
.slider.btn.btn-default:hover {
	background: #000;
	color: #fff;
}
.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}
.slider-content-right {
	position: relative;
}
/*-- Animation --*/
.carousel .item.active .animated1 {
}
.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
}
.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated8 {
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}
/*-----About us----*/
#about_us {
	padding: 5em 0 2em 0;
	clear: both;
	background-image: url(../images/about-bg.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
h2 {
	margin-bottom: 1em;
}
h2 span {
	display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3em;
	margin-bottom: -10px;
}
h2 {
	font-size: 50px;
	line-height: 1.5;
	color: #f78e20;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
p {
	font-size: 15px;
	line-height:25px;
}
.ak-faculty {
	padding: 3em 0;
	clear: both;
}
.ak-faculty h6 {
	line-height: 22px;
	font-size:15px;
	text-transform:uppercase;
}
/*-- ----services----- --*/
#services {
	background: #f8f8f8;
	padding-top: 5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
.services .thm-margin {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 2em;
}
.services .thm-padding {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.services-grid {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.services-grid:hover {
	box-shadow: none;
}
.services-grid img {
	display: block;
	position: relative;
	transform: scaleY(1);
	transition: all .5s ease-in-out;
}
.services-grid:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
}
.services-grid .mask {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	overflow: hidden;
}
.services-grid:hover .mask {
	background: rgba(0, 0, 0, .9);
	z-index: 2;
}
.services-grid.background .mask{
	background: rgba(0, 0, 0, .8);
	z-index: 2;
}
.services-grid.background .mask h3, .services-grid.background .mask p,  .services-grid.background .mask .thm-btn{
    transform: none;
    color: #fff;
	opacity:1}
 
.services-grid.background img {
    -webkit-transform: none;
    transform: none;
}
 
.services-grid .mask h3 {
	margin: 3px 0;
	transform: scale(0);
	color: #f8f8f8;
	font-size: 18px;
	font-weight: 500;
}
.services-grid .mask p {
	margin: 0;
	color: #fff;
	opacity: 0;
	font-size: 12px;
	transform: scale(0);
	padding: 6px;
}
.services-grid .mask .thm-btn {
	transform: scale(0);
	opacity: 0;
}
.services-grid .dest-name {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background: rgba(255, 75, 51, .9);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.35s, transform 0.35s;
	display: block;
	padding: 5px 0px;
}
.services-grid:hover .dest-name {
	opacity: 0;
}
.services-grid .dest-name h4 {
	margin: 0;
	font-size: 15px;
}
.services-grid:hover h3, .services-grid:hover p, .services-grid:hover .thm-btn {
	transform: scale(1);
	opacity: 1;
}
.services-grid, .services-grid .mask, .services-grid .mask h3, .services-grid .mask p {
	-ms-transform: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transform: all 0.5s linear;
	-moz-transform: all 0.5s linear;
	transition: all 0.5s linear;
}
.serv{ margin-top:20px; margin-bottom:10px; position:relative;   }
.serv img { max-width:100%;}
.serv_details{ position:absolute; z-index:1; bottom:0px; left:0px; text-align:center; width:100%; color:#fff; background-color:#f78e20; background-color:rgba(255,153,0,0.9); line-height:40px; font-size:15px;}

.serv_details2{
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	color: #fff;
	line-height: 30px;
	font-size: 22px;
	padding: 15px;
}

.serv_details a, .serv_details2 a{ color:#fff; text-decoration:none;}
.serv_details2 span{ font-size:13px; display:block; line-height:20px}
.btn_empty {
 	padding: 0px 45px;
	margin-top: 10px;
	margin-bottom:5px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 50px;
	height: 50px;
	border: solid 1px #fff;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.thm-btn {
	padding: 10px 35px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparen;
	background: none;
	text-transform: uppercase;
}
.thm-btn:hover {
	background: #f78e20;
	text-decoration: none;
	color: #fff
}
/*-----Faculty------*/
.faculty-left-column {
	float: left;
	width: 40%;
}
.faculty-left-column img {
	width: 100%;
}
.faculty-right-column {
	float: left;
	width: 60%;
}
.faculty-text p{ text-align:justify}
.faculty-text span {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .3em;
}
.faculty-text h3 {
	font-size: 48px;
	line-height: 1.5;
	color: #f78e20;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.faculty-right-column {
	padding: 50px 95px 35px 60px;
}
.faculty-thm-btn {
	padding: 10px 35px;
	color: #f78e20;
	font-size: 19px;
	border: 2px solid #f78e20;
	text-align: center;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparen;
	background: none;
	text-transform: uppercase;
}
.faculty-thm-btn:hover {
	border: 2px solid #000;
	background: none;
	text-decoration: none;
	color: #000
}
 
/*-----------Contact us part------*/
.contect_map{ position:relative; padding-left:40%}
.contact-left-column {
	float: left;
	width: 40%;
	background-color: #e25e59;
	background-image: -webkit-linear-gradient(right, #fe4233, #f4a641);
	background-image: -moz-linear-gradient(right, #fe4233, #f4a641);
	background-image: -o-linear-gradient(right, #fe4233, #f4a641);
	background-image: -ms-linear-gradient(right, #fe4233, #f4a641);
	background-image: linear-gradient(to left, #fe4233, #f4a641);	
	padding: 65px 65px 54px 65px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
}
.contact-right-column {
	float: left;
	width: 100%;
	pointer-events:none;
}
 
.contact-text span {
	display: block;
	font-size: 13px;
	color: #fff;
	padding-bottom: 10px;
}
.contact-text h5 {
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.contact-form .form-control {
	height: 45px;
	padding: 5px 10px;
	font-size: 13px;
	background-color: #fff;
	border-radius: 5px;
 }
.contact-form .message {
	padding-top: 10px;
	height: 80px;
 }
select {
	-webkit-appearance: none;
	border: 1px solid #CCC!important;
	background: #fff url(../images/sort_desc.png) no-repeat 98.50% 50% !important;
	padding-right: 25px!important;
}
.contact-form .vp-btn {
	padding: 10px 35px;
	color: #fff;
	font-size: 19px;
	border: 1px solid #f78e20;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	background: #000;
	text-transform: uppercase;
}
.contact-form .vp-btn:hover {
	border: 2px solid #000;
	background: none;
	text-decoration: none;
	color: #000
}
.or {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	text-align:center;
	line-height:40px;
	text-transform: uppercase
}
.divider {
	position: relative;
	margin: 30px 0px 10px 0px;
}
.divider:after {
	content: '';
	position: absolute;
	top: 50%;
	width: calc(100% - 40px);
	left: 40px;
	border: 1px solid #fff;
	z-index: 3;
}
.contact-address-box {
	padding-left: 50px;
	margin-top: 7px;
}
.contact-address-box i {
	font-size: 20px;
	line-height: 30px;
	float: left;
	width: 40px;
	text-align: center;
	margin-left: -50px;
	color: #fff
}
.contact-address-box p {
	margin: 0;
	font-size: 15px;
	color: #fff;
	line-height: 33px;
}
.map-responsive {
	overflow: hidden;
	position: relative;
	min-height: 350px;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	position: absolute;
	    width: 100%;
    height: 100%;

}
/*-- Footer common --*/

#footer-wrapper {
}
#footer {
	background: #171425 none repeat scroll 0 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h3.footer-title {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 1px;
	color: #f78e20;
	text-transform: uppercase;
	margin: 0;
	padding-top: 15px;
}
.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
.footer-links ul li {
	line-height: 25px; display:inline-block; padding-left:15px; padding-right:15px
}
.footer-links ul li:last-child {
	border-bottom: 0;
}
.footer-links ul li a {
	color: #b4b4b4;
	padding-left: 5px;
}
.footer-links ul li a:hover {
	color: #f78e20;
}
.footer-links .form-control {
	height: 40px;
	background: #fff;
	border-radius: 5px;
}
.footer-links button {
	background-color: #fc5335;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
	border: none;
	height: 40px;
}
.footer-links button:hover {
	background: #000;
	color: #fc5335
}
.footer-links p {
	color: #b4b4b4;
	padding: 10px 0px
}
/*-- Footer bottom --*/
.footer-bottom {
	background: #120f20;
	padding: 15px 0;
}
.back-to-top {
	background: #f78e20 none repeat scroll 0 0;
	border-radius: 0;
	bottom: 10px;
	color: #fff;
	font-size: 22px;
	padding: 6px 12px;
	position: fixed;
	z-index: 100;
	right: 20px;
}
.back-to-top:hover {
	background: #292a2b;
	color: #fff;
}
.copyright-info {
	color: #b4b4b4;
	font-size: 13px;
}

/* Subpages services ================================================== */
.vidyapeeth:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #000000;
    opacity: 0.4;
    z-index: -1;
}
.vidyapeeth {
    float: left;
    width: 100%;
    padding: 100px 0 100px;
    background-image: url(../images/inrbg.jpg);
    background-size: cover;
    background-origin: center;
    background-repeat: none-repeat;
    position: relative;
    z-index: 2;
    background-position: center;
}
.about-page-bg{ background-image: url(../images/about-page-bg.jpg ) !important;
    background-size: cover;}
	
.vidyapeeth_des {
    float: left;
    width: 100%;
    text-align: left;
	padding-top: 20px;
}
.vidyapeeth_banner_heading {
    float: left;
    text-align: left;
    width: 50%;
}
.vidyapeeth_des h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}

.vidyapeeth_breadcrumb {
    float: right;
    text-align: right;
    width: 50%;
    padding:12.5px 0 6px;
    line-height: 14px;
}
.vidyapeeth_breadcrumb ul li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}
.vidyapeeth_breadcrumb ul li::before {
    color: #fff;
    content: "\f105";
    font-family: fontawesome;
    font-size: 12px;
    font-weight: normal;
    left: 0px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
	line-height:normal;
}
.vidyapeeth_breadcrumb ul li:first-child:before {
    font-size: 0;
	display:none;
}
.vidyapeeth_breadcrumb ul li a {
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
	padding:0 7px;
	display:block;
	line-height: 14px;
}
.vidyapeeth_breadcrumb ul li a:hover{ color:#f78e20}


.course-widget-price {
    padding:24px 23px;
    border: 2px solid #e3e3e3;
	background: #fff;
}

.course-widget-price .course-title {
    padding-bottom: 17px;
    position: relative;
    margin-bottom: 17px;
}

.course-widget-price .course-title:after {
    content: "";
    height: 1px;
    background: #000;
    width: 35px;
    bottom: 0;
    position: absolute;
    left: 0;
}

.course-widget-price ul {
    margin-bottom: 17px;
	list-style-type: none;
	padding-left: 0px;
}

.course-widget-price li {
    font-size: 15px;
    line-height: 45px;
    border-bottom: 1px solid #e3e3e3;
}

.course-widget-price li i {
    padding-right: 20px;
    font-size: 25px;
    padding-left: 2px;
	width:45px;
	display:inline-block;
}

.course-widget-price li span:last-child {
    float: right;
}

.course-widget-price .bt-course span {
    font-weight: 700;
    font-size: 20px;
}
.course-widget-price .time{ color: #f78e20;
    line-height: 30px;
    padding-top: 10px;} 
 
 
 
 
 
 
 
 
 /* ------Subpages Contact---------*/
/*.contactus {
	padding-bottom: 0;
}
.contactus .contact-list {
	padding: 0 26px 0 26px;
	margin: 24px 0 0 0;
	min-height: 353px;
	background: rgba(255, 255, 255, 0.66);
	box-shadow: 0 10px 20px rgba(0,0,0,0.04), 0 6px 6px rgba(0,0,0,0.05);
}
.contactus .contact-list .contact-icon {
	padding: 10px;
	border: solid 1px #f6f6f6;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	display: inline-block;
	margin: -44px 0 24px 0;
}
.contactus a{ color:#f78e20}.contactus a:hover{ color:#000}
.contactus .contact-list i {
	color: #2c2c2c;
	background: #f6f6f6;
	font-size: 42px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 50%;
}
.contactus .contact-list h3 {
	text-align: center;
	color: #f78e20;
	font-size: 18px;
	margin: 0 0 24px 0;
}
.contactus .contact-list h4 {
	border-bottom: dashed 1px #909090;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.contactus .contact-list p {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 40px 0;
}*/
 
.gt_contact_form {
	background:#f9f9f9;
	padding:5px;
}
.gt_contact_form h3 { text-align:center; text-transform:uppercase; padding:10px 0px; color: #f78e20;}
.gt_contact_us_field {
	float: left;
	width: 100%;
    padding-bottom: 5px;
	text-align: center;
}
.gt_contact_us_field input[type="text"],
.gt_contact_us_field input[type="email"],
.gt_contact_us_field textarea {
	float: left;
	width: 100%;
	border: 1px solid rgba(127,127,127,0.21);
	border-radius: 2px;
	min-height: 48px;
	margin: 0 0 20px;
	padding: 8px 40px 8px 15px;
}
.gt_contact_us_field textarea {
	min-height: 185px;
	resize: none;
}
.gt_contact_us_field input[type="submit"],
.gt_contact_us_field button {
	text-align: center;
	border: 0px;
	text-transform: uppercase;
	padding: 10px 40px;
	font-size: 16px;
	background-color: #f78e20;
	color: #fff;
	border-color: #f78e20;
}
/*Hover Css*/
.gt_contact_us_field input[type="submit"]:hover,
.gt_contact_us_field button:hover {
	background-color: #000;
	
}
 

.description-text p{ text-align:justify}

.description-text h3{    
    border-bottom: #3c3b3a dashed 1px;
    color: #fd533d;
    padding-bottom: 14px;}

.ak_contact_us .form-control {
   float: left;
    width: 100%;
    border: 1px solid rgba(127,127,127,0.21) !important;
    border-radius: 2px;
    min-height: 48px;
    margin: 0 0 20px;
    padding: 8px 40px 8px 15px;
	color: #8f8f8f !important;
}







.contact-content {
    text-align: center;
    border: 2px solid #e5e5e5;
    -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
			background:#fff;
			margin-top:20px; 
}

.contact-content:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.contact-content .contact-address {
    padding: 50px 16px 50px;
    position: relative;
	 min-height: 235px;
}

.contact-address .style1 img {
    margin-top: -128px;
}

.contact-address .style1 img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: yellow;
    border: 1px solid #000;
}

.contact-content .details h5 {
    font-family: "montserrat",sans-serif;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 17px;
}

.contact-content .details p {
    margin-bottom: 1px;
}
.contact-content a{ color:#000} .contact-content a:hover{ color:#f78e20}
.navbar-nav .dropdown-menu{ background:#160666 !important}



.study_table_wrap .table{
	margin-bottom: 46px;
}
.study_table_wrap th {
    border: 1px solid #ccc !important;
    background-color: #ddd;
    font-size: 16px;
    color: #333;
    text-align: left;
}
.study_table_wrap .table > thead > tr > th,
.study_table_wrap .table > tbody > tr > th,
.study_table_wrap .table > tfoot > tr > th,
.study_table_wrap .table > thead > tr > td,
.study_table_wrap .table > tbody > tr > td,
.study_table_wrap .table > tfoot > tr > td{
	padding:12px 16px;
}
.has-error .help-block{ color:#000; text-align:left}
#contact_result{ color:#000; line-height:35px;}

.mynav{ cursor:pointer;}
.package-details{ padding-bottom:50px;}
.package-details h2, .package-details h2 span{ font-size: 30px; display: inline; text-transform:none; padding-top:15px; }
.package-details h2 span{ letter-spacing:normal; color:#333}

.package-details p {
    font-size: 15px;
    line-height: 25px;
	padding-bottom:7px;
	padding-top:7px
}

.page-title-block{
	background-color: #0071bc;
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-title-block h2{ color:#fff; }
.packages-box h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
p.sml{     font-size: 13px;}