/*CSS Document*/body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font: 300 15px/20px 'Open Sans', sans-serif;
	color: #888;
}
h1 {
	font: 600 40px/40px 'Montserrat', sans-serif;
	display: block;
	color: #111;
}
h2 {
	font: 600 40px/30px 'Montserrat', sans-serif;
	display: block;
	color: #222;
}
h3 {
	font: 600 20px/24px 'Montserrat', 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;
}
/*top clasess*/
/*top clasess*/
.top-con {
	background: #323232;
	min-height: 35px;
	position: relative;
}
.top-left {
	float: left;
}
.top-right {
	float: right;
}
.top-con .social-icons {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.top-con .social-icons a {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: rgba(255,255,255,0.1);
	font-size: 14px;
	transition: all 0.3s ease;
	text-decoration: none;
}
.top-con .social-icons a:hover {
	background: #40bded;
	transform: translateY(-2px);
}
.top-con .social-icons a.facebook:hover {
	background: #3b5998;
}
.top-con .social-icons a.instagram:hover {
	background: #e1306c;
}
.top-con .social-icons a.twitter:hover {
	background: #1da1f2;
}
.top-con .social-icons a.youtube:hover {
	background: #ff0000;
}
.top-con .social-icons a.pinterest:hover {
	background: #bd081c;
}
.top-con p {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.top-con p span a {
	color: #fff;
	background: #40bded;
	display: inline-block;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.top-con p span:last-child a {
	background: #f67522;
	border-left: 1px solid #fe8b41;
}
.top-con p span a:hover {
	background: #4fc9f8;
	transform: translateY(-2px);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.top-con p span:last-child a:hover {
	background: #ff8a3e;
}
/*top clasess ends*/


/*header clasess*/
header {
	width: 100%;
	height: auto;
}
header .navbar-collapse {
	padding: 0;
}
.navbar-collapse {
	border-top: 0 !important;
}
header .navbar-brand {
	padding: 0 !important;
	width: 161px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 15px 0;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 15px 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: 600 14px/50px 'Montserrat', sans-serif;
	color: #353535;
	padding: 0 5px;
	height: 50px;
	margin: 0 15px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 0;
	text-transform: uppercase;
	background: none !important;
}
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: #40bded;
	background: none !important;
}
#home .home, #aboutus .aboutus, #contactus .contactus, #india-tour-packages .india-tour-packages, #top-most-indian-destinations .top-most-indian-destinations {
	color: #40bded;
	background: none !important;
}
header .navbar-nav>li:hover a {
	color: #40bded;
	background: none !important;
}
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;
}
.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*/



 








/*welcome clasess*/
.welcome_con {
	background: url(../images/welcome-bg.jpg) no-repeat right;
	background-attachment: fixed;
	padding: 60px 0;
}
.welcome_con .left h2 {
	font: 600 40px/60px 'Montserrat', sans-serif;
	color: #2d2d2d;
}
.welcome_con .left p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #777;
}
.welcome_con .left p strong {
	font-weight: 600;
	color: #777;
}
/*welcome clasess ends*/





