@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: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/roboto-medium.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.ttf');
}
@font-face{
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.ttf');
}
@font-face{
	font-family: 'Satisfy-Regular_2';
	src: url('../fonts/Satisfy-Regular_2.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;
}
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;
    
}
*::-moz-selection {
	background: #df4a43;
	color: #fff;
	text-shadow: none;
}

.headding a:hover {
  color: #df4a43;
}

a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
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);
	}
/*---- slider ----*/
/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption {
	text-shadow: none;
	}
.item2 .carousel-caption {
	left:0;
	right:auto;
	}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: none;
	width:auto;
}
/* .slider .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
	background: #000;
}
.slider .carousel-inner > .item > a > img, .carousel-inner > .item > img {
	opacity: 0.5;
} */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	width:auto;
	}
.carousel-inner img{
	width:100%;
	}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	width:40px;
	height:40px;
	background-color:transparent;
	border-radius:100px;
	}
.carousel-control img{
	width: 10px;
    margin-top: 4px;
	}
/*---- carousel-fade ----*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/*---- carousel-close ----*/
.cd-top {
    background-color:transparent;
	border:1px solid #be1e2d;
    bottom:5px;
    color: #FFFFFF;
    display:inline-block;
    font-size: 12px;
    height:37px;
    line-height: 31px;
    padding:4px;
    position: fixed;
    right: 10px;
    text-align: center;
    width:37px;
    z-index: 9999;
	visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top img{
	vertical-align: inherit;
	}
.cd-top:hover{
	background-color: #fff;
	color:#333;
	}
.cd-top:focus{
	color:#FFF;
	}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity:1 
}
.footer-bottom{
	background-color:#111;
	float:left;
	width:100%;
	}
.footer-bottom p, .footer-bottom p a{
	color:#9b9b9b;
	font-size:15px;
	}
.footer-bottom p a:hover{
	color:#bf1e2e;
	}
ul.list{
	list-style-type:none;
	padding:0;
	}
ul.list li{
	margin-bottom:10px;
    float: left;
    width: 100%;
	}
ul.list-full li{
	width:100%;
	}
ul.list-full{
	float:left;
	}
ul.list li a{
	color:#9b9b9b;
	font-size:15px;
	background-image:url(../images/small-arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:14px;
	}
ul.list li a:hover{
	padding-left:10px;
	color:#bf1e2e;
	}
.row-box{
	float:left;
	width:100%;
	clear:both;
	}
.contact-detail img{
	float:left;
	margin-right:5px;
	}
.contact-detail p{
	font-size:14px;
	}
.footer-bottom h5{
	font-family: 'Roboto-Bold';
	color:#ffffff;
	font-size:16px;
	position:relative;
	margin-bottom:30px;
	}
.footer-bottom .row-box{
	margin-bottom:10px;
	}
.footer-bottom h5::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 11px;
	width: 2px;
	z-index: 1;
	background-color: #bf1e2e;
	float: left;
}
.footer-top p{
	color:#c5c5c5;
	}
footer{
	background-color:#0a0a0a;
	width:100%;
	float:left;
	padding:10px 0;
	}
footer p{
	color:#fff;
	font-size:14px;
	text-align: left;
	margin:10px 0px;
	}
footer a{
	color:#fff;
	}
footer a:hover{
	color:#f7970c;
		}
.shine {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease all;
}
.shine:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}
.shine:hover:after {
  opacity: 1;
  top: 0;
  left: 80%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.shine:active:after {
  opacity: 0;
}
/* top_social header */
.top_social{
	width:100%;
	float:left;
	background:#f9f9f9;
}
.top_social .social-media a {
	background:#201057;
	color: #fff;
	margin-right:1px;
	border-radius:0px;
}
/* Header */
.top_header{
	float:left;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	background:#fff;
	padding:20px 0px;
}
.logo{
	float:left;
	width:100%;	
}
.logo img{
	float:left;
	border-right:1px solid #ddd;
	padding-right:20px;
}
.logo h1{
	font-family:Oswald-Bold;
	font-size:19px;
	color:#444444;
	padding-left:20px;
	float:left;
	margin-bottom:0px;
}
.logo p{
	font-family:Roboto-Regular;
	font-size:15px;
	color:#444;
	float:left;
	padding-left:20px;
	line-height:31px;	
}
.mail-box {
	float: left;
	margin: 10px;
	border-right: 1px solid #e1e1e1;
	padding:0px 7px;
	margin: 21px 0px;
	
}
.mail-box img{
	float:left;
}
.mail-details{
	float:left;
	margin-left:5px;
}
.mail-details h3{
	font-family:Roboto-Regular;
	font-size:14px;
	text-transform:uppercase;
	color:#969696;
	margin:0px;
}
.mail-details p{
	font-family:Roboto-Regular;
	font-size:18px;
	color:#615d5c;
	line-height:30px;
}
.main-menubar{
	float:left;
	width:100%;
	margin:0 auto;
	padding:0px;
	background:transparent;
	border:0;
	min-height:auto;
	border-radius:0px;
	z-index:2;
}
.main-menubar .navbar-collapse{
	background:#201057;
	padding:0px;
	border:2px solid #fff;
}
.main-menubar .navbar-nav > li > a {
	padding: 22px 24px;
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #fff;
}
.navbar-nav {
	float: none;
	margin: 0;
	text-align: center;
	width: 100%;
}
.navbar-nav > li {
	float: none;
	display:inline-block;
	text-align:center;
}
.main-menubar .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #201057;
	background-color: #fff;
}
.main-menubar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #201057;
	background-color: white;
}
.slider{
	float:left;
	width:100%;
	margin-top:-32px;
	z-index:0;
	overflow:hidden;
	position:relative;
}
.slider .carousel-caption {
	position: absolute;
	right: 0;
	top: auto;
	left: auto;
	z-index: 10;
	text-align: right;
	text-shadow: 0;
	padding: 0px;
	margin: 0 auto;
	bottom: 10%;
	width: 100%;
}
.slider .carousel-caption h2 {
	font-family: 'Satisfy-Regular_2';
	color: #fff;
	font-size: 42px;
	width: 90%;
	margin: 0 auto;
	text-shadow: 2px 1px #000;
}
.slider .carousel-caption p{
	font-family:Roboto-Light;
	color:#fff;
	font-size:23px;
}
.section2{
	background:#fff;
	padding:45px 0px;
	width:100%;
	float:left;
}
.headding{
	float:left;
	width:100%;
	margin:0px 0px 30px;
}
.headding h2 {
	font-family: Roboto-Bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	position: relative;
	margin: 0px;
	float: left;
	padding-left: 10px;
	padding-right:20px;
}
.headding h2::after {
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	background: #df4a43;
	left: 0;
	right: 0px;
	top: 0;
}
.box{
	width:100%;
	float:left;
}
.box img {
	min-width: 100%;
	margin: 0 auto;
}
.box h3{
	font-family:Roboto-Bold;
	font-size:16px;
	text-transform:uppercase;
	color:#333;
	margin:10px 0px;
}
.box p{
	font-family:OpenSans-Regular;
	font-size:14px;
	color:#676767;
	line-height:24px;
	text-align:left;
	float:left;
}
.button-readmore{
	float:left;
	margin:10px 0px;
}
.button-readmore a{
	float:left;
	width:100%;
	color:#333;
	text-align:center;
	   -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;
}
.minheight{
	float:left;
	min-height:100px;
}
.button-readmore a i {
	float: left;
	border: 1px solid #ddd;
	width: 40px;
	height: 40px;
	line-height: 38px;
}

