/*@import url('https://fonts.googleapis.com/css?family=Heebo');*/
@import url('https://fonts.googleapis.com/css?family=Poppins');
body {
	padding:0px;
	margin:0px auto;
    font-size: 16px;
	/*font-family: 'Heebo', sans-serif;*/
	font-family: 'Poppins', sans-serif;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.no-pad {
	padding:0px;
}
.no-marg {
	margin:0px auto;
}
a, a:active, a:focus {
	outline: 0;
}
#back-to-top {
    position: fixed;
    bottom: 157px;
    right: 0;
    width: 39px;
    height: 39px;
    text-align: center;
    background: rgb(210, 45, 45);
    border-radius: 6px 0 0 6px;
    z-index: 99;
}
#back-to-top:hover {
	background: rgba(51,51,51,0.9);
}
#back-to-top i {
    margin-top: 2px;
    color: #fff;
    font-size: 30px;
}
.widget ul li::before {
	content: "\f101";
	left: 0;
	position: absolute;
	font-family: FontAwesome;
    padding-left: 15px;
}

.widget ul {
	float: left;
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.widget ul li {
	margin-bottom: 3px;
	padding-left: 36px;
	position: relative;
}



#comn-cntnt-lis ul li::before {
	content: "\f101";
	left: 0;
	position: absolute;
	font-family: FontAwesome;
    padding-left: 3px;
}

#comn-cntnt-lis ul {
	float: left;
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
#comn-cntnt-lis ul li {
	margin-bottom: 3px;
	padding-left: 28px;
	position: relative;
}





#top-hder {
    padding: 0px 0px;
    background:#fff;
	box-shadow: 0px 2px 4px -4px rgba(0,0,0,0.75);
	position: relative;
}
#top-hder img{
	padding: 11px 0px;
	width: 82%;
	}
.top-hder-wdth {
    width: 98%;
    margin: 0px auto 0px 23px;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 48%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
.content {
    max-width:100%;
    height:732px;
    overflow:hidden; 
    margin:0px auto;
}


.menu-opener {
  width: 66px;
  height: 66px;
  cursor: pointer;
  background-size: 60%;
  display: block;
  float: left;
  margin-right: 0px;
}

.profile-opener {
  width: 94px;
  height: 77px;
  cursor: pointer;
  background: #FFF;
  background: url(../images/menu-icon.png) no-repeat 5px 20px;
    background-size: cover;
  background-size: 60%;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  display:none;
}

.view {
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  opacity: 1 !important;
  position: absolute;
}

.page {
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

body .transform-container {
  -webkit-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.catalog {
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;

  float: right;
  top: 72px;
}
.catalog img {
  width: 40%;
  margin: 140px 40px;
}

.overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  background: rgba(29, 29, 31, 0.6);
  visibility: hidden;
  opacity: 0;
}

.profile-open .overlay, .menu-open .overlay, .overlay {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nav-slide {
  font-family: Arial;
  padding: 3px 0 0 0px;
  color: white;
  display: block;
  position: fixed;
  width: 281px;
  height: auto;
  background: #1D1D1F;
  top: 0;
  bottom: 0;
  letter-spacing: .1875rem;
  overflow: hidden;
  min-height: 500px;
  z-index: 99;
  margin-top: 0 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate3d(-281px, 0, 0);
  -moz-transform: translate3d(-281px, 0, 0);
  -ms-transform: translate3d(-281px, 0, 0);
  -o-transform: translate3d(-281px, 0, 0);
  transform: translate3d(-281px, 0, 0);
}
/*.nav-slide ul {
  padding: 0;
  margin-top: 0px;
}
#dropdown li{
    padding: 0px;
}
.nav-slide li {
    list-style: none;
    margin-bottom: 0px;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #e4e0e0;
    padding: 11px 25px;
    color: #333;
    border-radius: 0px;
}
.nav-slide li:hover {
   color: #fff;
    list-style: none;
    margin-bottom: 0px;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    padding: 11px 25px;
    border-radius: 0px;
}*/
.panel-body {
    padding: 0px;
}
.panel-default {
    border-color: transparent;
}
.panel {
    background-color: transparent;
}
.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}
.panel {
    margin-bottom: 0px;
}
.nav-slide.side-menu {
  left: 0;
  -webkit-transform: translate3d(-281px, 0, 0);
  -moz-transform: translate3d(-281px, 0, 0);
  -ms-transform: translate3d(-281px, 0, 0);
  -o-transform: translate3d(-281px, 0, 0);
  transform: translate3d(-281px, 0, 0);
}
.nav-slide.side-profile {
  right: 0;
  left: auto;
  color: black;
  background:#ffffffe6;
  -webkit-transform: translate3d(281px, 0, 0);
  -moz-transform: translate3d(281px, 0, 0);
  -ms-transform: translate3d(281px, 0, 0);
  -o-transform: translate3d(281px, 0, 0);
  transform: translate3d(281px, 0, 0);
}

body.no-scroll {
  overflow: hidden;
}

body.menu-open .transform-container {

  -webkit-transform: translate3d(281px, 0, 0);
  -moz-transform: translate3d(281px, 0, 0);
  -ms-transform: translate3d(281px, 0, 0);
  -o-transform: translate3d(281px, 0, 0);
  transform: translate3d(281px, 0, 0);
}

body.profile-open .transform-container {
  -webkit-transform: translate3d(-281px, 0, 0);
  -moz-transform: translate3d(-281px, 0, 0);
  -ms-transform: translate3d(-281px, 0, 0);
  -o-transform: translate3d(-281px, 0, 0);
  transform: translate3d(-281px, 0, 0);
}

.profile-open .overlay, .menu-open .overlay {
  visibility: visible;
  opacity: 0.3;
}

.menu-open .side-menu, .profile-open .side-profile {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999999;
}
.nav-slide ul li a{
    color: #000;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #ed1c24;
}
#branchs-collg {
	padding:66px 0px;
	background: #f9f9f9;
	}
.colgs-plces {
    padding: 0 8px;
    /*background: #ed1c24;*/
}
.colgs-plces h2 {
	margin:0px auto;
	}
.colgs-plces h3 {
    margin: 10px auto 5px;
    color: #ed1c24;
    font-weight: bold;
}

.colgs-plces2 {
    padding: 0 8px;
}
.colgs-plces2 h2 {
	margin:0px auto;
	}
.colgs-plces2 h3 {
    margin: 10px auto 5px;
    color: #ed1c24;
    font-weight: bold;
}
	
	
.colgs-plces3 {
    padding: 0 8px;
}
.colgs-plces3 h2 {
	margin:0px auto;
	}
.colgs-plces3 h3 {
    margin: 10px auto 5px;
    color: #ed1c24;
    font-weight: bold;
}	
.view-branchs {
    padding: 8px 18px;
    margin: 11px auto 0;
    border-radius: 0;
    color: #c60008;
}
.colgs-plces p {
	margin:0px auto;
	}
.colgs-plces2 p {
	margin:0px auto;
	}
.colgs-plces3 p {
	margin:0px auto;
	}
.sml-line-under {
    border: 1px solid #ed1c24;
    margin: 5px auto 10px;
    width: 21%;
    float: left;
}
.flash-nws-boxs {
    background: #ed1c24;
    padding: 46px 32px;
    position: absolute;
    bottom: 60px;
    width: 30%;
	display:none;
}
.flash-nws-boxs ul li {
	display:inline-block;
	color:#fff;
	
	}
.flash-nws-boxs a {
	color:#fff;
	}
.flash-nws-boxs h5 {
	margin:0px auto;
	color:#fff;
	}
.flash-nws-boxs h3 {
	margin:4px auto;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	}
#branchs-collg {
	position:relative;
	}
