#galry {
    padding: 0px 0px;
    background: url(../images/bg1.jpg) repeat;
}



/*! littlelightBox v0.9 */

.lightbox-wrap * {
	padding: 0;
	margin: 0;
}

/* Mask layer */

.lightbox-mask {
	position: fixed;
	top: 0;
	left: 0;
	background: url('../images/opacity.png');
	z-index: 1000;
	display: none;
	cursor: pointer;
}

.lightbox-wrap .lightbox-skin,
.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-inner {
	width: auto;
	height: auto;
	margin: auto;
}

.lightbox-loading,
.lightbox-skin .lightbox-closeBtn,
.lightbox-skin .lightbox-prevBtn span,
.lightbox-skin .lightbox-nextBtn span {
	background: url('../images/lightbox_sprite.png');
}

.lightbox-wrap .lightbox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.lightbox-skin .lightbox-closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -13px;
	margin-right: -13px;
	cursor: pointer;
	width: 36px;
	height: 34px;

	background-position: 0 0;
	z-index: 1060;
}

.lightbox-skin .lightbox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background: transparent url(../images/transparent.png);
	cursor: pointer;
	z-index: 1040;
}

.lightbox-skin .lightbox-nav:hover span {
	visibility: visible;
}

.lightbox-skin .lightbox-nav span {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 36px;
	height: 34px;
	z-index: 1040;
	visibility: hidden;
}

.lightbox-skin .lightbox-prevBtn {
	left: 0px;
}
.lightbox-skin .lightbox-prevBtn span {
	left: 20px;
	background-position: 0 -36px;
}

.lightbox-skin .lightbox-nextBtn {
	right: 0px;
}
.lightbox-skin .lightbox-nextBtn span {
	right: 20px;
	background-position: 0 -72px;
}

.lightbox-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	z-index: 1050;
}

.lightbox-loading div {
	background: url('../images/lightbox_loading.gif') center center no-repeat;
	width: 44px;
	height: 44px;
}

.lightbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
}

.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-skin {
	position: relative;
}

.lightbox-wrap .lightbox-skin,
.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-image {
	background-color: white;
	border-radius: 10px;
}

/* Title helper */

.lightbox-wrap .lightbox-title {
	
	position: relative;
	text-shadow: none;
	z-index: 1030;
	width: 80%;
}

.lightbox-wrap .lightbox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #FFF;
	background: #000;
	background: rgba(0, 0, 0, .7);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.lightbox-wrap .lightbox-title-over p {
	float: left;
	padding-top: 5px;
}

.lightbox-wrap .lightbox-title p {
	padding-left: 10px;
}

.lightbox-wrap .lightbox-title span {
	float: right;
	padding-right: 10px;
}

.lightbox-wrap .lightbox-title-inside {
	padding-bottom: 5px;
}

.lightbox-wrap .lightbox-outer + .lightbox-title-inside {
	padding-top: 5px;
	padding-bottom: 0;
}

.lightbox {
}
.thumbnail {
    padding: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
#testimon {
    padding: 50px 0px;
    background:url(../images/testim-bbg.jpg) center;
	background-size:cover;
}
/* Carousel */

#quote-carousel {
    margin-top: 0px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#quote-carousel .carousel-control.left {
    left: -29px;
}
#quote-carousel .carousel-control.right {
    right: -29px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 153px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
#footer {
    padding: 25px 0px 5px;
    background: #77050b;
	color:#fff;
	line-height: 28px;
	border-bottom: 3px solid #890008;
}
.footer-hdds {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
#footer h3 {
    font-weight: 300;
    font-size: 20px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #dc3d3b;
}
#footer a {
    color: #fff;
}
.footr-contcs {
    margin-bottom: 20px;
}
.footerlinks li {
    list-style: none;
    line-height: 28px;
    padding: 0px 18px 0 0;
}
.footerlinks {
    padding: 11px;
}
.footerlinks li:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #e45454;
}
.footer-wrper {
    width: 80%;
    margin: 0px auto;
}
#footr-copy-rgt {
    padding: 13px 0px;
    background: #11427a;
    color: #fff;
    font-size: 13px;
}
#footr-copy-rgt a {
    color: #fff;
}

.event-calandr {  
    padding: 10px;
    background: #ccc;
}
.event-ech-itms {
    background: #f4f4f4;
    float: left;
    width: 100%;
    margin-bottom: 3px;
}
.date01 {
    background: #bc4545;
    padding: 21px 5px;
    color: #890008;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}
.event-ech-itms h4 {
    margin: 18px auto;
}

.slimScroll {
    margin-top: 0px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 313px;
    width: 100%;
}

/* custom stylings */
.wrapper, .scroll-wrapper {
    padding: 5px;
}
.scroll-wrapper.mac + .scrollBarContainer{
    background-color: transparent;
}
.scrollBarContainer.animate .scroll{
    transition: 2s opacity ease;
    -ms-transition: 2s opacity ease;
    opacity: 0;
}
.scrollBarContainer:hover .scroll{
    opacity: 0.5;
    transition: none;
    -ms-transition: none;
}
.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.scroll{
    border-radius: 10px;
}
.wrapper + .scrollBarContainer{
    background-color: #eee9ee;
}
.scrollBar {
    background-color: #60F509;
    border-radius: 10px;
    opacity: 0.5;
}
.scroll-bar{
    background-color: #14D1E0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
}
.navbar-nav > li > a {
    line-height: 31px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
	width: 819px !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #890008;
    background-color: #bc4545;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.calander-event {
    
}


.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}


