/**/


.facility-list
{
font-size: 16px;
font-weight: 600;
}

.cs-event-col
{
	padding:0px 10px;
}

.myevent
{
	border:1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}

.text-white
{
	color: #fff !important;
}

.mb-0
{
	margin-bottom: 0 !important
}

ul.ftrr li a
{
	color: #fff;
	font-size: 13px;
}

ul.ftrr li a:before
{
	content: '\f144';
	font-family: FontAwesome;
	color: #fff;
	margin-right: 5px;
}

.pt-10
{
	padding-top: 10px !important
}

.pb-10
{
	padding-bottom: 10px !important
}

.mt-10
{
  margin-top: 10px !important
}

.mb-10
{
  margin-bottom: 10px !important
}

.mt-30
{
  margin-top: 30px !important
}

.mb-30
{
  margin-bottom: 30px !important
}


.main-bread
{
	position: relative;
}

ol.breadcrumb
{
	margin-bottom: 0 !important;
	background: rgba(0,0,0,0.9);
	border-radius: 0
}

.main-bread .bread
{
	position: absolute;
	bottom: 0;
	margin-bottom: 0 !important;
	padding-left: 0
}

.breadcrumb > li + li::before {
padding: 0 5px;
color: #ccc;
content: "\f101";
font-family: FontAwesome;
}

.mytable tr th
{
	text-align: center;
}

.mytable tr td:first-child
{
	text-align: center;
}

.mytable2 tr th
{
  text-align: center;
}

.mytable2 tr td
{
  text-align: center;
}

.form-control
{
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
}

.contact-1 .form-control::-moz-placeholder
{
  color: #333 !important
}
.form-control::-moz-placeholder

{
  color: #333 !important;
}
.form-control::-webkit-placeholder

{
  color: #333 !important;
}
/*======side bar widget==================*/

   .sidebar {
  /*padding-left: 38px;*/
  padding-left: 32px;
}

.sidebar .widget {
  position: relative;
}

.sidebar .widget:before {
  position: absolute;
  top: 0;
  left: -35px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #e5e5e5;
}

.sidebar .widget:after {
  position: absolute;
  top: 0;
  left: -35px;
  width: 3px;
  height: 50px;
  content: "";
  z-index: 999;
  background-color: #ffaa30;
} 

.widget .widget-title {
    position: relative;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 54px;
  padding-top: 7px;
}

.widget .widget-title:before {
    position: absolute;
    left: 0;
    bottom: -18px;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #333;
}

.sidebar .widget {
  margin-bottom: 46px;
}

.sidebar .widget li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 11px 3px ;
    margin-bottom: 15px;
}

.sidebar .widget li:first-child {
  padding-top: 0;
}

.sidebar .widget li:last-child {
  border-bottom: none;
}

.sidebar .widget ul.flat-socials li {
  border-bottom: none;
  padding: 0 17px 0 0;
}

.sidebar .widget ul.flat-socials li a {
  padding: 0;
}

.sidebar .widget ul.flat-reviews li {
  border-bottom: none;
  padding: 0 ;
}

.color h4 a
{
  color: #333
}

/*===================================*/

   .sidebar {
  /*padding-left: 38px;*/
  padding-left: 32px;
}

.sidebar .widget {
  position: relative;
}

.sidebar .widget:before {
  position: absolute;
  top: 0;
  left: -35px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #e5e5e5;
}


.sidebar .widget:after {
  position: absolute;
  top: 0;
  left: -35px;
  width: 3px;
  height: 50px;
  content: "";
  z-index: 999;
  background-color: #E47211;
} 

.widget .widget-title {
    position: relative;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 54px;
  padding-top: 7px;
}

.widget .widget-title:before {
    position: absolute;
    left: 0;
    bottom: -18px;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #333;
}

.sidebar .widget {
  margin-bottom: 46px;
}

.sidebar .widget li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 11px 3px ;
    margin-bottom: 15px;
}

.sidebar .widget li:first-child {
  padding-top: 0;
}

.sidebar .widget li:last-child {
  border-bottom: none;
}

.sidebar .widget ul.flat-socials li {
  border-bottom: none;
  padding: 0 17px 0 0;
}

.sidebar .widget ul.flat-socials li a {
  padding: 0;
}

.sidebar .widget ul.flat-reviews li {
  border-bottom: none;
  padding: 0 ;
}
ul.my_sub_nav li a
{
	font-size: 16px;
	color: #333;
  display: inline-flex;
  width: 100%;
}

ul.my_sub_nav li a:before
{
	content: '\f152';
	font-family: FontAwesome;
	color: #AF9A7D;
	margin-right: 5px;
	font-size: 15px;
  width: 10%;
}
.img-width-set
{
  width:40%; float: left; padding-right: 10px; border:1px solid #ccc; padding:3px;

}

.about_img_style
{
  float: left; width: 30%; margin-right: 10px;
}

.student_box img.pic-resize
{
  width: 50% !important;
}






@media only screen and (min-width:480px) and (max-width: 1024px) {


  .table-faculty img
  {
    width: 100% !important;
    max-width: 40% !important
  }
}
/*============responsive===============*/
@media only screen and (min-width:640px) and (max-width: 980px) {


  .table-faculty img
  {
    width: 100% !important;
    max-width: 30% !important
  }
.certificate_gallery .certificate_section
{
  width: 49% !important;
  float: left;
}

.certificate_gallery .facilitiy
{
  width: 49% !important;
  float: left;
}

.gallery_box
{
   width: 49% !important;
  float: left;
}

}

@media only screen and (max-width:767px) {

  .img-width-set
{
  width:100%; float: none; margin-bottom: 5px; padding-right: 3px;

}

.about_img_style
{
  float: left; width: 100%; margin-right: 0px;
}

/*===========*/
.main-bread .bread
{
	position: static;
	bottom: 0;
	margin-bottom: 0 !important;
	padding-left: 0;
	padding-right:0;
}

.logo
{
  width: 85% !important
}

}

.certificate_quote
{
  background: #352563; border-left: #352563; color: #fff;font-weight: 500;text-transform:capitalize; text-align: center;
  font-size: 12px !important;
}

.video_title
{
  min-height: 80px;
}

.about_ul_li
{
  padding-left: 5px !important
}

.about_ul_li li
{
 margin-top: 15px !important;
  margin-bottom: 10px !important;
}

.pagi-active a
{
  background: #97866E !important;;
  color: #fff !important;
}

/*==============social links================*/

  @import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
#sticky-social ul li a { 
   text-decoration: none;
}
#sticky-social ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#sticky-social {
   right: 0;
   z-index: 9999;
   position: fixed;
   top: 200px;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   right: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   right: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="youtube"],
#sticky-social a[class*="youtube"]:hover,
#sticky-social a[class*="youtube"] span { background: #dd4b39; }  



/*=========================================*/