.button-readmore a:hover i{
	color:#fff;
	background:#201057;
		   -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;
}
.button-readmore a:hover p{
	color:#fff;
	background:#201057;
		   -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;
}
.button-readmore a p {

	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 36px;
	font-family: Roboto-Regular;
	text-transform: uppercase;
	width: 130px;
	text-align: center;
	letter-spacing:1px;
	margin:0px;
}
.second{
	background:#f6f6f6;
}
.headding p{
	float:left;
	font-family:Roboto-Regular;
	font-size:18px;
	border-left:1px solid #ddd;
	padding-left:20px;
}
.second .form-control {
	display: block;
	width: 100%;
	height:auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color:transparent;
	background-image: none;
	border-bottom: 1px solid #ddd!important;
	border-radius: 0px;
	border:0;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition:none;
	transition:none;
	margin:0px 0px 40px;
}
.second .form-control:focus{
	border-bottom: 1px solid #df4a43 !important;
}
.second .form-control::-moz-placeholder {
	color: #666;
	font-family:Roboto-Regular;
	font-size:14px;
}
a.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color:transparent;
	text-align: center;
	float: none;
	width: 120px;
	margin: 0 auto;
	display: inherit;
	border-radius: 300px;
	padding: 8px 0px;
	text-transform: uppercase;
	font-family: Roboto-Regular;
	font-size: 15px;
}
 label.error {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	left: 27px;
	color: red;
}
.third{
	background:#615d5c;
}
.third .headding h2 {
	color: #fff;
}
.Placement-box {
	width:16.6%;
	float: left;
	text-align: center;
	padding: 20px 0px;
	height: 190px;
}
.Placement-box img{
	margin:0 auto;
}
.Placement-box p{
	font-family:Roboto-Bold;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:0px;
	line-height:30px;
}
.white{
	background:#fff;
	position:relative;
}
.white::before {
	content: '';
	border-width: 10px 13px 10px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	top: 45%;
	left: -12px;
	right: auto;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
}
.rightt::before {
	content: '';
	border-width: 10px 0px 10px 13px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	top: 45%;
	left: auto;
	right: -12px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
}
.white img{
	margin:20px auto;
}
a.readmore {
	color: #fff;
	font-family: OpenSans-Regular;
	font-size: 16px;
	position: relative;
	padding-right: 23px;
}
a.readmore i {
	position: absolute;
	font-size: 14px;
	top: 5px;
	right: 5px;
		  -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;
}
a.readmore:hover i{
	right:0;
	  -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;
}
.team-details{
	width:100%;
	float:left;
}
.team-details a:hover{
    color: #df4a43;
}

.team-details h3{
	font-family:Roboto-Light;
	font-size:24px;
	color:#333333;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.team-details h3 span{
	font-family:Roboto-Bold;
}
.team-details p {
	font-family: OpenSans-Regular;
	font-size: 15px;
	color: #444;
	margin: 0px;
	margin-bottom: 13px;
	text-align: justify;
	float: left;
}
.job-news .placement-box{
	width:100%;
	float:left;
	border:1px solid #e4e4e4;
	border-radius:8px;
	padding:10px;
	margin-bottom:30px;
	min-height:140px;
}
.latest-news {
	background: #201057;
	width: 100%;
	float: left;
	text-align: center;
	padding: 28px 15px;
}
h2.news-title{
	font-family:Roboto-Bold;
	font-size:20px;
	text-transform:uppercase;
	background:#fff;
	color:#333333;
	margin:0px;
	padding:10px 0px;
}
.all-news{
	float:left;
	width:100%;
	min-height:249px;
	
}
.all-news ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.all-news ul li{
	text-align:left;
border-bottom:1px solid #fff;
padding:10px 0px;	
}
.all-news ul li:last-child{
	border:0px;
	padding-bottom:0px;
}
.all-news ul li i {
	text-align: left;
	height: 25px;
	float: left;
	line-height:28px;
	padding-right:5px;
}
.all-news ul li a{
	font-family:OpenSans-Regular;
	font-size:14px;
	color:#fff;
	text-align:left;
}
.fifth{
	background:url('../images/bg1.png')no-repeat center top;
	background-size:cover;
}
.social{
	width:100%;
	background:#fff;
	padding:5px;
	min-height:275px;
	border-radius:5px;
	-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);
}
.social h3{
	text-align:center;
	color:#000;
	margin:15px 0px;
	font-size:18px;
	font-family:Roboto-Bold;
	text-transform:uppercase;
}
.social img{
	margin:0 auto;
}
.six{
	background:#201057;
	padding-bottom:40px;
}
.six .headding h2{
	color:#fff;
}
.testimonial p{
	float:left;
	font-family:OpenSans-Regular;
	font-size:15px;
	color:#fff;
	width:100%;
	line-height:30px;
}
.testimonial h3{
	float:left;
	font-family:OpenSans-Bold;
	font-size:16px;
	color:#fff;
}
.six .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -200px;
}
.six .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -200px;
}
.footer-bottom .headding h2{
	color:#fff;
	font-family:Roboto-Regular;
}
.footer-bottom img{
	margin-top:64px;
}
.address-box{
	width:100%;
	float:left;
}
.address-box p {
	width: 90%;
	float: left;
	font-size:14px;
	margin:0px;
}
.address-box  i{
	float: left;
	line-height: 25px;
	font-size: 18px;
	padding-right: 6px;
	color:#df4a43;
	width:10%
}
.mailing{
	width:100%;
	float:left;
}
.mailing p {
	font-family: OpenSans-Regular;
	font-size: 14px;
	margin:0px;

}
.mailing .has-feedback label ~ .form-control-feedback {
	top: 37px;
}
.mailing .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #df4a43;
	border: 0;
	border-radius: 0px;
}
.mailing .input-group{
	margin:15px 0px;
}
.mailing .form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: none;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:none;

}
.social-media a{
	background:#454545;
	color:#fff;
	margin-right:10px;
}
.social-media a:hover{
	background:#df4a43;
	color:#fff;
}
.footer-bottom hr{
	border-color:#454545;
	float:left;
	width:100%;
	margin:10px 0px;
}

/* Innder pager Placements */

.placement-banner{
	width:100%;
	float:left;
	background:#000;
	margin-top:-33px;
	position: relative;
}
.placement-banner img {
	min-width: 100%;
	position: relative;
	opacity: 0.6;
}
.placement-banner h2 {
	position: absolute;
	text-align: center;
	font-family: OpenSans-Bold;
	text-transform: uppercase;
	color: #fff;
	top: 50%;
	bottom: auto;
	left: 0;
	right: 0;
	font-size: 25px;
	text-shadow: 1px 2px #333;
	margin: 0;
}

