@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('../fonts/Raleway-ExtraBold.ttf');
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway-Medium.ttf');
}
@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('../fonts/Raleway-SemiBold.ttf');
}
@font-face {
    font-family: 'Raleway-Light';
    src: url('../fonts/Raleway-Light.ttf');
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.ttf');
}
@font-face {
    font-family: 'lucida';
    src: url('../fonts/lucida.ttf');
}
body {
    width: 100%;
    height: 100%;
    font-family: 'OpenSans-Regular';
    color: #222;
    font-size:16px;
    background-color:#fff;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
    line-height:24px;
	outline:0;
}
html {
    width: 100%;
    height: 100%;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: medium none;
}
p{
	font-family:Raleway-Regular;
	font-size:14px;
	color:#444;
	line-height:26px;
	margin-bottom:10px;
	float:left;
}
b{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	}
.m-top2{
	margin-top:20px;
	}
/*---- header ----*/
section{
	float:left;
	width:100%;
	clear:both;
	}
.padding{
	padding:30px 0;
	}
.top-none .navbar-default{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
	}

.main-header {
	width:100%;
	float:left;
	position:relative;
}
.main-header img{
	float:left;
	width:100%;
}
.main-header h2 {
	float: left;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	font-family:Raleway-SemiBold;
	color:#fff;
	text-shadow:1px 2px #333;
}	
.blog-section{
	float:left;
	width:100%;
	padding:60px 0px;
}	
.first-blog{
	float:left;
	width:100%;
	border:1px solid #ddd;
	padding:0px;
	margin-bottom:30px;
	
}	
.first-blog h2 {
	font-family: OpenSans-Regular;
	font-size: 17px;
	float: left;
	width: 100%;
	margin: 15px 0px 0px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 30px;
	min-height: 62px;
}	
.first-blog  a:hover img{
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.content-blog h1{
	font-family:OpenSans-Regular;
	font-size:25px;
	margin:15px 0px;
	float:left;
	width:100%;
	line-height:35px;
}
/* .content-blog a{
	background:#5c8e07;
	color:#fff;
	padding:5px 10px;
	float:left;
	margin-top:20px;
	border-radius:5px;
} */
.content-blog a i{
	padding-right:10px;
}
.content-blog h3 {
	font-size: 15px;
	color: #5c8e07;
	margin: 15px 0px;
	width:100%;
}
hr{
	float:left;
	width:100%;
}
.content-blog p{
	text-align:justify;
	font-size:15px;
	margin-bottom:15px;
}
	
.footer-section{
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:30px 0px;
	
}	
.footer-section h2{
	font-family:OpenSans-Regular;
	text-align:center;
	font-size:14px;
	width:100%;
	margin:0;
}	
.content-first{
	background:#333;
	width:100%;
	float:left;
	padding:20px;
}	
.content-first p {
	float: left;
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 0px 0px 0px;
	margin-bottom: 0;
	text-align: justify;
	min-height: 208px;
}	
.content-first a {
	background: #fff;
	color: #333;
	text-align: center;
	padding: 8px 0px;
	width: 100%;
	float: left;
	margin-top: 30px;
	font-family:OpenSans-Bold;
	border:1px solid #333;
}	
.content-first a:hover{
	border:1px solid #fff;
	background:transparent;
	color:#fff;
}	
/* Search box */

.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.side-box{
	float:left;
	width:100%;
	clear:both;
}	
.side-box a {
	background: transparent;
	margin: 0;
	float: left;
	color: #333;
}	
#imaginary_container{
	margin-bottom:30px;
}
.media {
	float:left;
	width:100%;
	margin:0;
}	
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 17px;
	font-family:OpenSans-Regular;
}	
.media-body p {
	margin-bottom: 0;
	font-size: 14px;
	color: #898e35;
}
.social-media-icon{
	float:left;
	width:100%;
	text-align:center;
}
.social-media-icon ul{
	float:left;
	text-align:center;
	width:100%;
	padding:0;
	list-style:none;
	
}

