@charset "utf-8";
/* CSS Document */

/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{
  		
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden !important;
	color: #838282;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
	text-decoration: none;
	color: #2f2f2f;  
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	
}
h1{ color:#333; font-family: 'Oswald', sans-serif;}
h2 {
	color: #fff;  
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 10px;  
}

h3 {
	color: #555;  
	font-size:16px;
	font-weight: 700;
 	margin: 0;
	padding-bottom: 10px;  
}

img{
 border:none;
}

/* Preloader */

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */ 
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(../images/loader.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom:49px;
  display: none;
  font-size: 22px;
  line-height: 39px;
  font-weight: bold;
  height: 40px;
  position: fixed;
  right:10px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 999;
   -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
    outline: none; background:none !important; outline:none; border:none;

}

.scrollToTop:hover,
.scrollToTop:focus{
   text-decoration: none;background:none !important; outline:none; border:none !important;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
}

.header-top{
	background-color: #333;
	display: none;
	float: left;
	width: 100%;
	padding: 20px 0;	
}

#search{
	margin: 0 auto;
	width: 70%;
}

#search input {
  background-color: inherit;
  border: medium none;
  color: #fff;
  float: left;
  height: 100%;
  text-align: center;
  width: 95%;
}

#search button[type="submit"] {
  background: inherit;
  border: medium none;
  color: #fff;
  height: 20px;
  width: 30px;
}

#search-icon { 
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 8%;
  text-align: center;
  top: 20px;
  width: 35px;
}

.header-bottom{
	background-color:#5ac7a8;
	border-bottom: 1px solid #47b394;
	color: #fff;
	font-size:0px;
	height:10px;
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}

.header-contact{
	display: inline;
	float: left;
	width: 100%;
}

.header-contact ul{}
.header-contact ul li {
  border-left: 1px solid #643e23;
  display: inline-block;
  float: left;
   padding: 10px 12px;
}

.header-contact ul li:last-child{
	border-right: 1px solid #643e23;
}

.phone{
	font-size: 14px;
}

.phone i{
	margin-right: 5px; 
}

.mail{
	font-size: 14px;
}
.mail i{
	margin-right: 5px; 
}

.header-login{
	display: inline;
	float: left;
	text-align: right;
	width: 100%;
}

.login {
   color: #2761a6;
  display: inline-block;
  font-size: 12px;
   padding:5px 8px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; border:1px solid #2761a6; border-radius:2px; background:#fff;
}

.login:hover,
.login:focus{	
	color: #111;
	text-decoration: none;
	outline: none; border:1px solid #666;
}

/*login modal window*/

#login-form {
  background-color: rgba(0, 0, 0, 0.7);  
}

#login-form .modal-dialog {
  margin: 130px auto;
  width: 400px;
}

#login-content {
  border-radius: 0;
}

#login-content .modal-title {  
  font-size: 20px;
}

#login-content .modal-title i{
  margin-right: 5px;
}

#login-content .form-group input{
  height: 35px;
  border-radius: 0;
}

#login-content .form-control:focus { 
  box-shadow: none;  
}

.loginbox label {
  float: left;
  width: 100%;
}

.loginbox label input{
  float: left;
  margin-right: 5px;
}

.loginbox label span {
  font-weight: normal;
}

.loginbox .signin-btn { 
  border-radius: 0;
  margin-top: 10px;
  color: #fff;
}

.footer-box {
  text-align: left;
  font-size: 15px;
}

.footer-box a:hover,
.footer-box a:focus{  
  text-decoration: none;
  outline: none;
}

#signup-content {
  display: none;
}

#signup-content {
  border-radius: 0;
}

#signup-content .modal-title {  
  font-size: 20px;
}

#signup-content .modal-title i{
  margin-right: 5px;
}

#signup-content .form-group input{
  height: 35px;
  border-radius: 0;
}

#signup-content .form-control:focus {  
  box-shadow: none;  
}

.signupbox span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}

.signupbox span a:hover{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area{
	
	display: inline;
	float: left;
	width: 100%;
	position: relative; position:absolute;
	z-index:9999999; display:block;	
}

#menu-area #navbar {  
/*  padding-right: 70px;*/
}

#menu-area .navbar-default {
    /*background: linear-gradient( 180deg, #eee, #fff, #eee );*/
    
    margin-bottom: 0;
	z-index:999;
	width:100%; border-right:0px; border-left:0px;
	 
}

