/* =================================== */
/*	Basic Style 
/* =================================== */

body {background-color: #000; font-family: 'Lato';  line-height: 21px;	font-size: 14px;  color: #6a737b;}

ol, ul {margin: 0; padding: 0; list-style: none;}
figure, p {margin: 0;}

a {color: #fff;	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {    border: 0;}

a, a:focus, a:hover {    text-decoration: none;    outline: 0;}

a:focus, a:hover {    color: #333;}

h1, h2, h3,
h4, h5, h6 {font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after { content: " ";    display: table;}
 
.clear:after {   clear: both;}
 
.clear {   *zoom: 1;}

span.color {color: #333;}

body > section,
.footer {
	padding: 10px 0;
}

.sec-title {}

.sec-title h2 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 700;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
	margin-top: 20px;
}

.devider i {
  color: #bb8c58;
}

.devider:before,
.devider:after {
  content: " ___________";
  color: #bb8c58;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}
.mb70 {
	margin-bottom: 70px;
}

.mb100 {
	margin-top: 70px; margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}

.video_container {  width: 98%; height: 100%; margin:0 0 0 0; padding:0 0 0 0;}
/*=========================================
	Header
==========================================*/

/*#navigation {
	background-color:#000;
	border: 0 none;
	margin: 0 0 5% 0%;
	-webkit-transition: background-color 800ms linear;
	-moz-transition: background-color 800ms linear;
	-ms-transition: background-color 800ms linear;
	-o-transition: background-color 800ms linear;
	transition: background-color 800ms linear;
	height: 80px; padding:0 0 0 25%;
}*/

#navigation3 {
	background-color:rgba(0,0,0,0.90);
	border: 0 none;
	margin: 0 0 5% 0%;
	-webkit-transition: background-color 800ms linear;
	-moz-transition: background-color 800ms linear;
	-ms-transition: background-color 800ms linear;
	-o-transition: background-color 800ms linear;
	transition: background-color 800ms linear;
	height: 80px; padding:0 0 0 36%;
}

#navigation {
	background-color:rgba(0,0,0,0.90);
	border: 0 none;
	margin: 0 0 5% 0%;
	-webkit-transition: background-color 800ms linear;
	-moz-transition: background-color 800ms linear;
	-ms-transition: background-color 800ms linear;
	-o-transition: background-color 800ms linear;
	transition: background-color 800ms linear;
	height: 80px; padding:0 0 0 32%;
}
#navigationVideo {  
	background-color:rgba(0,0,0,0.90);
	border: 0 none;
	margin: 0 0 5% 0%;
	-webkit-transition: background-color 800ms linear;
	-moz-transition: background-color 800ms linear;
	-ms-transition: background-color 800ms linear;
	-o-transition: background-color 800ms linear;
	transition: background-color 800ms linear;
	height: 80px; padding:0 0 0 25%;
}

#navigation4 {
	background-color:rgba(0,0,0,0.90);
	border: 0 none;
	margin: 0 0 5% 0%;
	-webkit-transition: background-color 800ms linear;
	-moz-transition: background-color 800ms linear;
	-ms-transition: background-color 800ms linear;
	-o-transition: background-color 800ms linear;
	transition: background-color 800ms linear;
	height: 80px; padding:0 0 0 28%;
}
.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 30px 0 0 0;
}

.navbar-nav li a {
	border-bottom: 1px solid transparent; padding:1% 0 1% 0%; 
}
.navbar-nav li a:active {
	border-bottom: 2px solid #fcaf26;

	}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-bottom: 2px solid #fcaf26;
	color: #fff;
}

.cd-slider-nav2 {
	text-align: center;
	position: fixed;
	bottom: 0px;
	height: auto;
	background-color: #ed2d23;
	width: 100%;
	padding: 0% 0 0% 0%;
	margin: 0 0 0 0;
}

.cd-slider-nav2 ul {
  padding: 0;
  margin: 0;
}

.cd-slider-nav2 ul li {
  display: inline-block;
  margin: 0 0px;
}

.cd-slider-nav2 ul li a {
  text-decoration: none;
}

.cd-slider-nav2 ul li h6 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
}