#all-boxs {
	padding:30px 0px 0px;
	}
.boxs-all1 {
    background: url(../images/boxs-1.jpg);
    text-align: center;
    padding: 32px 0;
    box-shadow: 2px 389px rgba(255, 255, 255, 0.72) inset;
  
}

.view-branchs2 {

    padding: 10px 41px;
    margin: 11px auto 0;
    border-radius: 0;
    color: #fff;
    background: none;
    border: 2px solid #fff;

}
.view-branchs02 {

    padding: 10px 41px;
    margin: 11px auto 0;
    border-radius: 0;
    color: #f00;
    background: none;
    border: 2px solid #f00;

}
.boxs-all2 h1 {
	margin:0px auto;
	color:#fff;
	}
.boxs-all2 h2 {
	color:#fff;
	}
.boxs-all2 {

    background: #f00;
    text-align: center;
    padding: 50px 0;
    min-height: 269px;

}


.boxs-all3 h1 {
	margin:0px auto;
	color:#333;
	}
.boxs-all3 h2 {
	color:#333;
	}
.boxs-all3 {
    background: url(../images/boxs-2.jpg);
    text-align: center;
    padding: 47px 0;
    box-shadow: 2px 389px rgba(255, 255, 255, 0.72) inset;
    min-height: 269px;
}

.boxs-all4 h1 {
	margin:0px auto;
	color:#333;
	}
.boxs-all4 h2 {
	color:#333;
	}
.boxs-all4 {
    background: url(../images/boxs-3.jpg);
    text-align: center;
    padding: 47px 0;
    box-shadow: 2px 389px rgba(255, 255, 255, 0.72) inset;
    min-height: 269px;
}

.boxs-all5 h1 {
	margin:0px auto;
	color:#333;
	}
.boxs-all5 h2 {
	color:#333;
	}