.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
    width: 43px;
    height: 43px;
    font-size: 18px;
}
.social-circle li i {
	margin:0;
	line-height:43px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social a {
    border:2px solid #fff;
}

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
#admision-open {
    padding: 30px 0px 42px;
    text-align: center;
	border-top: 1px solid #edecec;
}
.common-headding3 span {
    font-weight: 800 !important;
    color: #890008;
    font-size: 28px;
    padding-bottom: 10px;
}
.click-open {
	padding: 11px 27px;
	border-radius: 0;
	margin: 10px auto;
	font-size: 15px;
}
#admision-open .fa {
	border: 1px solid #f2f2f2;
	font-size: 21px;
	padding: 18px;
	border-radius: 50%;
}
.affiliated-no {
    background: #dc3d3b;
    color: #fff;
    position: absolute;
    bottom: -41px;
    z-index: 99;
    padding: 10px 28px;
    right: 12%;
    font-weight: 600;
    border-radius: 0px 0px 13px 13px;
}
.dropdown-menu > li > a {
    border-bottom: 1px solid #ededed;
    padding: 9px 20px;
}
#inner-banner {
    padding: 0 0px;
}
.inner-txt h1 {
    margin: 0px auto;
    font-weight: bold;
    color: #890008;
}
.inner-txt h4 {
    margin: 0px auto;
    float: right;
    color: #890008;
}
.inner-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
}
#inner-banner img {
    position: relative;
}
#addrss-wrper {
    padding: 60px 0px;
}
.contct-frms {
    border: 1px solid #ccc;
    padding: 13px 25px;
    width: 100%;
    border-radius: 27px;
    margin-bottom: 20px;
}
.input-group {
    margin-bottom: 16px;
}
.form-control {
    height: 54px;
}
.panel-default {
    border-color: transparent;
}
#contct-addrss {
    padding: 0px 0px;
}
.addrss-boxs2 {
    background: #f4f4f4;
    padding: 0px 0px;
    border-radius: 15px;
    float: left;
    width: 100%;
    margin: 0px auto 27px;
    min-height: 149px;
}
.addrss-boxs3 {
    background: #f4f4f4;
    padding: 0px 0px;
    border-radius: 15px;
    float: left;
    width: 100%;
    min-height: 149px;
}
.addrss-boxs {
    padding: 15px 10px;
    border-radius: 15px;
  
    float: left;
    width: 100%;
}
.addrss-boxs h4 {
    margin: 0px auto 8px;
}
.contct-icons {
    background: #e9e9e9;
    padding: 59px 10px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
}
.contct-icons .fa {
    font-size: 30px;
    color: #890008;
}
.contct-icons2 {
    background: #e9e9e9;
    padding: 59px 10px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
}
.contct-icons2 .fa {
    font-size: 30px;
    color: #890008;
}
.addrss-boxs02 {
    padding: 11px 10px;
    border-radius: 15px;
  
    float: left;
    width: 100%;
}






.addrss-boxs03 a {
    color: #333;
}
.contct-icons03 {
    background: #e9e9e9;
    padding: 59px 10px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
}
.contct-icons03 .fa {
    font-size: 30px;
    color: #890008;
}
.addrss-boxs02 {
    background: #f4f4f4;
    padding: 27px 0px;
    border-radius: 15px;
    float: left;
    width: 100%;
    margin: 2px auto 5px;
}
#addrss-wrper .panel-body {
    padding: 0px;
}
.vision01 {
    
}
#body-chirmans h3 {
}
#body-chirmans p {
	line-height: 27px;
	font-size: 15px;
}
.histry-wrpr {
    width: 90%;
    margin: 0px auto;
}
#inner-content-pages img{
	position:relative;
	width: 100%;
	}
.innr-hdd1 {
    position: absolute;
    z-index: 99;
    padding: 9% 1%;
    left: 0;
    right: 0;
	color:#fff;
}
.innr-xtt a{
	color:#fff;
	}
#inner-content-pages {
	overflow:hidden;
	}
.innr-hdd1 h2 {
	font-size:37px;
	margin: 0px auto;
	color: #333;
	background:#fff;
	float:left;
	padding: 8px 14px 12px;
	}
.innr-hd-line {
    border: 2px solid #dc3d3b;
    margin: 2px auto;
    width: 10%;
    float: left;
}
#commn-innr-bdy {
	padding:35px 0px;
	}
.innr-menuss {
    float: left;
    width: 100%;
}
.contnt-para-wdth {
	width:88%;
	}
