@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf')  format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AgencyFB-Reg';
  src: url('../fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'),  url('../fonts/AgencyFB-Reg.woff') format('woff'), url('../fonts/AgencyFB-Reg.ttf')  format('truetype'), url('../fonts/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body
{
	font-family: 'Open Sans', sans-serif;
	line-height: 2;
}


/* header1 */

.header1 {
  float: left;
  padding: 5px 0;
  width: 100%;
}
.header1_left
{
	float:left;
	width:auto;
}
.header1_left ul
{
	margin:5px 0; 
	float: left;
    padding: 0;
    list-style: none;
}
.header1_left ul li
{
	float: left;
	margin-right:15px; 
}
.header1_left ul li a
{
	color:#cdcdcd;
	font-size: 16px;
}
.header1_left ul li a:hover
{
	color:#ff4157;
}
.header1_right
{
	float:right;
}
.header1_right ul
{
	margin:7px 0;
	float: left;
    padding: 0;
    list-style: none;
}
.header1_right ul li
{
	float: left;
	margin-left:10px;
	padding-left:10px; 
	color:#cdcdcd;
	border-left:1px solid #cdcdcd;
}
.header1_right ul li:first-child
{
	border: none;
}


/*==================
 NAVBAR SECTION
====================*/
#mu-menu {
  display: inline;
  float: left;
  width: 100%;
}
#mu-menu .navbar-header .navbar-brand {
  color: #ff4157;
  font-family: "AgencyFB-Reg";
  font-size: 35px;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  padding-bottom: 0px;
  padding-top: 0px;
  text-transform: uppercase;
  margin-top: 0px;

}
#mu-menu .navbar-brand img
{
	max-width:300px;
}
#mu-menu .navbar-header .navbar-brand i {
  font-size: 35px;
}
#mu-menu .navbar-header .navbar-brand span {
  float: left;
  margin-left: 4px;
  margin-right: 2px;
  margin-top: -5px;
}
#mu-menu .navbar-default {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  margin-bottom: 0;
  min-height: auto;
  padding: 0;
  background-color: #f3f4f4;
  padding: 25px 0;
}
#mu-menu .navbar-default .navbar-nav li
{
	margin-left:10px;
}
#mu-menu .navbar-default .navbar-nav li > a {
  border-bottom: 0 solid transparent;
  color: #444;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.9px;
  padding: 10px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;  
  font-family: 'AgencyFB-Reg';
}
#mu-menu .navbar-default .navbar-nav li > a.active{
background: #ff4157; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4157 0%, #f63148 40%, #db0c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 ); /* IE6-9 */
color: #f3f4f4;
}
#mu-menu .navbar-default .navbar-nav li #mu-search-icon:hover, #mu-menu .navbar-default .navbar-nav li #mu-search-icon:focus {
  border: none;
}
#mu-menu .navbar-default .navbar-nav li .dropdown-menu {
  border-radius: 0px;
}
#mu-menu .navbar-default .navbar-nav li .dropdown-menu li a {
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mu-menu .navbar-default .navbar-nav li .dropdown-menu li a:hover, #mu-menu .navbar-default .navbar-nav li .dropdown-menu li a:focus {
  color: #fff;
}
#mu-menu .navbar-default .navbar-nav .open a:hover, #mu-menu .navbar-default .navbar-nav .open a:focus {
  color: #fff;
}
#mu-menu .navbar-default .navbar-nav a:hover,
#mu-menu .navbar-default .navbar-nav a:focus,
#mu-menu .navbar-default .navbar-nav > .active > a,
#mu-menu .navbar-default .navbar-nav > .active > a:hover,
#mu-menu .navbar-default .navbar-nav > .active > a:focus
{
background-color: #ff4157;
color: #f3f4f4;
}




/* Footer */

/*footer
{
	background:#303030;
	float:left;
	width:100%;
}
*/
.footer_div
{
	float:left;
	width:100%;
}
.footer_left
{
	padding: 25px 0;
	float:left;
	width:auto;
}
.footer_left p
{
	color:#fff;
	margin:0;
}
.footer_left p a
{
	color: #ff4157;
	font-weight: bold;
}

