@charset "utf-8";

/*--------------------------------------------- */
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato/Lato-Regular.ttf') format('EOT')
}

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: ' OpenSans';
	src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
}

body,
html {
	font-family: 'Lato';
	font-weight: 400;
	color: #58595b;
	top: 0;
	padding-bottom: 0px !important;
}

a {
	color: #ac0707;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

body,
p,
ul,
li,
h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
}

.fltLeft {
	float: left;
}

.fltRight {
	float: right;
}

.imgLeft {
	float: left;
	margin: 7px 40px 20px 0;
}

.imgRight {
	float: right;
	margin: 7px 0 20px 40px;
}

/*a img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}*/

#notice-table tr td {
	padding: 0px;
}

#notice-table li a {
	padding: 0px;
}

.clear {
	clear: both;
}

table {
	background: #fff;
	color: #333;
	padding: 0px;
}

tr {
	border-bottom: 1px solid #ededed;
}

td {
	padding: 15px 0;
}

strong {
	font-family: 'Lato', Georgia, serif;
	font-weight: 900;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

h1 {
	font-family: 'Lato';
	font-weight: 600;
	font-size: 33px;
	color: #323232;
	margin-bottom: 20px;
}

h2 {
	font-family: 'Lato';
	font-weight: 600;
	font-size: 20px;
	color: #58595b;
	margin-bottom: 20px;
}

h3 {
	font-family: 'Lato';
	font-weight: 600;
	font-size: 16px;
	color: #58595b;
	margin-bottom: 20px;
}

header {
	/*position:fixed; */
	/*width:100%; */
	/*z-index:99; */
	top: 0;
}

.hdr-top {
	font-family: 'Lato';
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	background: #3c3c3c;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0;
}

.hdr-top .container {
	position: relative;
	padding: 7px 0;
}

.hdr-top .logo {
	position: absolute;
	top: 0;
	left: 0;
}

.hdr-top .fa {
	font-size: 14px;
	padding-left: 0;
	color: #fff;
	padding-top: 4px;
}

.hdr-top .fa:hover {
	color: #ccc !important;
}

.hdr-top a {
	color: #fff !important;
	font-size: 11px !important;
}

.hdr-top a:hover {
	color: #c7c7c7 !important;
}

.hdr-top .pho-num {
	font-size: 12px;
}

.hdr-top .fa-envelope {
	padding-right: 5px;
	font-size: 12px;
}

.hdr-top .col-sm-3 {
	padding-right: 0;
}

.hdr-btm {
	/*background-image: url(../images/himal-image.jpeg);*/
	padding: 13px 0;
	-webkit-box-shadow: 1px 6px 29px -7px rgba(0, 0, 0, 0.18);
	/*.hdr-btm{ background:rgba(255,255,255,0.9); padding:13px 0; -webkit-box-shadow: 1px 6px 29px -7px rgba(0,0,0,0.18);*/
	-moz-box-shadow: 1px 6px 29px -7px rgba(0, 0, 0, 0.18);
	box-shadow: 1px 6px 29px -7px rgba(0, 0, 0, 0.18);
	background-color: #ffffff !important;

	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/
}

.hdr-btm .container {
	padding: 0;
}

.news {
	background: #0080ff;
}

.news .container {
	padding: 0;
}

.first-row .container {
	padding: 0;
}

.right-arrow {
	display: inline-block;
	position: relative;
	background: #d9d9d9;
	padding: 7px 20px;
	font-family: 'Lato';
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 15%;
}

.right-arrow:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: -1px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 15px solid #d9d9d9;
}

marquee {
	margin-left: 30px;
	padding-right: 30px;
	max-height: 26px;
	padding: 7px 0 0 0;
	/*color: #fff;*/
}

marquee a {
	/*color: #ffffff !important;*/
	margin-left: 20px;
	margin-right: 20px;
}

marquee a:hover {
	text-decoration: underline;
}

marquee.recent {
	margin: 20px 0 0 0;
	height: 300px;
	margin-bottom: 0px;
}

marquee.recent ul li {
	font-size: 13px;
	margin-bottom: 15px;
	list-style-image: url(../images/arrow.png);
	color: #000000;
}

.search {
	position: relative;
}

.search .form-group {
	margin-bottom: 0px !important;
}

#search {
	border: 1px solid #b3b3b3 !important;
}

.search .form .form-control {
	background-color: #fff;
	border-radius: 0;
	border-color: transparent 0.5px;
	height: 35px;
	font-size: 13px;
	color: #333;
	margin: 2px 0 2px 0 !important;
}

.search .form-control:focus {
	box-shadow: none;
}

.seaBut {
	position: absolute;
	top: 0;
	right: 10px;
}

.seaBut .btn-more {
	background: #b3b3b3;
	padding: 0 15px;
	height: 35px;
	margin: 2px 0 0;
}


.mobi-logo {
	visibility: hidden;
	display: none;
}

.hdr-top .right-border {
	border-right: 1px solid #b8b9b9;
}

.hdr-top .col-sm-6.top-address {
	text-align: right;
}

.slider .carousel-caption {
	/*text-transform:uppercase;*/
	font-family: 'Lato';
	/*font-weight:600;*/
	width: 100%;
	text-align: left;
	left: 0;
	right: 0;
	height: 5%;
	color: #fff;
	font-size: 12px;
	/*line-height:40px !important;*/
	background-color: #000000;
	opacity: 0.6;
	margin: 0px 0px -20px 0px;
	padding: 15px 30px 32px 30px;
	letter-spacing: 1px;
}