#news-page {
	padding:35px 0px;
	}
.news-itms a {
	color:#333;
	}
.news-boxs12 {
	margin:35px auto;
	float: left;
	width: 100%;
	}
#news-lists {
	padding:35px 0px;
	}	
.news-para-hdd h3 {
    margin: 12px auto 10px;
    font-size: 20px;
    line-height: 24px;
}
#news {
	padding:15px 0px 35px;
	}
#owl-demoo1 .item{
    margin: 0px auto;
}
#owl-demoo1 .item img{
    display: block;
    width: 100%;
    height: auto;
}
#news-lists-page {
	padding:35px 0px;
	}
.news-page-itmes {
	
	}	
.nes-itm {
	
	}
.news-txt-area h3{
	margin:0px auto 8px;
	}
.evnts-itms {
    background: #f4f4f4;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ea0f0f;
}
#owl-demo2 .item img {
    display: block;
    width: 100%;
    height: auto;
}
.evnts-itms img {
	min-height: 203px;
}
.evnt-txts {
    padding: 11px 6px 20px;
}
.evnt-txts h4 {
    margin: 10px auto;
}
.evnt-txts h5 {
    color: #e70000;
    font-size: 13px;
}
.evnt-txts p {
    color: #717171;
    margin: 0px auto;
	min-height: 65px;
}
#news-sectn-hme {
	background: url(../images/mt-1342-content-bg03.jpg) center repeat fixed;
	padding: 57px 0px;
	color: #fff;
	}

#owl-demo3 .item{
    margin: 0px 10px;
    min-height: 240px;
}
#owl-demo3 .item img{
    display: block;
    width: 100%;
    height: auto;
}
.mor-btns2 {
    border-radius: 0;
    padding: 8px 16px;
    margin: 10px auto 0;
    border: 1px solid #ededed;
    color: #e70000;
    font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
}
.mor-btns2:hover {
    border-radius: 0;
    padding: 8px 16px;
    margin: 10px auto 0;
    border: 1px solid #ededed;
	color: #fff;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
	background:#e70000;
}
.dte {

}
.news-itms2 {
    background: #fff;
    float: left;
    padding: 26px 22px 29px;
    position: relative;
    border-bottom: 1px solid #f00;
    min-height: 234px;
	width: 100%;
    -webkit-box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 5px -4px rgba(0,0,0,0.75);
	color: #333;
}
.news-itms3 {
    background: #f4f4f4;
	margin:10px auto;
    float: left;
    padding: 26px 22px 29px;
    position: relative;
    border-bottom: 1px solid #f00;
    min-height: 230px;
    -webkit-box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 5px -4px rgba(0,0,0,0.75);
}
.hdd-news h3 {
    margin: 3px auto 8px;
	font-size: 17px;
	line-height: 24px;
	height: 84px;
}
.dte h4 {
    font-size: 14px;
    color: #f00;
    margin: 9px 0;
}
#gallry-photos {
	padding:40px 0px;
	background:#f4f4f4;
	}
#gallry-photos-cate {
	padding:40px 0px;
	background:#f4f4f4;
	}	
.list-unstyled img {

	}
.glry-mgg {
    padding: 7px;
    border: 4px solid #f4f4f4;
    background: #fff;
}
.glry-mgg1 {
	padding: 5px;
	}
.galry-pics {
	border:9px solid #fff;
	}
.galry-pics {
	position:relative;
	margin:10px auto;
	}	
.glry-tt {
    position: absolute;
    z-index: 99;
    background: #890008;
    color: #fff;
    padding: 4px 16px;
    left: -13px;
    bottom: 25px;
}
#gallry-photos-cate a {
	color:#fff;
	}
.galry-pics img {
	width:100%;
	height: 220px;
	}
#testim-page {
	padding:35px 0px;
	}
.test-hd {
    text-align: center;
    background: #65002f;
    padding: 13px;
    color: #fff;
    padding: 17px 0;
}
.test-hd h2 {
    font-size: 20px;
    margin: 0px auto 7px;
    padding: 0px 24px;
}
.test-hd h5 {
    margin: 5px auto 0;
    color: #ccc;
    padding: 0px 24px;
}
.testim-txt {
    border-top: 1px solid #65002f;
    border-bottom: 1px solid #65002f;
    margin: 18px 25px 20px;
    padding: 12px 0;
    color: #65002f;
    font-size: 18px;
}
.locaion {
    padding: 0 25px;
    color: #65002f;
}
.test-parag {
    width: 90%;
}
.date-02 {
    padding: 17px 16px;
    background: #890008b3;
    text-align: center;
    color: #fff;
    border-radius: 0px 0px 0px 22px;
    position: absolute;
}
#news-page .news-txts {
    height: 92px;
    border-bottom: 1px solid #5d8bc0;
    border-radius: 0px 0px 0px 22px;
}
#contct-page {
	padding:35px 0px;
	}
.cont-frm {
    border: 1px solid #ddd;
    padding: 12px 17px;
    width: 100%;
    margin: 7px auto;
    border-radius: 5px;
}