.tab-cont .nav-tabs > li {
	float: left;
	margin-bottom: -2px;
}
.tab-cont .nav-tabs {
	border-bottom: 2px solid #ddd;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.tab-cont .nav-tabs > li.active > a, .tab-cont .nav-tabs > li.active > a:focus, .tab-cont .nav-tabs > li.active > a:hover {
	color: #5c8e07;
	cursor: pointer;
	background-color: #fff;
	border: 0;
	border-bottom:2px solid #5c8e07;
}
.tab-cont .nav-tabs > li > a {
	margin-right: 0;
	line-height: 28px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #333;
	margin:0;
}	
.social-media-icon ul li{
	float:none;
	display:inline-block;
	text-align:center;
}
.social-media-icon ul li a {
	background: #5c8e07;
	color: #fff;
	width: 40px;
	float: left;
	margin-top: 10px;
	border-radius: 5px;
	height: 40px;
	font-size: 23px;
	text-align: center;
	padding: 0;
	line-height: 40px;
	margin: 10px 2px;
}
.social-media-icon ul li a:hover{
	background:#000!important;
}
.social-media-icon ul li a i{
	padding:0;
	font-weight:normal;
}
.comment-box{
	float:left;
	width:100%;
	
}
.comment-box h3{
	font-family:OpenSans-Regular;
	font-size:20px;
	text-transform:uppercase;
	float:left;
	width:100%;
	border-bottom:1px solid #5c8e07;
	padding-bottom:25px;
}		
.comment-box .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.comment-box .form-group {
	margin-bottom: 20px;
}
.comment-box form{
	float:left;
	width:100%;
	margin-top:20px;
}
.comment-box textarea.form-control{
	height:150px;
}
a.submitt{
	float:left;
	width:150px;
	text-align:center;
	border-radius:0;
	padding:10px 0px;
	text-transform:uppercase;
	background:#5c8e07;
	color:#fff;
	margin-top:20px;
}
a.submitt:hover{
	background:#000;
	color:#fff;
}
.shr-badge.shr-badge--lower-left{
    display:none;
}
.content-first h3 {
	float: left;
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 0px 0px 0px;
	margin-bottom: 0;
	text-align: justify;
	font-size:14px;
	margin:0;
}
h4.heading-blog{
	font-family:OpenSans-Bold;
	font-size:18px;
	float:left;
	width:100%;
	line-height:30px;
}
ul.sub-points{
	padding:0;
	float:left;
	width:100%;
	padding-left:15px;
	
}
ul.sub-points li{
	font-family:OpenSans-Regular;
	font-size:14px;
	float:left;
	width:100%;
	color:#444;
	line-height:28px;
}




/* Index pages */
.navbar-right {
	float: right !important;
	margin-right: 0;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}
h3.heading-top{
	float:left;
	width:100%;
	text-align:center;
	font-family:OpenSans-Bold;
	font-size:25px;
	text-transform:uppercase;
	margin:0;
	margin-bottom:30px;
	color:#333;
	position:relative;
	padding-bottom:30px;
	line-height:30px;
	
}
h3.heading-top:before{
	content:'';
	display:block;
	background:#333;
	height:2px;
	width:100px;
	margin:0 auto;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	
}
.home-blog h2 {
	min-height: 61px;
}
.home-blog .content-first p {
	min-height: 105px;
}

.main-banner-img{
	float:left;
	width:100%;
	margin:0;
	position:relative;
}
.menu-bar-header{
	float:left;
	width:100%;
	position:absolute;
	top:8%;
}
a.name-logo{
	float:left;
	font-family:lucida;
	font-size:25px;
	color:#fff;
}
.home-blog{
	background:#f5f5f5;
}
.pull-right span{
	font-family:OpenSans-Regular;
	color:#fff;
	font-size:18px;
	float:right;
	cursor:pointer;
}
.pull-right span i{
	font-weight:normal;
	padding-left:8px;
}
.introduce{
	float:left;
	width:100%;
	text-align:center;
	padding:60px 0px;
}
.introduce p{
	font-size:15px;
	margin:0;
}	

a.more-blog {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 8px 20px;
	float: left;
	margin-top: 30px;
	font-family: OpenSans-Regular;
	border: 1px solid #333;
	font-size: 15px;
	
	margin: 20px auto;
	float: none;
	margin-bottom:0;
	display: table;
	border-radius:5px;
}