.slider .carousel {
	/*border: 5px solid #1a1a1a;*/
}

/*.slider .carousel-caption span {font-size:19px; line-height:16px !important;}*/
/*.slider .carousel-caption p {margin-bottom:45px; line-height: 22px;}*/

.goal-bar {
	font-family: 'Lato';
	font-weight: 400;
	text-transform: none;
	background: #eae9e9;
	color: #3c3c3c;
	font-size: 15px;
	letter-spacing: 0.1px;
	padding: 30px 0;
	text-align: center;
}

.goal-bar span {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 22px;
	color: #3c3c3c;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px !important;
}

.goal-bar .container {
	padding: 0 10px;
}

.goal-bar a {
	color: #fff;
}

.goal-bar a:hover {
	color: #a1caf2;
}

.navbar-default {
	font-size: 13px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	color: #005884 !important;
}

.nav>li>a {
	font-family: 'Lato';
	font-weight: 600;
	font-size: 15px;
	padding: 9px 16px;
	border: 1px solid transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav>li.active {
	background-color: transparent;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	background-color: #27aced;
	border-top: 2px solid #27aced;
	border-radius: 0;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 0;
}

.dropdown-menu>li>a {
	padding: 10px 25px;
	text-transform: capitalize;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: #27aced;
	color: #ed1b23;
}

.dropdown-item {
	color: #ffffff;
}

#homeMenu {
	/* padding-left: 0px; */
}

.slider,
.inr-bnr {
	/*margin-top: 153px;*/
}

.mobi-inr-bnr {
	display: none;
	visibility: hidden;
}

.carousel-control {
	width: 3%;
}

.carousel-indicators {
	left: 0;
	right: 0;
	bottom: 45px;
	z-index: 15;
	/*background:rgba(0,0,0,0.5);*/
	width: 100%;
	padding: 17px 15px 10px;
	margin: 0 auto;
	/*border-radius: 80px;*/
}

.inr-bnr {
	/*margin-top: 155px;*/
}

.first-row {
	font-family: 'Lato';
	font-weight: 400;
	text-transform: none;
	color: #3c3c3c;
	font-size: 15px;
	padding: 20px 20px;
	letter-spacing: 0.2px;
}

.first-row h1 {
	text-transform: uppercase;
	color: #3c3c3c;
	font-size: 28px;
	letter-spacing: 1.5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	background: url(../images/h1bg01.jpg)left bottom no-repeat;
}

.first-row h2 {
	text-transform: uppercase;
	color: #3c3c3c;
	font-size: 20px;
	letter-spacing: 1.5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	background: url(../images/h1bg01.jpg)left bottom no-repeat;
}

.whiteBg p {
	padding: 10px 0 0 0 !important;
	line-height: 22px;
	font-family: 'Lato';
}

.whiteBg h1 {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	color: #3c3c3c;
}

.first-row .imgLeft {
	float: left;
	margin: 7px 30px 10px 0;
}

.first-row .whiteBg {
	background: #fff;
	padding: 50px 60px 0 0;
}

.first-row .redBg {
	background: #ffffff;
	padding: 30px;
	color: #ffffff;
	letter-spacing: 0.2px;
	-webkit-box-shadow: inset 0px 9px 98px 16px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: inset 0px 9px 98px 16px rgba(0, 0, 0, 0.19);
	box-shadow: inset 0px 9px 98px 16px rgba(0, 0, 0, 0.19);
}

.redBg p {
	padding: 10px 0 0 0 !important;
	line-height: 18px;
}

.redBg h2 {
	color: #ffffff;
}

.redBg ul {
	margin: 15px 0 0 18px;
}

.redBg ul li {
	font-size: 13px;
	margin-bottom: 15px;
	list-style-image: url(../images/arrow.png);
}

.redBg ul li a {
	color: #000000;
}

.redBg ul li a p {
	color: #000000;
}

.redBg ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

.expand {
	margin: 35px 0;
}

.collapsible {
	background-color: #e3e3e3;
	color: white;
	cursor: pointer;
	padding: 16px 25px 8px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	color: #0080ff;
	font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.active,
.collapsible:hover {
	/*background-color: #e3e3e3;*/
}

.active {

	background-color: #e3e3e3;
	color: #ed1b23;

}

#myNavbar .nav .activeMenu {

	background-color: #27aced;
	color: #ed1b23 !important;

}


.expand .content-exp {
	padding: 10px 28px 28px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
}

.expand .content-exp ul li {
	margin-left: 18px;
	margin-bottom: 10px;
}

.collapsible:after {
	content: '\25BE';
	/* Unicode character for "plus" sign (+) */
	font-size: 20px;
	color: #222;
	float: right;
	margin-left: 5px;
}

.collapsible.active:after {
	content: "\25B4";
	/* Unicode character for "minus" sign (-) */
}

.all-tabs {
	background: #fff;
	color: #fff;
	padding: 15px 0 40px 0;
}

.all-tabs .container {
	padding: 0 !important;
}

.all-tabs p {
	background: #fff;
	color: #333;
	padding: 20px 0;
}

.all-tabs .fa {
	padding-right: 5px;
}

.regu-events {
	background: #f4f4f4;
	color: #fff;
	padding: 15px 0 40px 0;
}

.regu-events a {
	color: #fff;
}

.regu-events a:hover {
	color: #b3b5f2;
}

.regu-events .col-sm-3 h1 {
	text-align: center;
}

.regu-events img {
	padding-right: 0 !important;
	border: 1px solid #e0e0e0;
}

.regu-events a:hover img {
	opacity: 0.8;
}