.boxs-all5 {
    background: url(../images/boxs-4.jpg);
    text-align: center;
    padding: 47px 0;
    box-shadow: 2px 389px rgba(255, 255, 255, 0.72) inset;
    min-height: 269px;
}

#leaders {
	padding:35px 0px;
	}
#leaders h2 {
	margin:0px auto;
	font-size: 24px;



	}
.sml-line-under2 {
    border: 1px solid #ed1c24;
    margin: 5px auto 10px;
    width: 6%;
    float: left;
}
.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
  #owl-demo .item{
      margin: 8px;
	  height: 370px;
	  position: relative;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
        border-radius: 50%;
        position: relative;
    }
	
  #owl-demo11 .item{
      margin: 3px auto;
    }
    #owl-demo11 .item img{
      display: block;
      width: 100%;
      height: auto;
        border-radius: 50%;
        position: relative;
    }	
	
  #owl-demo33 .item{
      margin: 0px 15px;
	  height: 320px;
	  position: relative;
    }
    #owl-demo33 .item img{
      display: block;
      width: 100%;
      height: auto;
        border-radius: 0%;
        position: relative;
    }	
.panel-heading {
    padding: 10px 16px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
    width: 100%;
    margin: 5px auto;
}
/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 16px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #333;
    background: #e9e7e7;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #333;
    background-color: #f4f4f4;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgb(255, 0, 0);
    border-bottom-color: transparent;
}
.test-wrp-itm {
	background:#f4f4f4;
	padding:23px 36px;
	float: left;
	width: 100%;
	position: relative;
	height: 277px;
	}
.owl-theme .owl-controls {
    display: none !important;
}
.testim-bttn {
    background: #ED1C24;
    border-radius: 50%;
    padding: 8px 12px;
    border: 1px solid #ed1c24;
    position: absolute;
    bottom: -16px;
    right: 17px;
}
#leaders .nav > li > a {
    padding: 12px 26px;
}

  #owl-demo2 .item{
      margin: 3px;
	  height: 320px;
    }
    #owl-demo2 .item img{
      display: block;
      width: 100%;
      height: auto;
        border-radius:50%;
        position: relative;
    }
#our-ledrshp {
	padding:30px 0px;
	background:#f4f4f4;
	}
#our-ledrshp h2 {
	margin:0px auto;
	font-size: 24px;
	}

#owl-demo3 .item{
    margin: 3px;
	height: 487px;
    }
#owl-demo3 .item img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    }
.teams1 {
	background:#fff;
	padding:5px;
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.75);
	border-bottom: 2px solid #ed1c24;
	}
.tem-txt {
	text-align:center;
	padding:15px 5px;
    height: 117px;
	}
.tem-txt h4 {
	margin:5px auto;
    height: 26px;
    font-size: 17px;
	}
.tem-txt p {
	margin:5px auto;
    height: 47px;
	}
.testim-bttn2 {
    background: #ED1C24;
    border-radius: 50%;
    padding: 8px 12px;
    border: 1px solid #ed1c24;
	position: absolute;
	margin: auto -6%;
}
.testim-bttnn2 {
    background: #ED1C24;
    border-radius: 50%;
    padding: 8px 12px;
    border: 1px solid #ed1c24;
    position: absolute;
    right: 15px;
    bottom: -17px;
	
}
#footer {
	padding:45px 0px;
	background: #f4f4f4;
	}
.fotr-txts img {
	
	}
.footr-hdds {
	margin:0px auto 17px;
	font-size: 22px;
	color:#f00;
	}
.addrs-itms .fa {
	color:#f00;
	}
.addrs-itms a {
	color:#333;
	}
#footr-menus {
    background: #ed1c24;
    padding: 17px 0px;
}
.foot-lists li {
	padding:0px 0px;
	list-style:none;
	line-height:25px;
	}
.foot-lists {
	margin:0px auto;
	}
.foot-lists li a {
	color:#333;
	padding-left: 7px;
	}
.foot-lists li::before {
    color: #fc0000;
    content: '\f101';
    font-family: FontAwesome;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
}
.social-icons li {
    display: inline-block;
    background: #fc0000;
    padding: 7px 12px;
    margin: auto 7px auto auto;
    color: #fff;
    border-radius: 5px;
}
#footr-cpyrgt {
	padding:14px 0px;
	background:#ed1c24;
	color:#fff;
    font-size: 13px;
	}
#footr-cpyrgt a {
	color:#fff;
	}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999999999;
}
#inner-footr {
	padding:0px 0px;
	
	}
.bnner-iner li {
	display:inline-block;
	color: #404040;
	
	}
.bnner-iner li a {
	color: #404040;
	}
.hvr-bounce-in .fa {
	color:#f00;
	padding-right:10px;
	}	