.left-image {
	width: 33%;
	float: left;
	overflow: hidden;
	height:106px;
}
.left-image img{
	margin:0 auto;
	width:auto;
}
.placement-details {
	width: 67%;
	float: left;
	padding-left: 10px;
}
.placement-details h2 {
	font-family: OpenSans-Bold;
	font-size: 15px;
	color: #df4a43;
	text-align: left;
	margin: 0px;
	line-height: 25px;
}
.placement-details h3{
	font-family:OpenSans-Regular;
	font-size:14px;
	color:#333;
	margin:0;
	text-align:left;
	padding-bottom:7px;
}
.placement-details img{
	width: auto;
	height: 45px;
	float: left;
}
.image-border{
	width:100%;
	float:left;
	border:1px solid #ddd;
}
.details-section1 p{
	margin-bottom:10px;
	float:left;
	text-align:justify;
	font-family:OpenSans-Regular;
	font-size:14px;
	color:#676767;
}
.about-section-2{
	background:#fdfdfd;
	width:100%;
	float:left;
	padding:40px 0px;
	overflow:hidden;
}
.trusty-details {
	float: left;
	border: 1px solid #f4f4f4;
	width: 100%;
	padding: 10px;
}
.about-section-2 .owl-carousel{
	float:left;
	width:100%;
	clear:both;
}
.about-section-2 .owl-carousel .owl-item img {
	display: block;
	min-width: 100%;
	-webkit-transform-style: preserve-3d;
	width:auto;
}
.trusty-details h2 {
	font-family: OpenSans-Bold;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 10px 0px 0px;
}
.padding-right{
	padding-right:0px!important;
}
.about-section-2 .owl-controls{
	font-size:0px;
	height:0px;
}
.popup-details {
	padding: 30px;
}
.popup-details h3{
	font-family:OpenSans-Regular;
	font-size:18px;
	color:#201057;
	text-align:left;
	margin:0;
	text-transform:uppercase;
}
.line{
	float:left;
	width:100%;
	border-top:1px solid #ddd;
	margin:15px 0px;
}
.popup-details p{
	font-family:OpenSans-Regular;
	font-size:14px;
	color:#333;
	text-align:justify;
	margin:0;
	float:left;
}
.popup-details button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	position: absolute;
	right: 12px;
	top: 5px;
	font-size: 24px;
}
.aboutus-section3{
	background:url('../images/about-bg.png')no-repeat center top;
	background-size:cover;
	float:left;
	width:100%;
	padding:40px 0px;
	overflow:hidden;
}
.aboutus-section3  .headding h2 {
	color: #fff;
}
.features{
	padding:0px;
	float:left;
	width:100%;
	list-style:none;
	color:#fff;
}
.features i {
	float: left;
	-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(279deg);
	color: #df4a43;
	padding-right:10px;
	padding-top:8px;
	width:4%;
}
.features  li{
	float:left;
	width:96%;
	font-family:OpenSans-Regular;
	font-size:15px;
	line-height:30px;
padding-left:9px;	
}
.aboutus-section3 img{
	margin:10px auto;
}
.five{
	background:url('../images/vission-bg.png')no-repeat center top;
	padding:40px 0px;
	position:relative;
	margin-top:0px;
	width:100%;
	float:left;
	background-size:cover;
}
.oranger {
	float: left;
	width: 100%;
	padding-right: 100px;
	position:relative;
}
.oranger  .headding h2::after{
	background:#fff;
}
.oranger  .headding h2{
	color:#fff;
}
.oranger  p{
	color:#fff;
	margin:0;
	font-family:OpenSans-Regular;
	font-size:14px;
	float:left;
}
.oranger2 {
	float: left;
	width: 100%;
	padding-left: 100px;
}
.oranger img {
	position: absolute;
	top: -15%;
	right: -95px;
	left: auto;
	bottom: auto;
}
.oranger2  p{
	color:#333;
	margin:0;
	font-family:OpenSans-Regular;
	font-size:14px;
	float:left;
}

.initiatives .image-border {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	padding: 5px;
}
.initiatives .image-border img {
	min-width: 100%;
}
.initiatives p {
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #333;
	float: left;
	margin-top: 12px;
	text-align: justify;
	margin-bottom: 0px;
	min-height: 125px;
}
.readmorebtn{
	font-family:OpenSans-Regular;
	font-size:14px;
	color:#df4a43;
	    -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;
}
.readmorebtn i{
	font-size:14px;
	padding-left:5px;
	    -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;
}
.readmorebtn:hover i{
	padding-right:5px;
	    -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;
}
.initiatives .imppoints{
	width:100%;
	float:left;
	position:relative;
}
.initiatives h4{
	font-family:Roboto-Bold;
	font-size:18px;
	color:#333;
	margin-top:25px;
}
h4.panel-title{
	margin:0px;
}
.initiatives .panel-default > .panel-heading {
	color: #333;
	background-color:transparent;
	border-color: transparent;
}
.initiatives .panel-heading {
	padding:0;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.initiatives .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	color: inherit;
	width: 100%;
	display: block;
	height: 50px;
	padding: 15px 15px;
	background: url('../images/minus.png')no-repeat left 16px;
	background-position:96%;
}
.initiatives  a.collapsed {
	color: inherit;
	width: 100%;
	display: block;
	height: 50px;
	padding: 15px 15px;
	background: url('../images/plus.png')no-repeat left 16px;
	background-position: 96%;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.initiatives .panel-group {
	margin: 25px 0px 0px;
}
.initiativesul.mission li {
	color: #666;
}
ul.mission{
	padding:0px;
	list-style:none;
	float:left;
	
}
ul.mission li {
	color: #333;
	font-size: 14px;
	font-family: OpenSans-Regular;
	line-height: 28px;
	background: url('../images/currect.png')no-repeat left 10px;
	float: left;
	width: 100%;
	padding-left: 24px;
}
.grey{
	background:#fafafa;
}
.committe-section {
	width: 100%;
	float: left;
	padding: 40px 0px;
	overflow: hidden;
	-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 5px 12px -5px rgba(54, 54, 54, 0.17);
	border-bottom:1px solid #ddd;
}
.committe-section p{
	font-family:OpenSans-Regular;
	font-size:14px;
	color:#333;
	text-align:justify;
}
/* .committe-section img{
	min-width:100%;
	position:relative;
} */
.details{
	width:100%;
	float:left;
	position:absolute;
	background:#000000b3;
	top:auto;
	bottom:0;
}
.details h2{
	font-family:OpenSans-Bold;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin:5px 0px;
}
.details h4{
	font-family:OpenSans-Regular;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:0px;
}
.details p{
	font-family:OpenSans-Regular;
	font-size:13px;
	color:#fff;
	text-align:center;
	margin:0px 0px 5px;

}
.committee-photo{
	float:left;
	width:100%;
	position:relative;
}
.m_top2 .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-bottom-width: 0px;
	font-family: OpenSans-Bold!important;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 10px;
	text-align: left;
}
.m_top2  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 10px 10px;
	line-height: 1.42857143;
	vertical-align: top;
	text-align:left;
	font-family:OpenSans-Regular;
	font-size:14px;
	line-height:24px;
}

#menuall .dropdown-menu > li > a {
	display: block;
	padding: 13px 22px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	font-family:Roboto-Regular;
	font-size:16px;
}
#menuall .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color:#fff!important;
	text-decoration: none;
	background-color: #201057;
}
#menuall .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 16px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* border: 1px solid #ccc; */
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.headding2 {
	float: left;
	width: 100%;
	margin: 0px 0px 15px;
}
.social-icons{
	float:left;
	width:100%;
}
.social-icons ul{
	list-style:none;
	padding:0;
	width:100%;
	float:left;
}
.social-icons ul li{
	float:left;
	width:35px;
	height:35px;
	border:1px solid #df4a43;
	text-align:center;
	margin-right:10px;
}
.social-icons ul li a{
	color:#df4a43;
	font-size:20px;
	line-height:32px;
	width:100%;
	display:block;
}
.social-icons ul li:hover {
background:#df4a43;

}
.social-icons ul li a:hover {
color:#fff;

}