.regu-events h1 {
	font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
	color: #3c3c3c;
	font-size: 22px;
	letter-spacing: 1.5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 18px;
}

.regu-events h2 {
	width: 100%;
	font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
	color: #b10315;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-top: 20px;
	text-align: center;
	line-height: 18px;
}

.regu-events p {
	margin-bottom: 8px;
}

.int-map {
	background: #fff;
	color: #fff;
	padding: 70px 0 70px 0;
}

.int-map h1 {
	font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
	color: #b10315;
	font-size: 28px;
	letter-spacing: 1.5px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-align: center;
	line-height: 18px;
}

.int-map a:hover img {
	opacity: 0.8;
}


.rightPadding {
	padding-right: 100px;
}

.top-margin {
	margin-top: 40px;
}

.img-border {
	border: 8px solid #fff;
	-webkit-box-shadow: 0px -1px 40px 1px rgba(166, 166, 166, 1);
	-moz-box-shadow: 0px -1px 40px 1px rgba(166, 166, 166, 1);
	box-shadow: 0px -1px 40px 1px rgba(166, 166, 166, 1);
}

.leftBorder {
	border-left: 1px solid #ccc;
	padding-left: 50px;
}

.assocaites img {
	margin-top: 10px 0px;
}

.assocaites {
	margin: 30px 0;
}

