/* General styles for all menus */
.cbp-spmenu {
	background: #0649c3;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 14px;
	margin: 0;
	font-weight: 300;
	background: #2c6de4;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #2c6de4;
}

.cbp-spmenu a:active {
	background: #2c6de4;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #2c6de4;
	padding: 0.6em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}


/*Social Media Links*/

.LinkFb {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	padding:8px;
	background-color:#3d5b99;
}
.LinkFb:hover {
    color: #36518a !important;
	background-color:#fff !important;
}
.linkTwitter {
    padding:8px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #00aced;
}
.linkTwitter:hover {
    color: #00aced !important;
	background-color:#fff !important;
}
.linkYouTube {
    padding:8px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #e64a41;
}
.linkYouTube:hover {
    color: #e64a41 !important;
	background-color:#fff !important;
}
.linkInsta
{
	padding:8px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
     background: #d92e7f;
}
.linkInsta:hover {
    color: #d92e7f !important;
	background-color:#fff !important;
}
a.read-more,
a.read-more>span {
    /*color: #0649c3;*/
    font-style: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
a.read-more:hover, a.read-more:active  { color:#333; }
a.read-more:hover>span {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
}

.DivInfo1{
	height: 300px;
	background-color:#03A9F4;
}
.DivInfo2{
	height: 300px;
	background-color: #3CC2FF;
}
.DivInfo3{
	height: 300px;
	background-color: #6591A5;
}
.DivInfo4
{
	height: 300px;
	background-color:#03A9F4;
}
.intro-header {
    padding: 40px 0px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    text-align: center;
    color: #f8f8f8;
	background: url("../images/uttarakhand-banner.png")  no-repeat center;
    background-size: cover;
}

.intro-message {
    position: relative;
}
.button1 {
	display: inline-block;
	font-size: 110%;
	color: #ffcc00;
	padding: 15px 0px;
	text-align: center;
	border: 2px solid #ffcc00;
	position:absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	font-size:18px;
	width:120px;
}
.news:hover .button1, .news:active .button1 {
	background: #ffcc00;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.news {
    background: #fff;
	position: relative;
	overflow: hidden;
	z-index:1;
 	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	

	border: 1px solid #eaeaea;
}

.news .img-figure {
	position: relative;
}

.news .img-figure img {
	position: relative;	
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.news:hover .img-figure img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
}

.news .title {
	/*padding: 29px 30px;*/
	padding: 45px 30px;
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.news .title h1 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
/*	color: #3D6AA2;*/
	text-align: center;
}

.news:hover .title  {
	margin-top: -90px;
	background: #fff;
}

.news  p.description {
	position: relative;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	padding: 15px 30px 0px 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.news:hover p.description .button1 {
	/*margin-top:-15px;*/
}

p.more {
	text-align: center;
}

.more a {
    position: relative;
    font-size: 13px;
    margin-top: 30px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    color: #0649c3;
}

.more a:after {
    content: '';
    width: 18px;
    height: 1px;

    position: absolute;
    left: 55px;
    top: 9px;

    background: #0649c3;

    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.news:hover a:after {
    width: 30px;
}
.btn-more
{
	display: inline-block;
    font-size: 16px;
    padding: 9px 18px;
    margin-bottom: 15px;
    margin-right: 5px;
    outline: none;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
	background-color:#0649c3;
	width:170px;
	border-bottom:4px solid #2c6de4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color:#fff;
}
.btn-more:hover
{
	background-color:#2c6de4;
	border-bottom:4px solid #0649c3;
	color:#fff;
}
.imgBook
{
	width:320px;
	height:457px;
	object-fit:contain;
}
.promoBg
{
	background: url("../images/promo-2.jpg")  no-repeat center !important;
    background-size: cover !important;
}
.mt-20
{
	margin-top:20px;
}
.panel-color
{
	border-color: #0649c3;
}
.panel-color > .panel-heading
{
	background-color: #0649c3;
    border-color: #0649c3;
	color:#fff;
}
.feedDiv 
{
	height:527px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.vticker{
	overflow:hidden;
	
}
.vticker ul{
	padding: 0;
	overflow:hidden;
	height:527px !important;
}
.vticker li{
	list-style: none;
	padding: 10px;
	word-wrap: break-word;
	border-bottom:1px dotted #ffcc00; 
}
.et-run{
	background: red;
}
.ReviewQuote
{
	height:527px;
	word-wrap: break-word;
	overflow:hidden;
}
.BigLineHeight
{
	line-height:25px;
}
#contactDiv
{
	background-color:#393c42;
	padding: 25px 0px;
}
.text-white
{
	color:#fff;
}
.footer-bottom
{
	padding:25px;
	background-color:#25272b;
}
.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: 0 1px 6px rgba(0, 0, 0, 0.175);
  background:#fff;
}
.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;
}
.fnt15
{
	font-size:17px;
	line-height:27px;
}
@media (max-width: 450px)
{
	.timeline > li > .timeline-panel
	{
		width:100%;
	}
	.timeline > li > .timeline-badge
	{
		display:none;
	}
	.timeline > li
	{
		padding:0px !important;
	}
}
.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}
.linkBlck {color:#333;} .linkBlck :hover{color:#333; text-decoration:none;}
.imgHover {
    position: relative;
	margin-bottom:12px;
    /* width: 50%; */
}

.imageHover {
  opacity: 1;
  display: block;
  width: 100%;
  height: 463px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.imgHover:hover .imageHover {
  opacity: 0.8;
}

.imgHover:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  cursor:pointer;
}
.txtwhite:hover
{
	color:white;
}
.has_error
{
	border:1px solid red;
}
.has_error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red;
}
.has_error::-moz-placeholder { /* Firefox 19+ */
  color: red;
}
.has_error:-ms-input-placeholder { /* IE 10+ */
  color: red;
}
.has_error:-moz-placeholder { /* Firefox 18- */
  color: red;
}
.valid
{
	border:1px solid green;
}
.greyLink
{
	color:#333 !important;
}
.mobileNav {display: none;}
.mobileNav:hover{ color:#fff;}
@media only screen and (device-width: 768px), only screen and (max-width: 768px) {
 .mobileNav {display: block !important; padding: 6px 18px;}
}
.bgSizeContain {
   background-size: contain;
  max-width: 100%;
  height: 190px;
  border: 2px solid;
  padding: 2px;
  color: #0e0ec191;
  resize: both;
  overflow: scroll;
}