a.more-blog:hover{
	background:#fff;
	color:#333;
}
.header-title{
	width:100%;
	float:left;
	text-align:center;
}
.header-title h3 {
	font-family: OpenSans-Regular;
	font-size: 32px;
	text-align: center;
	color: #fff;
	margin: 125px 0px;
	line-height: 48px;
}	
.navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-nav > li {
	float: left;
	padding-bottom: 20px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight:normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	font-family:OpenSans-Regular;
	font-size:15px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
.pdding-closed{
	padding:0;
}

.introduce iframe{
	margin-bottom:20px;
}
.pdding-closed iframe{
	margin-bottom:0;
}
.gls-univer p{
	text-align:justify;
}
a.visit-web{
	float:left;
	text-align:left;
	background:#333;
	color:#fff;
	padding:5px 15px;
	margin-top:20px;
	font-size:15px;
	border-radius:5px;
	border:1px solid #333;
}
a.visit-web:hover{
	color:#333;
	background:#fff;
}
.pclass p{
	float:left;
	width:100%;
	margin-bottom:10px;
}
ul.sudhir-point{
	width:100%;
	float:left;
	list-style:none;
	padding:0;
	text-align:left;
}
ul.sudhir-point li{
	text-align:left;
	width:100%;
	float:left;
	font-family:Raleway-Regular;
	font-size:15px;
	line-height:30px;
	color:#333;
}
ul.sudhir-point li i{
	padding-right:5px;
	font-size:16px;
	color:#0d667f;
}
.award-section{
	float:left;
	width:100%;
	padding:60px 0px;
	background:#f5f5f5;
}
.award-content{
	float:left;
	width:100%;
	background:#fff;
	padding:30px;
	border-radius:10px;
}
.award {
	padding-left:15px;
}
.award h4.media-heading {
	font-family:OpenSans-Bold;
	font-size:20px;
	margin-bottom:10px;
	margin-top:5px;
}
.award p {
	margin-bottom: 0;
	font-size: 15px;
	color: #333;
	font-family:Raleway-Regular;
}
.contact-form{
	float:left;
	width:100%;
	padding:60px 0px;
}
.contact-form .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-family:OpenSans-Regular;
	margin-bottom:20px;
}
.contact-form textarea{
	height:100px!important;
}
.address-section{
	float:left;
	width:100%;
	padding:60px 0px;
	background:#f5f5f5;
}
.address-details{
	float:left;
	width:100%;
	background:#fff;
	border-radius:5px;
	padding:30px;
}
.address-section p{
	color:#333;
	font-size:15px;
}
.address-section .media	{
	margin-bottom:10px;
}
.address-section .media	a{
	color:#333;
	font-family:OpenSans-Regular;
	font-size:15px;
}
.address-details h3{
	margin:0;
	margin-bottom:20px;
	font-family:Raleway-Regular;
	font-size:20px;
	color:#333;
}
.map{
	width:100%;
	float:left;
	
}
.map iframe{
	float:left;
	width:100%;
}
.images-sectio{
	float:left;
	width:100%;
}
.tab-gallary .wow {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	height: 138px;
	margin-bottom: 30px;
	overflow: hidden;
}
/* .images-sectio a {
	float: left;
	width: 100%;
	height: 160px;
	overflow: hidden;
	min-width: 100%;
	min-height: 150px;
	margin-bottom: 30px;
}
.images-sectio img {
	float: left;
	width: auto;
	height: auto;
	min-width: 100%;
	overflow: hidden;
} */
.mfp-close {
	width: 34px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	font-style: normal;
	background-color: transparent !important;
	color: #fff !important;
	font-size: 18px;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	cursor: default;
	cursor: pointer;
	padding: 30px 0;
	background: transparent;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	filter: alpha(opacity=90);
}
.carousel-indicators li {
	border: 1px solid #333;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #333;
}
.gls-univer img{
	margin:0 auto;
}
.tab-gallary{
	float:left;
	width:100%;
	padding:60px 0px;
}
.tab-gallary .panel-default > .panel-heading {
	color: #fff;
	background-color: #000;
	border-color: #000;
	border-radius:0;
	padding:15px 15px;
}
.panel-heading a{
	background:url('../images/minus.png')no-repeat right top;
	width:100%;
	display:block;
}
a.collapsed{
	background:url('../images/plus.png')no-repeat right top;
	width:100%;
	display:block;
}
.tab-gallary .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.tab-gallary .panel-default {
	border-color: #000;
}

@media only screen and (min-width:250px) and (max-width:500px){
.container{
	width:100%;
}
a.name-logo {
	font-size: 18px;
	padding-right: 20%;
}
.navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: none;
}
.navbar-nav > li.open {
	float: left;
	padding-bottom: 0;
	margin-top:-24px;
}
.navbar-nav {
	margin: 0px;
}
.navbar-nav .open .dropdown-menu {
	position: inherit !important;
	float: right;
	width: 100%;
	background: #fff;
	top: 20px;
	border: 1px solid #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333;
	padding: 8px 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	float: right;
}
.dropdown-menu {
	min-width: auto;
}
.pclass img{
	margin-bottom:15px;
}
.award {
	width: 100%;
}
.award-content .media-body, .award-content .media-left, .award-content .media-right {
	display: block;
	vertical-align: top;
}
h3.heading-top {
	font-size: 20px;
}
.gls-univer img{
	margin-bottom:15px;
}
a.submitt {

	width: 124px;

	margin-bottom: 30px;
	font-size: 13px;
}
.main-header img {
	float: left;
	width: auto;
	height: 200px;
	min-height: 200px;
	max-width: none !important;
	/* min-width: 100%; */
}

.first-blog {
	margin-bottom: 30px;
}
.menu-bar-header {
	top: 3%;
}
.header-title h3 {
	font-family: OpenSans-Regular;
	font-size: 17px;
	text-align: center;
	color: #fff;
	margin: -15px 0px;
}
}

@media only screen and (min-width:501px) and (max-width:767px){
.container{
	width:100%;
}
a.name-logo {
	padding-right: 55%;
	font-size: 20px;
}
.nav > li > a {
	padding: 0px 0;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: none;
}
.navbar-nav > li.open {
	float: left;
	padding-bottom: 0;
	margin-top:-24px;
}
.navbar-nav {
	margin: 0px;
}
.navbar-nav .open .dropdown-menu {
	position: inherit !important;
	float: right;
	width: 100%;
	background: #fff;
	top: 20px;
	border: 1px solid #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333;
	padding: 8px 15px;
}
.navbar-nav > li {
	float: left;
	padding-bottom: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #333;
}
.header-title h3 {
	font-size: 25px;
	margin: 1% 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	float: right;
}
.dropdown-menu {
	min-width: auto;
}
.pclass img{
	margin-bottom:15px;
}
.award {
	width: 100%;
}
.award-content .media-body, .award-content .media-left, .award-content .media-right {
	display: block;
	vertical-align: top;
}
h3.heading-top {
	font-size: 20px;
}
.gls-univer img{
	margin-bottom:15px;
}
#imaginary_container {
	margin-bottom: 30px;
	margin-top: 30px;
}
.images-sectio .col-xs-12 {
	width: 50%;
}

}
@media only screen and (min-width:740px) and (max-width:767px){
a.name-logo {
	padding-right:65%;
	font-size: 20px;
}	
}
@media only screen and (min-width:768px) and (max-width:991px){
.container{
	width:100%;
}
.header-title h3 {
	font-size: 28px;
	margin: 5% 0px;
}
.first-blog {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	min-height: 280px;
}
.first-blog h2 {
	font-family: OpenSans-Regular;
	font-size: 17px;
}
.content-first p {
	float: left;
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 0px 0px 0px;
	margin-bottom: 0;
	text-align: justify;
	min-height: 236px;
}
#imaginary_container {
	margin-bottom: 30px;
	margin-top: 30px;
}
.images-sectio a {
	float: left;
	width: 100%;
	height: 110px;
	overflow: hidden;
	min-width: 100%;
	min-height: 110px;
	margin-bottom: 30px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){
.container{
	width:100%;
}
.first-blog h2 {
	font-family: OpenSans-Regular;
	font-size: 15px;

}
#imaginary_container {
	margin-bottom: 30px;
	margin-top: 30px;
}
.content-first p {

	min-height: 235px;
}

}

@media only screen and (min-width:1200px) and (max-width:1399px){
.container{
	width:1170px;
	
}

}
@media only screen and (min-width:1400px) and (max-width:1599px){
.container{
	width:1250px;
	
}
}