#inner-footr h3 {
    margin: 0px auto 5px;
    font-size: 26px;
    font-weight: bold;
    /*text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.34);*/
	color: #333;
}
.bnner-iner {
	float:left;
	font-size: 14px;
	margin: 5px auto;
	}
#faculty-wrpr-contnt {
	padding:35px 0px;
	}
.teams1 img {
	width:100%;
	}
img {
	width:100%;
	}
#faculty-wrpr-contnt .teams1 {
    background: #fff;
    padding: 5px;
    box-shadow: 1px 1px 4px -3px rgba(0,0,0,0.75);
    border-bottom: 2px solid #ed1c24;
	margin:25px auto;
}
#faculty-wrpr-contnt .tem-txt {
    text-align: center;
    padding: 15px 5px;
    height: 124px;
}
#faculty-wrpr-contnt .testim-bttn2 {
    background: #ED1C24;
    border-radius: 50%;
    padding: 8px 12px;
    border: 1px solid #ed1c24;
    position: absolute;
    margin: auto -6%;
    bottom: 7px;
}
#faculty-wrpr-contnt .panel-tabs {
    position: relative;
    bottom: 16px;
    clear: both;
    border-bottom: 1px solid #e9e9e9;
}
.faculty-pic {
	border:1px solid #ccc;
	padding:3px;
	}
#faculty-detls {
	padding:35px 0px;
	}
.fac-icons .fa{
	color:#ed1c24;
	}
.fac-icons a {
	color:#333;
	}
.fac-txt-bttm h4{
	margin:0px auto;
	}
.fac-txt-bttm ul li {
	list-style:none;
	}
.fac-txt-bttm ul li:before {
	content:'\f101';
	font-family:FontAwesome;
	padding-right:8px;
	}
.fac-txt-bttm {
	line-height:24px;
	}
.news-side {
	background:#f4f4f4;
	}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 11px 18px;
	background: #e9e9e9;
	width: 100%;
	font-size: 15px;
	color: #ed1c24;
    font-weight: bold;
    margin: 2px auto;
}
.hvr-sweep-to-right:hover {
	color:#fff;
	}
#news-page {
	padding:5% 0px 25px;
	}
.news-boxs-txt {
	background:#fcfcfc;
	border-bottom: 2px solid #fc0000;
	margin-bottom:75px;
	box-shadow: 0px 3px 5px -4px rgba(0,0,0,0.75);
	}
/* Bounce In */
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #efefef;
    width: 100%;
    padding: 9px 13px;
	margin:5px auto;
	color:#f00;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
	
.txtnews-txt {
	padding: 14px 19px;
	height: 197px;
	}
.txtnews-txt h3 {
	margin:10px auto;
	font-size: 22px;
	}
#news-page .testim-bttn {
    background: #ED1C24;
    border-radius: 50%;
    padding: 8px 12px;
    border: 1px solid #ed1c24;
    position: absolute;
	bottom: 58px;
}
.news-boxs-txt img {
	position:relative;
	}
.date-news-evnts {
    position: absolute;
    z-index: 99;
    background: #f00;
    color: #fff;
    padding: 10px 14px;
    text-align: center;
    left: 41px;
    top: -25px;
}
.date-news-evnts::after {
    border-right: 16px solid #c80000;
    border-top: 25px solid transparent;
    content: "";
    left: -16px;
    position: absolute;
    top: 0;
}
.date-news-evnts h2 {
	margin:0px auto;
	font-size: 27px;
	}
.date-news-evnts h4 {
	margin:0px auto;
	font-weight:bold;
	font-size: 14px;
	}	
#news-dtls-page {
	padding:35px 0px;
	}
.news-infos {
    padding: 0px 0px;
    color: #999;
    float: left;
    width: 100%;
}
.recen-nws h4 {
	margin:0px auto 10px;
	}
  #owl-demo4 .item{
      margin: 27px auto;
	  height: 412px;
    }
    #owl-demo4 .item img{
      display: block;
      width: 100%;
      height: auto;
        position: relative;
    }
#owl-demo4 .date-news-evnts {
    position: absolute;
    z-index: 9999;
    background: #f00;
    color: #fff;
    padding: 10px 14px;
    text-align: center;
    left: 22px;
    top: 2px;
}
#owl-demo4 .testim-bttn {
    background: #ED1C24;
    border-radius: 50%;
    padding: 8px 12px;
    border: 1px solid #ed1c24;
    position: absolute;
    bottom: 30px;
}
#owl-demo4 .date-news-evnts h2 {
    margin: 0px auto;
    font-size: 20px;
}
#owl-demo4 .recen-nws h4 {
    margin: 0px auto 3px;
}
  #owl-demoo5 .item{
      margin: 33px auto;
	  height: 582px;
    }
    #owl-demoo5 .item img{
      display: block;
      width: 100%;
      height: auto;
        position: relative;
    }