.footer_right
{
	padding:17px 0;
	float:right;
	width:auto;
}

ul.social-buttons
{
	margin-bottom: 0;
}
ul.social-buttons li a
{
	display: block;
	background-color: #000000;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	color: #ffffff;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
	text-align: center;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active
{
	background-color: #ff4157;
	color:#ffffff;
}


/* Home Slider */

.home_slider
{
	display: inline;
	float: left;
	width: 100%;
}
.carousel-inner img {
  max-height: 600px;
  min-height: 500px;
  width: 100%;
}
.carousel-control
{
	width: 10%;
}


/* Service */

.services {
  padding: 50px 0;
  float: left;
  width: 100%;
  
background: #ff4157; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4157 0%, #f63148 40%, #db0c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 ); /* IE6-9 */

  color: #fff;
}
.services .section-title {
  color: #fff;
  text-transform: uppercase;
}
.services .section-title::after, .services .section-title::before {
  background: #fff;
}
.services p {
  line-height: 22px;
}
.services .fa {
  background: #fff;
  color: #ff4157;
  padding: 15px;
  font-size: 29px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.services h3 {
  text-transform: uppercase;
}
.ser_blk
{
	margin-bottom: 20px;
	text-align: center;
	float:left;
	width:100%;
}
.ser_blk img
{
	margin-bottom: 15px;
	float:left;
	width:100%;	
}
.ser_blk p
{
	float:left;
	width:100%;
}

.section-title {
  color: #ff4157;
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 10px;
  position: relative;
  font-family: 'AgencyFB-Reg';
}
.welcome-text {
  margin-bottom: 35px;
  padding: 0 50px;
}
.home_about ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.home_about ul li {
  color: #333;
  font-size: 16px;
  padding: 0 0 8px 5px;
}
.home_about ul .fa.fa-circle {
  color: #ff4157;
  font-size: 10px;
  margin-right: 4px;
}
.ea4b2d {
    font-weight: 700;
    color:#ff4157;
}


/* Sweep To Bottom */


/* Button End */

/* About us */

.home_about
{
	background: #f6f6f6;
	padding: 50px 0 0;
	float: left;
	width: 100%;
}
.home_about_img
{
	text-align: center;
	float: left;
	width: 100%;
}
.home_about_text
{
	float: left;
	width: 100%;
}
.home_about_text a
{
	color: #ff4157;
	font-weight: bold;
}

/* Virtual */

.virtul_tour {
  background: #f6f6f6 none repeat scroll 0 0;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.virtul_tour iframe
{
	width: 100%;
	float:left;
}


/* Goole Map */

.google_map,
.google_map iframe
{
	float:left;
	width:100%;
}


/* Home Services */

.home_team {
  float: left;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.section-title
{
	margin-bottom: 40px;
}
#mu-about-us .section-title {
  margin-bottom: 20px;
}


.home_team .owl-controls .owl-prev,
.home_team .owl-controls .owl-next
{
	position: absolute;
	top: 48%;
	font-size:30px;
	color:#ff4157;
	color:#303030;
}
.home_team .owl-controls .owl-prev:hover,
.home_team .owl-controls .owl-next:hover
{
	color:#ff4157;
}

.home_team .owl-controls .owl-prev {
  left: -20px;
}
.home_team .owl-controls .owl-next {
  right: -20px;
}
.fa.fa-chevron-left, .fa.fa-chevron-right {
  background: #ff4157; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4157 0%, #f63148 40%, #db0c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 ); /* IE6-9 */
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  padding: 14px;
}

.carousel_team_blk
{
	text-align:center;
	/*border-bottom: 5px solid #ff4157;
    padding-bottom: 10px;*/
	float:left;
	width:100%;
}
.carousel_team_blk img
{
	margin-bottom: 15px;
}
.carousel_team_blk p
{
	margin: 0px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.carousel_team_blk span {
  color: #333;
  float: left;
  font-size: 15px;
  margin-top: 7px;
  width: 100%;
}
.home_team .owl-carousel
{
	padding:0 35px;
}
.flt-rht
{
  float: right;
}
footer {
  background: #111/* url("../img/bottom-bg.jpg") repeat scroll center bottom*/;
  color: #fff;
  padding: 30px 0;
}
.footer1 {
  font-size: 15px;
  line-height: 25px;
}
.footer1 h3 {
  border-left: 3px solid #ff4157;
  padding: 2px 0 2px 15px;
  font-family: 'AgencyFB-Reg';
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ff4157;
}
.footer1_3 ul li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
  transition:all 0.2s ease 0s;
}
.footer1_3 ul li a:hover
{
  color: #ff4157;
  text-decoration: none;
}
.footer1_3 ul li:last-child a
{
  margin-bottom:0px;
}
.footer1_3 ul li a::before {
  color: #fff;
  content: "";
  font: 400 6px/24px "FontAwesome";
  left: 0;
  position: absolute;
  top: 1px;
  transition: all 0.33s ease 0s;
}

/* Sweep To Bottom */

.services .read-mor-btn
{
  background: #fff;
  color: #ff4157;
  border: 1px solid #fff;

}
.services .read-mor-btn:hover {
  border: 1px solid #fff;
  background: #ff4157;
  text-decoration: none;
  color: #fff;
}
.read-mor-btn {
  background: #ff4157; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4157 0%, #f63148 40%, #db0c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ff4157;
   margin-top: 20px;
  display: inline-block;
  transition: all 0.33s ease 0s;
}
.read-mor-btn:hover {
  border: 1px solid #ff4157;
  background: transparent;
  text-decoration: none;
  color: #ff4157;
}

/* Button End */

/*Contact Us */

.contact_section
{
	padding: 50px 0 0px;
    float: left;
    width: 100%;
}
.map_section
{
	padding: 50px 0;
    float: left;
    width: 100%;	
}
.map_section iframe
{
	/*margin-top: 30px;*/
}

/* About Us */

#mu-from-blog, .about_section
{
	padding: 50px 0;
    float: left;
    width: 100%;
}
.about_div
{
	float: left;
    width: 100%;	
}
.virual_tour_section {
  background: #fff;
  float: left;
  padding: 50px 0 0;
  position: relative;
  width: 100%;
  z-index: 3;
  margin-bottom: -9px;
  border-top: 1px solid #eee;
}

/* Gallery */

.gallery_section
{
	padding: 50px 0 0;
    float: left;
    width: 100%;
}
.gallery_img
{
  margin: 0 0 30px;
    float: left;
    width: 100%;
    overflow:hidden;
}
.gallery_img a.gallery_img {
border: 0 solid #ff4157;
float: left;
margin: 0 0 10px;
overflow: hidden;
padding: 0;
position: relative;
transition: all 0.6s ease-in-out 0s;
width: 100%;
transition:All 0.6s ease-in-out;
-webkit-transition:All 0.6s ease-in-out;
-moz-transition:All 0.6s ease-in-out;
-o-transition:All 0.6s ease-in-out;
}
.gallery_img img {
  
  float:left;
  display: block;
  margin: 0 auto;
  transition:All 0.6s ease-in-out;
  -webkit-transition:All 0.6s ease-in-out;
  -moz-transition:All 0.6s ease-in-out;
  -o-transition:All 0.6s ease-in-out;
  
  text-align: center;
  width: 100%;
}
.gallery_img .gallery .col-sm-4 {
  padding: 0 5px;
}
.services_div
{
	float:left;
	width:100%;
}
.services_div img
{
	max-width: 100%;
	margin-bottom:15px;
	padding:5px;
	border:1px solid #eee;
}
.services_blk
{
	margin-bottom: 15px;
	float:left;
	width:100%;
}
.services_blk b
{
	margin-bottom: 5px;
    float: left;
    width: 100%;
}
.map_section iframe, .virual_tour_section iframe {
  border: 0px solid #eee !important;
  padding: 0;
}
/* Contact Us */ 
.map_section,
.map_section iframe
{
	float:left;
	width:100%;
}
.contact_form,
.contact_info
{
	margin-bottom:20px;
	float:left;
	width:100%;
}
.contact_form textarea
{
	resize:none;
}
.contact_info h3 {
  font-family: "AgencyFB-Reg";
  font-size: 30px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.google_map {
  /*background: rgba(0, 0, 0, 0) url("../img/dark-pattern.jpg") repeat scroll 0 0 / 300px 180px;*/
  padding:0;
}
.google_map .map-block {
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.contact_info .icon-shortcode {
  float: left;
  line-height: 28px;
  margin-right: 4%;
  width: 4%;
}
.contact_info .icon-shortcode .fa {
  color: #555;
  font-size: 20px;
}
.contact_info p {
  display: table;
  font-size: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.contact_info p:last-child {
  margin-bottom: 0;
}
.contact_info .section-title {
  color: #333;
}
.contact_info .info-detail {
  float: left;
  width: 90%;
}
.contact_info .info-detail {
  float: left;
  line-height: 28px;
  text-align: justify;
  width: 90%;
}
.google_map .section-title.text-center {
  color: #555;
}
#back-top.pull-right {
  bottom: 0;
  position: fixed;
  right: 10px;
  margin-bottom: 0px;
  background: #ff4157; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4157 0%, #f63148 40%, #db0c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 ); /* IE6-9 */
  height: 50px;
  width: 35px;
  text-align: center;
  line-height: 47px;
}
#back-top.pull-right a {
  color: #fff;
  font-size: 22px;
}
.bor {
  width: 70px;
height: 70px;
position: absolute;
top: 42%;
border-radius: 100%;
padding: 10px;

left: 50px;
  
 background: #ff4157; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4157 0%, #f63148 40%, #db0c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 ); /* IE6-9 */
}
.home_slider .fa.fa-chevron-right, .home_slider .fa.fa-chevron-left {
  background: #fff;
  padding: 18px 0;
  /* position: absolute; */
  /* top: 42%; */
  color: #ff4157;
  border-radius: 64px;
  text-shadow: none;
  text-align: center;
  width: 50px;
  height: 50px;
  /* line-height: 40px; */
}
.carousel-indicators li {
  width: 35px;
}
.carousel-indicators .active {
  width: 35px;
  height: 15px;
  margin: 0;
  background: #ff4157; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4157 0%, #f63148 40%, #db0c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 ); /* IE6-9 */
}
.home_slider .fa.fa-chevron-left {
  left: 50px;
}
.home_slider .right.carousel-control .bor {
  right: 50px;
  left: auto;
}

#mu-about-us {
  background: #f3f4f4;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
.read_more {
  color: #ff4157;
  font-weight: bold;
}
.read_more:hover {
  color: #ff4157;
}
.footer_info ul {
  list-style: outside none none;
  padding: 0;
}
.footer_info ul li:last-child {
    margin-bottom: 0px;
}
.footer_info ul li {
    margin-bottom: 21px;
    position: relative;
    height: auto;
    overflow: hidden;
}

.footer1_3 ul li a::before {
  color: #fff;
  content: "";
  font: 400 6px/24px "FontAwesome";
  left: 0;
  position: absolute;
  top: 1px;
  transition: all 0.33s ease 0s;
}
.footer1_3 ul li a:hover::before {
  color: #ff4157;
  left: 4px;
}
.footer2 {
  background: #000 none repeat scroll 0 0;
  height: auto;
  overflow: hidden;
  padding: 9px 0 6px;
}
.social-icon-bottom {
  text-align: center;
  margin: 20px auto 10px;
  display: block;
  height: auto;
}
.social-icon-bottom > ul {
  margin: 0;
  padding: 0;
}
.social-icon-bottom li {
  float: none;
  list-style: outside none none;
  margin: 0 10px;
  display: inline;
}
#back-top {
  bottom: 20px;
  margin-left: 0;
  position: fixed;
  right: 20px;
}
.pull-left.copyright {
  color: #fff;
  margin-top: 4px;
  float: none !important;
  text-align: center;
}
.social-icon-bottom li a {
  color: #ff4157;
  font-size: 20px;
  background: #fff;
 
  border-radius: 2px;
  padding: 0px 10px 3px;
  line-height: 20px;
  border: 0px solid #ff4157;
  transition:all 0.5s ease 0s;
}
.social-icon-bottom li a i.fa {
  font-size: 16px;
  line-height: 16px;
  padding: 0px;
}
#footer {
  float: left;
  position: relative;
  width: 100%;
  z-index: 4;
}
.footer1_1 a {
  color: #fff;
  font-weight: bold;
}
.social-icon-bottom li a:hover {
  color: #fff;
   background: #ff4157; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4157 0%, #f63148 40%, #db0c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff4157 0%,#f63148 40%,#db0c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 ); /* IE6-9 */
  border: 0px solid #fff;
}
#navbar .fa.fa-home {
  transform: scale(2);
}
#mu-about-us .img-responsive {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  float: right;
  padding: 5px;
}
.mu-about-us-left p {
  text-align: justify;
}
.footer_info li i {
  font-size: 22px;
  margin-right: 5px;
}
.footer_info .info-detail {
  float: left;
  line-height: 24px;
  width: 88%;
}
.footer_info .icon-shortcode {
  float: left;
  line-height: 28px;
  margin-right: 3%;
  width: 8%;
}