.cont-frm2 {
	border:1px solid #ddd;
	padding:10px 15px;
	width:100%;
	margin:7px auto;
	border-radius: 5px;
	height:98px;
	}
.capta {
	padding:5px 0;
	}
.submt-bttn-contct {
    padding: 11px 38px;
    margin: 8px 30px;
    background: #620031;
    border: 1px solid #620031;
    border-radius: 7px;
}
.addrs-itms {
	text-align:left;
	}
.addrs-itms h3 {
	margin:8px auto;
	}
.addrs-itms a {
	color:#333;
	}
.undrlne-brd {
	border:1px solid #dc3d3b;
	margin:10px auto;
	width:10%;
	float: left;
	}	
table {
    border-collapse: collapse !important;
	font-size:15px!important; 
}
th {
    border: 1px solid #9BBB59 !important; 
    text-align: left !important; 
    padding: 8px !important; 
	background-color: #9BBB59 !important; 
	color:#FFF;
	}


td {
    border: 1px solid #e3e3e3 !important; 
    text-align: left !important; 
   /* padding: 8px !important; */
	padding: 8px; 
	background:none !important;
	}

tr:nth-child(odd) {
    background-color:#FFF  !important;
	
}
tr:nth-child(even) {
    background-color:#F9F9F9  !important;
	
}
p{
	line-height:24px;
	}	
.all-contnt-pge {
	border:1px solid #f2f2f2;
	padding:20px 30px;
	border-radius: 13px 13px 0 0;
	background: #fbfbfb;
	float:left;
	width:100%;
	box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.09);
	}	
.news-itms3 h3 {
	height: 38px;
	}	
.news-itms3 p {
	height: 87px;
	}	
.faq-txts h4 {
	
	font-size:16px;
	}	
.faq-txts h4 a {
    font-size: 16px;
    color: #396eb3;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    padding: 4px 13px 3px 0;
    background: #f4f6f8;
}	
#commn-innr-bdy .collapse.in {
    color: #4e4d4d;
}	
.numm {
    background: #396ec3;
    padding: 4px 8px 3px 11px;
    text-align: center;
    margin: auto 8px auto 0;
	color:#fff;
}
.list-nums li {
	list-style:none;
	}	
.addrs-bxxs {
	padding:9% 0px;
	float:left;
	}	
#contnct-adrss {
	padding:0px 0px;
	background:#fbfbfb;

	}	
	
	
	
	
	

#flshnews1 {
	padding:0px 0px;
	background:#ddd;
	}
#owl-demoo3 a {
    color: #333;
    font-size: 18px !important;
    padding: 19px 0;
    float: left;
}
#owl-demoo3 a .fa {color:#f00;}
#flshnews1 h3 {
    margin: 0px auto;
    background: #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 22px 0;
}
.blink{color:red;animation:blink_animation .5s infinite}
@keyframes blink_animation {
50%{color:red}
100%{color:blue}
}

#top-menu-itm-infos {
	background:#383435;
	padding:0px;
	}
.rgt-hdr-whte {
	color:#fff;
	background: #890008;
	padding: 7px 18px;
	float: left;
	}
.flnws-rgt {
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 100%;
	}
.fl-hd-rgt {
	background:#d7d7d7;
	padding: 19px;
	color:#890008;
	}
#owl-demo-new1 .item a {color:#fff;}	
.fl-hd-txt {
	background:#fff;
	padding: 0px 19px 31px;
	height: 301px;
	}
.fl-hd-rgt h3 {
	font-weight:bold;
	text-align:center;
	}
.holder { 
  width:100%;
  height:370px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:100%;
  height:346px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
  border-bottom:1px solid #ddd;
}
.holder ul li a {
  color:#333;
  text-decoration:none;
}
#ticker01 span {font-size:14px; color:#f00;}

.mask ul li::before { content: "\f0a4"; left: 0; position: absolute; font-family: FontAwesome; padding-right: 10px;}
.mask ul { float: left; list-style: outside none none;margin-bottom: 0; padding-left: 0; width: 100%;}
.mask ul li { margin-bottom: 3px;padding-left: 30px;position: relative; font-size:16px;}
#body-chirmans img {margin: 0px auto;
padding: 12px;
border: 1px solid #ddd; background: #fff;}
.testm-bxxs {
	background:#fff;
	padding: 28px;
	height: 264px;
	position: relative;
	border-radius: 23px;
	}
.testm-bxxs h4 {
	line-height:26px;
	}
.tetim-strp {
    background: #c00;
    height: 51px;
    width: 90px;
    position: absolute;
    z-index: -1;
    right: -5px;
    bottom: -5px;
	border-radius: 0 0 26px 0;
}
#testimon .carousel-inner {
    min-height: 153px;
    color: #fff;
}
#testimon .commn-hdd {
    color: #fff;
}
#testimon  blockquote {
    font-size: 19px;
}
#testimon p{
	line-height: 35px;
}
#cpy-rgt11 {
	padding:15px 0px;
	font-size: 14px;
	}