#owl-demoo5 .date-news-evnts {
    position: absolute;
    z-index: 9999;
    background: #f00;
    color: #fff;
    padding: 10px 14px;
    text-align: center;
    left: 41px;
    top: 8px;
}
/*-===========side menu==========*/
.sidenav {
	background-color:#111;
	height:100%;
	left:0;
	overflow-x:hidden;
	padding-top:60px;
	position:fixed;
	top:0;
	transition:.5s;
	width:0;
	z-index:1;
}
.sidenavR {
	background-color:#ffffffe6;
	height:100%;
	overflow-x:hidden;
	padding-top:60px;
	position:fixed;
	right:0;
	top:0;
	transition:.5s;
	width:0;
	z-index:9999;
}
.sidenav a, .sidenavR a {
	color:#fff;
	display:block;
	font-size:15px;
	padding:17px 8px 17px 32px;
	text-decoration:none;
	transition:.3s;
}
.sidenav a:hover, .offcanvas a:focus, .sidenavR a:hover, .offcanvas a:focus {
	color:#f1f1f1;
	background: #7f1a26;
}
.sidenav .closebtn, .sidenavR .closebtn {
    font-size: 35px;
    margin-left: 50px;
    position: absolute;
    right: 5px;
    top: 2px;
background: #ed1c24;

padding: 0px 18px;
    margin: 3px 0px;
    border-radius: 0px;
}
.menu-icon {
	font-size: 37px;
	position:absolute;
	top: 13px;
	cursor: pointer;
	}
.dropdown-container {
    display: none;
    padding-left: 0px;
}
.sidenav a, .dropdown-btn {
    padding: 19px 33px;
    text-decoration: none;
    display: block;
    border: none;
    background: #1484b0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
	font-size:15px;
	color:#fff;
}
.sidenav a:hover, .dropdown-btn:hover {
	background: #7f1a26;
}
.fa-caret-down {
    float: right;
    padding-top: 4px;
}

.navbar-nav > li {
    float: left;
    width: 100%;
}
#dropdown .navbar-nav {
	background:#ccc;
	width: 100%;
	}
.sec-lvl {
	background:#aeaeae;
	}
.navbar-nav {
    float: left;
    margin: 24px auto 0;
	width: 100%;
}
 .tse-scrollable {
        overflow-y: scroll;
      }
      .tse-scrollable.horizontal {
        overflow-x: scroll;
        overflow-y: hidden;
      }
@media screen and max-height 450px {
.sidenav, .sidenavR {
padding-top:15px;
}
.sidenav a, .sidenavR a {
font-size:18px;
}
}
/*-===========side menu==========*/

#gallery-pge {
	padding:40px 0px;
	}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	padding: 8px 5px;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 21px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 10px 20px;
	border-radius:2px;
	background: #ed1c24;
	color: #fff;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#key-ann {
	padding:20px 0px 30px
	}
.dte22 h1 {
    margin: 0px auto;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.dte22 {
    background: #f00;
    padding: 10px 15px;
    float: left;
    position: absolute;
    top: -37px;
}
.dte22 h4 {
	margin: 2px auto;
	color:#fff;
	}

.hdd-news h3 {
    margin: 38px auto 8px;
    font-size: 20px;
}
.news-itms p {
    color: #717171;
	height: 100px;
}
.mor-btns2 {
    border-radius: 0;
    padding: 8px 16px;
    margin: 10px auto 0;
    border: 1px solid #ededed;
    text-transform: uppercase;
    color: #e70000;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 12px;
}
.news-itms {
    background: #f0eded;
    float: left;
    padding: 12px 22px 20px;
    position: relative;
    border-bottom: 1px solid #f00;
    min-height: 230px;
	margin: 10% auto;
}
#newslter {
	background:#f4f4f4;
	padding:15px;
	}
.view-pddf {
	padding:5px;
	background:#f00;
	}
.newslter {
	background:#f4f4f4;
	padding:14px;
	margin:7% auto;
	border-bottom:2px solid #f00;
	}
.view-pddf {
    padding: 5px;
    background: #f00;
    position: absolute;
    padding: 7px 13px;
    color: #fff;
}
.view-pddf:hover {
    padding: 5px;
    background: #d1171e;
    position: absolute;
    padding: 7px 13px;
    color: #fff;
}
#testimonls {
	padding:35px 0px;
	}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow:0px 2px 0px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
#contct-pge {
	padding:35px 0px;
	}
.form-control {
    box-shadow: none;
    border-color: #ddd;
    height: 41px;
}
.adrc-boxs h4 {
    margin: 0px auto 10px;
}
.adrc-boxs h4 {
    color: #f00;
    font-weight: bold;
}
.adrc-boxs a {
    color: #333;
}
.glry-more2 {
    padding: 10px 25px;
    border: 1px solid #f00;
    float: left;
}
#contct-page {
    padding: 0px 0px 0px;
}
#testim-detls {
	padding:35px 0px;
	}