.cd-slider-nav2 ul .selected h6 {
  color: #ffbb05;
  text-decoration: none;
}

.cd-slider-nav2 .image-icon {
  margin: 0 auto; padding:0% 0% 0 0%;
  display: block;
  width: 260px;
  height: auto;
  text-align: center; 
  
}

.cd-slider-nav2 .image-icon:hover {
  background-color: rgba(0, 0, 0, 0.30);
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0; 
}

#slider .carousel-inner .item {
  background-size: cover; height:620px !important;}

.carousel-caption {
  background-color:rgba(0,0,0,0.70); margin:0 0 0% -10%; padding:2% 3% 2% 3%; width:40%; text-align:left;  height:auto;  }
.carousel-caption h2 {	font-size: 32px;	font-weight: 700;}
.carousel-caption h4 {
  font-size: 14px; color:#f5a623;
  font-weight: 700;  margin: 2px 0 0 0; line-height:24px;
}

.carousel-caption a {
	font-size: 16px;
	font-weight: 700;
}
.carousel-caption a:hover { text-decoration:underline;
  color: #fff;
}
.carousel-caption h2 span {
  font-weight: 700;font-size:24px;
}

.carousel-caption h3 {
  font-size: 16px;  font-weight: 700;
  margin: 6px 0 0 0; line-height:24px;
}

.carousel-caption p {
  color: #fff;  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #0feb9e;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
	bottom: 0; height:20px;
	left: 0;
	margin: 0 0% 0 0%;
	right: 0;
	top: 78%;
	width: 100%; letter-spacing:8px;
}

.carousel-indicators li {
  border: 2px solid #ccc;
  height: 13px;
  width: 13px; 
}

.carousel-indicators .active {
	height: 15px;
	width: 15px;
}

/*=========================================
	Features
==========================================*/

/*.features {
	background-color: #000; background-image:url(../img/architecture.jpg);background-color: rgba(0,0,0,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0; 
}

.features2 {
	background-color: #000; background-image:url(../img/MP_Art_BG.png);background-color: rgba(0,0,0,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0; border-bottom:0px solid #cc0000;
}


.features3 {
	background-color: #000; background-image:url(../img/Image2_satpura.jpg);background-color: rgba(0,0,0,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0; border-bottom:0px solid #cc0000;
}


.features4 {
	background-color: #000; background-image:url(../img/bandhavgarh_back.png);background-color: rgba(0,0,0,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 60px 0; border-bottom:0px solid #cc0000;
}


.features5 {
	background-color: #000; background-image:url(../img/4_BiryaniPilaf.jpg);background-color: rgba(0,0,0,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 60px 0; border-bottom:0px solid #cc0000;
}

.features6 {
	background-color: #000; background-image:url(../img/Image5_MaheshwarFort.jpg);background-color: rgba(0,0,0,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 60px 0; border-bottom:0px solid #cc0000;
}

.features-overlay {
	background-color:rgba(0,0,0,0.80);
	padding: 70px 0;
}

.features-overlay2 {
	background-color:rgba(0,0,0,0.60);
	padding: 70px 0;
}

.features-overlay3 {
	background-color:rgba(0,0,0,0.80);
	padding: 50px 0 140px 0;
}

.features-overlay4 {
	background-color:rgba(0,0,0,0.80);
	padding: 130px 0 140px 0;
}


#features .inner .item {
  background-size: cover;
}
*/

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin:0 0 15px 30px;
  position: relative; padding:2px 0 5px 0;
  top: 0px; text-align:center; background-color:#000; width:76%;
}

.service-desc h3 {
  color: #fff; 
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 5px 0;
}

.service-desc p {
  color: #fff; 
  font-size: 14px;
  font-weight: 400; line-height:19px;
  margin-bottom: 5px;
}