#cpy-rgt11 a {color:#333;}

#testimon .carousel-inner > .item {
    height: 180px;
}
.fl-hd-rgt h3 {
	margin:0px auto;
	}



.marqueeElement {
    height:58px;
    width:58px;
    color: #ccc;
    border: 1px solid #666;
    position:absolute;
}
#mholder {
    height: 120px;
    width:60px;
    border: solid 1px black;
    position: absolute;
    overflow: hidden;
}
.tickercontainer {
	height:221px;
	}
.modal {
    z-index: 999999;
}
.bdy-wdh {
	width:85%;
	margin:0px auto;
	}	
#ticker01 li a {color:#333;}	
.fl-hd-rgt h3 {
	margin:0px auto !important; 
	}	
/*.adm-seson-hd {
    background: #890008;
	color: #fff;
    padding: 8px 21px;
    position: absolute;
    z-index: 9;
    border-radius: 0 0 6px 6px;
    font-size: 16px;
    right: 0;
	text-transform:uppercase;
}*/
.adm-seson-hd {
    background: #890008;
    color: #fff;
    padding: 8px 21px;
    position: static;
    z-index: 9;
    border-radius: 0;
    font-size: 16px;
    right: 0;
}
.adm-seson-hd1 {
    background: #890008;
	color: #fff;
    padding: 8px 21px;
    position: absolute;
    z-index: 9;
    border-radius: 0 0 6px 6px;
    font-size: 16px;
    right: 32%;
	text-transform:uppercase;
	text-align:center;
}
.adm-seson-hd1 a {color:#fff;}
#home-3boxs {
	padding:35px 0px;
	}	
.thre-bxs {
    background: #890008;
	padding: 12px 1px;
	box-shadow: 6px 5px 0px 0px rgb(249, 241, 166) !important;
	border: 1px solid #890008;
	float:left;
	width:100%;
}
.thre-bxs:hover {
    background: #77050b;
	padding: 12px 1px;
	box-shadow: 6px 5px 0px 0px rgb(249, 241, 166);
	border: 1px solid #77050b;
	float:left;
	width:100%;	
}		
.thre-bxs img {
    margin: 0px auto;
    border: 1px solid #f4f4f4;
    padding: 5px;
	background: #fff;
}
.thre-bxs h4 {
	margin: 10px auto 6px;
	font-size: 17px;
	color:#fff;
	}	
.logn-stf-parnt {
	font-size:14px !important;
	}	
#home-3boxs a {
	color:#333;
	}	
#noticebord {
	padding:40px 0px;
	}	
.not-evnt-wrpr {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #8900086e !important;
	border:1px solid #f4f4f4;
	background:#f4f4f49e;
	margin-bottom: 5px;
}
.date-noticebrd h3 {
	background:#4f3339;
	padding: 6px;
	width: 100%;
	margin: 2px auto;
	color:#fff;
	text-align:center;
	font-size: 18px;
	font-weight: bold
	}	
.date-noticebrd h5 {
	font-size:12px;
	margin:0px auto;
	text-align:center;
	}	
.not-brd-txt-wrpr {
	height: 74px;
	}	
.date-noticebrd {
    background: #fff;
	padding: 6px;
	box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.32);
}
.not-brd-txt-wrpr p {
	font-size:15px;
	color:#333;
	}	
.remr {
	text-align: center;
	border-radius: 50%;
	padding: 13px 19px;
	font-size: 14px;
	color:#fff;
	background:#4f3339;
	border: 1px solid #4f3339;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
	margin: 10px auto;
	}	
.remr:hover {
	text-align: center;
	border-radius: 50%;
	padding: 13px 19px;
	font-size: 14px;
	color:#fff;
	background:#128657;
	border: 1px solid #128657;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
	margin: 10px auto;
	}		
.noticeborsd {
	border:10px solid #eaeaea;
	float:left;
	padding: 9px;
	width:100%;
	height: 390px;
	overflow: hidden;
	box-shadow: 1px 4px 7px -3px rgba(0, 0, 0, 0.17);
	}	
.notbrd-hds {
	-ms-transform: rotate(20deg); /* IE 9 */
  transform: rotate(20deg); /* Standard syntax */
  position:absolute;
	}	
.infra-11 {
	text-align:center;
	background:#890008;
	color:#fff;
	border-radius: 8px;
	box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.75);
	}	
.infra-11 img {
	margin:0px auto;
	}	
.infra-hdngs {
	padding:8px;
	}	
.infra-hdngs p {
	margin:3px auto;
	font-size: 16px;
	}	
	
	
	
	
	
	
	
	
	
/*mega menu	*/
	
	
	
	
/*=================================*/

.have_dropdown_n_style li ul {padding:0;}