.testim-profle {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
	box-shadow: 0px 0px 5px -4px rgba(0,0,0,0.6);
}
.testm-txt-innr {
    padding: 24px 24px;
}
.testm-txt-innr h3{
	margin:0px auto;
	font-weight:bold;
	color: #ed1c24;
	}
.testm-txt-innr h4{
	margin:10px auto 16px;
	font-weight:bold;
	}

.testi-immg {
	padding:8px;
	}
.line-test {
	margin:5px auto 13px;
	}	
.accord-hdd-innr {
	border-bottom: 1px solid #eaeaea;
	padding: 0px 0 2px;
	}

table {
    border-collapse: collapse;
	font-size:13px; 
}
 th {
    border: 1px solid #9BBB59; 
    text-align: left; 
    padding: 8px; 
	background-color: #fc0000; 
	color:#FFF;
	}


td {
    border: 1px solid #e3e3e3; 
    text-align: left; 
   /* padding: 8px !important; */
	padding: 8px; 
	background:none;
	}
tr:nth-child(2n+1) {
    background-color: #000;
}
tr:nth-child(odd) {
    background-color:#FFF;
	
}
tr:nth-child(even) {
    background-color:#F9F9F9;
	
}
#pgd-prgm {
	padding:36px 0px;
	line-height:26px;
	}

.innr-bnr {
	position:relative;
	}
.innr-bnr22 {
    position: absolute;
    bottom: 46%;
    left: 0;
    right: 0;
}
.innr-bnr2 {
    padding: 11px 0 5px;
    background: #f4f4f4cf;
    position: static;
    bottom: 0;
    right: 0;
    left: 0;
}
.btn-danger {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}
.inr-sub-hd1 {
	color:#fff !important;
	text-shadow: 2px 2px 3px rgb(0, 0, 0);
	font-size: 30px !important;
	text-align: center;
	}
.inr-sub-hd2 {
	color:#fff !important;
	text-shadow: 2px 2px 3px rgb(0, 0, 0);
	text-align: center;
	}	
#inner-footr img {
	/*opacity: 0.6;*/
	}
 #owl-demom4 .item{
      margin: 27px auto;
	  height: 412px;
    }
    #owl-demom4 .item img{
      display: block;
      width: 100%;
      height: auto;
        position: relative;
    }
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #efefef;
    width: 100%;
    padding: 9px 13px;
    margin: 5px auto;
    color: #626262;
}
#pgd-prgm ul {
	padding:0px;
	}
#pgd-prgm p{
	width: 93%;
	line-height: 27px;
	}	
.innr-submenus {
	
	}	
.menu {
    float: left;
    min-width: 100%;
    outline: 0;
    position: relative;
}
.menu .menu-header {
    background: #fc0000;
    color: #f0f0f0;
    font-weight: bold;
    line-height: 80px;
    text-align: left;
    width: 100%;
    font-size: 19px;
    padding: 0px 25px;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu ul li {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.menu > ul > li > a {
    border-bottom: solid 1px #e1e0e0;
}
.menu ul li a {
    background: #f3f3f3;
	color: #626262;
	float: left;
	font-size: 15px;
    overflow: hidden;
    padding: 14px 22px;
    position: relative;
    text-decoration: none;
    width: 100%;
}	
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}	
	
	
	
	
	
	
	
	
.grow {
    width: 100%;
    height: auto;
    font-size: 3.4em;
    z-index: 999999999 !important;
    text-align: center;
    line-height: 26px;
    transition: all 0.3s ease;
}
.grow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1 !important;
}
#boxs-hm {
	padding:80px 0px 38px;
	/*background:url(../images/bg5.jpg) center fixed;
	background-size:cover;*/
	}
.pges-in-boxs {
	border-radius:0px;
	color:#fff;
	text-align:left;
	}
.pge-itm-bx-mmg {
	overflow:hidden;
	}
.pge-itm-bx-txt {
	padding:17px 15px 30px;
	}
.pge-itm-bx-txt h4 {margin:0px auto;}

.testim-bttn22 {
    background: #fff;
    border-radius: 50%;
    padding: 8px 12px;
    border: 1px solid #fff;
	position: absolute;
	margin: auto -6%;
	color:#ED1C24;
	bottom: 5px;
}

/*Hover effect 1st section*/


.tilter {
	display: block;
	position: relative;
	width: 100%;
	/*height: 415px;*/
	margin:0px auto 31px;
	color: #fff;
	flex: none;
	perspective: 1000px;
}

.tilter * {
	pointer-events: none;
}

.tilter:hover,
.tilter:focus {
	color: #fff;
	outline: none;
}