.academic-member{
	width:100%;
	float:left;
	background:#f9f9f9;
	padding:40px 0px;
	text-align:center;
}
.academic-member img{
	margin:0 auto;
	padding: 10px;
	border: 1px solid #ddd;
}
.academic-member p{
	font-size:13px;
	margin-bottom:0px;
}
.academic-member .trusty-details {
	float: left;
	border:none;	
}
.guest-visiting .m_top2  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 10px 13px;
	line-height: 1.42857143;
	vertical-align: top;
	text-align:left;
	font-family:OpenSans-Regular;
	font-size:14px;
}
.guest-visiting .m_top2{
	margin-top:20px;
}
.visiting .trusty-details {
	float: left;
	border: none;
	height: 335px;
}
.admission .headding23{
	margin-bottom:0px;
}
.admission .headding23 h2::after {
	content:none;
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	background: #df4a43;
	left: 0;
	right: 0px;
	top: 0;
}
.admission .headding23 h2{
	font-family:Roboto-Regular;
	text-transform:none;
	padding-left:0px;
	color:#333;
}
.admission .headding23 p {
	font-family: Roboto-Regular;
	float: left;
	padding: 9px 0px;
	border: 0;
	color:#7a7a7a;
}
ul.qualification{
	float:left;
	width:100%;
	list-style:none;
	padding:0px;
	margin:10px 0px;
}
ul.qualification li{
	font-family:Roboto-Regular;
	font-size:14px;
	color:#7a7a7a;
	line-height:28px;
}
ul.qualification li i{
	font-size:18px;
	color:#201057;
	padding-right:5px;
}
.gray-bg{
	background:#f9f9f9;
}
.admission-time{
	background:url('../images/bg-admission.jpg')no-repeat center top;
	padding:30px 0px;
	float:left;
	width:100%;
	text-align:center;

}
.admission-time h3{
	text-transform:uppercase;
	font-family:Roboto-Bold;
	font-size:24px;
	line-height:30px;
	margin:0px;
	color:#201057;
}
.admission-time h4{
	font-size:20px;
}
a.apply-now:focus, a:hover {
	color: #fff;
	text-decoration:none;
}
.courses-tab .box {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	border: 1px solid #f2f2f2;
	padding: 10px 10px;
}
.courses-tab2 .box {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	border: 1px solid #f2f2f2;
	padding: 10px 29px;
	border-radius:20px;
}
.opportunity p{
	padding:0;
	float:left;
	border:0;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background:rgba(0, 0, 0, 0.81)!important;
	opacity: 1;
	filter: alpha(opacity=90);
}
.white-panel a{
	width:100%;
	float:left;
	
	margin-bottom:20px;

	
}
.white-panel a img{
	width:100%;
	float:left;
	padding:8px;
	border:1px solid #ddd;
		  -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;
}
.white-panel a img:hover{
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	  -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;
	width:100%;
	background:#ddd;
}
.news-tab{
	background:url('../images/news.jpg')no-repeat center top;
	width:100%;
	float:left;
	padding:30px 0px;
	background-size:cover;
	background-attachment:fixed;
}
.headding23 h2{
	color:#fff;
}
.headding23{
	margin-bottom:20px;
}
.news-tab p{
	text-align:left;
	color:#fff;
	line-height:28px;
	float:left;

}
.syllabus{
	width:100%;
	float:left;
	margin:20px 0px;
}
.readmore2 {
	background: #fff;
	font-family: Roboto-Regular;
	color: #342455;
	text-align: center;
	padding: 3px 18px;
	font-size: 13px;
	border-radius: 10px;
}
.readmore2:hover{
	color:#df4a43;
}
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!important;
}
.campus-slider{
	width:100%;
	float:left;
	background:#000;
	padding:0px;
}
.advantages-point{
	background:#000;
	float:left;
	width:50%;
	padding:20px;
	
}
.slider-campus{
	width:50%;
	float:left;
}

/* slider */

.campus-slider .carousel.carousel-fade .item {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	opacity:0;
}

.campus-slider .carousel.carousel-fade .active.item {
	opacity:1;
}

.campus-slider .carousel.carousel-fade .active.left,
.campus-slider .carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.campus-slider .carousel.carousel-fade .next,
.campus-slider .carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.campus-slider .carousel.carousel-fade .carousel-control {
	z-index: 3;
}

/* Closed Slider */
.campus-slider .offset3{
	float:left;
	width:100%;
}
.advantages-point ul{
	padding:0px;
	list-style:none;
	color:#fff;
	font-family:Roboto-Regular;
	font-size:14px;
	width:100%;
	
}
.advantages-point ul li{
	padding-right:6px;
	width:95%;
	float:left;
}
.advantages-point ul i{
	font-size:18px;
	line-height:24px;
	float:left;
	width:3%;
}
.media-convergence .trusty-details {
	float: left;
	border: 1px solid #f4f4f4;
	width: 100%;
	padding: 10px;
	clear: both;
	height: auto;
	margin-bottom: 35px;
}
.media-convergence .trusty-details h2 {
	font-family: OpenSans-Regular;
	font-size: 15px;
	color: #333;
	text-align: center;
	margin: 10px 0px 0px;
	text-transform: uppercase;
}