.mp-icon3 {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.mp-desc3 {
  margin:0 0 15px 30px;
  position: relative; padding:2px 0 5px 0;
  top: 0px; text-align:center; background-color:#000; width:76%; height:260px;
}

.mp-desc3 h3 {
  color: #fff; 
  font-size: 18px;
  font-weight: 700;line-height:24px;
  margin: 8px 0 5px 0; padding:0 5px 0 5px;
}


.mp-desc3 p {
  color: #fff; 
  font-size: 14px;
  font-weight: 400; line-height:21px;
  margin-bottom: 5px;  padding:10px 20px 0 20px;
}

.mp-desc3 text {
  color: #fff; text-align:center;
  font-size: 12px;
  font-weight: 400; line-height:16px;
  margin-bottom: 5px;  padding:5px 0 0 0;margin-left: 5px;margin-right: 5px;
}

.mp-desc4 {
  margin:0 0 15px 30px;
  position: relative; padding:2px 0 5px 0;
  top: 0px; text-align:center; background-color:#000; width:76%; height:260px;
}

.mp-desc4 h3 {
  color: #fff; 
  font-size: 20px;
  font-weight: 700;line-height:24px;
  margin: 25px 0 5px 0; padding:0 5px 0 5px;
}

.food-icon3 {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.food-desc3 {
  margin:0 0 15px 30px;
  position: relative; padding:2px 0 5px 0;
  top: 0px; text-align:center; background-color:#000; width:76%; height:340px;
}

.food-desc3 h3 {
  color: #fff; 
  font-size: 18px;
  font-weight: 700;line-height:24px;
  margin: 8px 0 5px 0; padding:0 10px 0 10px;
}


.food-desc3 p {
  color: #fff; 
  font-size: 14px;
  font-weight: 400; line-height:21px;
  margin-bottom: 5px;  padding:0 20px 0 20px;
}

.experiece-icon3 {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.experiece-desc3 {
  margin:0 0 15px 30px;
  position: relative; padding:2px 0 5px 0;
  top: 0px; text-align:center; background-color:#000; width:76%; height:340px;
}

.experiece-desc3 h3 {
  color: #fff;   font-size: 18px;
  font-weight: 700;line-height:24px;
  margin: 8px 0 5px 0; padding:0 8px 0 8px;
}

.experiece-desc3 p {
  color: #fff;   font-size: 14px;
  font-weight: 400; line-height:21px;
  margin-bottom: 5px;  padding:0 20px 0 20px;
}

.sneek-icon3 {
  border: 1px solid #0eb493;  border-radius: 50%;
  color: #0eb493;  float: left;  padding: 10px 13px;
}

.sneek-desc3 {
  margin:0 20% 15px 20%;  position: relative; padding:2px 0 80px 0;
  top: 0px; text-align:left;  width:60%; 
}

.sneek-desc3 h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height:28px;
	margin: 8px 0 5px 0;
	padding:0 10px 0 10px;
}

.sneek-desc3 h4 {
  color: #fff;   font-size: 22px;
  font-weight: 700;line-height:30px;
  margin: 8px 0 5px 0; padding:0 10px 0 10px;
}

.sneek-desc3 p {
  color: #fff;   font-size: 14px;
  font-weight: 400; line-height:21px;
  margin-bottom: 5px;  padding:0 20px 0 20px;
}

/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #0eb493;  border-radius: 6px;
  color: #fff;  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;  max-width: 100%;
}

.overlay {
	background-color: rgba(14,180,147,.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;	
	opacity: 0;
	filter: alpha(opacity=0);	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}



/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #0eb493;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;  height: 42px;
  padding: 10px 0 0;  width: 42px;
}
/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #bb8c58;
}

.facts .devider i {
	color: #bb8c58;
}

.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}

/*=========================================
	Contact Us
==========================================*/
.contact {
	padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;}

label.error {
  color: #c0392b;  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}

/*=========================================
	Contact Us
==========================================*/
.footer {
	background-color: #ed2d23;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 100px;
}

#back-top {
  bottom: 30px;
  position: fixed;
  right: 25px;
  z-index: 9;
}
.sticky-container{ padding:0px 0 0 0; margin:0px; position:fixed; left:26px;top:620px; width:290px; z-index: 9999;}
.sticky { font-family:Lato; font-weight: 700; font-size: 24px;color: #fff;min-width: 420px;-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
.sticky  a{ font-family:Lato; font-weight: 700; font-size: 24px;color: #fff;}
.sticky  a:hover{ font-family:Lato; font-weight: 700; font-size: 24px;color: #F90;}