/*CSS Document*/
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font: 400 15px/20px 'Open Sans', sans-serif;
	color: #888;
}
h1 {
	font: 600 40px/40px 'Montserrat', sans-serif;
	display: block;
	color: #363c48;
}
h2 {
	font: 600 40px/40px 'Montserrat', sans-serif;
	display: block;
	color: #363c48;
}
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;
}
.secondery-txt {
	padding: 0 16%;
	text-transform: uppercase;
	color: #999;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}
/*top clasess*/
.top-con {
	background: #363c48;
	min-height: 35px;
	text-align: right;
}
.top-con .social-media-con {
	float: left;
	margin-top: 4px;
}
.top-con .social-media-con a {
	color: #fff;
	width: 35px;
	height: 27px;
	display: inline-block;
	border-left: 1px solid #474d59;
	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 .social-media-con a:last-child {
	border-right: 1px solid #474d59;
}
.top-con .social-media-con a:hover {
	color: #88c057
}
.top-con p {
	float: right;
}
.top-con p span a {
	color: #fff;
	background: #3b97d3;
	display: inline-block;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
}
.top-con p span:last-child a {
	background: #88c057;
}
.top-con p span a:hover {
	background: #48a5e2;
}
.top-con p span:last-child a:hover {
	background: #97cd67;
}
/*top clasess ends*/


/*header clasess*/
header {
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
	position: relative;
	z-index: 9;
	border-top: 2px solid #ede71b;
}
header .navbar-collapse {
	padding: 0;
}
.navbar-collapse {
	border-top: 0 !important;
}
header .navbar-brand {
	padding: 0 !important;
	width: 293px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 10px 0 10px 13px;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 18px 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: #3b97d3;
	background: none !important;
}
#home .home, #about-us .about-us, #contact-us .contact-us, #services .services, #enquiry .enquiry {
	color: #3b97d3;
	background: none !important;
}
header .navbar-nav>li:hover a {
	color: #3b97d3;
	background: none !important;
}
header .navbar-nav>li .sub_link {
	position: absolute;
	padding-top: 12px;
	display: none;
	z-index: 9;
	left: 0;
}
header .navbar-nav>li:hover .sub_link {
	display: block;
}
header .navbar-nav>li .sub_link .link-con {
	background: #fff;
	padding: 20px;
	border-top: 2px solid #88c057;
	min-width: 250px;
	box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.2);
}
header .navbar-nav>li .sub_link .link-con a {
	font: 400 13px/30px 'Montserrat', sans-serif;
	color: #777;
	padding: 0;
	margin: 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 #eee;
}
header .navbar-nav>li .sub_link a:hover {
	text-decoration: none;
	background: #88c057 !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*/
.slider_con {
	overflow: hidden;
}
.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;
}
.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 center;
	background-attachment: fixed;
	padding: 100px 0;
}
.welcome_con .left h2 {
	font: 800 60px/54px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 3px 2px 0 rgba(0,0,0,0.2)
}
.welcome_con .left span {
	display: block;
	font-size: 40px;
	font-weight: 400;
	text-transform: capitalize;
	color: #ede71b;
}
.welcome_con .left p {
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	margin-top: 30px;
}
/*welcome clasess ends*/





/*services clasess*/
.services_con {
	width: 100%;
	padding: 70px 0;
}
.services_con .inner {
	position: relative;
	background: #fff;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.services_con .inner .picture {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.services_con .inner .picture img {
	width: 100%;
	height: auto;
	display: block;
}
.services_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) 50%, rgba(0,0,0,0.95) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 50%, 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;
}
.services_con .inner:hover .picture:before {
	opacity: 1;
}
.services_con2 .inner .picture:before {
	opacity: 0 !important;
}
.services_con .inner h1 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
	margin: 0;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.services_con .cols .button {
	background: #88c057;
	display: block;
	color: #fff;
	font-size: 13px;
	height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
	position: relative;
	overflow: hidden;
}
.services_con .cols .button span {
	line-height: 50px;
	padding-left: 20px;
}
.services_con .button .fa {
	width: 50px;
	height: 50px;
	background: #72a843;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 22px;
	padding: 14px 0;
}
.services_con .cols:hover .button {
	background: #3b97d3;
}
.services_con .cols:hover .button .fa {
	background: #2b84bf;
}
/*services clasess ends*/
  
 
 
/*testimonial clasess*/
  