.navbar-brand {
  
  font-size: 25px;
  font-weight: bold;
  margin-top: 14px;
  text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus{	
	text-decoration: none;
	outline: none;
}

.navbar-brand > img {
  display: block;
  margin-top: -20px;
}

.main-nav li {font-family: 'Oswald', sans-serif; text-transform:uppercase;
  padding: 0px 0;
  position: relative;
}

.navbar-default .navbar-nav > li > a {
  color:#009247;
  display: inline-block !important;
    
/*  padding-left: 5px;
  padding-right: 5px;*/
  text-transform: uppercase;
  width: 100%; font-weight:bold; margin-top:20px; padding:0px 24px; text-align:center; background:none; font-size:15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	border-top: 0px solid #4396ff; color:#bb87bc !important;
	background:url(../images/l.png) no-repeat left; color:#179514; 
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {color:#bb87bc !important;
 
}

.navbar-nav > li > a::before {
  background-color: transparent;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;  
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}

.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
  width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before{	
	width: 100%;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;  color:#fff !important;
}

.navbar-nav > li > .dropdown-menu li {
  padding: 0;  
}

.navbar-nav > li > .dropdown-menu > li > a {
	color: #fff;
 	font-size: 14px;
	padding:10px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; border-bottom:1px solid #144f68;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: transparent;
}


/*--------------------*/
/* SLIDER */
/*--------------------*/


#slider{
	display: inline;
	float: left;
	width: 100%;  
}

.main-slider {
  display: inline;
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.single-slide{
	float: left;
	display: inline;
	width: 100%; 
	
}

.single-slide img{
	width: 100%;/* height:450px;*/
	border-bottom:2px solid #fff;
}

.slide-content {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-slider .slick-prev {
  left: 23px; display:none !important;
}

.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next { display:none !important;
   top: 48%;
  height: 50px;
  width: 50px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-next::before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots {
  bottom: 10px;  
}

 

.main-slider .slick-dots li button::before {
  font-size:50px;
  line-height: 21px; text-shadow:1px 1px #666;
}

.slide-article {
  display: inline;
  float: left;
   padding-right: 20px;
  padding-top:20px;
  width: 100%; 
}

.slide-article h1 {font-family: 'Noto Serif', serif;
  color: #000; 
  font-size:28px; text-shadow:1px 1px #fff; font-weight:normal !important;
   margin:140px 0px 0px 0px; padding:10px; font-weight:normal; line-height:42px; 
   
}
.slide-article h2 {font-family: 'Oswald', sans-serif;
  color: #fff;  background:url(../images/transparent-bg.png)repeat top left; 
  font-size:26px;
  text-align:left; padding:0px 15px; text-transform:uppercase;  
   
}
.slide-article p {text-align:left; background:url(../images/transparent-bg.png)repeat top left; 
  color: #fff;font-family:Arial, Helvetica, sans-serif;
font-size:16px; font-weight:normal;  
  padding:10px 10px 15px 15px; margin:0px;
}

.read-more-btn{font-family: 'Oswald', sans-serif;
	color: #555;
	border:4px solid #ddd;
	display: inline-block;
	padding:5px 15px;
	font-weight: 700px;
	font-size: 12px;	
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; background:#fff; border-radius:20px; text-transform:uppercase;   
}

.read-more-btn:hover,
.read-more-btn:focus{
	color: #fff;
	text-decoration: none;
	outline: none; background:#1f5f7a;
}

.slider-img{
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%; 
}

/*--------------------*/
/* FEATURE */
/*--------------------*/

#feature{
	
	display: inline;
	float: left;
 	width: 100%; 
}

.title-area {
  display: inline;
  float: left;
  padding: 0 150px;
  text-align: center;
  width: 100%;
}

.title-area .title {	
	font-size:32px;
	line-height: 35px; padding:25px 0px 10px 0px; letter-spacing:0px;
	color:#fff;font-family: 'Oswald', sans-serif; text-transform:uppercase;
	
}

.title-area .line {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  width: 60px;
}

.title-area p { letter-spacing:0px;
  color: #fff;
  line-height: 25px; 
  margin-top:10px;
}
.title-area p a { letter-spacing:0px;
  color: #fff;
  line-height: 25px; 
}
.title-area p a:hover { letter-spacing:0px;
  color: #eee;
  line-height: 25px; 
}

.feature-content {
  display: inline;
  float: left;
  width: 100%;
}

.single-feature{
	display: inline;
	float: left;
	margin-bottom:20px;
	width: 100%;
}

.single-feature:hover .feature-icon{
	color: #444;
}

.single-feature .feature-icon {
  font-size: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.feat-title{
 	font-size:16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; padding:0px 0px 5px 0px;  
	font-family: 'Oswald', sans-serif; color:#1f5f7a;
}

.single-feature:hover .feat-title{
	/*color: #000; */
}

.single-feature p {
  color: #111;
  font-size: 13px;
}

/*--------------------*/
/* ABOUT */
/*--------------------*/

#about{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.about-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.our-skill{
	display: inline;
	float: left;
	width: 100%;
}

.our-skill h3{	
	position: relative;
}

.our-skill h3::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 65px;
}

.our-skill-content{
	display: inline;
	float: left;
	width: 100%;
	margin-top: 50px;
}

.our-skill-content p{
	margin-bottom: 32px;
}

.our-skill-content .progress {
  background-color: #f5f5f5;
  height: 30px; 
  border-radius: 0;
  margin-bottom: 24px;
}

.our-skill-content .progressbar-back-text,
.our-skill-content .progressbar-front-text {
  font-size: 14px;
  height: 100%;
  line-height: 30px;  
}

.progress-title {
  font-size: 15px;
  font-weight: bold;
  left: 20px;
  line-height: 29px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.why-choose-us{
	display: inline;
	float: left;
	width: 100%;
}

.why-choose-us h3{	
	position: relative;
}

.why-choose-us h3::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 65px;
}

.why-choose-group{
	margin-top: 50px;
}

.panel-group .panel {  
  border-radius: 0px;
}

.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
  color: #333;
  padding: 0;
}

.panel-title > a {
	color: #222;
  display: block;
  padding: 10px 15px;
}

.panel-title > a:hover,
.panel-title > a:focus{
 	text-decoration: none;
 	outline: none;
}

.panel-title > a span {
  float: right;
  font-size: 20px;
}

.why-choose-group .panel-body p {
  color: #555;
  font-size: 15px;
  line-height: 22px;
}

.why-choose-img {
  display: inline-block;
  float: left;
  margin-right: 14px;
  margin-bottom: 3px;
  width: 20%;
}

.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter{
	background-attachment: fixed !important;
	background-image: url("images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}

.counter-overlay{
	background: rgba(15, 22, 30, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	display: inline;
	float: left;
	padding: 90px 0;
	width: 100%;
}

.counter-area{
	display: inline;
	float: left;
	width: 100%;
}

.single-counter{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.single-counter .counter-icon{
	display: inline;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
}

.single-counter .counter-no {
  color: #fff;
  display: inline;
  float: left;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-counter .counter-label {
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  width: 100%;
}

.single-counter .counter-label::after {
  content: "";
  height: 2px;
  margin: 8px auto;
  width: 35px;
  display: block;
}


/*--------------------*/
/* SERVICE */
/*--------------------*/

#service{
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.service-content{
	display: inline;
	float: left;

	width: 100%;
}

.single-service {
  display: inline;
  float: left;
   position: relative;
  width: 100%;
}

.service-icon {	
  font-size: 50px;
  height: 60px;
  left: 0;
  line-height: 50px;
  position: absolute;
  top: 10px;
  width: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-service:hover .service-icon{
	color: #222;
}
 

.service-title{
	color: #fff;
	font-size: 24px;
 	transition: all 0.5s ease 0s;  
}

.single-service p {
  font-size: 16px; color:#fff;  
  line-height: 25px;
}


/*--------------------*/
/* PRICING TABLE */
/*--------------------*/


#pricing-table{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.pricing-table-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.single-table-price {
  background-color: #fff;
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
}

.price-header {
  background-color: #383838;
  color: #ccc;
  display: inline;
  float: left;
  width: 100%;
}

.price-title {  
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: -5px;
  min-width: 150px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.price {
  color: #fff;
  display: inline;
  float: left;
  font-size: 40px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
}

.price .price-up{
	font-size: 60%;
}

.price .price-down{
	font-size: 14px;
	text-transform: uppercase;
}

.price-article{
	display: inline;
	float: left;
	padding: 0 20px;
	width: 100%;
}

.price-article ul li {
  border-bottom: 1px solid #ccc;
  color: #555;
  padding: 15px 0;
}

.price-article ul li:last-child{
	border: none;
}

.price-footer{
	display: inline;
	float: left;
	width: 100%;
}

.purchase-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: -10px;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.purchase-btn:hover,
.purchase-btn:focus{
	text-decoration: none;
	outline: none;
	color: #fff;
}

.featured-price .price-title{
	background-color: #383838;
}

.featured-price .purchase-btn{
	color: #fff;
}


/*--------------------*/
/* OUR TEAM */
/*--------------------*/


#our-team {
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.our-team-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.single-team-member {
  border: 2px solid #f5f5f5;
  display: inline;
  float: left;
  margin-top: 65px;
  padding: 10px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  width: 100%; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; min-height:295px;
}

.single-team-member:hover{
	 -webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
}

.team-member-img {
  background-color: #ffffff;
  margin-top: -65px;
  position: relative;
}

.team-member-img img{
	width: 100%;
}

.team-member-name {
  display: inline;
  float: left;
  padding: 25px 0 15px;
  width: 100%;
}

.team-member-name p {
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.team-member-name span {
  color: #222;
  font-size: 14px;
}

.single-team-member > p {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
}

.single-team-member:hover .team-member-link{	
	color: #fff;
}

.single-team-member:hover .team-member-link>a{	
	color: #fff;
}

.team-member-link {
  background: #fff none repeat scroll 0 0;
  color: #555;
  bottom: -20px;
  left: 0;  
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-member-link a {
  display: inline-block;
  padding: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-member-link a:hover,
.team-member-link a:focus{	
  display: inline-block;
  outline: none;
}

/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/

#testimonial {
  background-attachment: fixed !important;
  background-image: url("images/testimonial-1.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;
  width: 100%;
  padding: 70px 0;
}

#testimonial .title-area {
  padding: 0 50px;
}

#testimonial .title-area .title {
  font-size: 30px;
  line-height: 30px; 
}

.testimonial-slider {
  display: inline;
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}

.single-slider{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
  outline: none;
}

.testimonial-img {
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 30px;
  text-align: center;
  width: 100px;
}

.testimonial-img img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-content{}
.testimonial-content p{
	font-size: 15px;
}

.testimonial-content h6 {
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}

.testimonial-content h6 span {
  margin-left: 3px;
}

.testimonial-slider .slick-dots li {
  border-radius: 50%;
  color: #fff;  
}

.testimonial-slider .slick-dots li button::before {
  display: none;
}

/*--------------------*/
/* CLIENTS BRAND */
/*--------------------*/

#clients-brand{
  background-color: #fff;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.clients-brand-area{
  display: inline;
  float: left;
  width: 100%;
}

.clients-brand-slide {
  margin-bottom: 0;
  width: 100%;
}

.clients-brand-slide .slick-slide{
  outline: none;
}

.single-brand {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  display: inline;
  float: left;
  height: 120px;
  padding-top: 47px;
  text-align: center;
  width: 100%;
}

.single-brand img {
  display: inline-block;
}


/*--------------------*/
/* LATEST NEWS */
/*--------------------*/

#latest-news1{ background:url(../images/lake-moraine-big.png) repeat;
  background-color: #f8f8f8 ;
  display: inline;
  float: left;
  padding:40px 0;
  width: 100%;
}


#latest-news{ background:url(../images/travel-bg.jpg) repeat;
  background-color: #f8f8f8 ;
  display: inline;
  float: left;
  padding:40px 0;
  width: 100%;
}

.latest-news-content{
  display: inline;
  float: left;
  margin-top:20px;
  width: 100%;
}

.blog-news-single {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
     box-shadow: 0px 0px 7px #ddd;  border:4px solid #fff; margin-top:15px;
}

.blog-news-img {
  display: inline;
  float: left; padding:0px 0px;
}
0
.blog-news-img img {
  width: 100%;
  height: 100%;
}

.blog-news-title {
  display: inline;font-family: 'Oswald', sans-serif;
  float: left;
  padding:10px 15px 10px;
  width: 100%;
}

.blog-news-title h2,
.blog-news-title h2>a{
  color: #555;
   font-size: 20px;
  font-weight: 500;
  text-transform: uppercase; 
  padding: 0; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; text-align:center;
}

.blog-news-title h2>a:hover{
  text-decoration: none;
  outline: none;
}

.blog-news-title p {text-align:center;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.blog-news-title .blog-author{
  text-transform: uppercase;
}

.blog-news-title .blog-date{}
.blog-news-details{
  display: inline;
  float: left;
  padding: 0 15px;
  width: 100%;
}

.blog-news-details p{
  font-size: 14px;
}

.blog-more-btn { font-weight:bold;
  color: #666;
  display: inline-block;
  font-size: 14px;
  margin-top: 15px; padding:8px 25px;
  text-decoration: none;
  background:#fff; box-shadow:0px 0px 4px #999;
  
  
}

.blog-more-btn:hover,
.blog-more-btn:focus{
  text-decoration: none;
  outline: none; color:#209170;
   background:#eeeeee; box-shadow:0px 0px 4px #0c654b;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.blog-more-btn i{
  margin-left: 5px;
}


/*--------------------*/
/* SUBSCRIBE US */
/*--------------------*/


#subscribe{
  background-attachment: fixed !important;
  background-image: url("images/subscribe-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;    
  width: 100%;
}

.subscribe-overlay{
  background-color: rgba(0,0,0,0.6); 
  padding: 90px 0;
  float: left;
  width: 100%;
}
.subscribe-area{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.subscribe-area h2 {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subscrib-form {
  margin: 0 auto;
  width: 600px;
  position: relative;
}

.subscrib-form input {
  border: medium none;
  border-radius:4px;
  color: #444;
  font-size: 18px;
  height: 50px;
  outline: medium none;
  padding: 5px 105px 5px 10px;
  width: 100%;
}

.subscribe-btn { 
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  top: 0;
  letter-spacing: 0.5px;
  outline: medium none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 120px;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer{
 
  display: inline;  
  float: left; color:#bbbbbb; padding:10px 0px 10px 0px;
   width: 100%; background:#454547;
}

.footer-left{ font-weight:normal;
  display: inline;
  float: left;
  width: 100%; padding-top:8px; 
}


.footer-left  a{  font-size:15px;
  color: #666; padding:0px 10px; text-transform:uppercase;
}

.footer-left p a:hover{
  text-decoration: none;
  outline: none;
}
.footer-left p{ line-height:35px; text-transform:uppercase}

.footer-right{
  display: inline;
  float: left;
  text-align: left; line-height:35px;
  width: 100%;
} 

.footer-right a{font-weight:normal;
  color: #f3b472; text-align:right;
  font-size: 12px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-right a:hover{text-shadow:1px 1px #111;  color:#fff; text-decoration:none;

}


/*--------------------*/
/* PORTFOLIO PAGE */
/*--------------------*/
#single-page-header{
   background-image: url("images/slider-5.jpg");
  background-repeat: repeat;
   color: #ffffff;
  display: inline;
  float: left;    
  width: 100%; margin-bottom:30px;
}

.overlay{
  background-color: rgba(0,0,0,0.6); 
  padding:20px 0;
  float: left;
  width: 100%;
}

.single-page-header-left{
  display: inline;
  float: left;
  width: 100%;
}

.single-page-header-left h2{

}

.single-page-header-left p {
  font-size: 15px;
}

.single-page-header-right{
  display: inline;
  float: left;
  width: 100%;
}

.single-page-header-right .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}

.single-page-header-right .breadcrumb li a{
  color: #fff;
}

#portfolio{
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  min-height: 400px;
  padding:0px 0px 40px 0px;
}

.portfolio-area{
  display: inline;
  float: left;
  width: 100%;
}

.portfolio-menu{
  display: inline;
  float: left;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}

.portfolio-menu ul li {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active{  
  color: #fff;
}

#mixit-container .mix {
  display: none;
}

.portfolio-container {
  display: inline;
  float: left;
  width: 100%;
}

.single-portfolio{
  background-color: #fff;
  display: inline;
  float: left;
  width: 25%; padding:10px;
}

.single-item>img {
  height: 180px;
  width: 100%;
}

.single-item{
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.single-item-content {  
  color: #fff;  
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.single-item:hover .single-item-content{
  background-color: rgba(0,0,0,0.7);
 opacity: 1;  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);  
} 

.single-item-content::after {
  content: "";
  height: 85%;
  left: 18px;
  top: 15px;
  width: 90%;
  position: absolute;
  z-index: -1;
}

.view-icon{
  color: #fff;
  font-size: 30px;  
}


/*--------------------*/
/* BLOG PAGE */
/*--------------------*/


#blog-archive {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 50px 0px 0px 0px;
  width: 100%;
}

.blog-archive-area{
  display: inline;
  float: left;
  width: 100%;
}

.blog-archive-left{
  display: inline;
  float: left;
  width: 100%;
}

.blog-archive-left .blog-news-single{
  margin-bottom: 30px;
}

.blog-archive-left .blog-news-img {  
  height: 350px;
}

.blog-pagination {  
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
}

.pagination-nav{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.pagination-nav li {
  display: inline-block;
}

.pagination-nav li a {
  color: #555;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 13px;  
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination-nav li a:hover,
.pagination-nav li a:focus { 
  color: #fff;
  text-decoration: none;
  outline: none;  
}

.blog-side-bar{
  display: inline;
  float: left;
  width: 100%;
}

.sidebar-widget{
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.sidebar-widget>p{
  font-size: 14px;
}

.sidebar-widget ul li{}
.sidebar-widget ul>li>a{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

.search-group{
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.search-group .blog-search-btn {
  border: medium none;
  color: #fff;
  font-size: 18px;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.search-group input[type="search"] {
  height: 40px;
  outline: medium none;
  padding: 5px 10px 5px 55px;
  width: 100%;
}

.search-group input[type="search"]:focus{
  outline: none;
}

.widget-title {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.widget-title::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}

.widget-catg li a {  
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 10px;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; cursor:default;
}

.widget-catg li a:hover,
.widget-catg li a:focus{
  text-decoration: none;
  outline: none;
}

.widget-catg li::before{
  content: '\f138';
  font-family: fontAwesome;
}

.tag-cloud{
  display: inline;
  float: left;
  width: 100%;
  text-align: left;
}

.tag-cloud a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 8px;
  margin-right: 3px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tag-cloud a:hover,
.tag-cloud a:focus{
  color: #fff;
  text-decoration: none;
  outline: none;
}

.widget-archive li{}
.widget-archive li a{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.widget-archive li a span{
  margin-left: 5px;
  display: inline-block;
}

.widget-archive li a:hover,
.widget-archive li a:focus{
  text-decoration: none;
}
.blog-single-details p{ font-size:16px;}

.blog-single-details blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.blog-single-details blockquote p{
  font-size: 16px;
}

.blog-single-details blockquote span {
  text-transform: uppercase;
  font-size: 16px;
}

.blog-single-details ul,
.blog-single-details ol {
  padding-left: 25px; font-size:16px;
  margin-bottom: 20px;
}

.blog-single-details ul li{
  list-style: circle;
  margin-bottom: 5px;
}

.blog-single-details h1,
.blog-single-details h2,
.blog-single-details h3,
.blog-single-details h4,
.blog-single-details h5,
.blog-single-details h6{
  color: #333;
}

.blog-single-details h3{
  margin-top: 0px;
}

.blog-single-bottom {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 10px 0;
  width: 100%;
}

.blog-single-tag{
  display: inline;
  font-size: 14px;
  float: left;
  width: 100%;  
  text-align: left;
}

.blog-single-tag a {
  margin-left: 5px;
  color: #333;
}

.blog-single-tag a:hover,
.blog-single-tag a:focus {  
  text-decoration: none;
  outline: none;
}

.blog-single-social{
  display: inline;
  float: left;
  width: 100%;
  text-align: right;
}

.blog-single-social a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}

.blog-single-social a:hover,
.blog-single-social a:focus {  
  text-decoration: none;
  outline: none;
}

.blog-navigation-area{
  display: inline;
  float: left;
  width: 100%;
}

.blog-navigation-area {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.blog-navigation-prev{
  float: left;
  text-align: left;
}

.blog-navigation-prev a {
  border-left: 2px solid #ccc;
  display: inline-block;
  padding-left: 15px;
}

.blog-navigation-prev a:hover,
.blog-navigation-prev a:focus{
  text-decoration: none;
  outline: none;
}

.blog-navigation-prev a > h5 {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-navigation-prev a>span{ 
  font-size: 14px;
}

.blog-navigation-next{
  float: right;
  text-align: right;
}

.blog-navigation-next a {
  border-right: 2px solid #ccc;
  display: inline-block;
  padding-right: 15px;
}

.blog-navigation-next a:hover,
.blog-navigation-next a:focus{
  text-decoration: none;
  outline: none;
}

.blog-navigation-next a > h5 {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-navigation-next a>span{ 
  font-size: 14px;
}

.comments-box-area {
  display: inline;
  float: left;
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
}

.comments-box-area h2 {
  color: #333;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
}

.comments-box-area h2::after { 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 42px;
  width: 50px;
}

.comments-box-area p {
  font-size: 15px;
}

.comments-form{
  margin-top: 10px;
}

.comments-form input{
  height:40px;
  font-size: 14px;
  border-radius:6;
}

.comments-form textarea {
  border-radius: 6px;
  font-size: 16px;
  height:105px;
  padding: 10px;
  width: 98%; color:#000;
}

.comments-form .form-control:focus {
  box-shadow: none;    
}

.comments-form .form-group {
  margin-bottom: 10px; width:48%; float:left; margin-right:2%;  
}

.comment-btn {
  padding:6px 15px;
  outline: none;
  border: 1px solid #777;
  background-color: #231f20;
  color: #fff;
 
  font-size: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius:6px; text-align:center; margin:0px auto;
}

.comment-btn:hover{  
  color: #fff;
}

/*--------------------*/
/* CONTACT PAGE */
/*--------------------*/

#contact{
  display: inline;
  float: left;
  padding:40px 0;
  width: 100%;
}

.cotact-area{
  display: inline;
  float: left;
 
  width: 100%;
}

.contact-area-left{
  display: inline;
  float: left;
  width: 100%;
}

.contact-area-left h4{
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.contact-area-left h4::after { 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}

.contact-area-left p{
  font-size: 15px;
}

.contact-area-left .single-address {
  font-size: 15px;
  padding-right: 62px;
}

.contact-area-right{
  display: inline;
  float: left;
  width: 100%;
}

.contact-form textarea{
  width: 100%;
}

.contact-social{
  text-align: left;
  margin-top: 10px;
}

#google-map{
  display: inline;
  float: left;
  width: 100%;
}

#google-map iframe {
  margin-bottom: -5px;
}


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error{
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.errror-page-area{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-title {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 75px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 40px 50px;
}

.error-content{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-content span {
  font-size: 35px;
  font-weight: 300;
}

.error-content p {
  font-size: 18px;
  margin-top: 10px;
}

.error-content .error-home {  
  color: #fff;
  display: inline-block;
  margin-top: 60px;
  padding: 10px 15px;
}



/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ){
	#search-icon { 
	  right: 4%;  
	}
  .slide-article {  
     padding-right: 0;
   }
  .slide-article h1 {
    font-size: 25px;  
  }
  .blog-news-title h2,
  .blog-news-title h2 > a {  
    font-size: 18px;    
  }
}


@media(max-width:991px ){
	#menu-area #navbar {
   /* padding-right: 55px;*/
  }
  .navbar-default .navbar-nav > li > a {  
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;  
  }
  #search {
    margin: 0 auto;
    width: 90%;
  }
  #search-icon {
    right: 3%;
  }
  .slide-article {
     padding-right: 0;
    padding-top: 15px;
  }
  .slide-article h1 {
    font-size: 22px;
   }
  .slide-article p {
    color: #000; font-size:14px;
    margin-bottom: 40px;
  }
  .why-choose-us {
    margin-top: 20px;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .single-table-price {
    margin-bottom: 40px;
  }
  .single-team-member {
    margin-bottom: 50px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .blog-news-single {
    margin-bottom: 30px;    
  }
  .title-area {
    padding: 0 100px;
  }
  .single-portfolio {
    width: 33.33%;
  }
  .single-item-content::after {  
    width: 87%;
  }
  .blog-side-bar {
    margin-top: 50px;
  }
  .contact-area-right {
    margin-top:0px;
  }
  #feature{ background:#fff;}
.service-title{
	color: #555;
	font-size: 20px;
 	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	text-shadow:1px 1px #9fb31c; text-shadow:none;
}

.single-service p {
  font-size: 14px; color:#222; text-shadow:none;
  line-height: 25px;
}
.img-left{ display:none;}
 #slider{ margin-top:65px;}
 .news{  padding:10px !important; }
 .service-title{ color:#fff; padding:10px;}
 .header-top-area{ display:none}
 .navbar-default .navbar-nav > li > a {
 background:none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 
	background:none; 
}
.navbar-brand > img{ width:100px;}
.white-bg{ min-height:60px !important; width:100%;}
 .green-bg{padding:10px 0px 6px 0px !important; }
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ background:none !important}
 .footer-tex{ width:100% !important; padding:5px 0px; border:none !important; float:left; text-align:center !important}
 .div-n{ display:none !important}
.social-footer{ width:100% !important; float:left; margin-left:0px !important; margin-top:10px; padding:0px 0px; border-left:none !important; border-right:none !important;text-align:center; margin-bottom:15px; clear:both; }
  .footer-logo{ float:left; width:100% !important; clear:both; text-align:center; }
  .hvr-float-shadow{ display:block !important;}
  .slide-article h1{ margin-top:0px !important; font-size:16px; line-height:28px; }
  .slide-1{ font-size:18px !important;}
  .slide-2{ font-size:18px !important;}
  .title-area{ padding:0px 10px !important}
 }


 
 
 
 
.bg-01{ background:#f4f4f4; padding:30px 0px 30px 0px; border-top:1px solid #ddd; }
.bg-02{ background:#fff url(../images/mice-bg.png) no-repeat top right; min-height:306px; padding:10px 50px;  border:1px solid #fff;}

.space{ height:25px; width:100%; clear:both;}
.border-full{ border-top:1px dashed #fff; height:1px; padding:20px 0px 0px 0px; float:left; width:100%}
.no-background{ background:none;  }
.full-space{ width:100%; height:30px;}
.contact-left-space{ padding-left:20px; }
.question{ color:#392212 !important;}

.login-btn{ color:#fff; background:linear-gradient( 180deg, #5ac7a8, #43b594 ); border-radius:20px; padding:8px 25px !important;
 float:right; margin-top:12px; text-transform:uppercase; box-shadow:0px 0px 4px #bababa; border:1px solid #fff;}
 .login-btn:hover{ color:#fff; background:linear-gradient( 180deg, #43b594, #5ac7a8 );   text-decoration:none;}
  .social-icon{ }
 .social-icon:hover{ opacity:0.7; }
 .text-01{ font-size:22px; color:#333; }
 .image-b{ border:4px solid #fff;}
 .mobilenav{ display:none}
 
 
 .sub-nav-bg{ padding:0px 6px;}
 .white-bg{
  /*background:url(../images/transparent-white.png) repeat;*/ 
 background: linear-gradient( 180deg, #eee, #fff, #eee );
 clear:both;border-bottom:4px solid #850213;width:100%;
 box-shadow:0px 0px 7px #666;

   }
 .header-top-area{ color:#111; font-size:14px; float:right; margin:10px 0px 0px 0px;  font-weight:bold;  font-family: 'Oswald', sans-serif;}
  .header-top-area strong{  margin-left:15px; font-weight:bold; }
  .header-top-area .social{ margin-left:1px; float:right;  }
  .header-top-area .social a{ margin-left:2px;  }
  .header-top-area .social a:hover{ opacity:0.7;  }
  
 .news{ background:#fff url(../images/red-bg.jpg) no-repeat top center; font-size:14px; font-family:Arial, Helvetica, sans-serif; padding:10px 50px; }
 
 .single-service h4{ background:url(../images/transparent-bg.png) repeat; padding:10px; margin:0px !important; text-align:center; font-size:19px; font-weight:bold;}
 .single-service .box{ background:#fff; margin:0px !important; padding:10px; box-shadow:0px 0px 6px #666; clear:both;  color:#666; min-height:257px;}
  .single-service .box p{   color:#000;font-size:16px; line-height:35px; font-weight:bold;}
  .single-service .box p a{ color:#000; text-decoration:none;}
  .green-bg{ background:#009247; color:#fff; padding:10px 0px 0px 0px; text-align:center; margin-top:15px;   font-size:12px; font-weight:bold; border-top:1px solid #fff;}
  
   
  .text-02{ color:#205d79;  margin-top:220px; font-size:12px;  font-weight:bold;}
  .text-03{ color:#205d79; margin-top:210px;   font-size:34px; font-family: 'Oswald', sans-serif; }
  .text-03{ color:#205d79; margin-top:210px;   font-size:34px;}
  
  .text-04{ color:#205d79;   font-size:13px; line-height:22px; }
  .text-05{ color:#fff;   font-size:18px; font-family: 'Pacifico', cursive !important; }
  .text-06{ color:#fff;   font-size:42px; font-family: 'Oswald', sans-serif; text-transform:uppercase; margin:0px; padding:0px; }
 .text-07{ color:#fff;   font-size:32px; font-family: 'Pacifico', cursive !important; padding-bottom:20px; }
 .text-07 p{ color:#084559 !important ;   font-size:17px !important; }
 .text-08{ font-size:26px; color:#333; margin:0px; padding:0px; color:#eb4293; padding-bottom:15px;    }
 .text-09{ font-size:14px; color:#333; margin:0px; padding:0px; color:#eb4293; text-decoration:line-through }
  .text-10{ font-size:14px; color:#333; margin:0px; padding:0px; color:#eb4293; }
   .text-11{ text-transform:uppercase; color:#1773b9;  font-size:32px;}
     .text-12{ font-size:18px; color:#333; margin:0px; padding:0px; color:#fff; background:#2ca514; padding:10px 25px; border:1px solid c#ddd; border-radius:20px; }
	  .text-13{ color:#fff;   font-size:32px; font-family: 'Oswald', sans-serif;   margin:0px; padding:0px; }
	  .blue-text{ color:#2190e8}
 
 	  .text-14{ color:#fff;   font-size:17px;   margin:0px; padding:0px; text-shadow:1px 1px #4c88c5; padding:20px 0px; }







  .green-text{ color:#80c335; text-transform:uppercase;}
  
  
  .footer-text{ padding-top:15px; font-size:12px;}
  .space-01{ height:15px; width:100%; clear:both;}
    .space-02{ height:10px; width:100%; clear:both; display:block;}

  .left-space{ margin-left:90px;}
  .white-text{ color:#fff;}
  
  .footer-logo{ float:left; }
  .social-footer{ width:93px; float:left; margin-left:25px; margin-top:10px; padding:0px 15px; border-left:1px solid #6d6e71; border-right:1px solid #6d6e71;}
  
 .active{ background:#850213; color:#fff !important;}
 .navbar-right{ margin-top:10px;}
 .p-m{ padding-left:0px !important;}
  .p-r{ padding-right:0px !important;}

.Cruises { list-style:none; }
.Cruises ul{ color:#fff !important; }
.Cruises ul li { color:#fff !important; background:url(../images/dot.png) no-repeat left; padding-left:20px; }
.Cruises ul li a{ color:#fff !important; }
.border-r{ border-left:1px solid #eaeaea;}

  
  .footer-nav{ list-style:none;}
  .footer-nav ul{ list-style:none; margin:0px; padding:0px;}
  .footer-nav ul li{ list-style:none; margin:0px; padding:0px; float:left; margin-right:8px; line-height:10px;}
  .footer-nav ul li a{ list-style:none; margin:0px; padding:0px; color:#bbbbbb; text-decoration:none;float:left; font-size:12px;}
  




.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
  
.border-bottom-right-panel{ border-bottom:1px solid #ddd;  border-right:1px solid #ddd; padding:20px;}
.border-bottom-right-panel:hover{ background:#f1f1f1; box-shadow:0px 0px 12px #ddd;}
.border-bottom-panel{ border-right:1px solid #ddd;  padding:20px;}
.border-bottom-panel:hover{ background:#f1f1f1; box-shadow:0px 0px 12px #ddd;}

.slide-1{ font-size:38px; color:#990000; font-weight:700;}
.slide-2{ font-size:48px; color:#990000; font-weight:700;}

.table-top-panel{ font-size:18px; background:#4285f4; color:#fff;}
.table-pane2{ font-size:18px; background:#e7eef8; color:#555;}
.line { height:1px; width:100%; clear:both; background:#ddd; margin:10px 0px;

}

.indware{ color:#ff7444 !important  }
.bg-03 {
    background: url(../images/enquary-bg.jpg) no-repeat top center;
    padding: 50px;
    border: 1px solid #ddd;
}
 .top-call-panel{ float:left; margin-right:8px; margin-top:4px; font-size:14px;}
 
 .submit-btn{ background:#fff !important; border:none !important; padding:10px 25px !important; border-radius:4px; margin-top:15px;}
  .submit-btn:hover{ background:#0a2c4f !important; border:none !important; padding:10px 25px !important; border-radius:4px; margin-top:15px; color:#fff;}
  
 .highlight{ color:#fff; font-size:15px; font-weight:bold;  background:#166cad; padding:10px; box-shadow:0px 0px 7px #ddd; border-radius:4px; display:block; line-height:22px;}
 
 .top-margin{ margin-top:25px;}
 .round-tag{ list-style:disc; list-style:outside; padding-left:25px; color:#337ab7;}