.assocaites .col-md-3 {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.sec5 {
	background: url(../images/prlx.jpg);
	padding: 7% 0 7%;
	line-height: 1.8;
}

.parallax {
	width: 100%;
	height: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sec5 h1 {
	font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	letter-spacing: 1.5px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.sec5 h1 span {
	font-family: 'Lato' !important;
	font-weight: 400 !important;
	text-transform: none;
	font-size: 14px !important;
	letter-spacing: 0.3px;
}

.sec5 span {
	margin-bottom: 20px;
}

.sec5 strong {
	display: block;
}

.img {
	margin-top: -28%;
}

form .btn-more {
	letter-spacing: 3px;
}

.form .form-control {
	background-color: transparent;
	border-radius: 0;
	border-color: #5a5c65;
	height: 50px;
	font-size: 13px;
	color: #fff;
}

.form-control:focus {
	box-shadow: none;
}

.btn-more,
.btn-more:hover,
.sec5 {
	color: #fff;
}

.btn-more,
form .btn-more {
	background: #cd2122;
	border: 0;
}

.btn-more {
	font-family: 'Lato' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 13px;
	padding: 13px 18px;
}

.btn-more:hover {
	background: #666;
}

.inr-bnr img,
.inr-bnr {
	position: relative;
	opacity: 1;
}

.cap-small {
	/*position: absolute;
    top: 0;*/
	font-size: 20px;
	color: #fff;
	width: 100%;
	padding: 1.5% 0;
	height: 100%;
	text-align: center;
	font-family: 'Lato';
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 6px;
	text-shadow: 0 1px 0 #333;
	background: #343434;
}

.brdcrmb {
	background: #e6e6e6;
}

.breadcrumb {
	margin-bottom: 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	background: #e6e6e6;
}

.breadcrumb>.active {
	font-family: 'Lato';
	font-weight: 700;
	background-color: transparent;
}

.breadcrumb a {
	color: #58595b;
}

.breadcrumb a:hover {
	color: #ac0707;
	text-decoration: none;
}

.content {
	padding: 40px 0 70px;
	font-size: 16px;
	line-height: 1.5;
	min-height: 400px
}

.content p {
	margin-bottom: 20px;
}

.content h2 {
	margin-bottom: 10px;
	font-size: 18px;
}

.content h3 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #1a1a1a;
}

.rightPadd {
	padding-right: 23px;
}

.content ul {
	margin: 0 0 0 18px;
}

.rightMargin {
	padding-right: 80px;
}

.leftMargin {
	padding-left: 60px;
}

.practDiv {
	margin: 0;
	padding: 20px 20px 10px 20px;
	background: #f0f0f0;
}

.practDiv h2 {
	text-transform: uppercase;
	font-size: 17px;
	background: #b10315;
	color: #fff;
	text-align: center;
	padding: 10px;
	letter-spacing: 2px;
}

.practDiv ul {
	margin: 0 0 0 18px;
}

.practDiv ul {
	width: 100%;
	margin: 0 0 0 18px;
}

.practDiv ul li {
	width: 90%;
	font-family: 'Lato';
	font-weight: 700;
	color: #676767;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #dbdbdb;
	list-style-image: url(../images/li-arrow.png);
	letter-spacing: 1px;
}

.practDiv li a {
	color: #676767;
	font-size: 15px;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: normal;
}

.practDiv li a:hover {
	color: #b10315;
	text-decoration: none;
}

.practDiv ul li:last-child {
	border-bottom: none;
}

.links {
	margin: 10px;
	text-align: right;
}

.links a:hover {
	background-color: #ed1b23;
	color: #ffffff;
}

.event-links {
	margin: 30px 0 0 0;
	text-align: center;
}

.links-bttn {
	margin: 0;
}

.bttn-solid {
	font-family: 'Lato';
	text-transform: uppercase;
	font-weight: 600;
	background: #404141;
	border: 1px solid #a1a1a1;
	color: #fff;
	padding: 14px 35px;
	font-size: 13px;
	letter-spacing: 3.5px;
}

.bttn-solid:hover {
	background: #003466;
	color: #fff;
}

.bttn {
	font-family: 'Lato' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	border: 1px solid #ac0707;
	color: #666;
	padding: 12px 20px;
	font-size: 14px;
	letter-spacing: 2px
}

.bttn:hover {
	background: #ac0707;
	color: #fff;
}

.event-viewmore {

	font-family: 'Lato' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	/*margin: 50px 20px; */
	background: #27aced;
	color: #fff;
	padding: 9px 15px 8px;
	font-size: 10px;
	letter-spacing: 2px
}

.bttn-whBorder {
	font-family: 'Lato' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	background: #27aced;
	color: #fff;
	padding: 9px 15px 8px;
	font-size: 10px;
	letter-spacing: 2px
}

.bttn-whBorder:hover {
	background: #ed1b23;
	color: #fff !important;
}

.bttn-grBorder {
	font-family: 'Lato' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	background: #232323;
	color: #fff;
	padding: 9px 15px 8px;
	font-size: 10px;
	letter-spacing: 2px
}

.bttn-grBorder:hover {
	color: #fff;
	background: #333;
}

.quote-links {
	margin: 0;
}

.bttn-quote {
	font-family: 'Lato';
	text-transform: uppercase;
	font-weight: 600;
	background: #ac0707;
	color: #fff !important;
	padding: 8px 12px;
	font-size: 13px;
	letter-spacing: 1px;
}

.bttn-quote:hover {
	background: #666;
	color: #fff !important;
}

.book-links {
	margin: 0;
}

.bttn-book {
	font-family: 'Lato';
	text-transform: uppercase;
	font-weight: 600;
	background: #ac0707;
	color: #fff !important;
	padding: 13px 20px 12px;
	letter-spacing: 2px;
}

.bttn-book:hover {
	background: #333;
	color: #fff !important;
}

.book-links a {
	font-size: 17px !important;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.galleryDiv h2 {
	text-transform: uppercase;
	font-size: 12px;
	background: #b10315;
	color: #fff;
	text-align: center;
	padding: 10px;
	letter-spacing: 2px;
}

.galleryDiv a img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.ftr-top {
	background: #343434;
	padding: 20px 20px;
	color: #fff;
	letter-spacing: 0.5px;
}

.ftr-top a {
	color: #fff;
}

.ftr-top a:hover {
	color: #ccc;
}

.ftr-top h3 {
	font-size: 20px;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 20px;
	margin-bottom: 12px !important;
}

.ft-list li {
	background: url(../images/li-bg.png) no-repeat 0 5px;
	padding: 0 0 3px 15px;
}

.ftr-top hr {
	border-color: #5c5d5d;
}

.add {
	line-height: 1.8;
}

.add .fa {
	float: left;
	margin: 5px 10px 10px 0;
}

.add p {
	clear: both;
	line-height: 20px;
}

.fa-phone {
	transform: rotate(-90deg);
}

.fa-map-marker {
	font-size: 18px;
}

.add h4,
.ft-list h4 {
	margin-bottom: 20px;
}

.add {
	border-left: 1px solid #5c5d5d;
	padding: 0 22px;
	min-height: 304px;
}

.ft-list {
	min-height: 304px;
}

.cont {
	border-left: 1px solid #5c5d5d;
	min-height: 273px;
	padding-left: 21px;
	padding-right: 20px;
}

.cont .fa {
	float: left;
	margin: 5px 10px 10px 0;
	color: #e1e1e1;
}

.ftr-btm {
	font-weight: bolder;
	background: #fff;
	padding: 30px 0;
	font-size: 13px;
	line-height: 1.8;
}

.cont p {
	clear: both;
	margin-bottom: 2px;
}

.cont p ul li {
	list-style: none;
}

.ftr-btm,
.ftr-btm a {
	color: #565656;
}

.ftr-btm .fa {
	font-size: 16px;
	padding-left: 0;
	color: #9a9a9a;
}

.ftr-btm .fa:hover {
	color: #ac0707;
}

.ftr-btm a:hover {
	color: #ac0707;
}

.information-officer-link {
	min-height: 273px;
	padding-left: 21px;
	padding-right: 20px;
}

.information-officer-link img {
	width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.information-officer-link .fa {
	float: left;
	margin: 5px 10px 10px 0;
	color: #e1e1e1;
}

.information-officer-link p {
	clear: both;
	margin-bottom: 2px;
}

.affi-logo p {
	margin-bottom: 8px;
}

.affi-logo img {
	margin-right: 5px;
}

.affi-logo img:hover {
	opacity: 0.8;
}

.hdr-top,
.hdr-top a,
footer,
footer a {
	color: #5e5e5e;
}

.navbar-default,
.bttn,
footer a {
	font-family: 'Lato';
	font-weight: 400;
}

.fancybox-buttons img {
	margin-bottom: 4px !important;
	margin-right: 2px;
}

input[type="text"] {
	width: 100%;
	margin: 0 0 6px 0;
	padding: 7px 25px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	color: #000;
}

input[type="text"].halfInput {
	width: 450px;
	margin: 0 0 6px 0;
	padding: 10px 25px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	color: #000;
}

textarea {
	width: 100%;
	margin: 0 0 6px 0;
	padding: 10px 25px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	color: #000;
}

input.captcha {
	width: 200px;
	margin: 0 0 6px 0;
	padding: 10px 25px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	color: #000;
}

select {
	width: 100%;
	margin: 0 0 6px 0;
	padding: 10px 25px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	color: #666;
}

input.submitBut {
	font-family: 'Lato' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	width: auto;
	margin: 0;
	padding: 12px 25px;
	border: none;
	color: #fff;
	font-size: 12px;
	text-shadow: 0 1px 0 #444;
	text-align: center;
	background: #ac0707;
	letter-spacing: 2.5px;
}

input.submitBut:hover {
	background: #666;
}

input[type="radio"] {
	margin: 0;
	padding: 0;
}

#arw-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.navbar-toggle {
	margin-right: 22px !important;
}

@media(max-width:749px) {
	header {
		position: relative;
	}

	.hdr-btm .col-xs-6 {
		z-index: 99;
	}

	.hdr-top .col-sm-3 {
		width: 100%;
		text-align: center;
		padding: 0 10px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.hdr-top .col-sm-4 {
		width: 100%;
		text-align: center;
		padding: 0 10px;
		margin-top: 8px;
	}

	.hdr-top .col-sm-5 {
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}

	.office-info-list {
		float: left;
		padding-bottom: 10px;
	}

	.top-social-icons {
		/*text-align: center !important;*/
		float: left;
		padding: 10px;
		margin: -12px 0 0 -23px !important;
	}

	.university-logo {
		float: none !important;
		padding-right: 0 !important;
		text-align: center !important;
	}

	.university-name {
		text-transform: uppercase;
		font-family: "Lato";
		float: none !important;
		padding-right: 0 !important;
		text-align: center !important;
	}

	.nepal-flag {
		text-align: center;
		/*margin-left: 163px;*/
	}

	.search {
		display: flex;
		/* Use flexbox for centering horizontally */
		justify-content: center;
		/* Horizontally center the content */
		margin: 0px 0px 0 30px;
	}

	.seaBut {
		top: 2px;
	}

	.carousel-inner .item .slider-img {
		height: 250px !important;
	}

	.carousel-inner .item .edu-img {
		height: 200px !important;
	}

	.noticeData {
		overflow-y: scroll;
		height: 230px !important;
		background-color: #f2f2f2;
		list-style-type: none;
	}

	.thumbnail {
		width: 100%;
		min-height: 0 !important;
		text-align: center;
		padding: 0px
	}

	.thumbnail>img,
	.thumbnail a>img {
		margin-right: auto;
		margin-left: auto;
		height: 100px !important;
	}

	.galleryData {
		height: 315px !important;
	}

	.chairman-panel {
		text-align: center;
	}

	.secretery-panel {
		text-align: center;
		padding-bottom: 10px;
	}

	.website-creator a {
		text-align: right;
	}

	.right-arrow {
		width: 100%;
		text-align: center;
		padding: 10px;
	}

	marquee {
		height: 32px;
	}

	.seaBut .btn-more {
		margin-top: 0;
	}

	.mobi-logo {
		visibility: visible;
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.navbar-default {
		padding-top: 0;
	}

	.slider,
	.inr-bnr {
		margin-top: 0;
	}

	.carousel-control img {
		width: 100%;
	}

	.carousel-indicators {
		visibility: hidden;
		display: none;
		width: 50%;
		padding: 5px;
	}

	.div-team,
	footer,
	footer .text-right {
		text-align: center;
	}

	.brdcrmb {
		display: none;
		visibility: hidden;
	}

	.cap-small {
		font-size: 15px;
		padding-top: 3%;
	}

	.logo {
		width: 100%;
		text-align: center;
	}

	.logo img {
		width: auto;
		height: auto;
	}

	.hdr-topx {
		display: none;
		visibility: hidden;
	}

	.leftBorder {
		border-left: none;
		padding: 0 10px;
	}

	.rightPadding {
		padding-right: 0;
	}

	.first-row {
		font-size: 14px;
	}

	.first-row h1 {
		padding-bottom: 20px;
	}

	.whiteBg p {
		padding: 25px 0 5px 0 !important;
	}

	.first-row .whiteBg {
		padding: 30px;
	}

	.first-row .redBg {
		padding: 30px;
	}

	.redBg p {
		padding: 25px 0 5px 0 !important;
	}

	.tab-content {
		padding: 0 10px;
	}

	.up-events {
		padding: 30px 0;
	}

	.up-events .col-md-4 {
		padding: 0 10px 20px 10px !important;
	}

	.regu-events {
		padding: 30px 0;
	}

	/* .regu-events .col-md-2 {
		0;
	} */

	.regu-events img {
		width: auto;
		height: auto;
	}

	.regu-events h1 {
		text-align: center;
	}

	.int-map img {
		width: 100%;
		height: auto;
	}

	.sec5 {
		padding: 30px 10px !important;
	}

	.join-img {
		visibility: hidden;
		display: none;
	}

	.add {
		border-left: none;
		padding: 0 10px;
		min-height: 0;
	}

	.top-margin {
		margin-top: 15px;
	}

	.leftMargin {
		padding-left: 10px;
		padding-top: 5px;
	}

	.cont {
		border-left: none;
		min-height: 0;
		padding: 25px 10px;
		margin-top: 55px;
	}

	input.submitBut {
		width: 100%;
	}

	.ftr-top {
		padding: 30px 0 0;
	}

	.ftr-btm {
		padding: 20px 10px;
	}

	.ft-list {
		min-height: 0;
		margin-bottom: 15px;
	}

	.ft-list li {
		background: none;
		padding: 0 0 10px;
	}

	.wc-txt h1 {
		font-size: 30px;
	}

	.wc-txt h2 {
		font-size: 16px;
	}

	.wc-txt h3 {
		font-size: 16px;
	}

	.content {
		padding: 0 0 20px;
		font-size: 14px;
		line-height: 1.5;
	}

	.content h1 {
		font-size: 30px;
	}

	.mobi-inr-bnr {
		width: 100%;
		padding: 10px 15px 10px;
		margin: 0 0 20px;
		display: block;
		visibility: visible;
		border-bottom: 1px solid #f1f1f1;
		border-top: 1px solid #f1f1f1;
	}

	.inr-bnr {
		display: none;
		visibility: hidden;
	}

	.mobi-inr-bnr h1 {
		font-family: 'Lato';
		font-weight: 700;
		margin: 0;
		font-size: 30px;
		text-transform: uppercase;
		color: #323232;
		text-align: center;
	}

	.rightPadd {
		padding: 0 10px;
	}

	.col-sm-8 {
		padding: 0;
	}

	.col-sm-12 {
		padding: 0 10px;
	}

	.slider .carousel-caption {
		display: none;
		visibility: hidden;
	}

	.goal-bar .container {
		padding: 0 15px;
	}

	.goal-bar {
		font-size: 15px;
		padding: 20px 0;
	}

	.bttn-solid {
		width: auto;
		padding: 14px 35px;
		font-size: 13px;
		letter-spacing: .5px;
	}

	.links-bttn {
		margin: 20px 0 0 0;
	}

	.rightMargin {
		padding-right: 10px;
	}

	.appDiv img {
		width: 50%;
		text-align: center;
		align-content: center;
	}
}

@media(min-width:750px) and (max-width:991px) {
	.container {
		width: 750px;
	}

	/* .university-logo{
		float: none !important;
    padding-right: 0 !important;
    text-align: center !important;
	} */
	.university-name {
		margin-left: 0px !important;
		float: left !important;
	}

	.nepal-flag {
		text-align: center;
		/*margin-left: 163px;*/
	}

	.search {
		display: flex;
		/* Use flexbox for centering horizontally */
		justify-content: center;
		/* Horizontally center the content */
		margin: 0px 0px 0 30px;
	}

	.seaBut {
		position: absolute;
		top: 0;
		right: 15px;
	}

	.carousel,
	.carousel-inner,
	.carousel-inner .item img {
		height: 300px !important;
	}

	.noticeData {
		overflow-y: scroll;
		height: 230px !important;
		background-color: #f2f2f2;
		list-style-type: none;
	}

	.thumbnail {
		width: 100%;
		min-height: 0 !important;
		text-align: center;
		padding: 0px
	}

	.thumbnail>img,
	.thumbnail a>img {
		margin-right: auto;
		margin-left: auto;
		height: 100px !important;
	}

	.galleryData {
		height: 315px !important;
	}

	.navbar-right {
		float: right !important;
		margin: -28px 5px 0 0 !important;
	}

	.office-info-list {
		padding-bottom: 10px;
	}

	.navbar-default {
		padding-top: 0;
	}

	.slider,
	.inr-bnr {
		margin-top: 125px;
	}

	.carousel-indicators {
		width: 30%;
	}

	.cap-small {
		font-size: 30px;
		padding-top: 3%;
	}

	.nepal-flag {
		text-align: center;
	}

	.right-arrow {
		width: 100%;
		text-align: center;
		padding: 10px;
	}

	.appDiv img {
		width: 50%;
		text-align: center;
		align-content: center;
	}
}

@media(min-width:992px) and (max-width:1199px) {

	.slider-menu ul li {
		height: 54px !important;
	}

	.slider-menu ul li a {
		font-size: 10px !important;
	}

	.carousel-inner .item .slider-img {
		height: 425px !important;
	}

	.carousel-inner .item .edu-img {
		height: 480px !important;
	}

	.boardData {
		height: 385px !important;
	}

	.nav>li>a {
		padding: 5px 8px;
		letter-spacing: 0.5px;
		font-size: 12px;
	}

	.appDiv img {
		width: 50%;
	}

	.office-info-list {
		padding-bottom: 10px;
	}

	.ft-menu a {
		padding-right: 6px;
	}

	.cap-small {
		padding-top: 2%;
	}

	.right-arrow {
		width: 100%;
		text-align: center;
		padding: 10px;
	}
}

@media(min-width:1200px) and (max-width:1329px) {
	.slider-menu ul li {
		height: 50px !important;
	}

	.slider-menu ul li a {
		font-size: 13px !important;
	}
}

@media(min-width:1330px) and (max-width:1409px) {
	.slider-menu ul li {
		height: 50px !important;
	}

	.slider-menu ul li a {
		font-size: 15px !important;
	}
}

@media(min-width:1410px) and (max-width:1499px) {
	.slider-menu ul li {
		height: 50px !important;
	}

	.slider-menu ul li a {
		font-size: 16px !important;
	}
}

@media(min-width:1500px) and (max-width:1690px) {
	.slider-menu ul li {
		height: 50px !important;
	}

	.slider-menu ul li a {
		font-size: 14px !important;
	}
}

@media(min-width:1691px) and (max-width:1880px) {
	.slider-menu ul li {
		height: 50px !important;
	}

	.slider-menu ul li a {
		font-size: 16px !important;
	}

	
}



/* Included color classes..
    .red
	.blue
	.yellow
	.green
	.navy
*/


/*css for events*/
/*.services{*/
/*margin: 20px auto;*/
/*}*/
figure.snip1174 {
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	background-color: #1a1a1a;
	color: #ffffff;
	text-align: left;
	/*margin: 10px;*/
	width: 100%;
	border-radius: 0px;
}

figure.snip1174 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

figure.snip1174 img {
	max-width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: top;
	opacity: 0.7;
}

figure.snip1174 figcaption {
	position: absolute;
	padding: 40px 25px;
	top: 0;
	left: 0;
}

figure.snip1174 h2,
figure.snip1174 p {
	margin: 0;
	padding: 0;
}

figure.snip1174 h2 {
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 100;
	font-size: 1.8em;
}

figure.snip1174 p {
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 1.4em;
}

figure.snip1174 a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 0.8em;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
}

figure.snip1174 a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

figure.snip1174.blue {
	background-color: #20638f;
}

figure.snip1174.yellow {
	background-color: #c87f0a;
}

figure.snip1174.green {
	background-color: #1e8449;
}

figure.snip1174.navy {
	background-color: #222f3d;
}

figure.snip1174.red {
	background-color: #962d22;
}

figure.snip1174:hover img,
figure.snip1174.hover img {
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.snip1174:hover a,
figure.snip1174.hover a {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


#myNavbar ul li a {
	color: white;
	font-size: 16px;
}

#myNavbar ul li {
	/*padding:5px;*/
}

.university-logo {
	float: left;
	padding-right: 15px;
}

.university-name {

	text-transform: uppercase;
	font-family: 'Lato';
	margin-left: 20px;
	/*padding: 10px;*/

}

.nepali-name {
	font-size: 30px;
	width: 30%;
	text-shadow: 2px 2px #bfbfbf;
	font-family: 'Lato';
	color: #FFFFFF;
}

.eng-name {
	font-size: 17px;
	width: 30%;
	font-family: 'Lato';
	color: #FFFFFF;
	text-shadow: 2px 2px #bfbfbf;
	font-weight: bold;
}

.mini-menu {
	margin-top: 10px;
}

.mini-menu a {
	color: #000000;
}

.mini-menu a:hover {
	color: #0080ff;
}


#social-list li a {}

.notice-item {
	color: #101010;
}

.notice-item a {
	color: #101010;
}

.notice-viewmore {
	margin-top: 22px;
}

.panel-title {
	color: #1a1a1a;
}

.link-list {
	list-style: none;
	color: #1a1a1a;
}

.notice-panel {

	/*height: 555px !important;*/
	/*border-radius: 0px;*/
	margin: 0px;
	padding: 0px;
	/*font-family: 'Lato' !important;*/
	/*border: 1px solid #999999;*/


}

.noticeData small {
	color: #0a0a0a;
}

.noticeData a:hover {
	color: #ed1b23;
}

.noticeData a {
	color: #0a0a0a;
}

small {
	color: #0a0a0a;
}


.noticeData {
	overflow-y: scroll;
	height: 517px;
	/*background-color: #f2f2f2;*/
	list-style-type: none;
}

/*#noticeUl li:before{*/
/*content: '>';*/
/*width: 30px;*/
/*height: 30px;*/
/*position: relative;*/
/*margin: 0px -2px 0px -10px;*/
/*list-style-position: outside;*/

/*}*/

.notice-list {

	border: 1px solid #999999;

}

.news-panel {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	/*height: 350px !important;*/
	position: relative;
	/*border-radius: 0px;*/
	font-style: normal;
	font-family: 'Lato';
	/*border: 1px solid #999999;*/
}

.news-list {
	border: 1px solid #999999;
}

/*#newsUl li:before{*/
/*content: '>';*/
/*width: 30px;*/
/*height: 30px;*/
/*position: relative;*/
/*margin: 0px -2px 0px -10px;*/
/*list-style-position: outside;*/

/*}*/


.newsData {
	overflow-y: scroll;
	height: 308px;
	list-style-type: none;
	border-radius: 0px !important;
}

.list-group {
	margin-bottom: 0px;
	height: 350px !important;
	border-radius: 0px !important;
}

.newsData small {
	color: #0a0a0a;
}

.newsData a {
	color: #0a0a0a;
	;
}

.newsData a:hover {
	color: #ed1b23;
}

.event-panel {

	/*height: 350px !important;*/
	/*border-radius: 0px;*/
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'Lato';
	/*border: 1px solid #999999;*/


}

/*#eventUl li:before{*/
/*content: '>';*/
/*width: 30px;*/
/*height: 30px;*/
/*position: relative;*/
/*margin: 0px -2px 0px -10px;*/
/*list-style-position: outside;*/

/*}*/

.event-list {
	border: 1px solid #999999;

}

.eventsData {

	overflow-y: scroll;
	height: 308px;

}

.eventsData small {
	color: #0a0a0a;
}

.eventsData a {
	color: #0a0a0a;
}

.eventsData a:hover {
	color: #ed1b23;
}

.panel-heading {
	border-radius: 0px;
	color: #ffffff;
}


.dropdown-submenu {
	position: relative;
	color: #ffffff;

}

.dropdown-submenu .dropdown-menu li a {
	color: #ffffff;
}

.dropdown-submenu .dropdown-menu li a:hover {
	color: #ed1b23 !important;
}

.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu li a {
	color: #ffffff;

}

.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
	color: #ffffff;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
	color: #e0dfe3;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.fb-plugin>iframe {
	float: right;

}

.btn:focus,
.btn:active,
button:focus,
button:active {
	outline: none !important;
	box-shadow: none !important;
}

#image-gallery .modal-footer {
	display: block;
}

.thumb {
	margin-top: 15px;
	margin-bottom: 15px;
}

.a-link a {
	text-decoration: none;
	color: red;
}

.a-link a:hover {
	color: #0080ff;
}

.org-link a {
	color: #0080ff;
}

.org-link a:hover {
	color: #0080ff !important;
}

.navbar-default .navbar-nav>.active>a {
	color: #ed1b23 !important;
}

.thumbnail {
	width: 100%;
	min-height: 205px;
	text-align: center;
	padding: 0px;
}


#headPhoto {
	width: 65%;
}

#headPhotoRow {
	text-align: center;
	justify-items: center;
	padding-left: 30%;

}