#services .fa.fa-home {
  border: 1px solid #5a5a5a;
  border-radius: 0;
  color: #5a5a5a;
  display: table;
  font-size: 24px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: auto;
}
#services .col-lg-4 > h2 {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  color:#5a5a5a;
}
#services .col-lg-4 .text-block {
  line-height: 25px;
  text-align: justify;
}
#services .read-more-trigger {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ff4157;
  border-radius: 0;
  color: #ff4157;
  display: table;
  font-weight: normal;
  margin: 0 auto;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#services .read-more-trigger:hover
{
color:#fff;	
}
#services .read-more-trigger span::before
{
	content: "";
}
#services .read-more-trigger span::before {
content: "";
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
height: 0;
background: #ff4157;
transition:all 0.5s ease 0s;
z-index:-1;
}
#services .read-more-trigger:hover span::before {
opacity: 1;
color:#fff;
height: 100%;
}
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'Read More';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Read Less';
}
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}
.service-bottom {
  background: #f3f4f4 none repeat scroll 0 0;
  float: left;
  padding: 50px 0;
  width: 100%;
}
.mu-read-more-btn {
  border: 1px solid #333;
  color: #333;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mu-read-more-btn:hover, .mu-read-more-btn:focus {
  border-color: #ff4157;
  color: #fff;
    background-color: #ff4157;
	text-decoration:none;
}
.mu-blog-single-item .mu-blog-single-img .mu-blog-caption h3 a {
  transition: all 0.5s ease 0s;
  color:#333;
  text-decoration:none;
}
.mu-blog-single-item .mu-blog-single-img .mu-blog-caption h3 a:hover {
  color: #ff4157;
}
#navbar ul ul {
  /* display: none; */
  position: absolute;
  right: auto;
  top: 39px;
  width: 190px;
  left: 0;
  float: right;
  margin: 0;
  padding: 0;
  z-index: 999;
  display: none;
  /* border-radius: 44px; */
  /* background: pink; */
}
#mu-menu .navbar-default .navbar-nav li ul li {
  margin-left: 0px;
  list-style: none;
}
#navbar ul li:hover ul {
  display: block;
}
#mu-menu .navbar-default .navbar-nav li ul a {
  background: #ff4157;
  background: -moz-linear-gradient(top, #ff4157 0%, #f63148 40%, #db0c24 100%);
  background: -webkit-linear-gradient(top, #ff4157 0%,#f63148 40%,#db0c24 100%);
  background: linear-gradient(to bottom, #ff4157 0%,#f63148 40%,#db0c24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 );
  color: #f3f4f4;
  float: right;
  width: 100%;
  padding: 0px 0 0 5px;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
  border-bottom: 1px solid #f3f4f4;
  border-radius: 0px;
  text-decoration: none;
}
#mu-menu .navbar-default .navbar-nav li ul a:hover
{
  background: #f3f4f4;
  border-bottom: 1px solid #ff4157;
  color: #ff4157;
}
.tour-package .section-title {
  font-size: 35px;
  text-transform: capitalize;
}
.tour-package .section-title::before, .tour-package .section-title::after {
  display: none;
}
.itinerary-box.single-ininary.inner-itinary .img-responsive {
  border: 1px solid #ff4157;
  padding: 1px;
}
.services-page .itinerary-box p.itinerary-text {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
}
.itinerary-box .itinerary-text span.day-icon {
  color: #ffa600;
}
.itinerary-box h6 {
  color: #a7a848;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 8px 0 10px;
  padding: 0 10px;
  line-height: 22px;
}
.itinary-content .destinatons span {
  
  /* font-size: 16px; */
  text-transform: capitalize;
  color: #ff4157;
  font-size: 16px;
  font-weight: normal;
}
.itinerary-box .itinerary-btns {
  padding: 0 10px;
}
.itinerary-box .itinerary-btns .itinerary-book-btn {
  float: left;
}
.itinerary-btns .itinerary-book-btn a {
  background: #ff4157;
  background: -moz-linear-gradient(top, #ff4157 0%, #f63148 40%, #db0c24 100%);
  background: -webkit-linear-gradient(top, #ff4157 0%,#f63148 40%,#db0c24 100%);
  background: linear-gradient(to bottom, #ff4157 0%,#f63148 40%,#db0c24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4157', endColorstr='#db0c24',GradientType=0 );
  border: 1px solid #db0c24;
  color: #fff;
  padding: 7px 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.itinerary-btns .itinerary-book-btn a:hover
{
  background: #fff;
  color: #ff4157;
  text-decoration: none;
}
.itinary-day-location {
  color: #ff4157;
  font-weight: bold;
  font-size: 17px;
}
.itinerary-box.inner-itinary .itinary-full-content p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 0 6px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  text-align: justify;
}
.itinary-day-title {
  color: #ffa600;
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
}
.itinary-day-title::before {
  content: "\f185";
  font-family: FontAwesome;
  color: #ffa600;
  margin-right: 5px;
  font-size: 12px;
  top: -1px;
  position: relative;
}
.itinary-day-location::before {
  content: "\f124";
  font-family: FontAwesome;
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.itinerary-box .itinerary-text span {
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
  font-size: 15px;
}
.itinerary-box .itinerary-text span.day-icon {
  color: #ffa600;
  font-size: 15px;
}
.itinerary-box .itinerary-text span.night-icon i {
  color: #fff;
  background: #4c1900;
  padding: 0;
  border-radius: 54px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.itinerary-box .itinerary-text span.day-icon i {
  color: #fff;
  background: #ffa600;
  padding: 0;
  border-radius: 54px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.itinerary-box p.itinerary-text {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0 10px;
}
@media screen and (max-width:767px)
{
	#mu-menu .navbar-nav{margin-top:0;}
	#mu-menu .navbar-default .navbar-nav li > a{padding-top:15px;padding-bottom:15px;}
}
.section-title::after {
  background: #ff4157 none repeat scroll 0 0;
  bottom: -6px;
  content: "";
  height: 4px;
  position: absolute;
  right: 45%;
  width: 5%;
}
.section-title::before {
  background: #162541 none repeat scroll 0 0;
  bottom: -6px;
  content: "";
  height: 4px;
  left: 45%;
  position: absolute;
  text-align: center;
  width: 5%;
}
.welcome_div .heading1::before, .welcome_div .heading1::after {
  background: #fff none repeat scroll 0 0;
}
#mu-about-us .section-title
{
  position: relative;
  font-family: 'AgencyFB-Reg';
}
/*
#mu-about-us .section-title::after {
  background: #ff4157 none repeat scroll 0 0;
  bottom: -6px;
  content: "";
  height: 4px;
  left: 5%;
  position: absolute;
  width: 5%;
}

#mu-about-us .section-title::before {
  background: #444 none repeat scroll 0 0;
  bottom: -6px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 5%;
}*/
#header, #mu-about-us {

  /*overflow-x: hidden;*/
}
.over {
  background: rgba(234, 75, 45, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: -358px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: -1;
    -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.gallery_img a.gallery_img:hover .over
{
  z-index: 5;
  opacity: 1;
  top:0px;
  left: 0px;

}
.over .fa {
  color: #fff;
  font-size: 46px;
  padding: 97px 158px;
}
.view-gal-btn {
  margin-top: 30px;
}
.margin-bot
{
  margin-bottom: 15px;
}
a {
  color: #ff4157;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ff4157;
  text-decoration: underline;
}