/*-- Basic --*/

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #f6c737;
}

.blue {
	color: #09F;
}

.green {
	color: #0A0;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  text-align:justify;
}

.heading-section {
  text-align:left;
  padding:10px 0 10px 0;
}

.heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #003366;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom:#f3d475 solid 1px;
  padding:0 0 10px 0;
}

.heading-section h2 i{
  color: #c52d2f;
}


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}


/*-- Header --*/
#top-header {
  background-color:  #c32a11;
  margin-bottom:10px;
 
  color: #000;
}

#main-header {
   background-color: #ffffff;
  /*border-bottom:#c90000 solid 6px;*/
}

.home-account a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.cart-info {
  text-align: right;
  padding: 8px 0 5px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.cart-info a {
  font-family: 'Open Sans', sans-serif;
  color: #fddd7b;
  text-decoration:none;
  text-transform:capitalize;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.cart-info a:hover {
  color: #fdefc4;
  text-decoration:none;
}


.logo {
  padding: 20px 0;
}

.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.main-menu li {
  list-style: none;
  display: inline-block;
  padding: 40px 0 0 0;
}

.main-menu a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
  margin-right:15px;
}

.main-menu a:hover {
  color: #f78e21;
}

.search-box {
  text-align: right;
  margin-top: 33px;
  position: relative;
}

.search-box input {
  margin-top: 0px;
}

.search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.search-box input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}

/*-- End Header --*/




/*-- Heading --*/