#member-panel {
	margin-top: 42px;
	margin-bottom: 20px;
}

.image-text {
	background-color: #1a1a1a;
	color: whitesmoke;
	padding: 10px 0px 10px 40px;
}

.social-icon {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	width: 100%;
	background-color: #e6e6e6;

}

.social-icon ul {
	padding: 2px 0px 2px 25px;
	font-size: 12px;
	list-style: none;
}

.chairman-panel {

	background-color: #c6d9eb;
	min-height: 250px;
	font-style: normal;

}

.secretery-panel {

	background-color: #c2d6d6;
	min-height: 250px;
	font-style: normal;


}

.member-msg {
	color: #0080ff !important;
	font-style: normal;
}

.message-title {
	text-transform: inherit !important;
	/*text-decoration: underline;*/
	font-style: normal;
}

.message {
	font-size: 14px;
	padding-top: 10px;
	font-style: normal;
}

.read-more {
	/*border-radius: 30px;*/
	margin: 20px 0px;
	text-align: left;
}

/*.read-more span {*/
/*cursor: pointer;*/
/*display: inline-block;*/
/*position: relative;*/
/*transition: 0.5s;*/
/*}*/

/*.read-more span:after {*/
/*content: '\00bb';*/
/*position: absolute;*/
/*opacity: 0;*/
/*top: 0;*/
/*right: -20px;*/
/*transition: 0.5s;*/
/*}*/