.timeline {
	position: relative;
	max-width: 1200px;
	height: 680px;
	margin: 50px auto 0 auto;
}
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #363c48;
	top: 0;
	bottom: 0;
	left: 50%;
	border-radius: 5px;
	margin-left: -3px;
	height: 460px;
}
.ts_box {
	padding: 0 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}
.ts_box::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: white;
	border: 4px solid #88c057;
	top: 17px;
	border-radius: 50%;
	z-index: 1;
}
.left_box {
	left: 0;
}
.right_box {
	left: 50%;
}
.timeline .col2 {
	top: -150px;
}
.timeline .col3 {
	top: -200px;
}
.timeline .col4 {
	top: -350px;
}
.left_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 20px;
	width: 12px;
	height: 22px;
	z-index: 1;
	right: 30px;
	background: url(../images/ts-tic.png) no-repeat;
}
.right_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 20px;
	width: 12px;
	height: 22px;
	z-index: 1;
	left: 30px;
	background: url(../images/ts-tic2.png) no-repeat;
}
.right_box::after {
	left: -12px;
}
.content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 10px 60px 1px rgba(204,204,204,0.4)
}
.content:hover {
	box-shadow: 0 10px 60px 1px rgba(204,204,204,0.8)
}
.content p {
	font-size: 16px;
	line-height: 24px;
}
.content h5 {
	color: #111;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	padding-left: 30px;
	padding-top: 10px;
}
.content h5 small {
	color: #999;
	font-weight: 400;
}
.content h5:before {
	content: '\f10d';
	position: absolute;
	left: 0;
	font-size: 28px;
	font-family: 'Fontawesome';
	top: 0;
	color: #318ac4;
}
/*testimonial clasess ends*/






/*photo gallery clasess*/
.ph-con {
	padding: 45px 0;
	background: #f5f5f5;
	text-align: center;
	margin: 60px 0 0 0;
}
ul.photo_gallery_con li {
	width: 25%;
	float: left;
	list-style: none;
	position: relative;
}
ul.photo_gallery_con li .inner_con {
	width: 100%;
	margin: auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	position: relative;
}
ul.photo_gallery_con li .inner_con: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) 50%, rgba(0,0,0,0.95) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 50%, 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;
}
/*photo gallery clasess ends*/

 
 
 
 
 
 /*three clasess*/
.threebnr_con {
	width: 100%;
	padding: 20px 0;
}
.threebnr_con .inner {
	position: relative;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}
