/*CSS Document*/body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font: 300 15px/20px 'Open Sans', sans-serif;
	color: #888;
}
h1 {
	font: 400 40px/40px 'Margarine', sans-serif;
	display: block;
	color: #111;
}
h2 {
	font: 400 40px/30px 'Margarine', sans-serif;
	display: block;
	color: #222;
}
h3 {
	font: 600 20px/24px 'Maven Pro', sans-serif;
	display: block;
	color: #555;
}
p {
	font: 400 15px/22px 'Open Sans', sans-serif;
	color: #777;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	color: #555;
}
.trans_eff {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
/*&&&&&&&&&&&&&&&&&&&&& HOME PAGE CLASSES &&&&&&&&&&&&&&&&&&&&&&& */

.title_bg {
	background: url(../images/logo-bg.png) no-repeat center center;
	padding: 25px 0;
}
/*header clasess*/
header {
	width: 100%;
	background: url(../images/header_bg.png) repeat-x center top;
	z-index: 2;
	height: 135px;
	border-top: 3px solid #00923f;
	position: absolute;
	z-index: 2;
}
.header_spacer {
	height: 120px;
	display: block;
}
header .navbar-collapse {
	padding: 0;
}
.navbar-collapse {
	border-top: 0 !important;
}
header .navbar-brand {
	padding: 0 !important;
	width: 333px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 25px 0 0 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
header .navbar-nav>li>a {
	font: 400 16px/50px 'Margarine', sans-serif;
	color: #333;
	padding: 0 5px;
	height: 50px;
	margin: 0 18px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 0;
	letter-spacing: 1.2px;
	background: none !important;
	border-bottom: 1px solid transparent;
}
header .navbar-nav>li a:focus, header .navbar-nav>li.active>a, header .navbar-nav>li.active>a:hover, header .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>.open>a, header .navbar-default header .navbar-nav>.open>a:hover, header .navbar-default header .navbar-nav>.open>a:focus {
	color: #fcac00;
	background: none !important;
	border-bottom: 3px solid #fcac00;
}
#home .home, #aboutus .aboutus, #contactus .contactus, #india-tour-packages .india-tour-packages, #top-most-indian-destinations .top-most-indian-destinations {
	color: #fcac00;
	background: none !important;
	border-bottom: 3px solid #fcac00;
}
header .navbar-nav>li:hover a {
	color: #fcac00;
	background: none !important;
	border-bottom: 3px solid #fcac00;
}
header .navbar-nav>li .sub_link {
	background: #fff;
	padding: 20px;
	position: absolute;
	display: none;
	z-index: 9;
	left: 0;
	min-width: 300px;
	box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.2)
}
header .navbar-nav>li:hover .sub_link {
	display: block;
}
header .navbar-nav>li .sub_link a {
	font: 400 13px/30px 'Spectral SC', sans-serif;
	color: #777;
	padding: 0;
	margin: 0 10px;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 0;
	text-transform: capitalize;
	border-radius: 0;
	border: 1px solid #eee;
}
header .navbar-nav>li .sub_link a:hover {
	text-decoration: none;
	background: #ee2d7b !important;
	color: #fff;
}
a.mob_link_dd {
	display: none !important;
}
a.mob_link_dd b {
	width: 20px;
	height: 20px;
	float: right;
	display: block;
	background-image: url(../images/fq-r.png);
	background-repeat: no-repeat;
	margin: 12px 5px 0 0
}
a.mob_link_dd_act b {
	width: 20px;
	height: 20px;
	float: right;
	display: block;
	background-image: url(../images/fq-b.png);
	background-repeat: no-repeat;
	margin: 12px 5px 0 0
}/*header clasess ends*/
/*slider clasess*/
.slider_con {
	overflow: hidden;
	margin-top: -50px;
}
.slider_con .carousel-indicators {
	bottom: 10px;
}
.slider_con .carousel-indicators li {
	width: 12px;
	height: 12px;
	border: 0;
	border: 1px solid #fff;
	background: none;
}
.slider_con .carousel-indicators .active {
	width: 13px;
	height: 13px;
	border: 0;
	background: #fff
}
.slider_con .carousel-caption {
	bottom: 0;
	top: 40%;
}
.slider_con .carousel-caption h3 {
	font-size: 100px;
	color: #fff;
	line-height: 60px;
	text-shadow: 0 2px 0px rgba(0,0,0,.1);
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	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-fade .carousel-control {
	z-index: 2;
}
.carousel-control {
	width: auto !important;
	top: 45%;
}
.slider_con .carousel-control.left {
	left: 1%;
}
.slider_con .carousel-control.right {
	right: 1%;
}
.slider_con .carousel-control.left, .slider_con .carousel-control.right {
	background: none !important;
}
.animated {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes bounceInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 transform: translateY(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 80% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes bounceInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(2000px);
 -ms-transform: translateY(2000px);
 transform: translateY(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 transform: translateY(-30px);
}
 80% {
 -webkit-transform: translateY(10px);
 -ms-transform: translateY(10px);
 transform: translateY(10px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
/*slider clasess ends*/



/*top contact clasess*/
.top_cont_con {
	background: #39c04e;
	padding: 15px 0 10px;
	margin: 1px 0 0 0;
	text-align: center;
}
.top_cont_con p {
	font: 300 25px/25px 'Muli', sans-serif;
	color: #fff;
}
.top_cont_con p a {
	color: #fff;
	text-decoration: none;
}
.top_cont_con p img {
	margin: 0 4px;
}/*top contact info clasess* ends/


 
/*welcome clasess*/
.welcome_con {
	margin: 80px auto 0 auto;
}
.welcome_con .left {
	border-right: 1px dashed #ddd;
	padding-right: 30px;
}
.welcome_con .left h2 {
	font: 400 35px/40px 'Margarine', sans-serif;
	color: #00923f;
}
.welcome_con .left h2 strong {
	color: #d8da00
}
.welcome_con .left small {
	color: #d8da00;
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
	display: inline-block;
}
.welcome_con .left p {
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;
	color: #333;
}
.welcome_con .left p span {
	font-weight: 300;
	color: #777;
}
/*welcome clasess ends*/



/*products clasess*/
.products_con {
	background: #3d2f22 url(../images/product-bg.png) no-repeat center bottom;
	text-align: center;
	background-attachment: fixed;
	width: 100%;
	margin: 80px 0 0 0;
	padding: 70px 0;
}
.products_con .col {
	margin: 60px 0 0 0;
	position: relative;
	text-align: center;
	background: url(../images/products-shadow.png) no-repeat center bottom;
	padding-bottom: 20px;
}
.products_con .col:nth-child(even) {
	margin-top: 110px;
}
.products_con .col:hover {
	margin-top: 50px;
}
.products_con .col:hover:nth-child(even) {
	margin-top: 100px;
}
.products_con .inner {
	position: relative;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.products_con .inner figure {
	display: block;
	position: relative;
	overflow: hidden;
}
.products_con .inner figure:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: -50px;
	top: -50px;
	width: 0;
	height: 0;
	background: url(../images/header_bg.png) no-repeat left -50px;
	width: 200%;
	height: 90px;
	transform: rotate(-10deg);
}
.products_con .inner figure img {
	width: 100%;
	height: auto;
	display: block;
}
.products_con .inner figcaption {
	padding: 30px 20px 15px;
}
.products_con .inner a {
	font: 400 22px/24px 'Margarine', sans-serif;
	color: #fcac00;
	position: relative;
	text-decoration: none;
	display: block;
}
/*products clasess ends*/
  
  
/*quality clasess*/
.quality-con {
	padding: 80px 0;
	background: url(../images/quality-img.png) no-repeat left bottom;
	background-attachment: fixed;
	min-height: 500px;
}
.quality-con .inner {
	padding-left: 50px;
}
.quality-con .inner p {
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;
	color: #333;
}
.quality-con .inner p span {
	font-weight: 300;
	color: #777;
}
/*quality clasess ends*/ 
  
  
  
  
  
  
  
   

/*testimonial clasess*/
.testimonial_con {
	background: #333 url(../images/ts-bg.jpg) no-repeat center top;
	background-attachment: fixed;
	padding: 70px 0 80px 0;
}
.testimonial_con .cercle {
	width: 330px;
	height: 330px;
	background: #fff;
	border-radius: 100%;
	margin: auto;
	box-shadow: -3px -3px 0 3px rgba(255,255,255,0.4);
	position: relative;
}
.testimonial_con .cercle:after {
	content: "";
	background: url(../images/ts-tick.png) no-repeat center top;
	width: 35px;
	height: 20px;
	position: absolute;
	bottom: -18px;
}
.testimonial_con .cercle figcaption {
	padding: 35px 40px;
}
.testimonial_con h4 {
	margin-top: 30px;
	font-family: 'Margarine', sans serif;
	color: #111;
	margin-left: 50px;
	font-size: 20px;
}
/*testimonial clasess ends*/


/*three info clasess*/
.three-info-con .box {
	padding: 30px;
	border: 1px dashed #ddd;
	border-radius: 5px;
	min-height: 200px;
	border-bottom: 2px solid #ddd;
}
.three-info-con .box figure {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background: #fff;
	padding: 5px;
	border: 2px solid #ddd;
	margin: auto;
	display: block;
}
.three-info-con .box figure .fa {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #fcac00;
	text-align: center;
	font-size: 50px;
	color: #fff;
	padding: 25px 0;
}
.three-info-con .box figcaption {
	padding: 20px 0 0 0;
}
.three-info-con .box figcaption h3 {
	font: 400 20px/26px 'Margarine', sans-serif;
	color: #00923f;
}
/*three info clasess ends*/
 /*footer classes*/
footer {
	background: #222;
	padding: 70px 0 0 0;
	position: relative;
	margin-top: 100px;
}
footer:before {
	background: url(../images/footer-bg.png) no-repeat center top;
	content: "";
	height: 71px;
	width: 100%;
	top: -50px;
	position: absolute;
}
footer .col_01 {
	width: 14%;
	float: left;
	margin: 0 0 0 0;
}
footer .col_02 {
	width: 27%;
	float: left;
	padding: 0 5% 0 5%;
	margin: 0 3%;
	border-left: 1px dashed #333;
	border-right: 1px dashed #333;
	min-height: 235px;
}
footer .col_02 .soluton {
	margin: 20px 0 0 0;
}
footer .col_03 {
	width: 28%;
	float: left;
	margin: 0 3% 0 2%;
}
footer .col_04 {
	width: 20%;
	float: right;
}
footer .col_04 .map {
	margin: 60px 0 0 0;
}
footer .col_04 iframe {
	display: block;
}
footer h3 {
	font: 400 22px 'Margarine', sans-serif;
	color: #fff;
}
footer h3:after {
	content: '';
	background: #fcac00;
	height: 3px;
	width: 55px;
	position: absolute;
	display: block;
	margin: 10px 0 0 3px;
}
.f_link {
	margin: 25px 0 0 3px;
}
.f_link a {
	font: 400 13px/16px 'Open Sans', sans-serif;
	color: #999;
	padding: 4px 0 4px 0;
	display: block;
	text-decoration: none;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.f_link a:hover {
	color: #fff;
	text-decoration: underline;
}
.f_link .view_all {
	background: none;
	color: #d8da00;
	text-decoration: underline;
}
.f_link .view_all:hover {
	text-decoration: none;
}
.f_contact_con {
	margin: 35px 0 0 3px;
}
.f_contact_con p {
	padding: 8px 0;
}
.f_contact_con p:first-child {
	padding-top: 0;
}
.f_contact_con p, .f_contact_con p a {
	font: 400 13px/20px 'Open Sans', sans-serif;
	color: #888;
}
.f_contact_con p .fa {
	height: 25px;
	width: 25px;
	border-radius: 100%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
	margin: 0 5px 0 0;
}
.f_social_midea_con {
	margin: 0 0 0 0;
	float: left;
}
.f_social_midea_con a {
	width: 35px;
	padding: 5px 0;
	height: 35px;
	margin: 0 5px 0 0;
	background: #fcac00;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	border: 2px solid #fcac00;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 100%;
	text-align: center;
}
.f_social_midea_con a:hover {
	background: #222;
	color: #fcac00;
	border: 2px solid #fcac00;
}
.pwrd {
	border-top: 2px solid #333;
	padding: 30px 0;
	margin: 60px 0 0 0;
}
.pwrd p, .pwrd p a {
	font-weight: 400;
	color: #fff;
	font-size: 13px;
}
.pwrd p {
	margin: 7px 0 0 0;
	float: right;
}
.pwrd p span {
	float: right;
}/*footer classes ends*/
/*========================INSIDE PAGES CLASESS================*//*brad crum and page tittle clasess*/
.breadcrumb {
	background: none;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 8px 10px;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #ee2d7b
}
.breadcrumb li a:hover {
	text-decoration: none;
}/*brad crum and page tittle clasess ends*//*cms area clasess*/
.cms_area p {
	font-size: 16px;
	line-height: 26px;
	color: #777;
}
.h4_bdr {
	height: 3px;
	padding: 0 20px;
	background: #39c04e;
	display: inline-block;
	margin: 10px 0 15px 0
}
.cms_area strong {
	color: #777;
}
.box1 {
	padding: 25px;
	background: #fff;
	border-radius: 3px;
}
.box3 {
	padding: 25px;
	background: #fff;
	border-radius: 0 3px 3px 3px;
}
.box2 {
	padding: 25px;
	background: #fff;
	border-radius: 3px;
	border: 1px dashed #ddd;
	border-left: 3px solid #ee2d7b;
}
.box2 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin: 7px 0;
}
.cms_area .img1 {
	float: right;
	margin: 5px 0 20px 20px
}
.cms_area h3 {
	font-size: 17px;
	color: #ee2d7b;
}
.cms_area hr {
	border-top: 1px dashed #eee;
}
.cms_area h2 {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	background: #ee2d7b;
	padding: 7px 25px;
	display: inline-block;
	font-weight: 600;
	border-radius: 3px 3px 0 0;
	margin: 40px 0 0 0;
}
.cms_area .no_mt {
	margin-top: 0 !important
}
.cms_area ul {
	margin: 0 0 0 5px;
}
.cms_area ul li {
	background: url(../images/list_bullet.png) no-repeat left 9px;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0 5px 25px;
	list-style: none;
	font-weight: 300;
	color: #888;
}/*cms area clasess ends*//*right panel clasess*/
.right_cat_con h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #111;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
}
.cat_list_con {
	background: #ee2d7b;
	padding: 20px 25px;
	border-radius: 0 0 3px 3px;
}
.cat_list_con a {
	font: 400 15px/22px 'Muli', sans-serif;
	color: #777;
	display: block;
	border: 1px solid #fff;
	margin: 3px 0;
	background: #fff;
	border-radius: 3px;
	padding: 5px 15px;
	text-decoration: none;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.cat_list_con a:hover {
	background: #ee2d7b;
	color: #fff
}
.right_form_con h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #ee2d7b;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
}
.right_form_con .form_con {
	background: #fff;
	border-radius: 0 0 3px 3px;
	padding: 25px;
}
.right_form_con .form_con .form-control {
	height: 40px;
	box-shadow: none;
	border: 1px solid #ddd;
	font-family: 'Muli', sans-serif;
	color: #777;
	font-weight: 400;
	font-size: 14px;
}/*right panel clasess ends*//*destination clasess*/
.destination_con {
	margin: 15px 0 0 0;
}
.destination_con .inner {
	background: #fff;
	padding: 10px;
	margin: 15px 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.destination_con .inner:hover {
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1)
}
.destination_con figure {
	height: auto;
	width: 100%;
	display: block;
}
.destination_con figure img {
	width: 100%;
	height: auto;
	display: block;
}
.destination_con .inner figcaption {
	padding: 20px 20px;
	text-align: center;
}
.destination_con .inner .tittle {
	font: 600 17px/20px 'Muli', sans-serif;
	color: #111;
	text-transform: capitalize;
	text-decoration: none;
	display: block;
}
.destination_con .inner p {
	font: 400 14px/20px 'Muli', sans-serif;
	color: #777;
	height: 90px;
	margin: 10px 0 0 0;
}
.destination_con .inner .button {
	font: 600 14px/40px 'Open Sans', sans-serif;
	text-align: center;
	padding: 0 25px;
	border-radius: 3px;
	height: 40px;
	display: inline-block;
	text-shadow: none;
	text-transform: uppercase;
	border: 0;
	text-decoration: none !important;
	background: #39c04e;
	color: #fff;
}
.destination_con .inner:hover .button {
	background: #ee2d7b;
	color: #fff;
}/*destination clasess ends*//*contact us clasess*/
.contact_con hr {
	border-top: 1px dashed #eee;
	margin: 15px 0;
}
.contact_con .map_con {
	width: 100%;
	height: 325px;
	overflow: hidden;
	border-top: 2px solid #111
}/*contact us clasess ends*//*sitemap*/
.stmp a {
	display: block;
	padding: 7px 15px;
	font: 400 15px/20px 'Muli', sans-serif;
	background: #fff;
	margin: 5px 1%;
	text-align: left;
	color: #888;
	width: 31%;
	border-radius: 3px;
	float: left;
	background: #fff;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.stmp a:hover {
	background: #ee2d7b;
	color: #fff;
	text-decoration: none
}/*sitemap ends*//* ================= Media Query ================= */
@media only screen and (max-width:1279px) {
.container {
	width: 100%;
}
}
@media only screen and (max-width:1151px) {	/*header clasess*/
header {
	padding: 0 10px;
}
header .navbar-nav>li>a {
	padding: 0 12px;
}/*header clasess ends*//*services clasess*/
.service_con .inner {
	background: #fff;
	margin: 40px 0px 0 0px;
}
.service_con .inner figcaption {
	padding: 20px 25px;
}/*services clasess ends*//*welcome clasess*/
.welcome_con .container {
	padding-left: 15px;
	padding-right: 15px;
}
.welcome_con .left {
	padding: 6% 30px 6% 0;
}/*welcome clasess ends*//*photo gallery clasess*/
.photo_gallery_con {
	padding: 0 0px;
}/*photo gallery clasess ends*//*footer classes*/
footer .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
footer .col_02 {
	width: 55%;
}/*footer classes ends*/
}
@media only screen and (max-width:991px) {				/*header clasess*/
header {
	background: rgba(255,255,255,1);
	position: static;
}
.header_fixer {
	position: static;
	box-shadow: none;
	background: rgba(0,0,0,1) !important;
}
header .navbar-brand, .header_fixer .navbar-brand {
	margin: 10px 0 10px 10px !important;
}
header .navbar-nav {
	float: none !important;
}
header .navbar-nav>li {
	float: none;
	width: 100%;
}
header .navbar-nav>li>a {
	font: 400 15px/45px 'Muli', sans-serif !important;
	padding: 0 15px;
	border-bottom: 1px solid #ffba36 !important;
	color: #fff !important;
	display: block;
	height: auto !important;
	text-align: center;
	background: #ee2d7b !important;
}
#home .home, #aboutus .aboutus, #contactus .contactus, #ourclients .ourclients, #ourteam .ourteam, #whyus .whyus, #services .services {
	color: #fff;
	background: #ee2d7b !important;
}
header .navbar-nav>li>a:hover, header .navbar-nav>li>a:focus {
	color: #fff;
	background: #ee2d7b !important;
}
header .navbar-nav>li:last-child a {
	line-height: 45px;
	border: 0;
	vertical-align: middle;
	margin-top: 0;
	border-radius: 0;
	margin-left: 0;
	font-weight: 400;
	padding: 0 15px;
}
.navbar-toggle {
	background-image: none;
	border: 0 !important;
	border-radius: 0px;
	float: right;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 25px;
	padding: 8px 10px;
	position: relative;
	display: block;
	color: #fff !important;
	border-radius: 3px;
}
.navbar-toggle .icon-bar {
	background-color: #000 !important;
	height: 2px;
	width: 40px;
}
.navbar-header {
	float: none;
}
.navbar-collapse {
	background: #fff;
	margin: 0 -15px !important;
	position: static;
	padding: 0
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
header .navbar-nav>li .sub_link, header .navbar-nav>li:hover .sub_link {
	background: #fff;
	padding: 0;
	position: static;
	display: none;
	z-index: 999999;
	min-width: 100%;
	box-shadow: none
}
header .navbar-nav>li .sub_link a {
	font: 400 13px/35px 'Muli', sans-serif;
	color: #777;
	padding: 0 15px;
	margin: 0 0;
	display: block;
	text-align: center;
	text-transform: capitalize;
	background: #fff !important;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #eee;
}
header .navbar-nav>li .sub_link a:hover {
	color: #777;
	background: #fff !important;
}
a.mob_link_ddx {
	display: none !important;
}
a.mob_link_dd {
	display: block !important;
}/*header clasess ends*//*top contact clasess*/
.top_cont_con p {
	font: 400 18px/20px 'Muli', sans-serif;
}
.top_cont_con p img {
	margin: 0 4px;
	width: 40px
}/*top contact info clasess* ends//*services clasess*/
.service_con .inner figcaption {
	padding: 20px 20px;
}/*services clasess ends*//*welcome clasess*/
.welcome_con {
	text-align: center;
	padding: 60px 0;
}
.welcome_con .left {
	width: 100%;
	float: left;
	padding: 0 0 0 0;
}
.welcome_con img {
	float: none;
	width: 250px;
	border: 4px solid #efefef;
	border-radius: 100%;
	margin: 25px auto 0 auto;
}/*welcome clasess ends*//*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 33.33333%;
}/*photo gallery clasess ends*//*comman clasess*/
.box1, .box2 {
	width: 100%;
}/*comman clasess ends*//*footer classes*/
footer .col_01 {
	width: 35%;
}
footer .col_02 {
	width: 63%;
}
footer .col_03 {
	margin: 0 0 0 5%;
	width: 45%;
}/*footer classes ends*/
}
@media only screen and (max-width:767px) {	/*header clasess*/
header .navbar-brand, .header_fixer .navbar-brand {
	width: 200px;
	margin-left: 0 !important;
}
.navbar-toggle {
	padding-right: 5px;
}/*header clasess ends*//*top contact clasess*/
.top_cont_con p span {
	display: block;
}
.top_cont_con p img {
	margin: 0 4px;
	width: 30px
}/*top contact clasessends* //*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 50%;
	float: left;
	margin: 2% 0;
}/*photo gallery clasess ends*//*testimonial clasess*/
.testimonial_con .inner {
	padding: 65px 0 0 0;
}/*testimonial clasess ends*//*footer classes*/
footer .col_01 {
	width: 100%;
	text-align: center
}
footer .col_02 {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
footer .col_03 {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
.f_link {
	margin: 15px 0 15px 0;
}
.f_link a {
	font: 400 14px/16px 'Muli', sans-serif;
	color: #777;
	padding: 7px 10px 7px 10px;
	background: #222;
	display: inline-block;
	text-decoration: none;
	margin: 3px 2px;
	text-decoration: none;
	border-radius: 3px;
}
.f_link a:hover {
	text-decoration: none;
	background: #ee2d7b;
	color: #fff;
}
.copyright_bg {
	text-align: center;
}
.copyright_bg span {
	display: block;
	float: none;
}/*footer classes ends*//*sitemap*/
.stmp a {
	width: 48%;
}/*sitemap ends*/
}
@media only screen and (max-width:479px) {
.slider_con2 .carousel-indicators {
	display: none !important;
}/*top contact clasess*/
.top_cont_con p {
	font: 400 15px/20px 'Muli', sans-serif;
}
.top_cont_con p img {
	margin: 0 4px;
	width: 25px
}/*top contact clasess end*//*services clasess*/
.service_con .container {
	padding-left: 0;
	padding-right: 0;
}
.service_con .inner figcaption {
	padding: 20px 15px;
}/*services clasess ends*//*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 100%;
	margin: 10px 0;
}
ul.photo_gallery_con li .inner_con {
	width: 100%;
}/*photo gallery clasess ends*//*index form clasess*/
.index_form_con .col-lg-4, .col-lg-12 {
	padding-left: 15px;
	padding-right: 15px;
}/*index form clasess ends*//*sitemap*/
.stmp a {
	width: 95%;
	margin: 5px 2.5%;
}/*sitemap ends*/
}



/* ========== MOBILE FIXES FOR HEADER, MENU & SLIDER ========== */

@media only screen and (max-width: 991px) {
    /* Fix 1: Header position and spacing */
    header {
        position: relative !important;
        height: auto !important;
        padding: 0 !important;
    }
    
    .header_spacer {
        height: 0 !important;
        display: none !important;
    }
    
    /* Fix 2: Navbar toggle button better styling */
    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 15px !important;
        background: transparent !important;
    }
    
    .navbar-toggle .icon-bar {
        background-color: #00923f !important;
        width: 30px !important;
        height: 3px !important;
    }
    
    /* Fix 3: Navbar collapse - higher z-index and background */
    .navbar-collapse {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background: #fff !important;
        z-index: 9999 !important;
        max-height: 80vh !important;
        overflow-y: auto !important;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
        border-top: 2px solid #fcac00 !important;
    }
    
    /* Fix 4: Menu open hone par slider peeche na dikhe */
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    
    .slider_con {
        margin-top: 0 !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    /* Fix 5: Slider controls z-index */
    .carousel-control {
        z-index: 100 !important;
    }
    
    /* Fix 6: Header and slider ke beech space kam */
    .slider_con {
        margin-top: 0 !important;
    }
    
    header .navbar-brand {
        margin: 5px 0 5px 10px !important;
        width: 220px !important;
    }
    
    header .navbar-brand img {
        width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    /* Extra small devices ke liye */
    .header_spacer {
        display: none !important;
    }
    
    header {
        padding: 0 !important;
    }
    
    .navbar-toggle {
        margin-top: 12px !important;
        margin-right: 10px !important;
    }
    
    .navbar-toggle .icon-bar {
        width: 25px !important;
    }
    
    header .navbar-brand {
        width: 180px !important;
    }
    
    .slider_con {
        margin-top: 0 !important;
    }
    
    .carousel-control {
        width: 30px !important;
        height: 30px !important;
        top: 50% !important;
        margin-top: -15px !important;
    }
    
    .carousel-control img {
        width: 25px !important;
    }
}