/*.read-more:hover{*/
/*background-color: #ed1b23;*/

/*}*/

/*.read-more:hover span {*/
/*padding-right: 25px;*/

/*}*/

/*.read-more:hover span:after {*/
/*opacity: 1;*/
/*right: 0;*/
/*}*/

#exampleModalLongTitle {

	font-size: 16px;
	font-weight: bold;
	font-style: normal;

}

.special-msg-section {
	padding: 0px 20px
}

.panel {
	font-family: 'Lato' !important;
}

.table {
	font-family: 'Lato' !important;
}

.table-bordered>thead>tr>th {

	border: 1px solid #7a7a79 !important;


}

.table-bordered>tbody>tr>td {

	border: 1px solid #7a7a79 !important;


}

.search-tbl>tbody>tr>td {

	border-bottom: 1px solid #7a7a79 !important;
}

.search-tbl .form-control {

	border: 1px solid #7a7a79 !important;
	border-radius: 0px;


}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #0a0a0a !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #0a0a0a !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #0a0a0a !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #0a0a0a !important;
}

.row {

	font-family: 'Lato' !important;

}

.title-head a:hover {
	color: #ed1b23;

}


/*css for carousel image**/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

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

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

}

.carousel-fade .carousel-control {
	z-index: 2;
}

.carousel-inner .item .slider-img {
	height: 400px;
}