/*products clasess*/
.products_con {
	background: #ccc url(../images/products-bg.png) no-repeat center bottom;
	text-align: center;
	background-attachment: fixed;
	width: 100%;
	padding: 70px 0;
}
.products_con .col {
	margin: 30px 0 0 0;
	position: relative;
	text-align: center;
}
.products_con .inner {
	padding: 15px;
	position: relative;
	background: #fff;
}
.products_con .inner figure {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	overflow: hidden;
	border: 1px solid #eee;
}
.products_con .inner figure img {
	width: 100%;
	height: auto;
	display: block;
}
.products_con .inner figcaption {
	text-align: left !important;
	padding: 10px 0;
	padding-left: 220px;
}
.products_con .inner .tittle {
	font: 600 20px/26px 'Montserrat', sans-serif;
	color: #2d2d2d;
	border-bottom: 1px dashed #ddd;
	position: relative;
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
}
.products_con .btn-link {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
/*products clasess ends*/
  
/*presence info*/

.presence_con {
	margin: 60px 0 0 0;
}
.presence_con .title2 {
	color: #000;
}
.presence_con .inner {
	width: 100%;
	min-height: 200px;
	margin: auto;
	text-align: center;
	padding: 25px 15px;
	background: #fff;
	border: 1px solid #eee;
}
.presence_con .inner figure {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	border: 2px solid #f67522;
	display: inline-block;
	padding: 6px;
}
.presence_con .inner figure .fa {
	width: 94px;
	height: 94px;
	background: #eee url(../images/presence_icons.png);
	border-radius: 100%;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .5s;
}
.presence_con .inner:hover figure .fa {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.presence_con .inner figure .icon2 {
	background-position: -95px 0;
}
.presence_con .inner figure .icon3 {
	background-position: -189px 0;
}
.presence_con .inner figure .icon4 {
	background-position: -282px 0;
}
.presence_con .inner figcaption h3 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
	line-height: 60px;
	margin: 8px 0 0 0;
}
.presence_con .inner figcaption p {
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
}
#circle {
	margin: 5px;
}
/*presence info ends*/
 
 
 
 
/*testimonial clasess*/
.testimonial_con {
	background: #333 url(../images/ts-bg.jpg) no-repeat center top;
	background-attachment: fixed;
	padding: 70px 0 150px 0;
	margin-top: 60px;
}
.testimonial_con .box {
	background: #40bded;
	padding: 40px 50px 50px 50px;
}
.testimonial_con .box:after {
	background: url(../images/ts-box-bg.png) no-repeat;
	position: absolute;
	width: 219px;
	height: 110px;
	content: '';
	bottom: -110px;
	right: 11px;
}
.testimonial_con .inner p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
}
.testimonial_con .inner .client-name {
	margin-top: 20px;
	font-family: 'Montserrat', sans serif;
	color: #fff;
	font-size: 16px;
}
/*testimonial clasess ends*/

 
/*footer classes*/
footer {
	background: #222;
	padding: 70px 0 0 0;
	position: relative;
}
footer .col_01 {
	width: 16%;
	float: left;
	margin: 0 0 0 0;
}
footer .col_02 {
	width: 23%;
	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: 27%;
	float: left;
	margin: 0 3% 0 2%;
}
footer .col_04 {
	width: 23%;
	float: right;
}
footer .col_04 .map {
	margin: 60px 0 0 0;
}
footer .col_04 iframe {
	display: block;
}
footer h3 {
	font: 400 22px 'Montserrat', sans-serif;
	color: #fff;
}
footer h3:after {
	content: '';
	background: #f67522;
	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 14px/16px 'Open Sans', sans-serif;
	color: #888;
	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: 10px 0;
}
.f_contact_con p:first-child {
	padding-top: 0;
}
.f_contact_con p, .f_contact_con p a {
	font: 400 14px/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: #40bded;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	border: 2px solid #40bded;
	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: #40bded;
	border: 2px solid #40bded;
}
.pwrd {
	border-top: 2px solid #252525;
	padding: 30px 0;
	margin: 60px 0 0 0;
}
.pwrd p, .pwrd p a {
	font-weight: 400;
	color: #fff;
	font-size: 14px;
}
.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 FURNITURE STUDIO ========== */

/* Mobile view (less than 768px) */
@media only screen and (max-width: 768px) {
    /* Fix products section */
    .products_con .inner {
        text-align: center;
    }
    
    .products_con .inner figure {
        float: none !important;
        width: 100% !important;
        margin: 0 auto 20px auto;
    }
    
    .products_con .inner figcaption {
        padding-left: 0 !important;
        text-align: center !important;
    }
    
    /* Make products stack vertically */
    .products_con .col-md-6 {
        width: 100% !important;
        float: none !important;
        display: block !important;
    }
    
    /* Welcome section fix */
    .welcome_con .left {
        padding: 30px 15px !important;
    }
    
    .welcome_con .left h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        text-align: center;
    }
    
    /* Presence section fix */
    .presence_con .col-md-3 {
        width: 50% !important;
        float: left !important;
    }
    
    /* Footer fixes */
    footer .col_01,
    footer .col_02,
    footer .col_03,
    footer .col_04 {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
        margin: 20px 0 !important;
        border: none !important;
        text-align: center;
    }
    
    footer .col_02 {
        padding: 20px 0 !important;
        border-top: 1px dashed #444;
        border-bottom: 1px dashed #444;
    }
    
    .f_link a {
        display: inline-block !important;
        margin: 5px !important;
        background: #333 !important;
        padding: 8px 15px !important;
        border-radius: 5px !important;
    }
    
    /* Testimonial fix */
    .testimonial_con .box {
        padding: 20px 15px !important;
    }
    
    /* Map fix */
    footer .col_04 .map {
        margin: 30px 0 0 0 !important;
    }
    
    footer .col_04 iframe {
        height: 200px !important;
    }
}

/* Very small mobile (less than 480px) */
@media only screen and (max-width: 480px) {
    /* Top contact fix */
    .top-con p span {
        display: block !important;
        text-align: center !important;
    }
    
    .top-con p span a {
        display: block !important;
        margin: 5px 0 !important;
    }
    
    /* Presence section - 1 per row */
    .presence_con .col-md-3 {
        width: 100% !important;
        float: none !important;
    }
    
    /* Welcome section text size */
    .welcome_con .left p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    
    /* Testimonial text size */
    .testimonial_con .inner p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    
    /* Footer links */
    .f_link a {
        display: block !important;
        margin: 5px 0 !important;
        width: 100% !important;
    }
    
    /* Social icons */
    .f_social_midea_con a {
        width: 40px !important;
        height: 40px !important;
        line-height: 36px !important;
        font-size: 16px !important;
    }
}

/* Tablet view (768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products_con .col-md-6 {
        width: 50% !important;
        float: left !important;
    }
    
    .products_con .inner figure {
        width: 150px !important;
    }
    
    .products_con .inner figcaption {
        padding-left: 160px !important;
    }
}


/* ========== MOBILE NAVBAR FIX ========== */
@media only screen and (max-width: 991px) {
    /* Navbar mobile fix */
    header .navbar-nav>li>a {
        font: 600 14px/45px 'Montserrat', sans-serif !important;
        color: #fff !important;
        background: #40bded !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
        text-align: center;
        padding: 0 15px !important;
        margin: 0 !important;
    }
    
    header .navbar-nav>li>a:hover {
        background: #f67522 !important;
        color: #fff !important;
    }
    
    /* Logo size on mobile */
    header .navbar-brand {
        width: 140px !important;
        margin: 10px 0 !important;
    }
    
    /* Toggle button color */
    .navbar-toggle .icon-bar {
        background-color: #40bded !important;
        height: 3px !important;
    }
    
    .navbar-toggle {
        margin-top: 20px !important;
        border: 1px solid #40bded !important;
        background: transparent !important;
    }
}




/* ========== HORIZONTAL SCROLL FIX ========== */
@media only screen and (max-width: 768px) {
    /* Prevent horizontal scrolling */
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .container {
        overflow-x: hidden !important;
    }
    
    /* Fix for all sections */
    header,
    .slider_con,
    .welcome_con,
    .products_con,
    .presence_con,
    .testimonial_con,
    footer {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    /* Carousel fix */
    .carousel-inner {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .carousel-inner img {
        width: 100% !important;
        height: auto !important;
    }
    
    /* Fix for images causing overflow */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* Extra small devices */
@media only screen and (max-width: 480px) {
    /* Remove any extra margins/padding */
    body {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* Make sure nothing exceeds screen width */
    * {
        box-sizing: border-box !important;
    }
}




/* Improve text visibility on mobile */
@media only screen and (max-width: 768px) {
    .welcome_con {
        position: relative !important;
    }
    
    .welcome_con:before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: rgba(255, 255, 255, 0.9) !important; /* White overlay */
        z-index: 1 !important;
    }
    
    .welcome_con .container {
        position: relative !important;
        z-index: 2 !important;
    }
    
    .welcome_con .left {
        background: rgba(255, 255, 255, 0.95) !important;
        padding: 20px !important;
        border-radius: 5px !important;
        box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
    }
}

-----------------------

/* ====== BANNER FIX FOR MOBILE ====== */

/* Mobile view (less than 768px) */
@media only screen and (max-width: 768px) {
    /* Banner section fix */
    .slider_con {
        height: 400px !important;
        min-height: 400px !important;
        overflow: hidden !important;
    }
    
    #myCarousel {
        height: 100% !important;
        width: 100% !important;
    }
    
    .carousel-inner {
        height: 400px !important;
        width: 100% !important;
    }
    
    .carousel-inner .item {
        height: 400px !important;
        width: 100% !important;
    }
    
    .carousel-inner .item img {
        width: 100% !important;
        height: 400px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
    
    /* Hide arrows on mobile */
    .carousel-control {
        display: none !important;
    }
    
    /* Show indicators */
    .carousel-indicators {
        display: block !important;
        bottom: 15px !important;
    }
    
    .carousel-indicators li {
        width: 12px !important;
        height: 12px !important;
        background: rgba(255,255,255,0.5) !important;
        border: 1px solid #fff !important;
    }
    
    .carousel-indicators .active {
        background: #fff !important;
        border: 1px solid #fff !important;
    }
}

/* Small mobile (less than 480px) */
@media only screen and (max-width: 480px) {
    .slider_con {
        height: 350px !important;
        min-height: 350px !important;
    }
    
    .carousel-inner {
        height: 350px !important;
    }
    
    .carousel-inner .item {
        height: 350px !important;
    }
    
    .carousel-inner .item img {
        height: 350px !important;
    }
}

/* Tablet (768px to 991px) */
@media only screen and (min-width: 769px) and (max-width: 991px) {
    .slider_con {
        height: 450px !important;
        min-height: 450px !important;
    }
    
    .carousel-inner {
        height: 450px !important;
    }
    
    .carousel-inner .item {
        height: 450px !important;
    }
    
    .carousel-inner .item img {
        height: 450px !important;
    }
}

/* Desktop (992px and above) */
@media only screen and (min-width: 992px) {
    .slider_con {
        height: 600px !important;
    }
    
    .carousel-inner {
        height: 600px !important;
    }
    
    .carousel-inner .item {
        height: 600px !important;
    }
    
    .carousel-inner .item img {
        height: 600px !important;
    }
}
------------


/* ========== GALLERY SECTION ========== */
.gallery_con {
    background: #f9f9f9;
    padding: 70px 0;
    text-align: center;
}

.gallery_con h2 {
    font: 600 40px/50px 'Montserrat', sans-serif;
    color: #222;
}

.gallery_con p {
    font: 400 16px/24px 'Open Sans', sans-serif;
    color: #777;
    max-width: 800px;
    margin: 0 auto;
}

/* Gallery Grid */
.gallery-grid {
    padding: 20px 0;
}

.gallery-item {
    margin-bottom: 30px;
    padding: 10px;
}

.gallery-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 3px solid #fff;
    transition: all 0.3s ease;
    background: #fff;
    cursor: pointer;
    height: 250px;
}

.gallery-img-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border-color: #f67522;
}

.gallery-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-img-container:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-img-container:hover .gallery-overlay {
    transform: translateY(0);
}

/* Image Modal/Popup */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    border: 8px solid white;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from {transform: scale(0.9);}
    to {transform: scale(1);}
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 50px;
    font-size: 18px;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10000;
}

.close-modal:hover {
    color: #f67522;
    transform: scale(1.2);
}

.modal-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.prev-btn, .next-btn {
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.prev-btn:hover, .next-btn:hover {
    background: #f67522;
    transform: scale(1.1);
}

/* Load More Button */
#loadMoreBtn {
    background: #40bded;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    transition: 0.3s;
}

#loadMoreBtn:hover {
    background: #f67522;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Mobile Responsive Gallery */
@media only screen and (max-width: 768px) {
    .gallery_con {
        padding: 50px 0;
    }
    
    .gallery_con h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .gallery-img-container {
        height: 200px;
    }
    
    .modal-content {
        max-width: 95%;
        max-height: 70vh;
    }
    
    .close-modal {
        top: 10px;
        right: 20px;
        font-size: 30px;
    }
    
    .prev-btn, .next-btn {
        padding: 10px 15px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .gallery-img-container {
        height: 180px;
    }
    
    .gallery-item {
        padding: 5px;
        margin-bottom: 15px;
    }
}


-------------

/* Mobile responsive for top header */
@media only screen and (max-width: 768px) {
    .top-con {
        text-align: center;
        padding: 5px 0;
        min-height: auto;
    }
    
    .top-left, .top-right {
        float: none;
        display: block;
        width: 100%;
    }
    
    .top-left {
        margin-bottom: 5px;
    }
    
    .top-con .social-icons {
        display: flex;
        justify-content: center;
        gap: 5px;
    }
    
    .top-con .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    
    .top-con p span {
        display: inline-block;
        margin: 2px;
    }
    
    .top-con p span a {
        padding: 0 10px;
        font-size: 12px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .top-con .social-icons a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 11px;
    }
    
    .top-con p span a {
        padding: 0 8px;
        font-size: 11px;
    }
    
    .top-con p span {
        display: block;
        margin: 2px 0;
    }
}