/*
.tilter__figure,
.tilter__deco,
.tilter__caption {
	will-change: transform;
}*/

.tilter__figure,
.tilter__image {
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.tilter__figure > * {
	transform: translateZ(0px); /* Force correct stacking order */
}

.smooth .tilter__figure,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--shine div,
.smooth .tilter__caption {
	transition: transform 0.2s ease-out;
}

.tilter__figure {
	position: relative;
}

.tilter__figure::before {
	content: '';
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	box-shadow: 0 30px 20px rgba(35,32,39,0.5);
}

.tilter__deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tilter__deco--overlay {
	background-image: linear-gradient(45deg, rgba(226, 60, 99, 0.4), rgba(145, 58, 252, 0.4), rgba(16, 11, 192, 0.4));
}

.tilter__deco--shine div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	background-image:linear-gradient(5deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 50%, #d74b4b00 100%);
}

.tilter__deco--lines {
	fill: none;
	stroke: #fff;
	stroke-width: 0;
}

.tilter__caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 27px;
}

.tilter__title {
	margin: 0;
	font-weight: bold;
font-size: 26px;
line-height: 33px;
	text-shadow: 2px 2px 2px #000;
}

.tilter__description {
	margin: 1em 0 0 0;
	font-size: 0.85em;
	letter-spacing: 0.15em;
	text-shadow: 2px 2px 2px #000;
}

/* Individual styles */

/* Example 1 (Default) */
.tilter--1 .tilter__figure::before {
	box-shadow: 0 30px 20px rgba(0,0,0,0.5);
}




.campus-itms1 {
    /*box-shadow: 2px 389px rgba(237, 28, 36, 0.59) inset;*/
    padding: 65% 27px 0;
	background:url(../images/campus-1.jpg);
	color:#fff;
	height: 369px;
	margin:10px auto;
}
.campus-itms1 h1 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.campus-itms1 h3 {
    text-align: center;
    margin: 0px auto 25px;
    color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.campus-itms1 p {
	font-size:17px;
	}
#branchs-collg a {color:#fff;}	
	
	
.campus-itms2 {
   /* box-shadow:2px 389px rgba(237, 28, 36, 0.59) inset;*/
    padding: 65% 27px 0;
	background:url(../images/campus-2.jpg);
	color:#fff;
	height: 369px;
	margin:10px auto;
}
.campus-itms2 h1 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    color: #fff;

	text-shadow: 2px 2px 2px #000;
}
.campus-itms2 h3 {
    text-align: center;
    margin: 0px auto 25px;
    color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.campus-itms2 p {
	font-size:17px;
	}	
	
	
.campus-itms3 {
   /* box-shadow: 2px 389px rgba(237, 28, 36, 0.59) inset;*/
    padding: 65% 27px 0;
	background:url(../images/campus-3.jpg);
	color:#fff;
	height: 369px;
	margin:10px auto;
}
.campus-itms3 h1 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.campus-itms3 h3 {
    text-align: center;
    margin: 0px auto 25px;
    color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.campus-itms3 p {
	font-size:17px;
	}	
#toop-lnks {
	padding:0px 0px;
	background: #f9f9f9;
	}	
.toop-lnks-rgt {
	float:right;
	}	
.flsh-news3 {
    background: #ffffffa1;
	padding: 22px 0;
}
.flsh-news-wrpr {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	right: 0;
	}	
#bnr-slder {
	position:relative;
	}	
.flshnws-scrl li {
	display:inline-block;
	}	
.flshnws-scrl li a {color:#f90505;; padding:0px 15px; font-size:16px}	
.flshnws-scrl {margin:0px auto;}	
.flshnws-scrl li:before {
	content:'\f0a9';
	font-family:FontAwesome;
	color:#f00;
	}	
	
.xme-hds-cmp {
	
	}
#nws-evnts {
	padding:35px 0px;
	background: url(../images/bg5.jpg) center fixed;
	background-size: cover;
	}
.nws-evnt-wrpr-itm {
	background:#fff;
	padding:0px;
	}
.news-evnt-mmg-hr {
	
	}
.evn-nw-txts {
	padding:29px 32px;
	position:relative;
	height: 191px;
	}
.evn-nw-txts h4 {margin:0px auto; line-height:26px;}
.dte-4 {
    background: #ed1c24;
    color: #fff;
    position: absolute;
    top: -21px;
    padding: 9px 26px;
    border-radius: 47px;
}
  #owl-demo5 .item{
      margin: 5px 10px;
	  height: 562px;
	  position: relative;
    }
    #owl-demo5 .item img{
      display: block;
      width: 100%;
      height: auto;
        position: relative;
    }
.topmenu {
	z-index:999 !important;
	}
.right-no-arrw {
    float: left;
    z-index: 999999;
    border-right: none !important;
}
p ul li::before {
	content: "\f101";
	left: 0;
	position: absolute;
	font-family: FontAwesome;
    padding-left: 15px;
}