.menu-container {
    width: 100%;
    display: none;
    z-index: 100;
    margin: 0 auto;
    float: left;
    padding: 0px 0;
}
.menu-container:after,
.menu-container:before{
    content: "";
    clear: both;
}
.menu-container:after{
    display: table;
}
.menu-container .manu{
	width:95%;
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
}
.menu ul{
}
.menu ul:before,
.menu ul:after {
    content: "";
    display: table;
}
.menu ul:after {
    clear: both;
}
.menu:before,
.menu:after {
    content: "";
    display: table;
}
.menu:after {
    clear: both;
}
.menu ul li ul:before,
.menu ul li ul:after {
    content: "";
    display: table;
}
.menu ul li ul:after {
    clear: both;
}
.menu-container .manu ul li{
	float: left;
	background-color: transparent;
	list-style: none;
}
.menu-container .manu ul li a{
	display: block;
	padding: 31px 16px;
	color: #333;
	font-size: 14px;
	transition: .2s;
}
.menu-container .manu ul li a span{
	transition: .3s all ease-out;
	line-height: 7px;
}
.menu-container .manu ul li a:hover{
	color:#14a0f9;
}
.menu-container .manu ul li a:hover span{
	transform: rotate(180deg);
	padding-right: 5px;
}
.menu-container .manu ul li a:hover{
	border-bottom: 1px solid #fff;
}
span.drop_down_icon{
	color:#333;
	padding-left: 5px;
	font-size: 18px;
	position: absolute;
	margin-top: 12px;
}
.menu-container .manu ul li .have_dropdown{
	background-color:transparent;
	position: absolute;
/*	left: 0;*/
	display: none;
/*	width: 100%;*/
}
.menu-container .manu ul li .have_dropdown li{
	width:25%;
	float:none;
}
.menu-container .manu ul li .have_dropdown_n_style{
	background-color: transparent;
	position: absolute;
	right: -332px;
	display: none;
	width: 666px !important;
	z-index: 999;
	padding:10px 2px;
}
.menu-container .manu ul li .have_dropdown_n_style22{
	background-color: transparent;
	position: absolute;
	right: 0 !important;
}
.menu-container .manu ul li .have_dropdown_n_style li a{
	color:#000;
	border-bottom: 1px dashed #3333334d;
	font-size: 14px;
	font-weight: 600;
}
.menu-container .manu ul li .have_dropdown_n_style li a:hover{
	color: #890008;
}
.menu-container .manu ul li .have_dropdown_n_style li ul li a{
	color: #333;
	border-bottom: 1px dashed #00000017;
	font-size: 13px;
}
.menu-container .manu ul li .have_dropdown_n_style li ul li a:hover{
	color: #f00;
}
.menu-container .manu ul li .have_dropdown_n_style li{
	width:100%;
	float:left;
}
.menu-container .manu ul li .have_dropdown_n_style{
	background-color: #eee;
}
.menu-container .manu ul li .have_dropdown li a{
	width: 150px;
	text-align: center;
	float: left;
	color:#285284;
	background-color: #fff;
	font-weight: normal;
}
.menu-container .manu ul li .have_dropdown li a:hover{
	background-color: #FAFAFA;
	color: #14a0f9;
}
.menu-container .manu ul li .have_dropdown li ul li{
	display: none;
}
.menu-container .manu ul li .have_dropdown_n_style li ul li{
	height: auto;
	float: none;
	display: block;
	width: 100%;
	padding-left: 7px;
}
.nav_menu_toggler_icon{
	cursor: pointer;
	position: absolute;
	right: 5%;
	top: 2.3%;
	background: none;
	color: #fff;
	font-size: 25px;
	z-index: 150;
	display: none;
	border: none;
}
.nav_menu_toggler_icon span{
	padding: 2px 7px;
	border-radius: 8px;
	color: #000;
}
.nav_menu_toggler_icon:active{
	color: #ddd;
}
.container_help{
	text-align: center;
	margin-top: 150px;
}
.container_help h2,.container_help h1{
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
@media only screen and (max-width: 756px) {
	.nav_menu_toggler_icon{
		display:block;
	}
	.menu-container {
    width: 100%;
    display: none;
    z-index: 100;
    margin: 0 auto;
    float: left;
    padding: 0px 0;
}
.manu ul{padding:0;}

	.menu-container .manu ul li{
		float: none;
		display: block;
	}
	.menu-container .manu ul li .have_dropdown{
		background-color:transparent;
		display: none;
		position: relative;
	}
	.menu-container .manu ul li .have_dropdown li{
		display: block;
		float: none;
		width: 100%;
		background-color: #fff;
	}
	.menu-container .manu ul li .have_dropdown li a{
		display: block;
		float: none;
		width: 100%;
		padding: 15px 0px;
	}
	.menu-container .manu ul li .have_dropdown_n_style li{
		width:100%;
		float: none;
	}
	.menu-container .manu ul li .have_dropdown_n_style li a{
		float: none;
	}
	.menu-container .manu ul li .have_dropdown_n_style{
		position: relative;
	}
}
	
.have_dropdown_n_style li a:before {
	content:'\f101';
	font-family:FontAwesome;
	padding-right:5px;
	color:#890008;
	}	
.sub-lins li a:before {
	content:'\f105';
	font-family:FontAwesome;
	padding-right:5px;
	color:#890008;
	}	
.fst-lvl li a:before {
	content:'\f101';
	font-family:FontAwesome;
	padding-right:5px;
	font-weight: normal;
	color:#890008;
	}	
.fst-lvl li ul li a:before {
	content:'\f105';
	font-family:FontAwesome;
	padding-right:5px;
	color:#890008;
	}		
.fst-lvl a {
	padding:5px 10px !important;
	}


/*mega menu	*/





/*vertical slider*/

#home-2boxs a {color:#333;}
#home-2boxs .thre-bxs h4 {
    margin: 0px auto;
}
#home-2boxs {
    padding: 35px 0px;
}
#home-2boxs .thre-bxs {
	box-shadow: 3px 2px 0px 0px rgba(236, 236, 236, 0.75);
}
.thre-bxs h3 {
	margin: 0px auto;
	font-size: 20px;
	color: #fff;
	}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}â€‹

/*vertical slider*/

	
.zoom:hover {
    transform: scale(1.2) !important;
}
.zoom {
    padding: 0 !important;
    transition: transform .6s !important;
    margin: 0 auto !important;
}	
.mmg-infra {
	overflow:hidden;
	}	
#wrapper {
	width: 100%;
	margin: 0 auto;
}



.newstape {
  height: 400px;
  overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 5px 0;
  float:left;
  width:100%;
}

.newstape-drag { cursor: ns-resize; }
.footr-contcs p {
	line-height:24px;
	margin:0px auto;
	}
.right-menu-new {
	margin-bottom:10px;
	float:left;
	width:100%;
	}
.rgt-mnu-nw-itms {
	background:#890008;
	float:left;
	width:100%;
	padding: 6px 12px;
	margin-bottom: 3px;
	}
.rgt-mnu-nw-itms:hover {
	background:#77050b;
	float:left;
	width:100%;
	padding: 6px 12px;
	margin-bottom: 3px;
	}	
.rgt-mnu-icon .fa{
	font-size:18px;
	color:#fff;
	}
.rgt-mnu-icon {
	margin:4px auto;
	}
.rgt-mnu-nw-itms h4 {
	font-size: 16px;
	margin: 6px auto;
	color: #fff;
	line-height: 23px;
	}
#inner-pge-newsa {
	background:#f4f4f4;
	padding:0px;
	}
.news-txt-brd {
    background: #890008;
	color: #fff;
    padding: 18px;
    float: left;
}
.news-txt-brd h4 {margin:0px auto;}
.inner-notce-brd li {
	display:inline-block;
	padding:0px 4px;	
}
.inner-notce-brd li:before {
	content:'\f138';
	font-family:FontAwesome;
	padding-right:7px;
	}
.inner-notce-brd a {color:#333;font-size: 17px;}
.inner-notce-brd {margin:17px auto;}
#foot-2bttns {
	background:#890008;
	padding:14px 0px 12px;
	}
.btn-sitmp-cont {
	padding: 12px 40px;
	float: right;
	font-size: 19px;
	border-radius: 90px 0 0 90px;
	background:#660308;
	color:#fff;
	border: none;
	margin-right:1px;
	}
.btn-sitmp-cont:hover {
	padding: 12px 40px;
	float: right;
	font-size: 19px;
	border-radius: 90px 0 0 90px;
	background:#5b1418;
	color:#fff;
	border: none;
	margin-right:1px;
	}	
.btn-sitmp-cont2 {
	padding: 12px 40px;
	float: left;
	font-size: 19px;
	border-radius: 0 90px 90px 0;
	background:#660308;
	color:#fff;
	border: none;
	}
.btn-sitmp-cont2:hover {
	padding: 12px 40px;
	float: left;
	font-size: 19px;
	border-radius: 0 90px 90px 0;
	background:#5b1418;
	color:#fff;
	border: none;
	}
#noticebord .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    border: 10px solid #eaeaea;
	padding: 10px;
	margin-bottom: 2px;	
	box-shadow: 1px 4px 7px -3px rgba(0, 0, 0, 0.17);
}
	
		