.carousel-inner .item .edu-img {
	height: 480px;
}

.item:nth-child(1) {
	background: #74C390;

}

.item:nth-child(2) {
	background: #51BCE8;

}

.item:nth-child(3) {
	background: #E46653;

}

#editor-tbl tr td {
	padding: 10px !important;
	border: 1px solid #5a6268;
}

.top-bar {
	background-color: #f8f9fa;
	min-height: 35px;
	padding: 10px 0px;
	font-size: 15px;
}

#head-person-message {

	padding-top: 79px;
}

.navbar {
	margin-bottom: 0px;
}

.appDiv {

	/*padding: 10px;*/
}

.profileData {
	/* overflow-x: hidden; */
	overflow-y: scroll;
	height: 400px;
}

.first-row .carousel-caption {
	/*text-transform:uppercase;*/
	font-family: 'Lato';
	/*font-weight:600;*/
	width: 100%;
	text-align: left;
	left: 0;
	right: 0;
	height: 5%;
	color: #fff;
	font-size: 12px;
	/*line-height:40px !important;*/
	background-color: #000000;
	opacity: 0.6;
	margin: 0px 0px -20px 0px;
	padding: 15px 30px 32px 30px;
	letter-spacing: 1px;
}

.board-panel {
	margin: 0px;
	padding: 0px;
	/*height: 350px !important;*/
	position: relative;
	/*border-radius: 0px;*/
	font-style: normal;
	font-family: 'Lato';
	/*border: 1px solid #999999;*/
}

.boardData {
	overflow-y: scroll;
	height: 360px;
	background: #005884;
	list-style-type: none;
}

.boardData .row h6 {
	font-size: 12px;
	margin-bottom: 2px;
	font-weight: 600;
	color: #fff
}

.boardData .row span {
	font-size: 10px;
	color: #fff
}

.content .container .profile-detail .title {
	color: #132a46;
	font-size: 36px;
	font-weight: 600;
}

.facebookData {
	overflow-y: scroll;
	height: 482px;
}


.publicationData {
	overflow-y: scroll;
	height: 483px;
	list-style-type: none;
}

.galleryData {
	overflow-y: scroll;
	height: 424px;
	list-style-type: none;
}

#galleryAlbum {
	/*text-transform:uppercase;*/
	position: absolute;
	font-family: 'Lato';
	/*font-weight:600;*/
	width: 100%;
	text-align: left;
	left: 0;
	right: 0;
	height: 5%;
	color: #fff;
	font-size: 12px;
	/*line-height:40px !important;*/
	background-color: #000000;
	opacity: 0.6;
	margin: 0px 0px -20px 0px;
	padding: 15px 30px 32px 30px;
	letter-spacing: 1px;
}