.career-form {
	float: left;
	width: 100%;
	margin: 0px 0px 0px;
	text-align: center;
}
.contact-form .form-control {
	margin-bottom: 28px;
}
.career-form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff !important;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: none;
	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;
	margin-bottom: 20px;
	
}
.contact_row{
	float:left;
	width:100%;
	margin:30px 0px;
}
.contact_row2{
	float:left;
	width:100%;
	padding:30px 0px;
	background:#f9f9f9;
}
.address-contact {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.address-contact i {
	font-size: 30px;
	background: #201057;
	color: #fff;
	text-align: center;
	width: 55px;
	height: 55px;
	vertical-align: middle;
	border-radius: 100%;
	padding: 13px;
}
.address-contact h3 {
	font-family: Roboto-Bold;
	font-size: 16px;
	color: #000;
	padding: 10px 0px 5px;
}
.address-contact p {
	margin: 0px;
	line-height: 25px;
	font-size: 15px;
	font-family: Roboto-Regular;
}
.address-contact a{
	color:#333;
	font-family:Roboto-Regular;
	font-size:14px;
	width:100%;
	float:left;
	
}
.address-contact a:hover{
	color:#333;
	font-family:Roboto-Regular;
	font-size:14px;
	
}
.courses-list img{
		    -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;
}
.courses-list img:hover{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	border-radius:50px 0px 50px 0px;
	    -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;
}
.courses-list p{
	border:0;
	padding:0px;
}
.aaply-form {
	width: 100%;
	float: right;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 13px;
	margin-top: 20px;
}
.aaply-form h4 {
	float: left;
	margin: 0;
	padding: 8px 0px;
	font-family:Roboto-Regular;
	font-size:15px;
	
}
.apply-now {
	font-family: Roboto-Regular;
	font-size: 15px;
	background: #df4a43;
	color: #fff;
	float: right;
	padding: 5px 18px;
	border-radius: 7px;
}
.apply-now:hover{
		background:#201057;
		color:#fff;
}
p.contact {
	float: right;
	font-family: Roboto-Light;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0px 0px;
	float: left;
	line-height: 34px;
}
p.contact a:hover {
	color:#444;
} 
.committe-section h5 {
	font-family: Roboto-Regular;
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	color: #df4a43;
	padding-bottom: 12px;
}
.committe-section3 p {
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 28px;
}
.committe-section3 .committee-photo img {
	margin: 0 auto;
	width:112px;
}
a.readmorebtn:hover{
	color:#201057;
}
ul.course-details{
	float:left;
	list-style:none;
	padding:0;
}
ul.course-details li {
	font-family: Roboto-Regular;
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
ul.course-details li i{
	padding-right:5px;
	font-size:18px;
}
.apply-form  button, input, select{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	border: 0;
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #ddd !important;
	border-radius: 0px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
	margin: 0px 0px 40px;
	-moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;

}
.apply-form select  option{
	color:#555;
	background:transparent!important;
}
.white{
	background:#fff;
}
.whatsapp i{
	color:#189d0e;
}
.whatsapp-icon i{
	background:transparent;
	color:#189d0e;
	font-size:18px;
	padding:0;
	width:auto;
	height:auto;
	padding-right:5px;
}
.submit-btn {
	color: #fff;
	background-color: #d9534f;
	border-color: transparent;
	text-align: center;
	float: none;
	width: 120px;
	margin: 0 auto;
	display: inherit;
	border-radius: 300px;
	padding: 8px 0px;
	text-transform: uppercase;
	font-family: Roboto-Regular;
	font-size: 15px;
}
.six .testimonial-img  img {
	width: 120px;
	height: 120px;
	border: 2px solid #fff;
	border-radius:100%;
	margin:0 auto;
	
}
.six .carousel {
	position: relative;
	padding: 0px 20px;
}
.seminar p{
	font-family:Roboto-Light;
	font-size:15px;
	text-align:justify;
	margin-bottom:30px;
}
.note{
	margin-top: 20px;
	float: left;
	text-align: center;
	width: 100%;
}
.note a:hover{
	color:#333;
}
.all-news ul li a img{
	width:35px;
}
.all-news ul li a span{
	background-color:#ff0000;
	color:#ffff00;
	padding:2px 8px;
	border-radius:4px;
	margin-left:6px;
	font-family: 'OpenSans-Bold';
}
.library{
	position:fixed;
	top:30%;
	float:left;
	left:0;
	bottom:auto;

}
.library h2 {
	color: #fff;
	padding: 6px 10px;
	font-size: 16px;
	text-transform: uppercase;
	background: #df4a43;
	border-radius: 0px 5px 5px 0px;
	line-height: 18px;
	width:100%;
	display:block;
}
.library h2 a {
	color: #fff;
	width:100%;
	display:block;
}
a.library-top {
	float: left;
	font-family: Roboto-Bold;
	background: #201057;
	line-height: 34px;
	margin-left: 5px;
	font-size: 14px;
	color: #fff;
	padding: 0px 20px;
}

a.library-top i{
	float: right;
	padding-left:8px;
	line-height:34px;
}

ul.abhimanyu{
	float:left;
	width:100%;
	padding:0;
	
}
ul.abhimanyu li {
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 28px;
}
a.library-top2 {
	float: left;
	font-family: Roboto-Bold;
	background: #201057;
	line-height: 34px;
	margin-left: 20px;
	font-size: 14px;
	color: #fff;
	padding: 0px 20px;
	
}
a.library-top2:hover {
	background: #df4a43;
}
a.library-top:hover {
	background: #df4a43;
}
a.library-top2 i{
	float: right;
	padding-left:8px;
	line-height:34px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	border-radius: 0px;
	height: 50px;
	text-align: center;
	line-height: 33px;
	font-size: 18px;
	background: #fafafa;
	color: #666;
	border: 1px solid #ddd;
	background: #f2f2f2;
	    -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;
}
.fileUpload:hover {
	color: #fff;
	background-color: #df4a43;
	border-color: #df4a43;
}
select.form-control option {
	height: 50px;
	padding: 15px;
}
.career-form select{cursor:pointer;}
.headding h2 span{
	color:#df4a43;
}
.headding h2 span:hover{
	color:#ed2f33;
}

ul.facts-point{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}
ul.facts-point li{
	width:19%;
	float:none;
	display:inline-table;
	min-height:200px;
}
ul.facts-point li span{
	width:150px;
	height:150px;
}
ul.facts-point li img{
	margin:0 auto;
	padding:20px;
	border-radius:15px;
	border:2px solid #ddd;
	    -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;
	
}
ul.facts-point li img:hover{
	border:2px solid #29176e;
	border-radius:100%;
	-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;
}
ul.facts-point h2{
	font-family:OpenSans-Semibold;
	font-size:14px;
	line-height:26px;
	width:100%;
}
.admission-process1 {
	float: left;
	width: 100%;
	padding:0px 0px;
	background: #f9f9f9;
	min-height: 387px;

}
.admission-process2 {
	float: left;

	padding: 0px;
	min-height: auto;
	overflow: hidden;
	height: auto;
	position: relative;
	padding: 50px 20px;
	height:390px;
}
.admission-process2 ul li {
	float:left;
	width:50%;
}
.admission-process1 .headding {

    margin: 0px 0px 20px;
}
.admission-process-img{
	height:390px;
}
.admission-process1 hr{
	float:left;
	width:100%;
	margin:30px 0px;
}
.admission-process1 ul.qualification {

    margin: 10px 0px 20px;
}
.admission-process1 ul.qualification li a:hover{
	color:#333;
}
.admission-process1 .features li {
	color:#333;
}
.admission-process1 .features i {
	float: left;
	-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(279deg);
	color: #df4a43;
	padding-right: 9px;
	padding-top: 8px;
	width: 3%;
}
.add-btn {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
}
.add-btn h2{
	font-family:OpenSans-Semibold;
	color:#fff;
	font-size:25px;
	margin:0;
}
.add-btn a {
	background: red;
	padding: 6px 30px;
	margin-top: 20px;
	color: #333;
	float: none;
	display: inline-block;
	margin: 20px auto;
	border-radius: 5px;
	background: #fff;
	text-transform: uppercase;
}
.placement-section{
	float:left;
	width:100%;
}
.left-faq{
	float:left;
	width:50%;
	background:#fff;
	padding:50px 40px;
	height:420px;
	overflow:hidden;
}
.right-faq{
	float:left;
	width:50%;
	background:#f9f9f9;
	padding:50px 40px;
	height:420px;
	overflow:hidden;
}
.left-faq a.collapsed {
	color: inherit;
	width: 100%;
	display: block;
	height: 50px;
	padding: 15px 15px;
	background: url('../images/plus.png')no-repeat left 16px;
	background-position: 96%;
}
.left-faq  h4 {
	font-family:Roboto-Regular;
	font-size: 16px;
	margin-top:0px;
}
.left-faq  .panel-group {
	margin: 0px 0px 0px;
	float:left;
	width:100%;
}
.left-faq  .panel-title > .small, .left-faq  .panel-title > .small > a, .left-faq  .panel-title > a, .left-faq  .panel-title > small, .left-faq  .panel-title > small > a {
	color: inherit;
	width: 100%;
	display: block;
	height: auto;
	padding: 14px 15px;

	font-family:OpenSans-Regular;
	font-size:15px;
}
.left-faq  .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
	font-family:OpenSans-Regular;
	font-size:15px;
}
.left-faq  ul.mission {
	margin-bottom: 0;
}
.left-faq  .panel-heading {
	padding: 0;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.form-inquiry{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 20px;
	height:390px;
}
.form-inquiry .second{
	background:transparent;
}
.form-inquiry .second .form-control {
    margin: 0px 0px 30px;
}
.sallry{
	background:#29176e;

	float:left;
	margin-right:25px;
	    min-height: 206px;
}
.sallry h2{
	color:#fff;
	font-family:OpenSans-Bold;
	font-size:70px;
	margin:0;
	padding:25px;
	text-align:center;
}
.sallry h2 span{
	font-family:OpenSans-Regular;
	font-size:14px;
	float:left;
	width:100%;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:20px;
}
.sallry p{
	font-family:OpenSans-Semibold;
	font-size:14px;
	color:#fff;
	margin-top:10px;
	background:#fff;
	color:#29176e;
	padding:5px 10px;
	text-align:center;
	float:left;
	width:100%;
}
.left-faq .submit-btn {
    float: left;
    margin-top: 20px;
}
.right-faq .submit-btn {
    float: left;
    margin-top: 20px;
}
.placement-banner2 h2{
	top:38%;
}
.placement-banner2 h2 a{
	color: #fff;
	background-color: #d9534f;
	border-color: transparent;
	text-align: center;
	float: none;
	width: 120px;
	margin: 0 auto;
	display: inherit;
	border-radius: 300px;
	padding: 8px 0px;
	text-transform: uppercase;
	font-family: Roboto-Regular;
	font-size: 15px;
	text-shadow:none;
	margin-top:15px;
}
.thankyou{
	float:left;
	width:100%;
	margin:50px 0px;
}
.thankyou h4{
	text-align:center;
	width:100%;
	float:left;
	font-family:OpenSans-Bold;
	font-size:80px;
	color:#333;

	margin-bottom:0;
}
.thankyou p{
	text-align:center;
	width:100%;
	float:left;
	font-family:OpenSans-Regular;
	font-size:18px;
	color:#333;
	padding:10px 0px;
	margin-bottom:0;
}

.blog p {

	text-align: justify;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #676767;
}
.blog img{
	margin-bottom:25px;
}
.headding h2 {
	font-family: Roboto-Bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	position: relative;
	margin: 0px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}
.blog .social-icons a {
	background-color: #201057;
	padding: 10px;
	height: 40px;
	width: 40px;
	float: left;
	margin: 0 4px;
	text-align: center;
	border-radius: 50px;
}

.blog  .social-icons a .fa {
	color: #fff;
	font-size: 19px;
}
.new-open .aaply-form {
    padding:5px 14px;
    margin: 2px 0;
}
.new-open .apply-now{
	padding:3px 18px;
	font-size: 14px;
}
.inquiry-modal .form-control {
	border-radius:0;
	box-shadow: none;
	margin-bottom:21px;
}
.inquiry-modal input.form-control{
	height: 42px;
}
.inquiry-modal .close {
    z-index: 1;
    position: absolute;
    right: 13px;
}
.max-with{
	max-width: 500px;
	float: none;
	display: inline-block;
}
.bg-white{
	background-color: #fff;
	border-top: 1px solid #ddd;
	padding: 30px 0;
}
.mfp-figure .mfp-close {
    display: block;
}
.mfp-image-holder .mfp-close{
    right: -32px;
    top: 30px;
    width: auto;
    padding: 5px;
    line-height: 19px;
}
.blog-pages .box{
  min-height: 475px;
}
.blog-pages .box h3 {
    margin: 9px 0px;
    line-height: 22px;
    min-height: 66px;
}
.blog-img {
width: 100%;
min-height: 192px;
display: block;
overflow: hidden;
}

.blog .headding h1 {
    font-family: Roboto-Bold;
    font-size: 21px;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    margin: 0px;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
}
.blog .headding h1::after {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    background: #df4a43;
    left: 0;
    right: 0px;
    top: 0;
}
.aaply-form{
	display:block;
}
.home-app{
	display:block;
}
/* Media Query */
@media only screen and (min-width:250px) and (max-width:500px){
.media-convergence .trusty-details {
	float: left;
	border: 1px solid #f4f4f4;
	width: 100%;
	padding: 10px;
	clear: both;
	height: auto;
	margin-bottom: 35px;
}
.trusty-details img{
	min-width:100%;
}
.advantages-point {
	width: 100%;
}
.slider-campus {
	width: 100%;
	float: left;
}
.committe-section h5 {
	float: left;
	text-align: center;
	margin-top: 10px;
	line-height: 24px;
	width:100%;
}
p.contact {
line-height: 21px;
margin-bottom: 5px;
font-size: 12px;
}
.aaply-form h4 {
	font-size: 12px;
}
.apply-now {
	padding: 3px 5px;
	font-size:12px;
}
.aaply-form {
	padding: 10px 10px;
}


/* important committee */
.placement-banner h2 {
	font-size: 19px;
}
/* closed important committee */


/* aboutus page */
.placement-banner img {
	max-width: none;
	height: 100px;
}
.placement-banner {
	margin-top: 0px;
	overflow: hidden;
}
.placement-banner h2 {
	top: 36%;
}
.about-section-2 {
	padding: 0;
}
.about-section-2 .owl-carousel .owl-item img {
	width: 100%;
}
.trusty-details {
	margin-bottom: 15px;
}
.aboutus-section3 {
	padding: 0;
}
.features li {
	width: 93%;
	font-size: 14px;
	line-height: 30px;
}
.oranger img {
	position: relative;
}
.oranger {
	padding-right: 0;
}
.oranger2 {
	padding-left: 0;
	text-align: justify;
}
.five {
	background: url('../images/vission-bg.png')no-repeat center top;
	background-position: 18%;
	background-size:cover;
}
.oranger2 .headding h2::after {
	background: #fff;
}
.oranger2 .headding h2 {
	color: #fff;
}
.oranger2 p {
	color: #fff;
}
/* closed About page */
.logo img {
	width: 87px;
	padding-right: 10px;
	float: left;
}
.logo h1 {
	font-size: 14px;
	padding-left: 9px;
	width: 67%;
	float: left;
	margin:0px;
}
.logo p {
	display: none;
}
.mail-box {
	display:none;
}
.main-menubar {
	background: #201057;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	width: 40px;
	height: 40px;
	background-color:transparent;
}
.slider {
	margin-top: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-toggle .icon-bar {
	width: 28px;
	height: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.slider .carousel-caption {
	top: auto;
	left: 15px;
	right: 15px;
}
.slider .carousel-caption p {
	font-size: 15px;
}
.slider .carousel-caption h2 {
	font-size: 15px;
	margin: 0px;
}
.box {
	margin-bottom: 30px;
}
.minheight {
	float: left;
	min-height: 76px;
}
.headding p {
	font-size: 16px;
	padding-left: 8px;
	margin: 7px 0px;
}
.Placement-box {
	width: 100%;
}
.white::before {
	content: '';
	border-width: 0px 13px 10px 13px;
	border-color: transparent transparent #fff transparent;
	top: -10px;
	left: 0;
	right: 0;
}
.rightt::before {
	content: '';
	border-width: 10px 10px 0px 10px;
	border-color: #fff transparent transparent transparent;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	top: auto;
}
.team-details h3 {
	margin: 10px 0px;
}
.button-readmore {
	float: left;
	margin: 10px 0px 30px;
}
.social {
	margin: 20px 0px;
	min-height:auto;
}
.six .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	display:none;
}
.six .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	display:none;
}
.footer-bottom img {
	margin-top: 0;
}
.social-media{
	float:left;
}
ul.list li {
	width: 100%;
}
.headding {
	margin: 20px 0px 20px;
}
.pull-left {
	float: none !important;
	margin: 0px;
	display: none;
}
.pull-right {
	float: none;
	margin:0px;
}
footer p {
	text-align: center;
}
.main-menubar .navbar-nav > li > a {
	padding: 10px 25px;
}
.top_social .pull-right {
	float: right;
	margin: 0px;
}
.box img {
	min-width: 100%;
	margin: 0 auto;
}
.latest-news img{
	min-width:auto!important;
}
.four img{
	min-width:100%;
}
.navbar-nav > li {
	float: left;
	text-align: left;
	width: 100%;
}

.placement-banner2 h2 {
	top: 14%;
}
ul.facts-point li {
	width: 100%;
	margin-bottom:30px;
}
.admission-process-img {
	height: auto;
}
.admission-process2 ul li {
	float: left;
	width: 100%;
}
.admission-process2 {
	height: auto;
	padding:50px 0px;
}
.form-inquiry {
	height: auto;
}
.left-faq {
	float: left;
	width: 100%;

	padding: 35px 15px;
	height: auto;
	overflow: hidden;
}
.right-faq {
	float: left;
	width: 100%;
	padding: 40px 15px;
	height: auto;
	overflow: hidden;
}
.sallry {
	margin-right: 0;
	margin-bottom: 30px;
}
.right-faq .submit-btn {
	clear: both;
}
.section2 .col-md-5{
	clear: both;
}
.headding h2{
	font-size: 16px;
	line-height: 26px;
}
a.library-top {
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
    padding: 0px 5px;
}
a.library-top2 {
    margin-left: 0px;
    font-size: 13px;
    padding: 0px 6px;
}

}


@media only screen and (min-width:501px) and (max-width:767px){
.media-convergence .trusty-details {
	float: left;
	border: 1px solid #f4f4f4;
	width: 100%;
	padding: 10px;
	clear: both;
	height: auto;
	margin-bottom: 35px;
}
.trusty-details img{
	min-width:100%;
}	
.advantages-point {
	width: 100%;
}
.slider-campus {
	width: 100%;
	float: left;
}
.committe-section3 .committee-photo img {
	width: 112px;
	float:left;
}
.committe-section h5 {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.third img {
	min-width:auto!important;
}
.six .testimonial-img img {
	width: 120px;
	height: 120px;
	min-width:auto!important;
}

.placement-details img{
	min-width:auto!important;
}
.placement-details h2 {
	font-size: 12px;
}
.placement-box {
	width: 49%;
	margin-right: 4px;
	margin-bottom:9px;
}
.placement-details h3 {
	font-size: 11px;
}
/* aboutus page */
.placement-banner img {
	max-width: none;
	height: 150px;
}
.placement-banner {
	margin-top: 0px;
	overflow: hidden;
}
.placement-banner h2 {
	top: 40%;
}
.about-section-2 {
	padding: 0;
}
.about-section-2 .owl-carousel .owl-item img {
	width: 100%;
}
.trusty-details {
	margin-bottom: 15px;
}
.aboutus-section3 {
	padding: 0;
}
.features li {
	width: 94%;
	font-size: 14px;
	line-height: 30px;
}
.oranger img {
	position: relative;
}
.oranger {
	padding-right: 0;
}
.oranger2 {
	padding-left: 0;
	text-align: justify;
}
.five {
	background: url('../images/vission-bg.png')no-repeat center top;
	background-position: 18%;
	background-size:cover;
}
.oranger2 .headding h2::after {
	background: #fff;
}
.oranger2 .headding h2 {
	color: #fff;
}
.oranger2 p {
	color: #fff;
}
.section2 img {
	min-width: 100%;
}
/* closed About page */


	.container{
		width:100%;
	}
.logo img {
	width: 110px;
	padding-right: 10px;
	float: left;
}
.logo h1 {
	font-size: 20px;
	padding-left: 9px;
	width: 76%;
	float: left;
	margin: 0px;
}
.logo p {
	font-size: 15px;
	padding-left: 6px;

}
.mail-box {
	display:none;
}
.main-menubar {
	background: #201057;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	width: 40px;
	height: 40px;
	background-color:transparent;
}
.slider {
	margin-top: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-toggle .icon-bar {
	width: 28px;
	height: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.slider .carousel-caption {
	top: 29%;
	left: 15px;
	right: 15px;
}
.slider .carousel-caption p {
	font-size: 15px;
}
.slider .carousel-caption h2 {
	font-size: 21px;
	margin: 0px;
}
.box {
	margin-bottom: 30px;
}
.minheight {
	float: left;
	min-height: 76px;
}
.headding p {
	font-size: 16px;
	padding-left: 8px;
	margin: 7px 0px;
}
.Placement-box {
	width: 50%;
}

.team-details h3 {
	margin: 10px 0px;
}
.button-readmore {
	float: left;
	margin: 10px 0px 30px;
}
.social {
	margin: 20px 0px;
	min-height:auto;
}
.six .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	display:none;
}
.six .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	display:none;
}
.footer-bottom img {
	margin-top: 0;
}
.social-media{
	float:left;
}
ul.list li {
	width: 50%;
}
.headding {
	margin: 20px 0px 20px;
}
.pull-left {
	float: none !important;
	margin: 0px;
	display: none;
}
.pull-right {
	float: none;
	margin:0px;
}
footer p {
	text-align: center;
}
.main-menubar .navbar-nav > li > a {
	padding: 10px 25px;
}
.top_social .pull-right {
	float: right;
	margin: 0px;
}
.box img {
	min-width: 100%;
	margin: 0 auto;
}
.four img{
	min-width:100%;
}
.navbar-nav > li {
	float: left;
	text-align: left;
	width: 100%;
}
.latest-news img{
	min-width:auto!important;
}
ul.facts-point li {
	width: 49%;
	float: none;
	display: inline-table;
	min-height: 200px;
	margin-bottom: 30px;
}
.admission-process-img {
	height: auto;
}
.admission-process2 {
	float: left;
	padding: 0px;
	min-height: auto;
	overflow: hidden;
	height: auto;
	position: relative;
	padding: 30px 0px;
	height: auto;
}
.left-faq {
	float: left;
	width: 100%;

	padding: 35px 15px;
	height: auto;
	overflow: hidden;
}
.right-faq {
	float: left;
	width: 100%;
	padding: 40px 15px;
	height: auto;
	overflow: hidden;
}
.right-faq .submit-btn {
	float: left;
	margin-top: 20px;
	clear: both;
}
.sallry {
	background: #29176e;
	float: none;
	margin-right: 5px;
	min-height: auto;
	width: 48%;
	display: inline-block;
}
.admission-process-img img{
	min-width:100%;
}
.section2 .col-md-5{
	clear: both;
}
.headding h2{
	font-size: 16px;
	line-height: 26px;
}


}

@media only screen and (min-width:768px) and (max-width:880px){
.aaply-form h4 {
	font-size: 15px;
}

.placement-details h2 {
	font-family: OpenSans-Bold;
	font-size: 14px;
	color: #df4a43;
	text-align: left;
	margin: 0px;
	line-height: 25px;
}

.navbar-nav > li {
	display: inline-block;
	float:none;
}
.navbar-nav {
	float: none;
	text-align: center;
	width: 100%;
	margin:0 auto;
}
.main-menubar .navbar-nav > li > a {
	padding: 22px 6px;
	font-size: 13px;
}	
}
@media only screen and (min-width:881px) and (max-width:991px){
.navbar-nav > li {
	display: inline-block;
	float:none;
}
.navbar-nav {
	float: none;
	text-align: center;
	width: 100%;
	margin:0 auto;
}
.main-menubar .navbar-nav > li > a {
	padding: 22px 10px;
	font-size: 14px;
}	
.latest-news img{
	min-width:auto!important;
}
}
@media only screen and (min-width:768px) and (max-width:991px){
.media-convergence .trusty-details {
	height: auto;

}

/* about us */
.advantages-point {
	width: 100%;
}
.slider-campus {
	width: 100%;
	float: left;
}
.box h3 {
	font-size: 14px;

}
.box p {
	height:92px;
	float: left;
}
.blog-img {
    min-height: 240px;
}
.aboutus-section3 {
	background: url('../images/about-bg.png')no-repeat center top;
	padding: 40px 0px;
	background-size:cover;
}
.features li {
	width: 93%;
	font-size: 14px;
}
.oranger2 .headding {
	margin: 0px 0px 30px;
}
.oranger .headding {
	margin: 0px 0px 30px;
}
.about-section-2 .owl-carousel .owl-item img {
	min-width: 100%;
}
/* about us closed */

.container{
	width:100%;
}
.blog-pages .container {
    width: 750px;
}
.right-menu{
	float:right;
}
.mail-box {
	padding: 0px 5px;
	margin: 0px 0px;
}
.logo img {
	float: left;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	width: 33%;
}
.logo p {
	font-size: 14px;
	padding-left: 10px;
}
.logo h1 {
	font-size: 19px;
	padding-left: 10px;
	margin-bottom: 0px;
	width: 67%;
	margin-top: 0px;
}

.button-readmore a p {
	width: 100px;
}
.Placement-box {
	width: 25%;
}
.social {
	margin-bottom: 25px;
}
.six .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	display: none;
}
.six .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	display: none;
}
.headding {
	float: left;
	width: 100%;
	margin: 30px 0px 30px;
}
.latest-news img{
	min-width:auto!important;
}
.admission-process-img img{
	min-width:100%;
}
.placement-banner2 h2 {
	top: 30%;
}
.aaply-form {
	padding: 10px 10px;
}
.left-faq {
	padding: 2	0px 15px;
	height: auto;
	overflow: hidden;
}
.right-faq {

	padding: 20px 15px;
	height: auto;
	overflow: hidden;
}	
.sallry {
	background: #29176e;
	float: left;
	margin-right: 15px;
	min-height: auto;
	margin-bottom: 22px;
	width: 45%;
}
p.contact {
    font-size: 13px;
}
a.library-top2 {
    margin-left: 6px;
    font-size: 14px;
    padding: 0px 9px;
}
a.library-top {
    margin-left: 5px;
    font-size: 13px;
    padding: 0px 6px;
}
.top_social .social-media{
	display: none;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){
.media-convergence .trusty-details {
	height: auto;

}
.apply-now {
	padding: 2px 5px;
	border-radius: 7px;
}
.aaply-form h4 {
	font-size: 13px;
}
.blog-pages .box h3 {
    min-height:68px;
}
.box h3{
	font-size:14px;
}
.box p {
	height:165px;
}
/* committee */
.details h2 {
	font-size: 11px;
}
/* closed committee */

/* about us */
.features i {
	padding-right: 5px;
}
.features li {
	width: 93%;
	font-size: 14px;
}
.social-media a {
	background: #454545;
	color: #fff;
	margin-right: 6px;
}
.about-section-2 .owl-carousel .owl-item img {
	min-width: 100%;
}
/* about us closed */

.container{
	width:100%;	
}
.blog-pages .container {
    width:970px;
}
.blog-img {
    min-height: 140px;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-nav {
	text-align: center;
	margin:0 auto;
	float:none;
}
.main-menubar .navbar-nav > li > a {
	padding: 22px 14px;
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #fff;
}
.logo img {
	float: left;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	max-width: 25%;
}
.logo h1 {
	width: 75%;
	margin:10px 0px;
}
.mail-details p {
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #615d5c;
	line-height: 30px;
}
.mail-box img {
	float: left;
	width: 33px;
}
.right-menu{
	float:right;
}
.Placement-box {
	width: 16.6%;
	float: left;
	text-align: center;
	padding: 20px 0px;
	height: 190px;
}
.six .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	display: none;
}
.six .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	display: none;
}
.latest-news img{
	min-width:auto!important;
}
.sallry {
	background: #29176e;
	float: left;
	margin-right: 7px;
	min-height: auto;
	width: 48%;
}
.sallry h2 {
	color: #fff;
	font-family: OpenSans-Bold;
	font-size: 70px;
	margin: 0;
	padding: 10px;
	text-align: center;
}
p.contact {
    font-size: 13px;
}
a.library-top2 {
    margin-left: 6px;
    padding: 0px 9px;
}
a.library-top {
    margin-left: 5px;
    padding: 0px 9px;
}
.top_social .social-media a{
	padding: 6px 9px;
}
}
@media only screen and (min-width:1200px) and (max-width:1299px){
	.six .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -110px;
}

.six .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -110px;
}
.latest-news img{
	min-width:auto!important;
}
.sallry {
	margin-right: 10px;
	min-height: 206px;
	width: 48%;
}
.sallry h2 {
	padding: 13px;
}
.blog-img {
    min-height: 173px;
}

}
@media only screen and (min-width:1300px) and (max-width:1499px){
.container{
		width:1250px;
}
.navbar-nav {
	float: none;
	margin: 0;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	text-align: center;
}
	.six .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -110px;
}
.six .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -110px;
}
.latest-news img{
	min-width:auto!important;
}
.sallry h2 {
	padding: 21px;
}


}
@media only screen and (min-width:1500px) and (max-width:1599px){
	.container{
		width:1400px;
	}
	.navbar-nav {
	float: none;
	margin: 0;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	text-align: center;
}
.main-menubar .navbar-nav > li > a {
	padding: 22px 36px;
}
.right-menu{
	float:right;
}
		.six .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -130px;
}
.six .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -130px;
}
.latest-news img{
	min-width:auto!important;
}
}
@media only screen and (min-width:1600px) and (max-width:1920px){
	.container{
		width:1300px!important;
	}
	.navbar-nav {
	float: none;
	margin: 0;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	text-align: center;
}
.main-menubar .navbar-nav > li > a {
	padding: 22px 28px;
}
.main-menubar .navbar-nav > li > a {
	font-size: 16px;

}
.right-menu{
	float:right;
}
		.six .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -130px;
}
.six .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -130px;
}
.latest-news img{
	min-width:auto!important;
}
}



.sbibod {
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.AudioPodcast{ width:100% !important; }
.pagination { width: auto !important; float:none; } 
.pagination ul li a{ color: #df4a43; font-size: 16px !important; line-height: 34px !important; }
.pagination ul li a.active{ color: #fff; background: #df4a43;  }