#heading {
  background-image: url(../img/bg-image.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_general {
  background-image: url(../img/bg-image_general.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_pdesk {
  background-image: url(../img/bg-image_pdesk.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_outreach {
  background-image: url(../img/bg-image_outreach.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_achivers {
  background-image: url(../img/bg-achivers.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_faculty {
  background-image: url(../img/bg-image_faculty.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_acvt-jr {
  background-image: url(../img/bg-acvt-jr.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_acvt-sr {
  background-image: url(../img/bg-acvt-sr.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_scabinet {
  background-image: url(../img/schl_cabinet.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_excng_prgm {
  background-image: url(../img/bg-excng_prgm.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

#heading_exam {
  background-image: url(../img/bg-exam.jpg);
  height:200px;
  border-bottom:#e8c353 solid 2px;
}

.heading-content {
  text-align:center;
  margin-top: 60px;
}

.heading-content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #f8db80;
  text-transform: uppercase;
  text-shadow:1px 1px 1px #000;
  padding:0 0 1% 0;
}
.heading-content span {
  color: #FFF;
  font-size:13px;
  text-transform:capitalize;
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
  background-color: rgba(232,195,83,0.6);
  border: 1px solid #e8c353;
  border-radius: 5px;
  padding:.5% 2% .5% 2%;
}

.heading-content span a{
  color: #000;
  font-size:13px;
  text-decoration:none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.heading-content span a:hover{
  color: #515151;
  font-size:13px;
  text-decoration:none;
}






/*-- End Heading --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #f78e21;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #f78e21;
}

/*-- End Timeline --*/

/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #f78e21;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #f78e21;
  text-transform: uppercase;
}

/*-- End Our Team --*/




/*-- Products --*/

#product-heading {
  text-align: center;
  padding: 100px 0 30px 0;
}

#product-heading h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  
}

#Container {
  margin-top: 80px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
}


#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #444;
  padding-left: 15px;
}


#filters span:hover {
  color: #f78e21;
  transition: all 0.3s ease-in;
}

.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #f78e21;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
  color: #777;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: block;
  color: #f78e21
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #f78e21;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #f78e21;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 60px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #f78e21;
}

/*- End Products --*/





/*-- Single Post --*/

.image-post {
  overflow: hidden;
}

.product-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 13px;
  color: #f78e21;
} 

.product-content a {
  font-weight: 700;
  font-size: 13px;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.all-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
  float: left;
  margin-right: 30px;
}

.comment-body {
  background-color: #f3f3f3;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 14px;
  color: #f78e21;
}

.comment-body p {
  margin-top: 20px;
}

.comment-body a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #f78e21;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.replyed-form {
  margin-left: 130px;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

input, textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 25px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #aaa;
  outline: none; 
}

textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%
}

.form label {
  margin-left: 10px;
  color: #999999;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

/*-- End Single Post --*/




/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin:0;
  padding: 0;
}

.info li {
  list-style: none;
  margin:5px 0 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #666;
}

.info li a{
  color: #666;
}
.info li a:hover{
  color: #f78e21;
}


.info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

/*-- End Contact Us--*/

/*-- Side Bar --*/

.side-bar h4 {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-transform: uppercase;
  background-color: #f3d475;
  margin: 0px;
  padding: 9px 15px 9px 15px;
}



.archives-list ul {
  margin-top: 15px !important;
  padding-bottom: 30px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
  padding:2% 0 2% 3%;
  background-color:#fff6d9;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #000;
}

.archives-list a {
  text-transform: uppercase;
  color: #B2DFF6;
  font-size: 13px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-decoration:none;
}

.archives-list a:hover {
  color: #000;
	text-decoration:none;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #f78e21;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- End Side Bar --*/





/*-- Slider --*/

#slider {
  overflow: hidden;
}

.slider-caption {
  text-align:left;
  position: absolute;
  width: 100%;
  padding:1% 2% 1% 2%;
  margin-left:70px;
  margin-top:350px;
  width:auto;
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(232,195,83,0.5);
  border: 1px solid #e8c353;
  border-radius: 5px;
}

.slider-caption h1 {
  /*text-shadow: 1px 1px #777;*/
  font-size:20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing:3px;
  padding-bottom: 10px;
  font-weight:normal;
  color: #fff;
  text-shadow:1px 1px 1px #000;
  text-transform:capitalize;
  font-style:italic;
  line-height:30px;
  /*
  background-color: rgba(232,195,83,0.5);
  border: 1px solid #e8c353;
  border-radius: 5px;
  padding:4%;
  */
}

.slider-caption h1 span {
  font-size:18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  font-style:normal;
  text-shadow:none;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #003366;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

/*-- End Slider --*/

/*-- Services --*/

.service-item {
  text-align: center;
}

.icon i {
  border-radius: 50%;
  border: 20px solid #f78e21;
  color: #f78e21;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

.service-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
      box-shadow: 5px 5px 5px #000000;
	
  /*
  border:#fbecbd solid 6px;
	-webkit-box-shadow:2px 2px 30px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:2px 2px 30px 0px rgba(0, 0, 0, 0.10);
	box-shadow:2px 2px 30px 0px rgba(0, 0, 0, 0.10);
*/
}

.blog-thumb {
  overflow: hidden;
  position: relative;
 
}

.blog-thumb img {
  width: 100%;
}
.panel-heading{background-color:Maroon !important}
.btn-default{background-color:Maroon}
.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(11,10,10,0.7);
  color: #fff;
  padding: 15px;
}


.blog-content i {
  font-size:20px;
  margin-right: 5px;
  color: #ff842d;
}



.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  text-decoration:none;
}

.content-show span {
  color: #f78e21;
  text-decoration:none;
}

.content-hide {
  margin-top: 15px;
  display: none;
}
.content-hide a {
  font-family: 'Open Sans', sans-serif;
  color: #f3d475;
  text-transform:capitalize;
  text-decoration:none;
}

.content-hide a:hover{
  color: #fdf1ca;
  text-transform:capitalize;
  text-decoration:none;
}


.content-hide p {
  color: #fff;
}

/*-- End Latest Posts --*/





/*-- Testimonails --*/

.testimonails-content p {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

.testimonails-content h6 b{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

.testimonails-content h6 span{
	color:#FF0000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- End Testimonails --*/


.HEAD-content {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
  background-color:#000000;
}

/*--Footer--*/

footer {
  background-color:#991f0b;
  border-top:4px solid #f3d475;
  margin-top:20px;
}


.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #bbb;
}

.social-bottom a:hover {
  background-color: #f78e21;
  color: #fff;
}

.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight:500;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom:10px;
}

.shop-list ul {
  margin:0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #e7e7e7;
}

.shop-list a {
  text-transform:capitalize;
  color: #e9c863;
  font-size:14px;
  text-decoration:none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.shop-list a:hover {
  color: #f3d475;
  text-decoration:none;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.more-info p {
  padding-bottom:0px;
  color:#e6c359;
}

.more-info p b{
	color:#000;
  font-family: 'Open Sans', sans-serif;l
  font-size: 14px;
  font-weight:600;
  padding-bottom:0px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #e6c359;
}

.more-info i {
  color: #d3d2d1;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: left;
    padding: 15px 0 5px;
}

.bottom-footer a {
  color: #faa8a9;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.bottom-footer a:hover {
  color: #fdcfd0;
}


.bottom-footer p{
	color:#fff;
}


/*-- End Footer --*/


/*--- RESPONSIVE ---*/

@media screen and (max-width: 990px) {

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 568px) {

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }

  .content-hide p {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  .logo {
    padding-bottom: 60px;
  }

  .main-menu li {
    display: block;
    margin-top: -60px;
    margin-right: -35px;
  }

  #heading-section img {
    display: none;
  }

  .divide-line img {
    display: none;
  }

  .top-footer {
    display: none;
  }

}

@media screen and (max-width: 1000px) {

  .slider-caption {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 995px) {

  .hover-iner span {
  margin-top: 160px;
  }

  body {
    overflow-x: hidden;
  }
}

/*--- END RESPONSIVE ---*/

.navbar-brand {
  padding:0 0 0 0;
  margin:-5px 0 0 0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background:none;
  padding:5px 0 5px 0;
}

 /*.navbar-nav{
  margin-top:25px;
 }*/

.navbar-nav>li{
  margin-left:5px;

}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  font-size:15px;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #003366;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #B2DFF6;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,51,102,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
  border-bottom:#003263 solid 1px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #B2DFF6;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

/* add more styles */

.img_border { 
	border:1px solid #d2d7dc;
	padding:3%;
	text-decoration:none;
	background-color:#fff;
	-webkit-box-shadow:2px 2px 30px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:2px 2px 30px 0px rgba(0, 0, 0, 0.10);
	box-shadow:2px 2px 30px 0px rgba(0, 0, 0, 0.10);
}

#ALL_PAGES p strong{ color:#000;}
#ALL_PAGES p b{ color:#a81517;}


#ALL_PAGES ul li{
	line-height:22px;
	text-align:justify;
}

#ALL_PAGES ol li{
	line-height:22px;
	text-align:justify;
}

#ALL_PAGES h3{ color:#a81517;}

.decoration {
	text-decoration:none;
	background-color:#fff;
	-webkit-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	-moz-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	
}

.decoration th{
	text-decoration:none;
	color:#d52711;
	font-weight:normal;
  	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:16px;
}

.maquee ul {
  margin:0;
  padding: 0;
}

.maquee li {
  list-style: none;
  margin: 10px 0 10px -30px;
}

.maquee i {
  font-size: 16px;
  margin-right: 5px;
  color: #003366;
}

.maquee a {
  text-transform:capitalize;
  color: #c52d2f;
  font-size:14px;
}

.maquee a:hover {
  color: #df4245;
}

.button {
	display:inline-block;
	padding:3px 6px;
	background:#fff;
	text-decoration:none;
	font-size:11px;
	border:#ffcc00 solid 1px;
	box-shadow:1px 4px 4px #cdcbcb;
}
.button:hover {
	background:#fff;
	border:#fc6701 solid 1px;
	text-decoration:none;
	box-shadow:1px 4px 4px #cdcbcb;
}


.Text00Per1 {
	clear:both;
	padding:0 0 10px 0;
	margin:2px 6px 10px 0px;
	border:1px solid #e8e8e8;
	font-size:14px;
	background-color:#fff;
	/*border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;*/
	box-shadow:1px 4px 4px #cdcbcb;
}
.Text00Per1 .header1{
	clear:both;
	min-height:70px;
	font-size:16px;
	line-height:20px;
	font-weight: normal;
	color:#000;
	vertical-align:middle;
	margin:0px 0px 5px 0px;
	/*border: 1px solid #dddddd;*/
	font-weight: normal;
	padding:5px;
	background-color:#f3d475;
	/*border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;*/
}
.Text00Per1 .header2{
	clear:both;
	margin:2px;
	padding:2px 0px 2px 5px;
	font-size:14px;
	height:22px;
	color:#fff;
	vertical-align:middle;
	background-color: #f75e02;
	border: 1px solid #ff7313;
}

/*.Text00Per1 a {color:#575656;text-decoration:none;}
.Text00Per1 a:hover {color:#ed2121;text-decoration:underline;}	
*/	
.Text00Per1 strong {color:#4c1c26;font-weight:600;}

.marqq {font-size:13px;font-weight:normal;color:#ed2121;font-family:Verdana;}
.marqq01 {color:#f66603;}
.map {border:1px solid #dddddd;padding:5px;box-shadow:1px 2px 2px #dddddd;background-color:#fff;}


.theddd{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
  	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:16px;
}


.imgddd{
	border:1px solid #dddddd;
	padding:8px;
	text-decoration:none;
	background-color:#fff;
	-webkit-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	-moz-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
}

.textview {
	border:#dddddd solid 1px;
	padding:3px;
	margin:0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:160px;
	overflow:hidden;
	text-align:justify;
}

.registration-form {
	border: 0;
	background-color: #FFF;
	padding: 30px;
	text-align:center;
	display: inline-block;
	border:#dddddd solid 1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	-moz-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
}


.vgallery {
	padding:0px 10px 0 3px;
	margin:0px 10px 0 5px;
	padding:3px;
}

.imgvideo {
	border:1px solid #dfdfdf;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:8px;
	text-decoration:none;
	background-color:#fff;
	-webkit-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	-moz-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
}
.marqqvideo {
	color:#000000;
	text-shadow:1px 1px 1px #515151;
	text-decoration:none;
	font-weight:normal;
  	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height:30px;
	padding:2% 0 2% 0; 
	margin:0;
}

.buttonWhitetd {
	padding:3px 10px 0 3px;
	height:30px;
	padding:3px;
	font-size:20px;
	font-weight:normal;
	min-width:35px;
	color:#000;
	background-color:#f3d475;
	border:1px solid #d4b249;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe79c), to(#f3d475));
	background: -moz-linear-gradient(top, #ffe79c, #f3d475);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe79c, endColorstr=#f3d475);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe79c, endColorstr=#f3d475)";
}

.buttonWhite3 {
	padding:3px 10px 0 3px;
	height:30px;
	padding:3px;
	font-size:15px;
	font-weight:normal;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	min-width:35px;
	color:#000;
	border:1px solid #dfdfdf;
	background-color:#FFFFFF;
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(#cf9f56), to(#f2c47f));
	background: -moz-linear-gradient(top, #cf9f56, #f2c47f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cf9f56, endColorstr=#f2c47f);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cf9f56, endColorstr=#f2c47f)";
	*/
}

.days {
	padding:3px 10px 0 3px;
	height:30px;
	padding:3px;
	border:1px solid #f5b900;
	background-color:#fff;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	min-width:35px;
	color:#000;
}

.cal-arrow {
	padding:3px 10px 0 3px;
	height:30px;
	padding:3px;
	border:1px solid #e8ca6a;
	background-color:#fbeab3;
	font-size:12px;
	font-weight:normal;
	min-width:35px;
}

.EVNT {
	text-decoration:none;
	background-color:#fff;
	-webkit-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	-moz-box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
	box-shadow:2px 2px 30px 0px rgba(179, 179, 179, 0.10);
}

.EVNT th{
	text-decoration:none;
	color:#000;
	font-weight:normal;
	font-weight: 400;
	font-size:16px;
 	background:-moz-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%); /* FF3.6+ */
 	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
 	background:-webkit-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
 	background:-o-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%); /* Opera11.10+ */
 	background:-ms-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%); /* IE10+ */
	background:linear-gradient(top, #fbfbfb 0%, #eeeeee 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#eeeeee')";
}

.EVNT b{color:#000; text-decoration:none; font-weight:600;}
.EVNT span{color:#0156aa; text-decoration:none; font-weight:400;}

.EVNT .dark{
	color:#515151;
	background-color:#fbfbfb;
}
.EVNT i {
  font-size:15px;
  color: #003366;
}

.EVNT a {
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	color: #ce2527;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.EVNT a:hover {
	text-decoration:none;
	color: #003366;
}

.news-list dl {
  margin:0;
  padding:0;
}

.news-list dt {
  list-style: none;
  margin:0;
  padding:0;
  margin-left:6px;
  line-height:25px;
  font-size:14px;
  font-weight:500;
}

.news-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #c80e11;
  font-weight:600;
}

.blink_text {
	font-size:14px;
	font-weight:400;
	letter-spacing:2px;
	margin-right:0px;
	color:#fddd7b;
	font-family:"Webcomic Bros";
	font-style:italic;
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }
