/*CSS Document*/
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font: 300 15px/20px 'Open Sans', sans-serif;
	color: #888;
}
h1 {
	font: 700 40px/40px 'Roboto', sans-serif;
	display: block;
	color: #111;
}
h2 {
	font: 600 40px/30px 'Roboto', sans-serif;
	display: block;
	color: #222;
}
h3 {
	font: 600 20px/24px 'Roboto', 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;
}
.secondery-txt {
	padding: 0 17%;
	color: #888;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
/*top clasess*/
.top-con {
	background: #91298d;
	min-height: 35px;
	text-align: right;
}
.top-con .tagline {
	float: left;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px;
}
.top-con .right-con {
	float: right;
}
.top-con .right-con .social-media-con {
	float: left;
	margin-top: 4px;
}
.top-con .right-con .social-media-con a {
	color: #fff;
	width: 35px;
	height: 27px;
	display: inline-block;
	border-right: 1px solid #aa56a7;
	text-align: center;
	padding: 3px 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.top-con .right-con .social-media-con a:first-child {
	border-left: 1px solid #aa56a7;
}
.top-con .right-con .social-media-con a:hover .fa {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
/*top clasess ends*/


/*header clasess*/
header {
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 10px 15px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 9;
}
header .navbar-header {
	float: none;
}
.top-right-con {
	float: right;
	margin-top: 28px;
}
.top-right-con a {
	color: #fff;
	background: #005941;
	display: inline-block;
	line-height: 35px;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
	border-left: 1px solid rgba(255,255,255,0.8);
	border-right: 1px solid rgba(255,255,255,0.8);
	text-decoration: none;
	font-size: 14px;
	margin-left: 1px;
}
.top-right-con a:hover {
	background: #036b4f;
}
nav {
	background: #f5f5f5;
	border-top: 1px solid #005941;
}
header .navbar-collapse {
	padding: 0;
}
.navbar-collapse {
	border-top: 0 !important;
}
header .navbar-brand {
	padding: 0 !important;
	width: 300px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 5px 0 5px 0;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 0 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: 700 14px/40px 'Open Sans', sans-serif;
	color: #111;
	height: 40px;
	padding: 0 16.5px;
	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: #fff;
	background: #005941 !important;
}
#home .home, #aboutus .aboutus, #contactus .contactus, #india-tour-packages .india-tour-packages, #top-most-indian-destinations .top-most-indian-destinations {
	color: #fff;
	background: #005941 !important;
}
header .navbar-nav>li:hover a {
	color: #fff;
	background: #005941 !important;
}
header .navbar-nav>li .sub_link {
	background: #005941;
	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 14px/30px 'Open Sans', sans-serif;
	color: #fff;
	padding: 0;
	margin: 0 0;
	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-bottom: 1px solid #046249;
}
header .navbar-nav>li .sub_link a:hover {
	text-decoration: none;
	background: #046249 !important;
	color: #fff;
	padding: 0 10px;
}
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*/
.banner_con {
	overflow: hidden;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	min-height: 550px;
	background-attachment: fixed;
	padding: 13% 0;
	text-align: center;
}
.banner_con h3 {
	color: rgba(255, 255, 255, .0);
	font-size: 60px;
	line-height: 56px;
	padding: 0 50px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
.banner_con h3:before {
	content: attr(data-text);
	position: absolute;
	overflow: hidden;
	max-width: 14em;
	white-space: nowrap;
	color: #fff;
	animation: loading 6s linear;
}
@keyframes loading {
 0% {
 max-width: 0;
}
}
.banner_con h5 {
	font-size: 25px;
	line-height: 30px;
	background: rgba(0,0,0,0.4);
	display: inline-block;
	color: #fff;
	padding: 5px 15px 6px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
}
.slider_con .carousel-indicators {
	bottom: 10px;
}
.slider_con .carousel-indicators li {
	width: 14px;
	height: 14px;
	border: 0;
	border: 2px solid #fff;
	background: none;
	margin: 0 2px;
}
.slider_con .carousel-indicators .active {
	width: 14px;
	height: 14px;
	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;
}
/*slider clasess ends*/

/*welcome clasess*/
.welcome_con .left h2 {
	font-weight: 900;
	color: #222;
	text-transform: uppercase;
}
.welcome_con .left h2 abbr {
	border-bottom: 2px dotted #ccc;
}
.welcome_con .left p {
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	color: #777;
	margin-top: 35px;
	padding: 0 5%;
}
/*welcome clasess ends*/

/*introduction clasess*/
.intro-con {
	background: #005941 url(../images/introduction-bg.jpg) no-repeat center top;
	background-attachment: fixed;
	margin-top: 60px;
	position: relative;
}
.intro-con:before {
	height: 100%;
	width: 200px;
	background: #005941;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}
.intro-con .cols {
	padding: 0;
}
.intro-con .content-con {
	background: #005941;
	min-height: 500px;
	position: relative;
	padding: 70px 80px 70px 0;
}
.intro-con .content-con:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #005941;
	right: -20px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}
.intro-con .content-con h3 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.intro-con .content-con p {
	font-size: 17px;
	line-height: 26px;
}
/*introduction clasess ends*/

/*Our Offering clasess*/
.offering-con {
	background: #91298d url(../images/offering-bg.jpg) no-repeat center top;
	background-attachment: fixed;
	position: relative;
}
.offering-con:before {
	height: 100%;
	width: 200px;
	background: #91298d;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
}
.offering-con .cols {
	padding: 0;
}
.offering-con .content-con {
	background: #91298d;
	min-height: 500px;
	position: relative;
	padding: 70px 0 70px 80px;
}
.offering-con .content-con:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 20px solid #91298d;
	left: -20px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}
.offering-con .content-con h3 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.offering-con .content-con p {
	font-size: 17px;
	line-height: 26px;
}
.offering-con .content-con .btn-default {
	color: #91298d !important;
}
.offering-con .content-con .btn-default:hover {
	color: #fff !important;
	background: #91298d !important;
}
/*Our Offering ends*/

/*courses clasess*/
.coures_con .inner {
	position: relative;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	text-align: left;
}
.coures_con .inner .picture {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.coures_con .inner .picture img {
	width: 100%;
	height: auto;
	display: block;
}
.coures_con .inner .picture:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .9;
	left: 0;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.95) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.95) 100%);
	background-image: linear-gradient(to top, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.95) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#f2000000', GradientType=0);
	-webkit-transition: opacity 0.3s ease 0.1s;
	-o-transition: opacity 0.3s ease 0.1s;
	transition: opacity 0.3s ease 0.1s;
}
.coures_con .inner:hover .picture:before {
	opacity: 1;
}
.coures_con .inner h5 {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
	margin: 0;
	padding: 20px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*courses clasess ends*/
  
/*footer classes*/
footer {
	margin-top: 60px;
	background: #222;
	padding: 70px 0 0 0;
	position: relative;
	box-shadow: 0 -20px 60px 1px rgba(0,0,0,0.2);
}
footer .col_01 {
	width: 14%;
	float: left;
	margin: 0 0 0 0;
}
footer .col_02 {
	width: 34%;
	float: left;
	padding: 0 0 0 4%;
	margin: 0 3%;
	border-left: 1px dashed #333;
	min-height: 235px;
}
footer .col_03 {
	width: 27%;
	float: left;
	padding: 0 4% 0 0;
	margin: 0 3% 0 0;
	border-right: 1px dashed #333;
	min-height: 235px;
}
footer .col_04 {
	width: 16%;
	float: right;
	text-align: center;
}
footer .col_04 .map {
	margin: 60px 0 0 0;
}
footer .col_04 iframe {
	display: block;
}
footer h3 {
	font: 600 22px 'Roboto', sans-serif;
	color: #fff;
}
footer h3:after {
	content: '';
	background: #fff;
	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: #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_contact_con {
	margin: 35px 0 0 3px;
}
.f_contact_con p {
	padding: 5px 0;
}
.f_contact_con p:first-child {
	padding-top: 0;
}
.f_contact_con p, .f_contact_con p a {
	font: 400 13px/22px '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 3px;
}
.f_social_midea_con {
	margin: 25px 0 0 0;
	text-align: center;
}
.f_social_midea_con a {
	width: 35px;
	padding: 6px 0;
	height: 35px;
	margin: 0 3px;
	background: #7f247c;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	border: 2px solid #7f247c;
	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: #fff;
	color: #7f247c;
	border: 2px solid #fff;
}
.pwrd {
	background: #005941;
	padding: 20px 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;
	text-align: center;
}/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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
}
/*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
}

/* ============================================ */
/* ========== RESPONSIVE MEDIA QUERIES ========== */
/* ============================================ */

/* Tablet Styles (768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	.secondery-txt {
		padding: 0 8%;
	}
	.banner_con {
		min-height: 400px;
		padding: 15% 0;
	}
	.banner_con h3 {
		font-size: 42px;
		line-height: 48px;
		padding: 0 20px;
	}
	.banner_con h5 {
		font-size: 20px;
	}
	.intro-con .content-con, .offering-con .content-con {
		padding: 50px 40px;
		min-height: auto;
	}
	.intro-con .content-con:after, .offering-con .content-con:after {
		display: none;
	}
	.intro-con:before, .offering-con:before {
		width: 100%;
	}
	.coures_con .inner h5 {
		font-size: 18px;
		padding: 12px 20px;
	}
	.gallery-box img {
		height: 200px;
	}
	footer .col_01, footer .col_02, footer .col_03 {
		width: 30%;
		margin: 0 1% 20px 1%;
	}
	footer .col_04 {
		width: 100%;
		float: none;
		clear: both;
		margin-top: 20px;
	}
	footer .col_02 {
		border-left: none;
	}
	footer .col_03 {
		border-right: none;
	}
}

/* Mobile Styles (up to 767px) */
@media only screen and (max-width: 767px) {
	.container {
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* Top Bar */
	.top-con {
		text-align: center;
	}
	.top-con .tagline {
		float: none;
		display: block;
		margin-bottom: 8px;
		font-size: 11px;
	}
	.top-con .right-con {
		float: none;
		display: inline-block;
	}
	.top-con .right-con .social-media-con {
		float: none;
	}
	.top-con .right-con .social-media-con a {
		width: 30px;
		height: 25px;
		padding: 2px 0;
	}
	
	/* Header */
	.navbar-header {
		text-align: center;
	}
	header .navbar-brand {
		width: 200px;
		margin: 10px auto !important;
		float: none;
		display: inline-block;
	}
	.top-right-con {
		float: none;
		text-align: center;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.top-right-con a {
		display: inline-block;
		margin: 0 3px;
		padding: 0 12px;
		font-size: 11px;
		line-height: 30px;
	}
	.navbar-toggle {
		display: block;
		margin: 10px 15px 10px 0;
		float: right;
		background: #005941;
		border-radius: 5px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff !important;
	}
	.navbar-collapse {
		background: #005941;
		margin: 0 -15px !important;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	header .navbar-nav {
		margin: 0;
	}
	header .navbar-nav>li {
		float: none;
		width: 100%;
	}
	header .navbar-nav>li>a {
		font: 400 13px/38px 'Open Sans', sans-serif;
		padding: 0 15px;
		border-bottom: 1px solid #fff;
		color: #fff !important;
		background: #005941 !important;
		text-align: left;
		height: auto !important;
	}
	header .navbar-nav>li>a:hover {
		background: #036b4f !important;
	}
	
	/* Banner */
	.banner_con {
		min-height: 250px;
		padding: 25% 0;
		background-attachment: scroll;
	}
	.banner_con h3 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 10px;
	}
	.banner_con h5 {
		font-size: 14px;
		line-height: 20px;
		padding: 4px 10px;
		margin-top: 10px;
	}
	
	/* Typography */
	h2 {
		font-size: 26px !important;
		line-height: 34px !important;
	}
	.secondery-txt {
		padding: 0 5%;
		font-size: 14px;
		line-height: 22px;
	}
	
	/* Welcome Section */
	.welcome_con .left p {
		font-size: 15px;
		line-height: 24px;
		padding: 0;
		margin-top: 20px;
	}
	
	/* Intro & Offering Sections */
	.intro-con, .offering-con {
		margin-top: 30px;
		background-attachment: scroll;
	}
	.intro-con:before, .offering-con:before {
		width: 100%;
		opacity: 0.95;
	}
	.intro-con .content-con, .offering-con .content-con {
		padding: 30px 20px;
		min-height: auto;
	}
	.intro-con .content-con:after, .offering-con .content-con:after {
		display: none;
	}
	.intro-con .content-con h3, .offering-con .content-con h3 {
		font-size: 24px;
	}
	.intro-con .content-con p, .offering-con .content-con p {
		font-size: 14px;
		line-height: 22px;
	}
	
	/* Buttons */
	.btn-default, .btn-danger, .btn-success {
		font-size: 13px;
		height: 38px;
		line-height: 38px;
		padding: 0 20px;
	}
	
	/* Products Section */
	.coures_con .col-md-4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.coures_con .inner h5 {
		font-size: 16px;
		padding: 10px 12px;
	}
	.product-buttons {
		display: flex;
		flex-direction: column;
		gap: 8px;
		align-items: center;
	}
	.btn-view, .btn-enquiry {
		width: 85%;
		text-align: center;
		font-size: 12px;
		padding: 5px 10px;
	}
	
	/* Gallery */
	.gallery-section {
		padding: 30px 0;
	}
	.gallery-box {
		margin-bottom: 20px;
	}
	.gallery-box img {
		height: 180px;
	}
	
	/* Contact Section */
	.getintouch-section {
		padding: 30px 0;
	}
	.contact-info-box, .contact-form-box {
		padding: 20px;
		margin-bottom: 20px;
	}
	.contact-info-box h3, .contact-form-box h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.contact-info-detail i {
		width: 30px;
		font-size: 16px;
	}
	.contact-info-detail p {
		font-size: 12px;
		width: calc(100% - 35px);
	}
	.btn-submit {
		padding: 8px 20px;
		font-size: 14px;
	}
	.form-control {
		height: 40px;
		font-size: 13px;
	}
	
	/* Footer */
	footer {
		margin-top: 30px;
		padding: 30px 0 0 0;
	}
	footer .col_01, footer .col_02, footer .col_03, footer .col_04 {
		width: 100%;
		float: none;
		margin: 0 0 25px 0;
		text-align: center;
		padding: 0;
		border: none;
		min-height: auto;
	}
	footer h3:after {
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}
	.f_link {
		margin: 15px 0 0 0;
	}
	.f_link a {
		display: inline-block;
		padding: 5px 12px;
		margin: 3px;
	}
	.f_contact_con {
		margin: 15px 0 0 0;
		text-align: center;
	}
	.f_contact_con p {
		text-align: center;
		font-size: 12px;
	}
	.f_social_midea_con {
		margin: 15px 0 0 0;
	}
	.pwrd {
		margin-top: 20px;
		padding: 12px 0;
	}
	.pwrd p {
		font-size: 11px;
	}
	
	/* Back to top */
	#back-top .btn-info {
		width: 40px;
		height: 40px;
		padding: 10px 0;
		font-size: 16px;
	}
	
	/* Margin utilities */
	.mt60, .mt35, .mt40 {
		margin-top: 20px;
	}
	.mb40 {
		margin-bottom: 20px;
	}
}

/* Small Mobile (up to 480px) */
@media only screen and (max-width: 480px) {
	.banner_con h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.banner_con h5 {
		font-size: 12px;
	}
	h2 {
		font-size: 22px !important;
	}
	.gallery-box img {
		height: 150px;
	}
	.btn-view, .btn-enquiry {
		width: 90%;
	}
}

/* Fix for container on all devices */
@media only screen and (max-width: 1279px) {
	.container {
		width: 100%;
	}
}