p ul {
	float: left;
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
p ul li {
	margin-bottom: 3px;
	padding-left: 36px;
	position: relative;
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 150, 201,0.8);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}
.test-txt-hgt {
	height: 128px;
	}
.test-txt-hgt2 {
	height: 112px;
	}
.test-immg {
	height: 242px;
	overflow: hidden;
	}
#gallery-pge .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 190px;
}
#news-page .txtnews-txt {
    padding: 14px 19px;
    height: 300px;
}
#news-page .txtnews-txt h3 {
    margin: 10px auto;
    font-size: 17px;
    line-height: 26px;
}
.cp-rgt-1 {
	text-align:left;

	}
.cp-rgt-2 {
	text-align:right;
	float: right;
	}
.srch-bnnt {
    padding: 11px 44px;
    font-size: 20px;
    background: #ed1c24;
    border: 2px solid #ed1c24;
    border-radius: 0;
}

.align-right ul {
	position: absolute;
	left: -9999px;
	right: 0;
}

.menu-header {
	padding: 18px;
	background: #ed1c24;
	color:#fff;
	font-size:21px;
	}
.bnnr-info-strp {
    position: fixed;
    z-index: 8;
    right: 49px;
    top: 20%;
}
#res-frm-pg {
	padding:55px 0px;
	float:left;
	width:100%;
	}	
#res-frm-pg .btn-danger {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
    padding: 10px 37px;
    margin: 12px auto;
    font-size: 19px;
    float: right;
}
.rl-no {
	margin-bottom:10px;
	}	
#res-frm-pg .form-control {
    box-shadow: none;
    border-color: #ddd;
    height: 52px;
    padding: 11px 14px;
    font-size: 18px;
}	
.left-badge2 {
    position: fixed;
    z-index: 10;
    left: 23px;
    top: 22%;
    width: 11%;
}
.left-badge2 img {
	width:auto;
	}	

#modal12 .modal-header .close {
    margin-top: 10px;
}	
#modal12 .modal-dialog {
    width: 600px;
    margin: 14% auto;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
}
#modal12 .modal-content {
    background-color: #fff !important;
    max-width: 100% !important;
    text-align: center;
}
#modal12 .modal-body {
    font-size: 21px;
}
@media screen and (min-width:320px) and (max-width:420px) {
#modal12 .modal-dialog {
    width: 93%;
    margin: 27% auto;
}
}
#inner-footr {
  padding: 0px 0px;
  background: #f4f4f4;
}
#forrm-page { padding:35px 0px; }
.frm-bocx {
  background: #f4f4f4;
  float: left;
  width: 100%;
  padding: 46px 28px;
  border-radius: 27px;
}
.frm-pg-tm { margin-bottom:15px; }
.ffm-inpt { width:100%; border:1px solid #dddcdc; padding: 7px 11px; }
/*input border */
input:focus, textarea:focus, select:focus,button:focus{ outline: none; }
input:focus, textarea:focus, select:focus,button:focus{ outline: none; }
.btn.focus, .btn:focus { box-shadow: none !important; }
/*input border */
.frm-pg-tm label { margin:0px auto; }
.frm-pg-tm2 { margin:24px auto 0; }
.sbmt5 {
  padding: 11px 32px;
  font-size: 17px;
  letter-spacing: 1px;
  margin: 7px auto 0;
}
.frm-pg-tm2 img { width:auto !important; }


  #owl-demo_n1 .item{
      margin: 0px 15px;
	  position: relative;
    }
    #owl-demo_n1 .item img{
      display: block;
      width: 100%;
      height: auto;
        border-radius: 0%;
        position: relative;
    }


.bgvid { width:100%; }
.ovr-hdd { overflow:hidden; }


  /*
#bnr-slder .slide img, #bnr-slder .slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
#bnr-slder .slide.active {
    display: block;
  }








#bnr-slder .slider {
    position: relative;
    width: 100%;
    margin: 0 auto;height: 80vh;
  }
  
#bnr-slder .slides-container {
    display: flex;
    overflow: hidden;
  }
#bnr-slder .slide {
    min-width: 100%;
    transition: transform 0.5s ease;
    display: none;
  }
  
#bnr-slder .slide.active {
    display: block; 
  }
  
#bnr-slder button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 9;
  }
  
#bnr-slder .prev-btn {
    left: 57px;
  }
  
#bnr-slder .next-btn {
    right: 57px;
  }
  */

.slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.slides-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  display: none;
}

.slide.active {
  display: block;
}

#bnr-slder button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev-btn {
  left: 74px;
}

.next-btn {
  right: 74px;
}
.slide-video { width:100%; }

/*#mob-bnnr { display:none !important; }*/
.for-desktop-banner {  }