.threebnr_con .inner .picture {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.threebnr_con .inner .picture img {
	width: 100%;
	height: auto;
	display: block;
}
.threebnr_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;
}
.threebnr_con .inner:hover .picture:before {
	opacity: 1;
}
.threebnr_con .inner h1 {
	color: #fff;
	font-size: 34px;
	line-height: 36px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
	margin: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.threebnr_con .inner h1 a {
	color: #fff;
}
.threebnr_con .inner h1 small {
	font-size: 22px;
	color: #fff;
}
.threebnr_con .inner h1 .btn-link {
	color: #363c48;
	font-size: 16px;
	background: #ede71b;
	text-decoration: none;
	text-shadow: none;
	padding: 3px 15px;
	font-weight: 500;
	line-height: 25px;
	display: inline-block;
}
.threebnr_con .inner h1 .btn-link:hover {
	background: #fbf52f;
}
/*three clasess ends*/
  
 
 
 
 
 
/*footer classes*/
footer {
	background: #363c48;
	padding: 70px 0 0 0;
	position: relative;
	margin-top: 60px;
	box-shadow: 0 -20px 60px 1px rgba(204,204,204,0.8);
}
footer .col_01 {
	width: 14%;
	float: left;
	margin: 0 0 0 0;
}
footer .col_02 {
	width: 28%;
	float: left;
	padding: 0 5% 0 5%;
	margin: 0 3%;
	border-left: 1px dashed #444a56;
	border-right: 1px dashed #444a56;
	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: 20%;
	float: right;
}
footer .col_04 .map {
	margin: 60px 0 0 0;
}
footer .col_04 iframe {
	display: block;
}
footer h3 {
	font: 600 22px 'Montserrat', sans-serif;
	color: #fff;
}
footer h3:after {
	content: '';
	background: #88c057;
	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: #fff;
	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: 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: #fff;
}
.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: #318ac4;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	border: 2px solid #3b93cd;
	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: #363c48;
	color: #40bded;
	border: 2px solid #3b93cd;
}
.pwrd {
	background: url(../images/footer-bg2.jpg) no-repeat center bottom;
	background-attachment: fixed;
	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================*/

/*page title clasess*/
.pg-title-con {
	padding: 150px 0;
	text-align: center;
}
.pg-title-con h1 {
	color: #fff;
	position: relative;
}
.pg-title-con h1:after {
	position: static;
	content: '';
	width: 100px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 5px auto 0 auto;
}
.title-bg1 {
	background: #3b97d3 url(../images/title-bg1.jpg) no-repeat center top;
	background-attachment: fixed;
}
.title-bg2 {
	background: #3b97d3 url(../images/title-bg2.jpg) no-repeat center top;
	background-attachment: fixed;
}
.title-bg3 {
	background: #3b97d3 url(../images/title-bg3.jpg) no-repeat center top;
	background-attachment: fixed;
}
.title-bg4 {
	background: #3b97d3 url(../images/title-bg4.jpg) no-repeat center top;
	background-attachment: fixed;
}
.title-bg5 {
	background: #3b97d3 url(../images/title-bg5.jpg) no-repeat center top;
	background-attachment: fixed;
}
.title-bg6 {
	background: #3b97d3 url(../images/title-bg6.jpg) no-repeat center top;
	background-attachment: fixed;
}
.title-bg7 {
	background: #3b97d3 url(../images/title-bg7.jpg) no-repeat center top;
	background-attachment: fixed;
}
/*page title clasess*/


/*brad crum and page tittle clasess*/
.breadcrumb {
	background: none;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0;
	color: #fff;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: none;
	color: #fff
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb>li+li:before {
	content: "\203A";
	font-size: 21px;
	color: #fff;
	vertical-align: top;
}
/*brad crum and page tittle clasess ends*/





/*cms area clasess*/
.cms_area p {
	font-size: 16px;
	line-height: 26px;
	color: #777;
	margin-top: 5px;
}
.box1 {
	padding: 35px;
	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 h2 {
	font-size: 32px;
	font-weight: 400;
	color: #363c48;
	line-height: 38px;
}
.cms_area h3 {
	font-size: 20px;
	line-height: 26px;
	color: #363c48;
	margin-top: 30px;
}
.cms_area .no_mt {
	margin-top: 0 !important
}
.cms_area ul {
	margin: 15px 0 0 5px;
}
.cms_area ul li {
	font-size: 16px;
	line-height: 26px;
	color: #777;
	padding: 2px 0 2px 20px;
	list-style: none;
	position: relative;
}
.cms_area ul li:before {
	position: absolute;
	content: '\f00c';
	font-size: 14px;
	font-family: 'Fontawesome';
	left: 0;
	color: #363c48;
}
.cms_area hr {
	border-width: 1px;
	margin-top: 25px;
	border-color: #ddd;
}
mark {
	padding: 3px 10px 5px;
	font-weight: 600;
	background: #ede71b;
}
/*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: #48a5e2;
	padding: 10px 15px;
	text-transform: uppercase;
}
.right_form_con .form_con {
	background: #fff;
	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;
	margin: 5px 1%;
	text-align: left;
	color: #888;
	width: 31%;
	border-radius: 3px;
	float: left;
	border: 1px solid #eee;
	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: #3b97d3;
	border: 1px solid #3b97d3;
	color: #fff;
	text-decoration: none
}/*sitemap ends*/


/* ================= Media Query ================= */
@media only screen and (max-width:1279px) {
.container {
	width: 100%;
}
/*footer classes*/

footer .col_01 {
	width: 14%;
}
footer .col_02 {
	width: 26%;
	padding: 0 4% 0 4%;
	margin: 0 2%;
}
footer .col_03 {
	width: 31%;
	margin: 0 2% 0 2%;
}
/*footer classes ends*/


















}
@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 clasess ends*/

  /*testimonial clasess*/
  

.timeline {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 15px;
	margin: 30px auto 0 auto;
}
.timeline::after, .ts_box::after {
	display: none;
}
.ts_box {
	padding: 15px 15px;
	width: 50%;
	float: left;
}
.left_box {
	left: 0;
}
.right_box {
	left: 0;
}
.timeline .col2 {
	top: 0px;
}
.timeline .col3 {
	top: 0;
}
.timeline .col4 {
	top: 0px;
}
.left_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: auto;
	bottom: -1px;
	width: 12px;
	height: 22px;
	z-index: 1;
	left: 30px;
	background: url(../images/ts-tic.png) no-repeat;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.right_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: auto;
	bottom: -1px;
	width: 12px;
	height: 22px;
	z-index: 1;
	left: 30px;
	background: url(../images/ts-tic.png) no-repeat;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ts-con .btn-success {
	margin-top: 30px;
}
/*testimonial clasess ends*/

/*footer classes*/
footer .col_01 {
	width: 14%;
}
footer .col_02 {
	width: 26%;
	padding: 0 4% 0 4%;
	margin: 0 2%;
}
footer .col_03 {
	width: 31%;
	margin: 0 2% 0 2%;
}
/*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 0 !important;
}
header .navbar-nav {
	float: none !important;
	margin: 0;
}
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 #4ba9e6 !important;
	color: #fff !important;
	display: block;
	height: auto !important;
	text-align: center;
	background: #3b97d3 !important;
	margin: 0;
}
header .navbar-nav>li>a:hover, header .navbar-nav>li>a:focus {
	color: #fff;
	background: #3b97d3 !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 .link-con {
	border: 0;
	padding: 0 20px;
}
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%;
	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*/
/*testimonial clasess*/
  

.timeline {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 15px;
	margin: 30px auto 0 auto;
}
.timeline::after, .ts_box::after {
	display: none;
}
.ts_box {
	padding: 15px 15px;
	width: 50%;
	float: left;
}
.left_box {
	left: 0;
}
.right_box {
	left: 0;
}
.timeline .col2 {
	top: 0px;
}
.timeline .col3 {
	top: 0;
}
.timeline .col4 {
	top: 0px;
}
.left_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: auto;
	bottom: -1px;
	width: 12px;
	height: 22px;
	z-index: 1;
	left: 30px;
	background: url(../images/ts-tic.png) no-repeat;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.right_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: auto;
	bottom: -1px;
	width: 12px;
	height: 22px;
	z-index: 1;
	left: 30px;
	background: url(../images/ts-tic.png) no-repeat;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ts-con .btn-success {
	margin-top: 30px;
}
/*testimonial 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: 20%;
}
footer .col_02 {
	width: 34%;
	padding: 0 3% 0 3%;
	margin: 0 2%;
}
footer .col_03 {
	width: 38%;
	margin: 0 0 0 2%;
}
/*footer classes ends*/



}
 @media only screen and (max-width:767px) {
.secondery-txt {
	padding: 0 3%;
}
/*header clasess*/
header .navbar-brand, .header_fixer .navbar-brand {
	width: 180px;
	margin-left: 0 !important;
}
header .navbar-brand img {
	width: 100%;
}
.navbar-toggle {
	padding-right: 5px;
	margin-top: 19px;
}
/*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* /


/*welcome clasess*/

.welcome_con .left h2 {
	font: 800 40px/40px 'Montserrat', sans-serif;
}
.welcome_con .left span {
	font-size: 30px;
}
/*welcome clasess ends*/






/*testimonial clasess*/
 
.ts_box {
	width: 100%;
}
/*testimonial clasess ends*/







/*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 50%;
	float: left;
}/*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;
	min-height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
}
footer .col_03 {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
footer h3::after {
	content: '';
	background: #88c057;
	position: static;
	display: block;
	margin: 10px auto 0 auto;
}
.f_link {
	margin: 15px 0 15px 0;
}
.f_link a {
	font: 400 14px/16px 'Muli', sans-serif;
	color: #a1a1a1;
	padding: 7px 10px 7px 10px;
	background: #3e4450;
	display: inline-block;
	text-decoration: none;
	margin: 3px 2px;
	text-decoration: none;
	border-radius: 3px;
}
.f_link a:hover {
	text-decoration: none;
	background: #3b97d3;
	color: #fff;
}
.pwrd .f_social_midea_con {
	display: block;
	text-align: center;
	float: none;
}
.pwrd p {
	display: block;
	text-align: center;
	float: none;
}
.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) {
h2 {
	font: 600 30px/30px 'Montserrat', sans-serif;
}
/*top clasess*/
.top-con {
	background: #363c48;
	min-height: 35px;
	text-align: right;
}
.top-con .social-media-con {
	float: none;
	text-align: center;
	margin-top: 4px;
}
.top-con p {
	float: none;
	text-align: center;
}
.top-con p span a {
	margin: 0 -15px;
	display: block;
}
/*top clasess ends*/



/*services clasess*/
.service_con .container {
	padding-left: 0;
	padding-right: 0;
}
.service_con .inner figcaption {
	padding: 20px 15px;
}/*services clasess ends*/
/*sitemap*/
.stmp a {
	width: 95%;
	margin: 5px 2.5%;
}/*sitemap ends*/
}


---------------