.navbar-default{background-color:transparent;border-left:none;border-right:none;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}
.navbar-nav{margin-top:0;margin-bottom:0}
.navbar-brand{padding-top:2px;padding-bottom:2px;height:60px}
.navbar-toggle{padding:12px;margin-top:0px;margin-bottom:0px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}
.dropdown-menu{padding:0;border-color:#e7e7e7;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}
.dropdown-menu>li>a{padding:5px 15px}
.open.dropdown-menu.mega{display:block}
.dropdown-menu.mega>.sub-menu{display:table-cell;border-left:1px solid #e7e7e7;list-style-type:none;padding:0;min-width:180px}
.dropdown-menu.mega>.sub-menu:first-child{border-left:none;padding-left:0}
.dropdown-menu.mega>.sub-menu>li>a{display:block;padding:5px 15px;text-decoration:none}
.dropdown-header{padding:5px 15px;color:#777;font-weight:bold;border-bottom:1px dashed #e7e7e7}
.navbar-nav>li>a,.navbar-nav>.open>a,.navbar-nav>.active>a,.dropdown-menu>li>a,.dropdown-menu.mega>.sub-menu>li>a{color:#333 !important;position:relative}
.navbar-nav>li>a::before,.navbar-nav>.open>a::before,.navbar-nav>.active>a::before,.dropdown-menu>li>a::before,.dropdown-menu.mega>.sub-menu>li>a::before{content:'';position:absolute;background:#890008 !important;-webkit-transition:all 300ms ease 0s;-moz-transition:all 300ms ease 0s;-o-transition:all 300ms ease 0s;transition:all 300ms ease 0s;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.navbar-nav>li>a::before,.navbar-nav>.open>a::before,.navbar-nav>.active>a::before{bottom:0;left:0;height:2px;width:100%}
.dropdown-menu>li>a::before,.dropdown-menu.mega>.sub-menu>li>a::before{left:0;top:0;width:2px;height:100%}
.navbar-nav>li>a:hover::before,.navbar-nav>li>a:focus::before,.navbar-nav>.open>a::before,.navbar-nav>.open>a:hover::before,.navbar-nav>.open>a:focus::before,.navbar-nav>.active>a::before,.navbar-nav>.active>a:hover::before,.navbar-nav>.active>a:focus::before,.dropdown-menu>li>a:hover::before,.dropdown-menu>li>a:focus::before,.dropdown-menu>.active>a::before,.dropdown-menu>.active>a:hover::before,.dropdown-menu>.active>a:focus::before,.dropdown-menu.mega>.sub-menu>li>a:hover::before,.dropdown-menu.mega>.sub-menu>li>a:focus::before,.dropdown-menu.mega>.sub-menu>.active>a::before,.dropdown-menu.mega>.sub-menu>.active>a:hover::before,.dropdown-menu.mega>.sub-menu>.active>a:focus::before,.dropdown-menu.mega>.sub-menu>li>a:hover::before,.dropdown-menu.mega>.sub-menu>li>a:focus::before{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.navbar-nav>li>a:hover,.navbar-nav>li>a:focus,.navbar-nav>.open>a,.navbar-nav>.open>a:hover,.navbar-nav>.open>a:focus,.navbar-nav>.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu.mega>.sub-menu>li>a:hover,.dropdown-menu.mega>.sub-menu>.active>a,.dropdown-menu.mega>.sub-menu>li>a:focus{background-color:#f9f9f9 !important;color:#890008 !important;}
@media (min-width:768px){.navbar-nav>li>a{padding-top:20px;padding-bottom:20px}.dropdown .dropdown-menu{-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-ms-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transition:all 200ms ease 0s;-moz-transition:all 200ms ease 0s;-o-transition:all 200ms ease 0s;transition:all 200ms ease 0s;display:block}.dropdown:hover .dropdown-menu,.dropdown.open .dropdown-menu{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}
@media (max-width: 767px){.navbar-nav>li>a::before,.navbar-nav>.open>a::before,.navbar-nav>.active>a::before{left:0;height:100%;width:2px;top:0}.dropdown-menu.mega>.sub-menu{display:block}.dropdown-menu.mega>.sub-menu>li>a{padding-left:25px}}

.head{margin:0px;padding:5px 12px;color:#555;border:1px solid #ddd;border-bottom-style:dashed}
.information{padding:5px 12px;border:1px solid #ddd;border-top:none}		
	
	
	
.video-borders01 {
	background: #e3e3e3 !important; 
	border: 1px solid #ccc; 
	margin-bottom: 17px; 
	padding:10px !important;
	height: 270px;
	box-shadow: 0px 1px 4px -2px rgba(0, 0, 0, 0.46);
	}	
.vdeo-mmgds img {
	width:100%;
	height:182px;
	}
.vdeo-txts4 {				
	width: 100%;
	height: 220px;
}
.vedo-txtsd {
	padding: 8px 0;
	}	
.vdeo-mmgds {
	overflow:hidden;
	}	
.vedo-txtsd h4 {
	margin:0px auto;
	line-height:23px;
	color:#333;
	font-size:16px;
	}	
#company-prifle-map {
	padding:30px 0px;
	}	
.site-mp-txts h4 {font-weight:bold; }	
.site-mp-txts h4 a {color:#000;}
.site-mp-txts ul li a{color:#000;}	
.site-mp-txts ul li ul li a{color:#404040 !important;}		
.adm-seson-hd a {color:#fff;}	
	
	
.info1 {	
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 15%;	
	}
	

.ids-lg {
	position: absolute;
	right: 15px;
	z-index: 9;
	bottom: 3px;
	}	
.adm-seson-hd_3{ background: #890008; color: #fff; padding: 8px 21px; position: absolute; border-radius: 22px 0 0 22px; font-size: 14px; text-align: center; line-height: 26px; right: 0; z-index: 3; }	
.mob-lgos { display:none; }	
.evnt-mmg-0 {	
	height: 250px;
	overflow: hidden;
}
	
	
	
	
	