﻿#generic_price_table{

}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #eee;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}


#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
	border-left: 5px solid #03a9f4;
}
#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #03a9f4;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #03a9f4; 
    color: #03a9f4;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #03a9f4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #03a9f4;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #03a9f4;
	color: #fff;
} 
#generic_price_table{
	margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
   font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
   font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
     display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #03a9f4;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}

/*--blog----*/

.blog-grid {
    padding: 50px 0;
}

.blog-list-grid {
    column-count: 3;
    column-gap: 30px;
}
.blog-list {
    float: left;
    width: 100%;
      -webkit-column-break-inside: avoid;
              page-break-inside: avoid;
                   break-inside: avoid; 
    page-break-inside: avoid;
    
    margin: 0 0 30px 0;
    background-color: #FFFFFF;  
    -moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 15px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.05);
}
.blog-list-description {
    padding: 45px 25px;
}
.blog-list-description h4 {
    color: #424C4C;
    font-family: "Playfair Display";
    font-size: 24px;
    letter-spacing: 0.78px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.blog-list-description h4 a {
    color: #424C4C;
}
.blog-list-description h4 a:hover {
    color: #06797b;
}
.blog-list-description p {
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 921px) {
.blog-list-grid {
    column-count: 2;
}

}
@media only screen and (max-width: 767px) {
.blog-list-grid {
    column-count: 1;
}

}


ul.a {
  list-style-type: circle;
}

td img {
  width: 60px;
  height: 60px;
	border: solid 3px #03a9f4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
}

td b{
    padding: 0;
    	font-size: 15px;
font-weight: 600;
color: #03a9f4;
vertical-align:middle;
 }
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #292929; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #243559; 
}
.login-root {
    background: #fff;
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.flex-flex {
    display: flex;
}
.align-center {
  align-items: center; 
}
.center-center {
  align-items: center;
  justify-content: center;
}
.box-root {
    box-sizing: border-box;
}
.flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-divider--light-all-2 {
    box-shadow: inset 0 0 0 2px #e3e8ee;
}
.box-background--blue {
    background-color: #5469d4;
}
.box-background--white {
  background-color: #ffffff; 
}
.box-background--blue800 {
    background-color: #212d63;
}
.box-background--gray100 {
    background-color: #e3e8ee;
}
.box-background--cyan200 {
    background-color: #7fd3ed;
}
.padding-top--64 {
  padding-top: 64px;
}
.padding-top--24 {
  padding-top: 24px;
}
.padding-top--48 {
  padding-top: 48px;
}
.padding-bottom--20 {
  padding-bottom: 20px;
}
.padding-horizontal--48 {
  padding: 20px;
}
.padding-bottom--15 {
  padding-bottom: 15px;
}


.flex-justifyContent--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.formbg {
    margin: 0px auto;
    width: 100%;
    max-width: 448px;
    background: #eee;
    border-radius: 4px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}

label {
    margin-bottom: 10px;
}
.reset-pass a,label {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.reset-pass > a {
    text-align: right;
    margin-bottom: 10px;
}
.grid--50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.field input {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    border: 2px solid #03a9f4;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

input[type="submit"] {
    background-color: #03a9f4;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, 
                #03a9f4 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.field-checkbox input {
    width: 20px;
    height: 15px;
    margin-right: 5px; 
    box-shadow: unset;
     min-height: unset;
}
.field-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
}
a.ssolink {
    display: block;
    text-align: center;
    font-weight: 600;
}
.footer-link span {
    font-size: 14px;
    text-align: center;
}
.listing a {
    color: #697386;
    font-weight: 600;
    margin: 0 10px;
}

@font-face { font-family: "WorkSans"; src: url("../fonts/WorkSans-Regular.ttf") format("truetype"); }

/*Color Variables*/
@import url("../css-1");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}
@font-face { font-family: "Nioicon"; src: url("../fonts/Nioicon.eot"); src: url("../fonts/Nioicon.eot") format("embedded-opentype"), url("../fonts/Nioicon.ttf") format("truetype"), url("../fonts/Nioicon.woff") format("woff"), url("../fonts/Nioicon.svg") format("svg"); font-weight: normal; font-style: normal; font-display: block; }
@font-face { font-family: "Nioicon"; src: url("../fonts/Nioicon.eot"); src: url("../fonts/Nioicon.eot") format("embedded-opentype"), url("../fonts/Nioicon.ttf") format("truetype"), url("../fonts/Nioicon.woff") format("woff"), url("../fonts/Nioicon.svg") format("svg"); font-weight: normal; font-style: normal; font-display: block; }


.ni { /* use !important to prevent issues with browser extensions that change fonts */ font-family: "Nioicon" !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ni-centos:before { content: ""; }

.ni-covid:before { content: ""; }

.ni-fedora:before { content: ""; }

.ni-hot-fill:before { content: ""; }

.ni-hot:before { content: ""; }

.ni-linux-server:before { content: ""; }

.ni-linux:before { content: ""; }

.ni-note-add-fill:before { content: ""; }

.ni-repeat-fill:before { content: ""; }

.ni-tranx-fill:before { content: ""; }

.ni-ubuntu:before { content: ""; }

.ni-virus:before { content: ""; }

.ni-b-chrome:before { content: ""; }

.ni-b-edge:before { content: ""; }

.ni-b-firefox:before { content: ""; }

.ni-b-ie:before { content: ""; }

.ni-b-opera:before { content: ""; }

.ni-b-safari:before { content: ""; }

.ni-b-si:before { content: ""; }

.ni-b-uc:before { content: ""; }

.ni-brick-fill:before { content: ""; }

.ni-brick:before { content: ""; }

.ni-col-3s:before { content: ""; }

.ni-col-4s:before { content: ""; }

.ni-col-2s:before { content: ""; }

.ni-comments:before { content: ""; }

.ni-dot-sq:before { content: ""; }

.ni-dot:before { content: ""; }

.ni-footer:before { content: ""; }

.ni-header:before { content: ""; }

.ni-heading:before { content: ""; }

.ni-layout-alt-fill:before { content: ""; }

.ni-layout-alt:before { content: ""; }

.ni-layout-fill1:before { content: ""; }

.ni-layout1:before { content: ""; }

.ni-list-index-fill:before { content: ""; }

.ni-list-index:before { content: ""; }

.ni-list-thumb-alt-fill:before { content: ""; }

.ni-list-thumb-alt:before { content: ""; }

.ni-list-thumb-fill:before { content: ""; }

.ni-list-thumb:before { content: ""; }

.ni-masonry-fill:before { content: ""; }

.ni-masonry:before { content: ""; }

.ni-menu-circled:before { content: ""; }

.ni-menu-squared:before { content: ""; }

.ni-notice:before { content: ""; }

.ni-pen2:before { content: ""; }

.ni-property-blank:before { content: ""; }

.ni-propert-blank:before { content: ""; }

.ni-property-add:before { content: ""; }

.ni-property-alt:before { content: ""; }

.ni-property-remove:before { content: ""; }

.ni-property:before { content: ""; }

.ni-puzzle-fill:before { content: ""; }

.ni-puzzle:before { content: ""; }

.ni-quote-left:before { content: ""; }

.ni-quote-right:before { content: ""; }

.ni-row-mix:before { content: ""; }

.ni-row-view1:before { content: ""; }

.ni-sidebar-r:before { content: ""; }

.ni-text2:before { content: ""; }

.ni-tile-thumb-fill:before { content: ""; }

.ni-tile-thumb:before { content: ""; }

.ni-view-col-fill:before { content: ""; }

.ni-view-col-sq:before { content: ""; }

.ni-view-col:before { content: ""; }

.ni-view-col2:before { content: ""; }

.ni-view-col3:before { content: ""; }

.ni-view-cols-fill:before { content: ""; }

.ni-view-cols-sq:before { content: ""; }

.ni-view-cols:before { content: ""; }

.ni-view-grid-fill:before { content: ""; }

.ni-view-grid-sq:before { content: ""; }

.ni-view-grid-wd:before { content: ""; }

.ni-view-grid:before { content: ""; }

.ni-view-grid2-wd:before { content: ""; }

.ni-view-grid3-wd:before { content: ""; }

.ni-view-group-fill:before { content: ""; }

.ni-view-group-wd:before { content: ""; }

.ni-view-list-fill:before { content: ""; }

.ni-view-list-sq:before { content: ""; }

.ni-view-list-wd:before { content: ""; }

.ni-view-list:before { content: ""; }

.ni-view-panel-fill:before { content: ""; }

.ni-view-panel-sq:before { content: ""; }

.ni-view-panel:before { content: ""; }

.ni-view-row-fill:before { content: ""; }

.ni-view-row-sq:before { content: ""; }

.ni-view-row-wd:before { content: ""; }

.ni-view-row:before { content: ""; }

.ni-view-x1:before { content: ""; }

.ni-view-x2:before { content: ""; }

.ni-view-x3:before { content: ""; }

.ni-view-x4:before { content: ""; }

.ni-view-x5:before { content: ""; }

.ni-view-x6:before { content: ""; }

.ni-view-x7:before { content: ""; }

.ni-dashlite:before { content: ""; }

.ni-dashlite-circle:before { content: ""; }

.ni-dashlite-alt:before { content: ""; }

.ni-master-card:before { content: ""; }

.ni-paypal:before { content: ""; }

.ni-visa-alt:before { content: ""; }

.ni-coin-eur:before { content: ""; }

.ni-coin-gbp:before { content: ""; }

.ni-sign-ada-alt:before { content: ""; }

.ni-sign-bch-alt:before { content: ""; }

.ni-sign-bgp-alt:before { content: ""; }

.ni-sign-bnb-alt:before { content: ""; }

.ni-sign-brl-alt:before { content: ""; }

.ni-sign-btc-alt:before { content: ""; }

.ni-sign-cc-alt:before { content: ""; }

.ni-sign-cc-alt2:before { content: ""; }

.ni-sign-chf-alt:before { content: ""; }

.ni-sign-cny-alt:before { content: ""; }

.ni-sign-czk-alt:before { content: ""; }

.ni-sign-dash-alt:before { content: ""; }

.ni-sign-dkk-alt:before { content: ""; }

.ni-sign-eos-alt:before { content: ""; }

.ni-sign-eth-alt:before { content: ""; }

.ni-sign-eur-alt2:before { content: ""; }

.ni-sign-euro-alt:before { content: ""; }

.ni-sign-gbp-alt2:before { content: ""; }

.ni-sign-hkd-alt:before { content: ""; }

.ni-sign-idr-alt:before { content: ""; }

.ni-sign-inr-alt:before { content: ""; }

.ni-sign-jpy-alt:before { content: ""; }

.ni-sign-kr-alt:before { content: ""; }

.ni-sign-ltc-alt:before { content: ""; }

.ni-sign-ltc:before { content: ""; }

.ni-sign-mxn-alt:before { content: ""; }

.ni-sign-mxr-alt:before { content: ""; }

.ni-sign-myr-alt:before { content: ""; }

.ni-sign-paypal-alt:before { content: ""; }

.ni-sign-paypal-full:before { content: ""; }

.ni-sign-php-alt:before { content: ""; }

.ni-sign-pln-alt:before { content: ""; }

.ni-sign-rub-alt:before { content: ""; }

.ni-sign-sek-alt:before { content: ""; }

.ni-sign-sgd-alt:before { content: ""; }

.ni-sign-kobo-alt:before { content: ""; }

.ni-sign-steem-alt:before { content: ""; }

.ni-sign-steller-alt:before { content: ""; }

.ni-sign-stripe-fulll:before { content: ""; }

.ni-sign-thb-alt:before { content: ""; }

.ni-sign-trx-alt:before { content: ""; }

.ni-sign-try-alt:before { content: ""; }

.ni-sign-usd-alt:before { content: ""; }

.ni-sign-usd-alt2:before { content: ""; }

.ni-sign-usdc-alt:before { content: ""; }

.ni-sign-usdt-alt:before { content: ""; }

.ni-sign-visa-alt:before { content: ""; }

.ni-sign-vnd-alt:before { content: ""; }

.ni-sign-waves-alt:before { content: ""; }

.ni-sign-xem-alt:before { content: ""; }

.ni-sign-xrp-new-alt:before { content: ""; }

.ni-sign-xrp-old-alt:before { content: ""; }

.ni-sign-zcash-alt:before { content: ""; }

.ni-chevron-left:before { content: ""; }

.ni-chevron-right:before { content: ""; }

.ni-chevron-up:before { content: ""; }

.ni-chevron-down:before { content: ""; }

.ni-chevron-left-round:before { content: ""; }

.ni-chevron-right-round:before { content: ""; }

.ni-chevron-up-round:before { content: ""; }

.ni-chevron-down-round:before { content: ""; }

.ni-chevron-left-round-fill:before { content: ""; }

.ni-chevron-right-round-fill:before { content: ""; }

.ni-chevron-up-round-fill:before { content: ""; }

.ni-chevron-down-round-fill:before { content: ""; }

.ni-chevron-left-c:before { content: ""; }

.ni-chevron-right-c:before { content: ""; }

.ni-chevron-up-c:before { content: ""; }

.ni-chevron-down-c:before { content: ""; }

.ni-chevron-left-fill-c:before { content: ""; }

.ni-chevron-right-fill-c:before { content: ""; }

.ni-chevron-up-fill-c:before { content: ""; }

.ni-chevron-down-fill-c:before { content: ""; }

.ni-chevron-left-circle:before { content: ""; }

.ni-chevron-right-circle:before { content: ""; }

.ni-chevron-up-circle:before { content: ""; }

.ni-chevron-down-circle:before { content: ""; }

.ni-chevron-left-circle-fill:before { content: ""; }

.ni-chevron-right-circle-fill:before { content: ""; }

.ni-chevron-up-circle-fill:before { content: ""; }

.ni-chevron-down-circle-fill:before { content: ""; }

.ni-caret-left:before { content: ""; }

.ni-caret-right:before { content: ""; }

.ni-caret-up:before { content: ""; }

.ni-caret-down:before { content: ""; }

.ni-caret-left-fill:before { content: ""; }

.ni-caret-right-fill:before { content: ""; }

.ni-caret-up-fill:before { content: ""; }

.ni-caret-down-fill:before { content: ""; }

.ni-sort:before { content: ""; }

.ni-sort-up:before { content: ""; }

.ni-sort-down:before { content: ""; }

.ni-sort-fill:before { content: ""; }

.ni-sort-up-fill:before { content: ""; }

.ni-sort-down-fill:before { content: ""; }

.ni-sort-v:before { content: ""; }

.ni-swap-v:before { content: ""; }

.ni-swap:before { content: ""; }

.ni-arrow-left-round:before { content: ""; }

.ni-arrow-right-round:before { content: ""; }

.ni-arrow-up-round:before { content: ""; }

.ni-arrow-down-round:before { content: ""; }

.ni-arrow-left-round-fill:before { content: ""; }

.ni-arrow-right-round-fill:before { content: ""; }

.ni-arrow-up-round-fill:before { content: ""; }

.ni-arrow-down-round-fill:before { content: ""; }

.ni-arrow-left-c:before { content: ""; }

.ni-arrow-right-c:before { content: ""; }

.ni-arrow-up-c:before { content: ""; }

.ni-arrow-down-c:before { content: ""; }

.ni-arrow-left-fill-c:before { content: ""; }

.ni-arrow-right-fill-c:before { content: ""; }

.ni-arrow-up-fill-c:before { content: ""; }

.ni-arrow-down-fill-c:before { content: ""; }

.ni-arrow-left-circle:before { content: ""; }

.ni-arrow-right-circle:before { content: ""; }

.ni-arrow-up-circle:before { content: ""; }

.ni-arrow-down-circle:before { content: ""; }

.ni-arrow-left-circle-fill:before { content: ""; }

.ni-arrow-up-circle-fill:before { content: ""; }

.ni-arrow-down-circle-fill:before { content: ""; }

.ni-arrow-right-circle-fill:before { content: ""; }

.ni-chevrons-left:before { content: ""; }

.ni-chevrons-right:before { content: ""; }

.ni-chevrons-up:before { content: ""; }

.ni-chevrons-down:before { content: ""; }

.ni-first:before { content: ""; }

.ni-last:before { content: ""; }

.ni-back-ios:before { content: ""; }

.ni-forward-ios:before { content: ""; }

.ni-upword-ios:before { content: ""; }

.ni-downward-ios:before { content: ""; }

.ni-back-alt:before { content: ""; }

.ni-forward-alt:before { content: ""; }

.ni-upword-alt:before { content: ""; }

.ni-downward-alt:before { content: ""; }

.ni-back-alt-fill:before { content: ""; }

.ni-forward-alt-fill:before { content: ""; }

.ni-upword-alt-fill:before { content: ""; }

.ni-downward-alt-fill:before { content: ""; }

.ni-arrow-long-left:before { content: ""; }

.ni-arrow-long-right:before { content: ""; }

.ni-arrow-long-up:before { content: ""; }

.ni-arrow-long-down:before { content: ""; }

.ni-arrow-left:before { content: ""; }

.ni-arrow-right:before { content: ""; }

.ni-arrow-up:before { content: ""; }

.ni-arrow-down:before { content: ""; }

.ni-arrow-up-left:before { content: ""; }

.ni-arrow-up-right:before { content: ""; }

.ni-arrow-down-left:before { content: ""; }

.ni-arrow-down-right:before { content: ""; }

.ni-arrow-to-left:before { content: ""; }

.ni-arrow-to-right:before { content: ""; }

.ni-arrow-to-up:before { content: ""; }

.ni-arrow-to-down:before { content: ""; }

.ni-arrow-from-left:before { content: ""; }

.ni-arrow-from-right:before { content: ""; }

.ni-arrow-from-up:before { content: ""; }

.ni-arrow-from-down:before { content: ""; }

.ni-curve-down-left:before { content: ""; }

.ni-curve-up-right:before { content: ""; }

.ni-curve-up-left:before { content: ""; }

.ni-curve-down-right:before { content: ""; }

.ni-curve-left-up:before { content: ""; }

.ni-dogecoin:before { content: "Đ"; }

.ni-skrill:before { content: "𝕊"; }

.ni-curve-right-up:before { content: ""; }

.ni-curve-left-down:before { content: ""; }

.ni-curve-right-down:before { content: ""; }

.ni-back-arrow:before { content: ""; }

.ni-forward-arrow:before { content: ""; }

.ni-back-arrow-fill:before { content: ""; }

.ni-forward-arrow-fill:before { content: ""; }

.ni-navigate:before { content: ""; }

.ni-navigate-up:before { content: ""; }

.ni-navigate-fill:before { content: ""; }

.ni-navigate-up-fill:before { content: ""; }

.ni-send:before { content: ""; }

.ni-send-alt:before { content: ""; }

.ni-unfold-less:before { content: ""; }

.ni-unfold-more:before { content: ""; }

.ni-exchange-v:before { content: ""; }

.ni-exchange:before { content: ""; }

.ni-expand:before { content: ""; }

.ni-shrink:before { content: ""; }

.ni-focus:before { content: ""; }

.ni-maximize:before { content: ""; }

.ni-minimize:before { content: ""; }

.ni-maximize-alt:before { content: ""; }

.ni-minimize-alt:before { content: ""; }

.ni-shuffle:before { content: ""; }

.ni-cross-sm:before { content: ""; }

.ni-cross:before { content: ""; }

.ni-cross-round:before { content: ""; }

.ni-cross-circle:before { content: ""; }

.ni-cross-c:before { content: ""; }

.ni-cross-round-fill:before { content: ""; }

.ni-cross-circle-fill:before { content: ""; }

.ni-cross-fill-c:before { content: ""; }

.ni-na:before { content: ""; }

.ni-check:before { content: ""; }

.ni-check-thick:before { content: ""; }

.ni-done:before { content: ""; }

.ni-check-round:before { content: ""; }

.ni-check-circle:before { content: ""; }

.ni-check-c:before { content: ""; }

.ni-check-round-fill:before { content: ""; }

.ni-check-circle-fill:before { content: ""; }

.ni-check-fill-c:before { content: ""; }

.ni-check-circle-cut:before { content: ""; }

.ni-check-round-cut:before { content: ""; }

.ni-bullet:before { content: ""; }

.ni-circle:before { content: ""; }

.ni-square:before { content: ""; }

.ni-square-c:before { content: ""; }

.ni-bullet-fill:before { content: ""; }

.ni-circle-fill:before { content: ""; }

.ni-square-fill:before { content: ""; }

.ni-square-fill-c:before { content: ""; }

.ni-plus-sm:before { content: ""; }

.ni-minus-sm:before { content: ""; }

.ni-plus:before { content: ""; }

.ni-minus:before { content: ""; }

.ni-plus-round:before { content: ""; }

.ni-minus-round:before { content: ""; }

.ni-plus-circle:before { content: ""; }

.ni-minus-circle:before { content: ""; }

.ni-plus-c:before { content: ""; }

.ni-minus-c:before { content: ""; }

.ni-plus-round-fill:before { content: ""; }

.ni-plus-circle-fill:before { content: ""; }

.ni-minus-round-fill:before { content: ""; }

.ni-minus-circle-fill:before { content: ""; }

.ni-plus-fill-c:before { content: ""; }

.ni-minus-fill-c:before { content: ""; }

.ni-plus-medi:before { content: ""; }

.ni-plus-medi-fill:before { content: ""; }

.ni-equal-sm:before { content: ""; }

.ni-equal:before { content: ""; }

.ni-calc:before { content: ""; }

.ni-search:before { content: ""; }

.ni-zoom-out:before { content: ""; }

.ni-zoom-in:before { content: ""; }

.ni-play:before { content: ""; }

.ni-play-fill:before { content: ""; }

.ni-play-circle:before { content: ""; }

.ni-play-circle-fill:before { content: ""; }

.ni-pause:before { content: ""; }

.ni-pause-fill:before { content: ""; }

.ni-pause-circle:before { content: ""; }

.ni-pause-circle-fill:before { content: ""; }

.ni-stop:before { content: ""; }

.ni-stop-fill:before { content: ""; }

.ni-stop-circle:before { content: ""; }

.ni-stop-circle-fill:before { content: ""; }

.ni-rewind:before { content: ""; }

.ni-forward:before { content: ""; }

.ni-rewind-fill:before { content: ""; }

.ni-forward-fill:before { content: ""; }

.ni-step-back:before { content: ""; }

.ni-step-forward:before { content: ""; }

.ni-vol-off:before { content: ""; }

.ni-vol-no:before { content: ""; }

.ni-vol-half:before { content: ""; }

.ni-vol:before { content: ""; }

.ni-mic:before { content: ""; }

.ni-mic-off:before { content: ""; }

.ni-video:before { content: ""; }

.ni-video-off:before { content: ""; }

.ni-video-fill:before { content: ""; }

.ni-loader:before { content: ""; }

.ni-power:before { content: ""; }

.ni-signout:before { content: ""; }

.ni-signin:before { content: ""; }

.ni-upload:before { content: ""; }

.ni-download:before { content: ""; }

.ni-alert-circle:before { content: ""; }

.ni-alert:before { content: ""; }

.ni-caution:before { content: ""; }

.ni-report:before { content: ""; }

.ni-alert-c:before { content: ""; }

.ni-alert-circle-fill:before { content: ""; }

.ni-alert-fill:before { content: ""; }

.ni-caution-fill:before { content: ""; }

.ni-report-fill:before { content: ""; }

.ni-alert-fill-c:before { content: ""; }

.ni-info-i:before { content: ""; }

.ni-info:before { content: ""; }

.ni-info-fill:before { content: ""; }

.ni-help:before { content: ""; }

.ni-help-fill:before { content: ""; }

.ni-archived:before { content: ""; }

.ni-archive:before { content: ""; }

.ni-unarchive:before { content: ""; }

.ni-archived-fill:before { content: ""; }

.ni-archive-fill:before { content: ""; }

.ni-unarchive-fill:before { content: ""; }

.ni-bag:before { content: ""; }

.ni-bag-fill:before { content: ""; }

.ni-bell:before { content: ""; }

.ni-bell-off:before { content: ""; }

.ni-bell-fill:before { content: ""; }

.ni-bell-off-fill:before { content: ""; }

.ni-wifi:before { content: ""; }

.ni-wifi-off:before { content: ""; }

.ni-live:before { content: ""; }

.ni-signal:before { content: ""; }

.ni-bluetooth:before { content: ""; }

.ni-blank-alt:before { content: ""; }

.ni-blank:before { content: ""; }

.ni-blank-fill:before { content: ""; }

.ni-blankf-fill:before { content: ""; }

.ni-block-over:before { content: ""; }

.ni-book-read:before { content: ""; }

.ni-book:before { content: ""; }

.ni-book-fill:before { content: ""; }

.ni-bulb-fill:before { content: ""; }

.ni-bulb:before { content: ""; }

.ni-calendar-alt-fill:before { content: ""; }

.ni-calendar-alt:before { content: ""; }

.ni-calendar-booking-fill:before { content: ""; }

.ni-calendar-booking:before { content: ""; }

.ni-calendar-check-fill:before { content: ""; }

.ni-calendar-check:before { content: ""; }

.ni-calendar-fill:before { content: ""; }

.ni-calendar:before { content: ""; }

.ni-calender-date-fill:before { content: ""; }

.ni-calender-date:before { content: ""; }

.ni-call:before { content: ""; }

.ni-call-alt:before { content: ""; }

.ni-call-alt-fill:before { content: ""; }

.ni-call-fill:before { content: ""; }

.ni-camera-fill:before { content: ""; }

.ni-camera:before { content: ""; }

.ni-capsule:before { content: ""; }

.ni-capsule-fill:before { content: ""; }

.ni-cards:before { content: ""; }

.ni-cards-fill:before { content: ""; }

.ni-cart:before { content: ""; }

.ni-cart-fill:before { content: ""; }

.ni-cc:before { content: ""; }

.ni-cc-alt:before { content: ""; }

.ni-cc-alt2:before { content: ""; }

.ni-cc-secure:before { content: ""; }

.ni-cc-new:before { content: ""; }

.ni-cc-off:before { content: ""; }

.ni-cc-fill:before { content: ""; }

.ni-cc-alt-fill:before { content: ""; }

.ni-cc-alt2-fill:before { content: ""; }

.ni-cc-secure-fill:before { content: ""; }

.ni-msg-circle:before { content: ""; }

.ni-chat-circle:before { content: ""; }

.ni-msg:before { content: ""; }

.ni-chat:before { content: ""; }

.ni-question-alt:before { content: ""; }

.ni-question:before { content: ""; }

.ni-msg-circle-fill:before { content: ""; }

.ni-chat-circle-fill:before { content: ""; }

.ni-msg-fill:before { content: ""; }

.ni-chat-fill:before { content: ""; }

.ni-clip-h:before { content: ""; }

.ni-clip-v:before { content: ""; }

.ni-clip:before { content: ""; }

.ni-link-alt:before { content: ""; }

.ni-unlink:before { content: ""; }

.ni-unlink-alt:before { content: ""; }

.ni-link-h:before { content: ""; }

.ni-link-v:before { content: ""; }

.ni-link:before { content: ""; }

.ni-clipboard:before { content: ""; }

.ni-clipboad-check:before { content: ""; }

.ni-clipboard-fill:before { content: ""; }

.ni-clipboad-check-fill:before { content: ""; }

.ni-clock:before { content: ""; }

.ni-clock-fill:before { content: ""; }

.ni-cloud:before { content: ""; }

.ni-upload-cloud:before { content: ""; }

.ni-download-cloud:before { content: ""; }

.ni-cloud-fill:before { content: ""; }

.ni-contact:before { content: ""; }

.ni-contact-fill:before { content: ""; }

.ni-coffee:before { content: ""; }

.ni-coffee-fill:before { content: ""; }

.ni-box-view:before { content: ""; }

.ni-col-view:before { content: ""; }

.ni-sidebar:before { content: ""; }

.ni-layout:before { content: ""; }

.ni-table-view:before { content: ""; }

.ni-layout2:before { content: ""; }

.ni-row-view:before { content: ""; }

.ni-dot-box:before { content: ""; }

.ni-layout-fill:before { content: ""; }

.ni-box-view-fill:before { content: ""; }

.ni-sidebar-fill:before { content: ""; }

.ni-table-view-fill:before { content: ""; }

.ni-dot-box-fill:before { content: ""; }

.ni-template:before { content: ""; }

.ni-browser:before { content: ""; }

.ni-toolbar:before { content: ""; }

.ni-browser-fill:before { content: ""; }

.ni-toolbar-fill:before { content: ""; }

.ni-template-fill:before { content: ""; }

.ni-box:before { content: ""; }

.ni-package:before { content: ""; }

.ni-layer:before { content: ""; }

.ni-layers:before { content: ""; }

.ni-panel:before { content: ""; }

.ni-server:before { content: ""; }

.ni-layer-fill:before { content: ""; }

.ni-layers-fill:before { content: ""; }

.ni-package-fill:before { content: ""; }

.ni-panel-fill:before { content: ""; }

.ni-server-fill:before { content: ""; }

.ni-color-palette:before { content: ""; }

.ni-color-palette-fill:before { content: ""; }

.ni-copy:before { content: ""; }

.ni-copy-fill:before { content: ""; }

.ni-crop-alt:before { content: ""; }

.ni-crop:before { content: ""; }

.ni-target:before { content: ""; }

.ni-crosshair:before { content: ""; }

.ni-crosshair-fill:before { content: ""; }

.ni-db-fill:before { content: ""; }

.ni-db:before { content: ""; }

.ni-hard-drive:before { content: ""; }

.ni-cpu:before { content: ""; }

.ni-disk:before { content: ""; }

.ni-pen:before { content: ""; }

.ni-edit-alt:before { content: ""; }

.ni-pen-fill:before { content: ""; }

.ni-edit-alt-fill:before { content: ""; }

.ni-pen-alt-fill:before { content: ""; }

.ni-edit-fill:before { content: ""; }

.ni-edit:before { content: ""; }

.ni-external-alt:before { content: ""; }

.ni-external:before { content: ""; }

.ni-eye-alt:before { content: ""; }

.ni-eye-alt-fill:before { content: ""; }

.ni-eye:before { content: ""; }

.ni-eye-fill:before { content: ""; }

.ni-eye-off:before { content: ""; }

.ni-eye-off-fill:before { content: ""; }

.ni-file:before { content: ""; }

.ni-file-minus:before { content: ""; }

.ni-file-plus:before { content: ""; }

.ni-file-remove:before { content: ""; }

.ni-file-check:before { content: ""; }

.ni-file-code:before { content: ""; }

.ni-file-docs:before { content: ""; }

.ni-file-img:before { content: ""; }

.ni-file-doc:before { content: ""; }

.ni-file-pdf:before { content: ""; }

.ni-file-xls:before { content: ""; }

.ni-file-zip:before { content: ""; }

.ni-file-download:before { content: ""; }

.ni-file-text:before { content: ""; }

.ni-files:before { content: ""; }

.ni-file-fill:before { content: ""; }

.ni-file-minus-fill:before { content: ""; }

.ni-file-plus-fill:before { content: ""; }

.ni-file-remove-fill:before { content: ""; }

.ni-file-check-fill:before { content: ""; }

.ni-file-text-fill:before { content: ""; }

.ni-files-fill:before { content: ""; }

.ni-folder:before { content: ""; }

.ni-folder-minus:before { content: ""; }

.ni-folder-plus:before { content: ""; }

.ni-folder-remove:before { content: ""; }

.ni-folder-check:before { content: ""; }

.ni-folder-list:before { content: ""; }

.ni-folders:before { content: ""; }

.ni-folder-fill:before { content: ""; }

.ni-folders-fill:before { content: ""; }

.ni-filter-alt:before { content: ""; }

.ni-sort-line:before { content: ""; }

.ni-filter-fill:before { content: ""; }

.ni-filter:before { content: ""; }

.ni-flag:before { content: ""; }

.ni-flag-fill:before { content: ""; }

.ni-notify:before { content: ""; }

.ni-dashboard:before { content: ""; }

.ni-dashboard-fill:before { content: ""; }

.ni-grid-sq:before { content: ""; }

.ni-grid:before { content: ""; }

.ni-grid-c:before { content: ""; }

.ni-grid-alt:before { content: ""; }

.ni-grid-plus:before { content: ""; }

.ni-grid-add-c:before { content: ""; }

.ni-grid-fill:before { content: ""; }

.ni-grid-fill-c:before { content: ""; }

.ni-grid-alt-fill:before { content: ""; }

.ni-grid-plus-fill:before { content: ""; }

.ni-grid-add-fill-c:before { content: ""; }

.ni-grid-box-alt-fill:before { content: ""; }

.ni-grid-box-alt:before { content: ""; }

.ni-grid-box:before { content: ""; }

.ni-grid-box-fill:before { content: ""; }

.ni-grid-line:before { content: ""; }

.ni-menu-alt-left:before { content: ""; }

.ni-menu-alt-r:before { content: ""; }

.ni-menu-alt:before { content: ""; }

.ni-menu-center:before { content: ""; }

.ni-menu-left:before { content: ""; }

.ni-menu-right:before { content: ""; }

.ni-menu:before { content: ""; }

.ni-trend-up:before { content: ""; }

.ni-trend-down:before { content: ""; }

.ni-line-chart-down:before { content: ""; }

.ni-line-chart-up:before { content: ""; }

.ni-line-chart:before { content: ""; }

.ni-bar-chart:before { content: ""; }

.ni-bar-chart-alt:before { content: ""; }

.ni-chart-up:before { content: ""; }

.ni-chart-down:before { content: ""; }

.ni-growth:before { content: ""; }

.ni-growth-fill:before { content: ""; }

.ni-bar-chart-fill:before { content: ""; }

.ni-bar-c:before { content: ""; }

.ni-bar-fill-c:before { content: ""; }

.ni-pie:before { content: ""; }

.ni-pie-alt:before { content: ""; }

.ni-pie-fill:before { content: ""; }

.ni-activity:before { content: ""; }

.ni-activity-alt:before { content: ""; }

.ni-activity-round:before { content: ""; }

.ni-activity-round-fill:before { content: ""; }

.ni-meter:before { content: ""; }

.ni-speed:before { content: ""; }

.ni-happy:before { content: ""; }

.ni-sad:before { content: ""; }

.ni-meh:before { content: ""; }

.ni-happy-fill:before { content: ""; }

.ni-happyf-fill:before { content: ""; }

.ni-sad-fill:before { content: ""; }

.ni-meh-fill:before { content: ""; }

.ni-home:before { content: ""; }

.ni-home-alt:before { content: ""; }

.ni-home-fill:before { content: ""; }

.ni-img:before { content: ""; }

.ni-img-fill:before { content: ""; }

.ni-inbox:before { content: ""; }

.ni-inbox-in:before { content: ""; }

.ni-inbox-out:before { content: ""; }

.ni-inbox-fill:before { content: ""; }

.ni-inbox-in-fill:before { content: ""; }

.ni-inbox-out-fill:before { content: ""; }

.ni-link-group:before { content: ""; }

.ni-lock:before { content: ""; }

.ni-lock-alt:before { content: ""; }

.ni-lock-fill:before { content: ""; }

.ni-lock-alt-fill:before { content: ""; }

.ni-unlock:before { content: ""; }

.ni-unlock-fill:before { content: ""; }

.ni-mail:before { content: ""; }

.ni-emails:before { content: ""; }

.ni-mail-fill:before { content: ""; }

.ni-emails-fill:before { content: ""; }

.ni-map-pin:before { content: ""; }

.ni-location:before { content: ""; }

.ni-map:before { content: ""; }

.ni-map-pin-fill:before { content: ""; }

.ni-list:before { content: ""; }

.ni-list-ol:before { content: ""; }

.ni-align-center:before { content: ""; }

.ni-align-justify:before { content: ""; }

.ni-align-left:before { content: ""; }

.ni-align-right:before { content: ""; }

.ni-list-check:before { content: ""; }

.ni-list-round:before { content: ""; }

.ni-card-view:before { content: ""; }

.ni-list-fill:before { content: ""; }

.ni-save:before { content: ""; }

.ni-save-fill:before { content: ""; }

.ni-move:before { content: ""; }

.ni-scissor:before { content: ""; }

.ni-text:before { content: ""; }

.ni-text-a:before { content: ""; }

.ni-bold:before { content: ""; }

.ni-italic:before { content: ""; }

.ni-underline:before { content: ""; }

.ni-percent:before { content: ""; }

.ni-at:before { content: ""; }

.ni-hash:before { content: ""; }

.ni-code:before { content: ""; }

.ni-code-download:before { content: ""; }

.ni-terminal:before { content: ""; }

.ni-cmd:before { content: ""; }

.ni-sun:before { content: ""; }

.ni-sun-fill:before { content: ""; }

.ni-moon-fill:before { content: ""; }

.ni-moon:before { content: ""; }

.ni-light:before { content: ""; }

.ni-light-fill:before { content: ""; }

.ni-more-v:before { content: ""; }

.ni-more-h:before { content: ""; }

.ni-more-h-alt:before { content: ""; }

.ni-more-v-alt:before { content: ""; }

.ni-music:before { content: ""; }

.ni-movie:before { content: ""; }

.ni-offer:before { content: ""; }

.ni-offer-fill:before { content: ""; }

.ni-opt-alt:before { content: ""; }

.ni-opt:before { content: ""; }

.ni-opt-dot-alt:before { content: ""; }

.ni-opt-dot:before { content: ""; }

.ni-opt-dot-fill:before { content: ""; }

.ni-opt-alt-fill:before { content: ""; }

.ni-user-alt:before { content: ""; }

.ni-user-alt-fill:before { content: ""; }

.ni-user:before { content: ""; }

.ni-users:before { content: ""; }

.ni-user-add:before { content: ""; }

.ni-user-remove:before { content: ""; }

.ni-user-check:before { content: ""; }

.ni-user-cross:before { content: ""; }

.ni-account-setting:before { content: ""; }

.ni-account-setting-alt:before { content: ""; }

.ni-user-list:before { content: ""; }

.ni-user-fill:before { content: ""; }

.ni-users-fill:before { content: ""; }

.ni-user-add-fill:before { content: ""; }

.ni-user-remove-fill:before { content: ""; }

.ni-user-check-fill:before { content: ""; }

.ni-user-cross-fill:before { content: ""; }

.ni-account-setting-fill:before { content: ""; }

.ni-user-list-fill:before { content: ""; }

.ni-user-circle:before { content: ""; }

.ni-user-circle-fill:before { content: ""; }

.ni-user-c:before { content: ""; }

.ni-user-fill-c:before { content: ""; }

.ni-user-round:before { content: ""; }

.ni-printer:before { content: ""; }

.ni-printer-fill:before { content: ""; }

.ni-laptop:before { content: ""; }

.ni-monitor:before { content: ""; }

.ni-tablet:before { content: ""; }

.ni-mobile:before { content: ""; }

.ni-undo:before { content: ""; }

.ni-redo:before { content: ""; }

.ni-reload-alt:before { content: ""; }

.ni-reload:before { content: ""; }

.ni-regen-alt:before { content: ""; }

.ni-regen:before { content: ""; }

.ni-invest:before { content: ""; }

.ni-history:before { content: ""; }

.ni-histroy:before { content: ""; }

.ni-update:before { content: ""; }

.ni-repeat:before { content: ""; }

.ni-repeat-v:before { content: ""; }

.ni-tranx:before { content: ""; }

.ni-reply-all:before { content: ""; }

.ni-reply:before { content: ""; }

.ni-reply-fill:before { content: ""; }

.ni-reply-all-fill:before { content: ""; }

.ni-notes:before { content: ""; }

.ni-note-add:before { content: ""; }

.ni-notes-alt:before { content: ""; }

.ni-article:before { content: ""; }

.ni-text-rich:before { content: ""; }

.ni-todo:before { content: ""; }

.ni-report-profit:before { content: ""; }

.ni-reports-alt:before { content: ""; }

.ni-reports:before { content: ""; }

.ni-task:before { content: ""; }

.ni-note-add-c:before { content: ""; }

.ni-task-c:before { content: ""; }

.ni-todo-fill:before { content: ""; }

.ni-note-add-fill-c:before { content: ""; }

.ni-task-fill-c:before { content: ""; }

.ni-scan-fill:before { content: ""; }

.ni-scan:before { content: ""; }

.ni-qr:before { content: ""; }

.ni-money:before { content: ""; }

.ni-coins:before { content: ""; }

.ni-coin:before { content: ""; }

.ni-coin-alt:before { content: ""; }

.ni-coin-alt-fill:before { content: ""; }

.ni-setting-alt-fill:before { content: ""; }

.ni-setting-alt:before { content: ""; }

.ni-setting-fill:before { content: ""; }

.ni-setting:before { content: ""; }

.ni-share-alt:before { content: ""; }

.ni-share-fill:before { content: ""; }

.ni-share:before { content: ""; }

.ni-network:before { content: ""; }

.ni-rss:before { content: ""; }

.ni-shield:before { content: ""; }

.ni-shield-star:before { content: ""; }

.ni-shield-check:before { content: ""; }

.ni-shield-alert:before { content: ""; }

.ni-shield-off:before { content: ""; }

.ni-security:before { content: ""; }

.ni-policy:before { content: ""; }

.ni-shield-alert-fill:before { content: ""; }

.ni-shield-check-fill:before { content: ""; }

.ni-shield-fill:before { content: ""; }

.ni-shield-half:before { content: ""; }

.ni-shield-star-fill:before { content: ""; }

.ni-policy-fill:before { content: ""; }

.ni-spark:before { content: ""; }

.ni-spark-off:before { content: ""; }

.ni-spark-fill:before { content: ""; }

.ni-spark-off-fill:before { content: ""; }

.ni-wallet:before { content: ""; }

.ni-wallet-alt:before { content: ""; }

.ni-wallet-in:before { content: ""; }

.ni-wallet-out:before { content: ""; }

.ni-wallet-saving:before { content: ""; }

.ni-wallet-fill:before { content: ""; }

.ni-star:before { content: ""; }

.ni-star-half:before { content: ""; }

.ni-star-half-fill:before { content: ""; }

.ni-star-fill:before { content: ""; }

.ni-star-round:before { content: ""; }

.ni-heart:before { content: ""; }

.ni-heart-fill:before { content: ""; }

.ni-swap-alt-fill:before { content: ""; }

.ni-swap-alt:before { content: ""; }

.ni-thumbs-down:before { content: ""; }

.ni-thumbs-up:before { content: ""; }

.ni-tag:before { content: ""; }

.ni-tag-alt:before { content: ""; }

.ni-tags:before { content: ""; }

.ni-tag-fill:before { content: ""; }

.ni-tag-alt-fill:before { content: ""; }

.ni-tags-fill:before { content: ""; }

.ni-bookmark:before { content: ""; }

.ni-bookmark-fill:before { content: ""; }

.ni-label:before { content: ""; }

.ni-label-fill:before { content: ""; }

.ni-priority:before { content: ""; }

.ni-piority:before { content: ""; }

.ni-priority-fill:before { content: ""; }

.ni-piority-fill:before { content: ""; }

.ni-label-alt:before { content: ""; }

.ni-label-alt-fill:before { content: ""; }

.ni-ticket-alt:before { content: ""; }

.ni-ticket:before { content: ""; }

.ni-ticket-minus:before { content: ""; }

.ni-ticket-plus:before { content: ""; }

.ni-ticket-alt-fill:before { content: ""; }

.ni-ticket-fill:before { content: ""; }

.ni-ticket-minus-fill:before { content: ""; }

.ni-ticket-plus-fill:before { content: ""; }

.ni-toggle-off:before { content: ""; }

.ni-toggle-on:before { content: ""; }

.ni-trash-alt:before { content: ""; }

.ni-trash-empty:before { content: ""; }

.ni-trash:before { content: ""; }

.ni-trash-fill:before { content: ""; }

.ni-trash-empty-fill:before { content: ""; }

.ni-delete-fill:before { content: ""; }

.ni-delete:before { content: ""; }

.ni-alarm-alt:before { content: ""; }

.ni-alarm:before { content: ""; }

.ni-bugs:before { content: ""; }

.ni-building:before { content: ""; }

.ni-building-fill:before { content: ""; }

.ni-headphone:before { content: ""; }

.ni-headphone-fill:before { content: ""; }

.ni-aperture:before { content: ""; }

.ni-help-alt:before { content: ""; }

.ni-award:before { content: ""; }

.ni-briefcase:before { content: ""; }

.ni-gift:before { content: ""; }

.ni-globe:before { content: ""; }

.ni-umbrela:before { content: ""; }

.ni-truck:before { content: ""; }

.ni-sign-usd:before { content: ""; }

.ni-sign-dollar:before { content: ""; }

.ni-sign-mxn:before { content: ""; }

.ni-sign-sgd:before { content: ""; }

.ni-sign-euro:before { content: ""; }

.ni-sign-eur:before { content: ""; }

.ni-sign-gbp:before { content: ""; }

.ni-sign-pound:before { content: ""; }

.ni-sign-thb:before { content: ""; }

.ni-sign-inr:before { content: ""; }

.ni-sign-jpy:before { content: ""; }

.ni-sign-yen:before { content: ""; }

.ni-sign-cny:before { content: ""; }

.ni-sign-kobo:before { content: ""; }

.ni-sign-chf:before { content: ""; }

.ni-sign-vnd:before { content: ""; }

.ni-sign-php:before { content: ""; }

.ni-sign-brl:before { content: ""; }

.ni-sign-idr:before { content: ""; }

.ni-sign-czk:before { content: ""; }

.ni-sign-hkd:before { content: ""; }

.ni-sign-kr:before { content: ""; }

.ni-sign-dkk:before { content: ""; }

.ni-sign-nok:before { content: ""; }

.ni-sign-sek:before { content: ""; }

.ni-sign-rub:before { content: ""; }

.ni-sign-myr:before { content: ""; }

.ni-sign-pln:before { content: ""; }

.ni-sign-try:before { content: ""; }

.ni-sign-waves:before { content: ""; }

.ni-waves:before { content: ""; }

.ni-sign-trx:before { content: ""; }

.ni-tron:before { content: ""; }

.ni-sign-xem:before { content: ""; }

.ni-nem:before { content: ""; }

.ni-sign-mxr:before { content: ""; }

.ni-monero:before { content: ""; }

.ni-sign-usdc:before { content: ""; }

.ni-sign-steller:before { content: ""; }

.ni-sign-steem:before { content: ""; }

.ni-sign-usdt:before { content: ""; }

.ni-tether:before { content: ""; }

.ni-sign-btc:before { content: ""; }

.ni-bitcoin:before { content: ""; }

.ni-sign-bch:before { content: ""; }

.ni-bitcoin-cash:before { content: ""; }

.ni-sign-bnb:before { content: ""; }

.ni-binance:before { content: ""; }

.ni-sign-ada:before { content: ""; }

.ni-sign-zcash:before { content: ""; }

.ni-sign-eth:before { content: ""; }

.ni-ethereum:before { content: ""; }

.ni-sign-dash:before { content: ""; }

.ni-dash:before { content: ""; }

.ni-sign-xrp-old:before { content: ""; }

.ni-ripple-old:before { content: ""; }

.ni-sign-eos:before { content: ""; }

.ni-eos:before { content: ""; }

.ni-sign-xrp:before { content: ""; }

.ni-ripple:before { content: ""; }

.ni-american-express:before { content: ""; }

.ni-jcb:before { content: ""; }

.ni-cc-jcb:before { content: ""; }

.ni-mc:before { content: ""; }

.ni-cc-mc:before { content: ""; }

.ni-discover:before { content: ""; }

.ni-cc-discover:before { content: ""; }

.ni-visa:before { content: ""; }

.ni-cc-visa:before { content: ""; }

.ni-cc-paypal:before { content: ""; }

.ni-cc-stripe:before { content: ""; }

.ni-amazon-pay:before { content: ""; }

.ni-amazon-pay-fill:before { content: ""; }

.ni-google-pay:before { content: ""; }

.ni-google-pay-fill:before { content: ""; }

.ni-apple-pay:before { content: ""; }

.ni-apple-pay-fill:before { content: ""; }

.ni-angular:before { content: ""; }

.ni-react:before { content: ""; }

.ni-laravel:before { content: ""; }

.ni-html5:before { content: ""; }

.ni-css3-fill:before { content: ""; }

.ni-css3:before { content: ""; }

.ni-js:before { content: ""; }

.ni-php:before { content: ""; }

.ni-python:before { content: ""; }

.ni-bootstrap:before { content: ""; }

.ni-ebay:before { content: ""; }

.ni-google-wallet:before { content: ""; }

.ni-google-drive:before { content: ""; }

.ni-google-play-store:before { content: ""; }

.ni-android:before { content: ""; }

.ni-blogger-fill:before { content: ""; }

.ni-blogger:before { content: ""; }

.ni-hangout:before { content: ""; }

.ni-apple-store:before { content: ""; }

.ni-apple-store-ios:before { content: ""; }

.ni-stripe:before { content: ""; }

.ni-apple:before { content: ""; }

.ni-microsoft:before { content: ""; }

.ni-windows:before { content: ""; }

.ni-amazon:before { content: ""; }

.ni-paypal-alt:before { content: ""; }

.ni-airbnb:before { content: ""; }

.ni-adobe:before { content: ""; }

.ni-mailchimp:before { content: ""; }

.ni-dropbox:before { content: ""; }

.ni-digital-ocean:before { content: ""; }

.ni-slack:before { content: ""; }

.ni-slack-hash:before { content: ""; }

.ni-stack-overflow:before { content: ""; }

.ni-soundcloud:before { content: ""; }

.ni-blackberry:before { content: ""; }

.ni-spotify:before { content: ""; }

.ni-kickstarter:before { content: ""; }

.ni-houzz:before { content: ""; }

.ni-vine:before { content: ""; }

.ni-yelp:before { content: ""; }

.ni-yoast:before { content: ""; }

.ni-envato:before { content: ""; }

.ni-wordpress:before { content: ""; }

.ni-wp:before { content: ""; }

.ni-wordpress-fill:before { content: ""; }

.ni-elementor:before { content: ""; }

.ni-joomla:before { content: ""; }

.ni-megento:before { content: ""; }

.ni-git:before { content: ""; }

.ni-github:before { content: ""; }

.ni-github-round:before { content: ""; }

.ni-github-circle:before { content: ""; }

.ni-dribbble:before { content: ""; }

.ni-dribbble-round:before { content: ""; }

.ni-behance:before { content: ""; }

.ni-behance-fill:before { content: ""; }

.ni-flickr:before { content: ""; }

.ni-flickr-round:before { content: ""; }

.ni-medium:before { content: ""; }

.ni-medium-round:before { content: ""; }

.ni-reddit:before { content: ""; }

.ni-reddit-round:before { content: ""; }

.ni-reddit-circle:before { content: ""; }

.ni-google:before { content: ""; }

.ni-facebook-f:before { content: ""; }

.ni-facebook-fill:before { content: ""; }

.ni-facebook-circle:before { content: ""; }

.ni-instagram:before { content: ""; }

.ni-instagram-round:before { content: ""; }

.ni-linkedin:before { content: ""; }

.ni-linkedin-round:before { content: ""; }

.ni-twitter:before { content: ""; }

.ni-twitter-round:before { content: ""; }

.ni-pinterest:before { content: ""; }

.ni-pinterest-round:before { content: ""; }

.ni-pinterest-circle:before { content: ""; }

.ni-tumblr:before { content: ""; }

.ni-tumblr-round:before { content: ""; }

.ni-skype:before { content: ""; }

.ni-viber:before { content: ""; }

.ni-whatsapp:before { content: ""; }

.ni-whatsapp-round:before { content: ""; }

.ni-snapchat:before { content: ""; }

.ni-snapchat-fill:before { content: ""; }

.ni-telegram:before { content: ""; }

.ni-telegram-circle:before { content: ""; }

.ni-youtube-line:before { content: ""; }

.ni-youtube:before { content: ""; }

.ni-youtube-fill:before { content: ""; }

.ni-youtube-round:before { content: ""; }

.ni-vimeo:before { content: ""; }

.ni-vimeo-fill:before { content: ""; }

@font-face {
  font-family: "ralH";
  src: url(../fonts/theme-font/Arial.ttf.woff);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}
* {
  margin: 0;
  padding: 0;
}


  @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
 
    .market-padding {
      padding-left: 200px;
      padding-right: 200px;
    }
   }
 
.search-box,
.filters .filter:not(.filter.active),
.notification,
.item .left img {
  border: 1px solid rgba(209, 213, 219, 1);
}
.filters .filter.active {
  color: rgb(37, 99, 235);
  background-color: rgb(219, 234, 254);
  border: none;
}

.item .crypto-increase i {
  font-size: 0.3rem;
}

.item .crypto-increase i.positive-inc {
  color: #28af7e;
}

.negative-inc {
  color: #ef4444;
  transform: rotate(180deg);
}



#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

/* Main title css
============================================================================================ */
.intro_title h2 {
  font-size: 32px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #03a9f4;
  letter-spacing: .96px;
  position: relative;
  padding-bottom: 15px;
}

.intro_title h2 span {
  color: #242424;
}

.intro_title h2:before {
  content: "";
  background: #242424;
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.intro_title p {
  color: #242424;
  font-family:WorkSans,sans-serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: .48px;
  padding-top: 30px;
}

.left_ex_title h2 {
  font-size: 32px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #03a9f4;
  letter-spacing: .96px;
  position: relative;
}

.left_ex_title h2 span {
  color: #242424;
}

.left_ex_title p {
  font-size: 14px;
  color: #a0a0a0;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .42px;
  padding-top: 10px;
}

.left_wh_title h2 {
  font-size: 32px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .96px;
  position: relative;
  padding-bottom: 10px;
}

.left_wh_title h2 span {
  color: #242424;
}

.left_wh_title p {
  font-size: 14px;
  color: #fff;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .42px;
}

.middle_title {
  text-align: center;
  padding-bottom: 45px;
}

.middle_title h2 {
  color: #242424;
  font-family:WorkSans,sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .96px;
  text-transform: uppercase;
  padding-bottom: 12px;
  position: relative;
}

.middle_title h2 span {
  color: #fff;
}

.middle_title h2:before {
  content: "";
  width: 70px;
  background: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  bottom: 0px;
  position: absolute;
}

.middle_title p {
  font-size: 16px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .48px;
  color: #242424;
  padding-top: 25px;
}

.center_title {
  padding-bottom: 60px;
  text-align: center;
}

.center_title h2 {
  font-size: 32px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #03a9f4;
  letter-spacing: .96px;
  position: relative;
  padding-bottom: 10px;
}

.center_title h2 span {
  color: #242424;
}

.center_title p {
  font-size: 16px;
  line-height: 28px;
  font-family:WorkSans,sans-serif;
  font-style: italic;
  color: #242424;
  letter-spacing: .48px;
}

.center_title {
  padding-bottom: 60px;
  text-align: center;
}

.center_title h2 {
  font-size: 32px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #03a9f4;
  letter-spacing: .96px;
  position: relative;
  padding-bottom: 10px;
}

.center_title h2 span {
  color: #242424;
}

.center_title p {
  font-size: 16px;
  line-height: 28px;
  font-family:WorkSans,sans-serif;
  font-style: italic;
  color: #242424;
  letter-spacing: .48px;
}

.center_w_title {
  padding-bottom: 60px;
  text-align: center;
}

.center_w_title h2 {
  font-size: 32px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .96px;
  position: relative;
  padding-bottom: 10px;
}

.center_w_title h2 span {
  color: #03a9f4;
}

.center_w_title p {
  font-size: 16px;
  line-height: 28px;
  font-family:WorkSans,sans-serif;
  font-style: italic;
  color: #fff;
  letter-spacing: .48px;
  opacity: .4;
}

.main_big_title {
  text-align: center;
  padding-bottom: 45px;
}

.main_big_title h2 {
  color: #03a9f4;
  font-family:WorkSans,sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .96px;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
}

.main_big_title h2 span {
  color: #242424;
}

.main_big_title h2:before {
  content: "";
  width: 70px;
  background: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  bottom: 0px;
  position: absolute;
}

.main_big_title p {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .225px;
  line-height: 26px;
  color: #898989;
  padding-top: 25px;
}

.resort_title {
  padding-bottom: 15px;
  position: relative;
}

.resort_title:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70px;
  height: 1px;
  background: #000000;
}

.resort_title h2 {
  font-size: 32px;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
  letter-spacing: .96px;
  text-transform: uppercase;
  color: #242424;
  padding-bottom: 10px;
}

.resort_title h2 span {
  color: #03a9f4;
}

.resort_title h5 {
  font-size: 14px;
  color: #a0a0a0;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .42px;
  text-transform: uppercase;
}

/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Header Area css
============================================================================================ */
.main_header_area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22;
  background: rgba(0, 0, 0, 0.22);
}

.main_header_area.white_menu .header_top {
  background: #fff;
}

.main_header_area.white_menu .header_top .header_top_inner {
  border-bottom: 1px solid #e7e7e7;
}

.main_header_area.white_menu .header_top .header_top_inner .pull-left a {
  color: #242424;
  opacity: .6;
}

.main_header_area.white_menu .header_top .header_top_inner .pull-left a:hover {
  color: #03a9f4;
  opacity: 1;
}

.main_header_area.white_menu .header_top .header_top_inner .pull-right .header_social li a {
  color: #242424;
  opacity: .6;
}

.main_header_area.white_menu .header_top .header_top_inner .pull-right .header_social li:hover a {
  color: #03a9f4;
}

.main_header_area.white_menu .header_menu {
  background: #fff;
}

.main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li > a {
  color: #242424;
}

.main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li:hover > a, .main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav > li.active > a {
  color: #03a9f4;
}

.main_header_area.white_menu .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn {
  color: #fff;
}

.main_header_area.white_menu .header_menu.affix {
  -webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
}

.main_header_area.white_menu + section, .main_header_area.white_menu + div, .main_header_area.white_menu + .row {
  margin-top: 134px;
}

.main_header_area.tp_header_area {
  background: transparent;
}

.header_top .header_top_inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  clear: both;
  overflow: hidden;
}

.header_top .header_top_inner .pull-left a {
  line-height: 48px;
  font-size: 15px;
  color: #fff;
  opacity: .60;
  font-family:WorkSans,sans-serif;
  letter-spacing: .45px;
  margin-right: 22px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.header_top .header_top_inner .pull-left a i {
  padding-right: 10px;
  font-size: 20px;
  vertical-align: middle;
  line-height: 44px;
}

.header_top .header_top_inner .pull-left a:last-child {
  margin-right: 0px;
}

.header_top .header_top_inner .pull-left a:nth-child(2) i {
  font-size: 15px;
}

.header_top .header_top_inner .pull-left a:hover {
  opacity: 1;
}

.header_social li {
  display: inline-block;
  margin-right: 16px;
}

.header_social li a {
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  opacity: .6;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.header_social li:last-child {
  margin-right: 0px;
}

.header_social li:hover a {
  opacity: 1;
}

.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: transparent;
  border: none;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
  height: 85px;
  line-height: 75px;
  padding: 0px 0px 0px 15px;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
  display: inline-block;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
  display: none;
}

.header_menu .navbar.navbar-default .navbar-collapse {
  text-align: right;
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
  float: none;
  text-align: right;
  display: inline-block;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
  float: none;
  display: inline-block;
  margin-right: 27px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family:WorkSans,sans-serif;
  text-transform: uppercase;
  padding: 0px;
  letter-spacing: .45px;
  line-height: 85px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
  display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a, .header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #03a9f4;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 232px;
    background: #eeeeee;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #cbcbcb;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
  line-height: 45px;
  color: #242424;
  font-family:WorkSans,sans-serif;
  font-size: 15px;
  padding: 0px 30px;
  font-weight: 600;
  letter-spacing: .30px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
  border-bottom: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:hover a {
  background: #03a9f4;
  color: #fff;
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: -2px;
    background: #eeeeee;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
    line-height: 45px;
    color: #242424;
    font-family:WorkSans,sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 0px 30px;
    letter-spacing: .30px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    background: #eeeeee;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
    color: #fff;
    background: #03a9f4;
  }
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
  margin-right: 0px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li i.icon-Search {
  display: inline-block;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .search_dropdown a {
  color: rgba(255, 255, 255, 0.7);
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn {
  background: #03a9f4;
  color: #000;
  line-height: 34px;
  display: inline-block;
  padding: 0px 25px;
  font-size: 14px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .28px;
  position: relative;
  z-index: 2;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 2px solid #03a9f4;
  margin-top: 21px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right .book_btn .book_now_btn:hover {
  color: #03a9f4;
  background: transparent;
}

.header_menu.affix {
  width: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
}

.header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand {
  height: 70px;
  line-height: 62px;
}

.header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img {
  display: none;
}

.header_menu.affix .navbar.navbar-default .navbar-header .navbar-brand img + img {
  display: inline-block;
}

.header_menu.affix .navbar.navbar-default .nav.navbar-nav > li > a {
  line-height: 70px;
  color: #242424;
}

.header_menu.affix .navbar.navbar-default .nav.navbar-nav > li:hover > a, .header_menu.affix .navbar.navbar-default .nav.navbar-nav > li.active > a {
  color: #03a9f4;
}

.header_menu.affix .navbar.navbar-default .nav.navbar-nav.navbar-right li.book_btn .book_now_btn {
  margin-top: 15px;
}

.header_menu.affix .navbar.navbar-default .nav.navbar-nav.navbar-right li i.icon-Search {
  color: #242424;
}

.header_top_logo .header_top_l_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header_top_logo .header_top_l_inner .h_left_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header_top_logo .header_top_l_inner .h_left_text a {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .6px;
  color: #fff;
  display: inline-block;
  line-height: 44px;
}

.header_top_logo .header_top_l_inner .h_left_text a img {
  padding-right: 10px;
}

.header_top_logo .header_top_l_inner .h_middle_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}

.header_top_logo .header_top_l_inner .h_middle_text a {
  line-height: 37px;
}

.header_top_logo .header_top_l_inner .h_right_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.header_top_logo .header_top_l_inner .h_right_text .book_now_btn {
  color: #000000;
  height: 38px;
  margin-top: 3px;
}

.header_top_logo .header_top_l_inner .h_right_text .book_now_btn:hover {
  color: #fff;
}

.middle_menu_area .navbar.navbar-default {
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

.middle_menu_area .navbar.navbar-default .navbar-brand {
  display: none;
}

.middle_menu_area .navbar.navbar-default .navbar-collapse {
  text-align: center;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav {
  margin-left: -15px;
  float: none;
  display: block;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li {
  float: none;
  display: inline-block;
  margin-right: 30px;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li a {
  padding: 0px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .45px;
  line-height: 88px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li a i {
  display: none;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li a .icon-Search {
  display: inline-block;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin-right: 0px;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li:last-child a {
  opacity: .7;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li:hover a, .middle_menu_area .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #03a9f4;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 232px;
    background: #eeeeee;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #cbcbcb;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
  line-height: 45px;
  color: #242424;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 0px 30px;
  letter-spacing: .30px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  opacity: 1;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:last-child {
  border-bottom: none;
}

.middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:hover a {
  background: #03a9f4;
  color: #fff;
}

@media (min-width: 992px) {
  .middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li.submenu .dropdown-menu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: -2px;
    background: #eeeeee;
  }
  .middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li.submenu .dropdown-menu li a {
    line-height: 45px;
    color: #242424;
    font-family:WorkSans,sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 0px 30px;
    letter-spacing: .30px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    background: #eeeeee;
  }
  .middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li.submenu .dropdown-menu li:hover a {
    color: #fff;
    background: #03a9f4;
  }
}

@media (min-width: 992px) {
  .middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li.submenu:hover .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media (min-width: 992px) {
  .middle_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

.middle_menu_area.affix {
  position: fixed;
  z-index: 999;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
}

.middle_menu_area.affix .navbar.navbar-default .nav.navbar-nav > li > a {
  color: #181426;
  line-height: 70px;
}

.middle_menu_area.affix .navbar.navbar-default .nav.navbar-nav > li:hover > a, .middle_menu_area.affix .navbar.navbar-default .nav.navbar-nav > li.active > a {
  color: #03a9f4;
}

/* End Header Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button css
============================================================================================ */
.book_now_btn {
  background: #03a9f4;
  color: #fff;
  line-height: 36px;
  display: inline-block;
  padding: 0px 25px;
  font-size: 14px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .28px;
  position: relative;
  z-index: 2;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #03a9f4;
}

.book_now_btn:hover {
  color: #000;
  background: transparent;
  border-color: #03a9f4;
}

.book_now_btn_black {
  background: #242424;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  padding: 0px 25px;
  font-size: 14px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .28px;
  position: relative;
  z-index: 2;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #242424;
}

.book_now_btn_black:hover {
  color: #242424;
  border-color: #242424;
  background: transparent;
}

.slider_btn {
  display: inline-block;
  border: 2px solid #fff;
  padding: 0px 27px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  font-family:WorkSans,sans-serif;
  text-transform: uppercase;
  letter-spacing: .28px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}

.slider_btn:hover {
  color: #fff;
  border-color: #03a9f4;
  background: #03a9f4;
}

.about_btn_b {
  display: inline-block;
  border: 1px solid #8e8e8e;
  padding: 0px 27px;
  line-height: 46px;
  color: #000;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .45px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.about_btn_b:hover {
  color: #fff;
  border-color: #03a9f4;
  background: #03a9f4;
}

.about_btn_wh {
  display: inline-block;
  border: 2px solid #fff;
  padding: 0px 27px;
  line-height: 46px;
  color: #fff;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .45px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.about_btn_wh:hover {
  color: #242424;
  border-color: #242424;
}

.submit_btn {
  background: #03a9f4 !important;
  color: #fff;
  border-radius: 0px;
  border: none;
  width: 160px;
  padding: 0px;
  height: 52px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .28px;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-weight: 600;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block;
  border: 2px solid #03a9f4;
}

.submit_btn:hover, .submit_btn:focus {
  color: #03a9f4;
  border-color: #03a9f4;
  background: transparent !important;
}

.submit_btn_black {
  background: #242424 !important;
  color: #fff;
  border-radius: 0px;
  border: none;
  width: 160px;
  padding: 0px;
  height: 52px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .28px;
  line-height: 52px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-weight: 600;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block;
  border: 2px solid #242424;
}

.submit_btn_black:hover, .submit_btn_black:focus {
  color: #242424;
  border-color: #242424;
  background: transparent !important;
}

/* Main Button css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Slider Area css
============================================================================================ */
.main_slider_area {
  position: relative;
}

.main_slider_area ul li .slider_text_box .first_text {
  color: #fff;
  font-weight: 600 !important;
  font-family:WorkSans,sans-serif;
  overflow: hidden;
}

.main_slider_area ul li .slider_text_box .secand_text {
  color: #fff;
  font-family: "Lato", sans-serif;
  letter-spacing: .54px;
}

.main_slider_area ul li .slider_text_box .middle_f_text {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-style: italic;
  position: relative;
  display: inline-block;
}

.main_slider_area ul li .slider_text_box .middle_f_text:before {
  content: "";
  width: 95px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: 22;
}

.main_slider_area ul li .slider_text_box .middle_f_text:after {
  content: "";
  width: 95px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 14px;
  z-index: 22;
}

.main_slider_area ul li .slider_text_box .middle_s_text {
  color: #fff;
  font-weight: bold !important;
  text-transform: uppercase;
}

.main_slider_area .book_table_area {
  margin: 0px;
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 20;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.main_slider_area .book_table_area .book_single_one {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .60px;
  display: inline-block;
  position: relative;
  z-index: 22;
  margin-bottom: 15px;
}

.main_slider_area .book_table_area .book_single_one:before {
  content: "";
  width: 52px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -72px;
  bottom: 4px;
  opacity: 1;
  z-index: 22;
}

.main_slider_area .book_table_area .book_single_one:after {
  content: "";
  width: 52px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -72px;
  bottom: 4px;
  opacity: 1;
  z-index: 22;
}

.main_slider_area .book_table_area .book_single_text {
  text-align: center;
  color: #fff;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 65px;
}

.main_slider_area .book_table_area .book_table_inner {
  margin-top: 0px !important;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid #524e54;
}

.main_slider_area .tp-leftarrow, .main_slider_area .tp-rightarrow {
  z-index: 20 !important;
}

/* End Main Slider Area css
============================================================================================ */
/* Book Room Area css
============================================================================================ */
.book_room_area {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 20;
}

.book_room_box {
  max-width: 370px;
  background: #03a9f4;
  padding: 45px 35px 55px 35px;
  float: right;
  overflow: hidden;
  width: 100%;
}

.book_room_box .book_table_item {
  margin-bottom: 20px;
}

.book_room_box .book_table_item:last-child {
  margin-bottom: 0px;
  margin-top: 30px;
}

.book_room_box .book_table_item h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.book_room_box .book_table_item .input-append {
  position: relative;
}

.book_room_box .book_table_item .input-append input {
  width: 100%;
  height: 46px;
  border: 1px solid #fff;
  background: transparent;
  padding: 0px 24px;
  color: #fff;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

.book_room_box .book_table_item .input-append input.placeholder {
  color: #fff;
  font-family:WorkSans,sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.book_room_box .book_table_item .input-append input:-moz-placeholder {
  color: #fff;
  font-family:WorkSans,sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.book_room_box .book_table_item .input-append input::-moz-placeholder {
  color: #fff;
  font-family:WorkSans,sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.book_room_box .book_table_item .input-append input::-webkit-input-placeholder {
  color: #fff;
  font-family:WorkSans,sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.book_room_box .book_table_item .input-append .add-on {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
}

.book_room_box .book_table_item .input-append .add-on i {
  color: #fff;
}

.book_room_box .book_table_item .bootstrap-select {
  width: 100% !important;
}

.book_room_box .book_table_item .bootstrap-select .dropdown-toggle {
  padding: 0px 20px;
  border-color: #fff;
  border-radius: 0px;
  height: 46px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
}

.book_room_box .book_table_item .bootstrap-select .dropdown-toggle span {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.book_room_box .book_table_item .bootstrap-select .dropdown-toggle .bs-caret .caret {
  right: 20px;
  color: #fff;
}

.book_room_box .book_table_item .bootstrap-select .dropdown-menu {
  margin: 0px;
  padding: 0px;
}

.book_room_box .book_table_item .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  line-height: 30px;
}

.main_s_banner {
  min-height: 100vh;
  background: url(../img/home-slider/slider-2.jpg) no-repeat scroll center center;
  background-size: cover;
}

/* End Book Room Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Book Table Area css
============================================================================================ */
.book_table_area {
  margin-bottom: 100px;
}

.book_table_inner {
  background: #f5f5f5;
  -webkit-box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
  clear: both;
  padding: 35px 32px 35px 32px;
  margin-top: -25px !important;
  z-index: 20;
  position: relative;
}

.book_table_inner .book_table_item {
  width: calc(100% / 5);
  float: left;
  padding-right: 15px;
}

.book_table_inner .book_table_item .input-append {
  position: relative;
}

.book_table_inner .book_table_item .input-append input {
  width: 100%;
  border: none;
  border: 1px solid #dedede;
  height: 46px;
  padding: 0px 18px;
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.book_table_inner .book_table_item .input-append input.placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.book_table_inner .book_table_item .input-append input:-moz-placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.book_table_inner .book_table_item .input-append input::-moz-placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.book_table_inner .book_table_item .input-append input::-webkit-input-placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.book_table_inner .book_table_item .input-append .add-on {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.book_table_inner .book_table_item:last-child {
  padding-right: 0px;
}

.book_table_inner .book_table_item .bootstrap-select {
  width: 100% !important;
}

.book_table_inner .book_table_item .bootstrap-select .dropdown-toggle {
  padding: 0px 20px;
  border-color: #dedede;
  border-radius: 0px;
  height: 46px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
}

.book_table_inner .book_table_item .bootstrap-select .dropdown-toggle span {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.book_table_inner .book_table_item .bootstrap-select .dropdown-toggle .bs-caret .caret {
  right: 20px;
}

.book_table_inner .book_table_item .bootstrap-select .dropdown-menu {
  margin: 0px;
  padding: 0px;
}

.book_table_inner .book_table_item .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  line-height: 30px;
}

.book_table_inner .book_table_item .book_now_btn {
  display: block;
  text-align: center;
  line-height: 42px;
  padding: 0px 0px;
}

/* End Book Table Area css
============================================================================================ */
/* Get Contact Area css
============================================================================================ */
.get_contact_area {
  padding: 100px 0px;
}

.get_contact_inner .left_ex_title {
  padding-left: 15px;
  padding-bottom: 36px;
}

.get_contact_inner .contact_us_form {
  position: relative;
}

.get_contact_inner .contact_us_form:before {
  content: "";
  height: 420px;
  width: 1px;
  background: #d6d5d8;
  position: absolute;
  right: -80px;
  top: 0px;
}

.get_contact_inner .contact_us_form:after {
  content: "";
  height: 192px;
  width: 3px;
  background: #03a9f4;
  position: absolute;
  right: -82px;
  top: 115px;
}

.contact_us_form .form-group {
  margin-bottom: 20px;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 20px;
}

.contact_us_form .form-group input {
  height: 54px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #f8f8f8;
  padding: 0px 25px;
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input.placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea {
  height: 200px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #f8f8f8;
  padding: 16px 25px;
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group .submit_btn {
  height: 48px;
  width: 165px;
  line-height: 46px;
}

.right_contact_info {
  padding-left: 134px;
  padding-top: 79px;
}

.right_contact_info .contact_info_title h3 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #242424;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.right_contact_info .contact_info_title p {
  font-size: 16px;
  color: #818181;
  font-family:WorkSans,sans-serif;
  line-height: 26px;
  padding-right: 35px;
}

.right_contact_info .contact_info_list .media {
  margin-top: 25px;
}

.right_contact_info .contact_info_list .media .media-left {
  padding-right: 18px;
}

.right_contact_info .contact_info_list .media .media-left i {
  font-size: 35px;
  color: #3e3e3e;
}

.right_contact_info .contact_info_list .media .media-body h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .32px;
  color: #242424;
  padding-bottom: 10px;
}

.right_contact_info .contact_info_list .media .media-body p {
  font-size: 15px;
  color: #818181;
  font-family:WorkSans,sans-serif;
  line-height: 22px;
}

.right_contact_info .contact_info_list .media .media-body a {
  display: block;
  font-size: 15px;
  color: #818181;
  font-family:WorkSans,sans-serif;
  line-height: 22px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.right_contact_info .contact_info_list .media .media-body a:hover {
  color: #03a9f4;
}

.right_contact_info .contact_info_list .media:first-child .media-left {
  padding-right: 32px;
}

.right_contact_info .contact_info_list .media:last-child .media-left {
  padding-right: 25px;
}

/* End Get Contact Area css
============================================================================================ */
/* Map Area css
============================================================================================ */
.map_box_inner {
  position: relative;
}

.map_box_inner:before {
  content: "";
  height: 420px;
  width: 1px;
  background: #d6d5d8;
  position: absolute;
  right: -80px;
  top: 0px;
}

.map_box_inner:after {
  content: "";
  height: 192px;
  width: 3px;
  background: #03a9f4;
  position: absolute;
  right: -82px;
  top: 115px;
}

.map_box_inner .mapBox {
  height: 420px;
}

/* End Map Contact Area css
============================================================================================ */
/* Map Contact Area css
============================================================================================ */
.contact_map_area {
  padding-bottom: 100px;
}

.contact_map_area .mapBox2 {
  min-height: 460px;
}

/* End Map Contact Area css
============================================================================================ */
/* Search Popup Area css
============================================================================================ */
.search_area {
  position: relative;
  max-width: 950px;
  margin: auto;
}

.search_area .search_box_inner {
  background: #1a1a1c;
  padding: 100px 60px;
  display: block;
  overflow: hidden;
}

.search_area .search_box_inner h3 {
  padding-bottom: 20px;
  font-family:WorkSans,sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .48px;
}

.search_area .search_box_inner .input-group {
  display: block;
  position: relative;
}

.search_area .search_box_inner .input-group input {
  background: transparent;
  border-radius: 0px;
  outline: none;
  height: 50px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #fff;
  color: #666;
  font-family:WorkSans,sans-serif;
  font-size: 14px;
  letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input.placeholder {
  color: #666;
  font-family:WorkSans,sans-serif;
  font-size: 14px;
  letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
  color: #666;
  font-family:WorkSans,sans-serif;
  font-size: 14px;
  letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
  color: #666;
  font-family:WorkSans,sans-serif;
  font-size: 14px;
  letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
  color: #666;
  font-family:WorkSans,sans-serif;
  font-size: 14px;
  letter-spacing: .28px;
}

.search_area .search_box_inner .input-group .input-group-btn {
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 4;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
  padding: 0px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #666;
  font-family:WorkSans,sans-serif;
  font-size: 16px;
  letter-spacing: .28px;
}

.search_area .mfp-close {
  right: 0px;
  color: #fff;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* End Search Popup Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal
{
  position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0
}

.btn-primary {
  background-color:#03a9f4 !important;
  outline: none !important;
  border: none !important;
}
/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Introduction Area css
============================================================================================ */
.introduction_area {
  padding-bottom: 100px;
  padding-top: 100px;
  overflow: hidden;
}

.introduction_area.intro_area2 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.introduction_area.intro_area2 .introduction_inner .introduction_img {
  position: relative;
  width: 100%;
}

.introduction_area.intro_area2 .introduction_inner .introduction_img img {
  max-width: 100%;
}

.introduction_area.intro_area2 .introduction_inner .introduction_img img + img {
  position: absolute;
  right: 35px;
  bottom: 0px;
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text {
  padding-right: 0px;
  padding-top: 25px;
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area {
  padding-top: 20px;
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .intro_box_item {
  text-align: center;
  position: relative;
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .intro_box_item:before {
  content: "";
  height: 84px;
  background: #d7d7d7;
  width: 1px;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .intro_box_item i {
  color: #363636;
  line-height: 64px;
  font-size: 64px;
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .intro_box_item i:before {
  font-size: 64px;
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .intro_box_item h4 {
  font-size: 16px;
  color: #363636;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 18px;
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .col-md-4:last-child .intro_box_item:before {
  display: none;
}

.introduction_area.resort_story_area {
  padding: 100px 0px;
}

.introduction_area.resort_story_area .introduction_left_text h6 {
  font-size: 16px;
  color: #242424;
  font-family:WorkSans,sans-serif;
  font-style: italic;
  letter-spacing: .48px;
  padding-top: 45px;
  padding-bottom: 30px;
}

.introduction_area.resort_story_area .introduction_left_text .about_btn_b {
  padding: 0px 33.5px;
  line-height: 46px;
  margin-top: 5px;
}

.introduction_inner .introduction_img {
  display: inline-block;
  position: relative;
}

.introduction_inner .introduction_img img {
  max-width: 100%;
}

.introduction_inner .introduction_img:hover:before {
  opacity: 1;
}

.introduction_inner .introduction_left_text {
  padding-right: 98px;
}

.introduction_inner .introduction_left_text .intro_title {
  padding-bottom: 35px;
}

.introduction_inner .introduction_left_text .intro_title p {
  padding-bottom: 0px;
}

.introduction_inner .introduction_left_text h4 {
  font-size: 18px;
  color: #363636;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: .54px;
}

.introduction_inner .introduction_left_text p {
  font-size: 15px;
  line-height: 26px;
  font-family:WorkSans,sans-serif;
  color: #898989;
  letter-spacing: .225px;
  padding-bottom: 30px;
}

/* End Introduction Area css
============================================================================================ */
/* Introduction Box Area css
============================================================================================ */
.introduction_box_area {
  padding: 100px 0px;
}

.introduction_box_area .main_big_title {
  padding-bottom: 60px;
}

.introduction_box_area .main_big_title h6 {
  font-size: 16px;
  color: #242424;
  font-family:WorkSans,sans-serif;
  font-style: italic;
  letter-spacing: .48px;
  padding: 35px 0px 13px 0px;
}

.introduction_box_area .main_big_title p {
  padding-top: 0px;
}

.introduction_item {
  border: 2px solid #e9e9e9;
  text-align: center;
  padding: 30px 25px 40px 25px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.introduction_item .intro_img {
  height: 98px;
  width: 98px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #03a9f4;
  margin: auto;
  line-height: 96px;
}

.introduction_item .intro_img i {
  color: #03a9f4;
  font-size: 64px;
  line-height: 98px;
}

.introduction_item .intro_img i:before {
  font-size: 64px;
}

.introduction_item h4 {
  font-size: 16px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #363636;
  letter-spacing: .48px;
  text-transform: uppercase;
  padding: 28px 0px 15px 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.introduction_item h4:hover {
  color: #03a9f4;
}

.introduction_item p {
  font-size: 15px;
  color: #898989;
  font-family:WorkSans,sans-serif;
  line-height: 26px;
  letter-spacing: .225px;
}

.introduction_item:hover {
  border-color: #03a9f4;
}

/* End Introduction Box Area css
============================================================================================ */
/* Explor Room Area css
============================================================================================ */
.explor_room_area {
  background: #f6f6f6;
  padding: 100px 0px;
}

.explor_room_area .explor_title {
  padding-bottom: 55px;
}

.explor_room_area .explor_title .pull-right {
  margin-top: 10px;
}

.explor_room_area .explor_title .pull-right .about_btn_b {
  line-height: 46px;
}

.explor_room_area.explor_slider_area {
  position: relative;
  z-index: 2;
}

.explor_room_area.explor_slider_area:before {
  content: "";
  background: #03a9f4;
  height: 505px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.explor_room_area.explor_slider_area .explor_title {
  padding-bottom: 41px;
}

.explor_room_area.explor_slider_area .explor_slider .explor_slider {
  text-align: center;
  margin-top: 45px;
}

.explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-prev, .explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-next {
  height: 46px;
  width: 46px;
  text-align: center;
  font-size: 25px;
  color: #7e7e7e;
  border: 2px solid #d1d1d1;
  line-height: 41px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-prev:hover, .explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-next:hover {
  background: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}

.explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-prev {
  margin-right: 26px;
}

.explore_room_list .explor_room_item_inner {
  margin-bottom: -50px;
  overflow: hidden;
}

.explore_room_list .explor_room_item_inner .explor_item {
  margin-bottom: 50px;
}

.explor_item {
  background: #fff;
}

.explor_item .room_image {
  position: relative;
  display: block;
}

.explor_item .room_image img {
  max-width: 100%;
}

.explor_item .room_image:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.explor_item .room_image:hover:before {
  opacity: 1;
}

.explor_item .explor_text {
  overflow: hidden;
  padding: 35px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
}

.explor_item .explor_text h4 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .60px;
  color: #242424;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.explor_item .explor_text h4:hover {
  color: #03a9f4;
}

.explor_item .explor_text ul {
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 22px;
}

.explor_item .explor_text ul:before {
  content: "";
  background: #eeeeee;
  height: 2px;
  width: 53px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.explor_item .explor_text ul li {
  display: inline-block;
}

.explor_item .explor_text ul li a {
  color: #898989;
  font-family:WorkSans,sans-serif;
  letter-spacing: .30px;
  font-size: 15px;
}

.explor_item .explor_text .explor_footer .pull-left h3 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #242424;
  letter-spacing: .60px;
  padding-top: 10px;
}

.explor_item .explor_text .explor_footer .pull-left h3 span {
  color: #a0a0a0;
  font-size: 14px;
}

.explor_item .explor_text .explor_footer .pull-right .book_now_btn {
  padding: 0px 13px;
  border: 2px solid #03a9f4;
  line-height: 34px;
}

/* End Explor Room Area css
============================================================================================ */
/* Fun Fact Area css
============================================================================================ */
.fun_fact_area {
  background: #fff;
}

.fun_fact_area .fun_fact_box {
  background: #fff;
  -webkit-box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
  padding: 50px 0px;
  margin-top: -30px;
  z-index: 5;
  padding-left: 35px;
  position: relative;
}

.fun_fact_area .fun_fact_box .col-md-3:first-child .media:before {
  display: none;
}

.fun_fact_area .fun_fact_box .col-md-3:first-child .media .media-left h3 {
  width: 88px;
}

.fun_fact_area .fun_fact_box .col-md-3:nth-child(2) .media {
  margin-left: -18px;
}

.fun_fact_area .fun_fact_box .col-md-3:nth-child(2) .media .media-left h3 {
  width: 102px;
}

.fun_fact_area .fun_fact_box .col-md-3:nth-child(3) .media {
  margin-left: 10px;
}

.fun_fact_area .fun_fact_box .col-md-3:nth-child(3) .media .media-left h3 {
  width: 106px;
}

.fun_fact_area .fun_fact_box .col-md-3:last-child .media .media-left h3 {
  width: 101px;
}

.fun_fact_area .fun_fact_box .media {
  position: relative;
  overflow: visible;
}

.fun_fact_area .fun_fact_box .media:before {
  content: "";
  width: 1px;
  background: #ebebeb;
  position: absolute;
  left: -30px;
  top: 0px;
  height: 100%;
}

.fun_fact_area .fun_fact_box .media .media-left {
  vertical-align: middle;
  padding-right: 20px;
  position: relative;
}

.fun_fact_area .fun_fact_box .media .media-left h3 {
  font-size: 55px;
  color: #03a9f4;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
  line-height: 50px;
}

.fun_fact_area .fun_fact_box .media .media-body {
  vertical-align: middle;
  position: relative;
}

.fun_fact_area .fun_fact_box .media .media-body h4 {
  font-size: 15px;
  color: #898989;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}

.fun_fact_area.yellow_fun_fact {
  background: #03a9f4;
  -webkit-box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
}

.fun_fact_area.yellow_fun_fact .fun_fact_box {
  margin-top: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.fun_fact_area.yellow_fun_fact .fun_fact_box .media:before {
  display: none;
}

.fun_fact_area.yellow_fun_fact .fun_fact_box .media .media-left h3 {
  color: #fff;
}

.fun_fact_area.yellow_fun_fact .fun_fact_box .media .media-body h4 {
  color: #fff;
}

.fun_fact_area.yellow_subscrib {
  background: #03a9f4;
}

.fun_fact_area.yellow_subscrib .fun_subscrib_inner {
  padding: 36px 0px;
}

.fun_fact_area.yellow_subscrib .fun_subscrib_inner .left_text_subs p {
  color: #2a292b;
}

.fun_fact_area.yellow_subscrib .fun_subscrib_inner:before {
  content: "";
  background: url(../img/icon/inbox-bg-icon-white.png) no-repeat scroll center center;
  height: 128px;
}

.fun_fact_area.yellow_subscrib .input-group-btn .submit_btn_black {
  margin-left: 16px;
}

.fun_fact_area.about_fun_fact {
  padding-bottom: 100px;
}

.fun_subscrib_inner {
  padding: 80px 32px;
  position: relative;
}

.fun_subscrib_inner:before {
  content: "";
  background: url(../img/icon/inbox-bg-icon.png) no-repeat scroll center center;
  width: 252px;
  height: 155px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fun_subscrib_inner .left_text_subs p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .48px;
}

.fun_subscrib_inner .input-group input {
  height: 52px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0px 30px;
  background: #ffffff;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .45px;
  color: #898989;
}

.fun_subscrib_inner .input-group input.placeholder {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .45px;
  color: #898989;
}

.fun_subscrib_inner .input-group input:-moz-placeholder {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .45px;
  color: #898989;
}

.fun_subscrib_inner .input-group input::-moz-placeholder {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .45px;
  color: #898989;
}

.fun_subscrib_inner .input-group input::-webkit-input-placeholder {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .45px;
  color: #898989;
}

.fun_subscrib_inner .input-group input:focus {
  border-color: #03a9f4;
}

.fun_subscrib_inner .input-group .input-group-btn .submit_btn {
  margin-left: 16px;
}

/* End Fun Fact Area css
============================================================================================ */
/* Choose Resot Area css
============================================================================================ */
.choose_resot_area {
  background: #f6f6f6;
  padding: 100px 0px;
}

.resot_list {
  max-width: 400px;
}

.resot_list ul li a {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: 500;
  color: #a0a0a0;
  letter-spacing: .60px;
  position: relative;
  padding-left: 35px;
  line-height: 53px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.resot_list ul li a i {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  color: #03a9f4;
}

.resot_list ul li:last-child a {
  border: none;
}

.resot_list ul li:hover a {
  color: #03a9f4;
}

.resot_list ul li:hover a i {
  left: 6px;
}

.choose_resot_slider .owl-prev, .choose_resot_slider .owl-next {
  height: 65px;
  width: 65px;
  background: #fff;
  text-align: center;
  line-height: 62px;
  font-size: 28px;
  color: #7e7e7e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.choose_resot_slider .owl-prev:hover, .choose_resot_slider .owl-next:hover {
  background: #03a9f4;
  color: #fff;
}

.choose_resot_slider .owl-prev {
  left: 0px;
}

.choose_resot_slider .owl-next {
  right: 0px;
}

/* End Choose Resot Area css
============================================================================================ */
/* Discount Area css
============================================================================================ */
.discount_area {
  background: url(../img/discount-bg.jpg) no-repeat fixed center center;
  background-size: cover;
  padding: 70px 0px 65px 0px;
}

.discount_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discount_inner .col-md-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discount_inner .discount_right_content {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  vertical-align: middle;

}

.discount_inner .discount_right_content h5 {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-style: italic;
  font-size: 25px;
  letter-spacing: .75px;
  position: relative;
  display: inline-block;
}

.discount_inner .discount_right_content h5:before {
  content: "";
  width: 115px;
  background: #fff;
  height: 1px;
  position: absolute;
  right: -130px;
  bottom: 5px;
}

.discount_inner .discount_right_content h4 {
  font-size: 50px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 15px 0px 25px 0px;
}

.discount_inner .discount_right_content h4 span {
  color: #03a9f4;
}

/* End Discount Area css
============================================================================================ */
/* Error Area css
============================================================================================ */
.error_area {
  background: url(../img/error-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1110px;
}

.error_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.error_area .error_inner_text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1110px;
}

.error_area .error_inner_text_area .error_inner_text {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}

.error_area .error_inner_text_area .error_inner_text h3 {
  font-size: 200px;
  font-family:WorkSans,sans-serif;
  color: #03a9f4;
  font-weight: 800;
  line-height: 150px;
}

.error_area .error_inner_text_area .error_inner_text h4 {
  font-size: 50px;
  line-height: 53px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #fff;
  padding: 20px 0px 15px 0px;
}

.error_area .error_inner_text_area .error_inner_text h5 {
  font-size: 25px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .75px;
  color: #fff;
  padding-bottom: 55px;
}

.error_area .error_inner_text_area .error_inner_text .book_now_btn {
  line-height: 70px;
  padding: 0px 40px;
  font-size: 22.75px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .445px;
}

/* End Error Area css
============================================================================================ */
/* Aminities Area css
============================================================================================ */
.aminities_area {
  padding: 100px 0px;
}

.aminities_area .main_big_title {
  text-align: left;
  padding-bottom: 55px;
}

.aminities_area .main_big_title h2 {
  padding-bottom: 22px;
}

.aminities_area .main_big_title h2:before {
  display: none;
}

.aminities_area .main_big_title p {
  padding-top: 0px;
}

.aminities_list {
  overflow: hidden;
}

.aminities_list .aminities_item {
  width: calc(100% / 5);
  float: left;
  overflow: hidden;
  background: #2f2f2f;
  text-align: center;
  padding: 60px 45px 65px 45px;
}

.aminities_list .aminities_item h4 {
  font-size: 18px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .36px;
  padding: 25px 0px 17px 0px;
}

.aminities_list .aminities_item p {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: .30px;
  font-family:WorkSans,sans-serif;
  line-height: 26px;
  color: #898989;
}

.aminities_list .aminities_item:nth-child(2) {
  background: #dfdfdf;
}

.aminities_list .aminities_item:nth-child(2) h4 {
  color: #242424;
}

.aminities_list .aminities_item:nth-child(3) {
  background: #03a9f4;
}

.aminities_list .aminities_item:nth-child(3) h4 {
  color: #242424;
}

.aminities_list .aminities_item:nth-child(3) p {
  color: #242424;
}

.aminities_list .aminities_item:nth-child(4) h4 {
  color: #fff;
}

.aminities_list .aminities_item:nth-child(5) {
  background: #676767;
}

.aminities_list .aminities_item:nth-child(5) p {
  color: #dddddd;
}

.aminities_list .aminities_item:nth-child(6) {
  width: 40%;
  text-align: left;
  background: #4a4a4a;
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aminities_list .aminities_item:nth-child(6) .aminities_item_inn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.aminities_list .aminities_item:nth-child(6) h4 {
  font-size: 32px;
  color: #fff;
  padding-top: 0px;
}

.aminities_list .aminities_item:nth-child(6) h4 span {
  color: #03a9f4;
}

.aminities_list .aminities_item:nth-child(6) p {
  font-size: 15px;
  line-height: 26px;
  color: #898989;
}

.aminities_list .aminities_item:nth-child(7) {
  background: #dfdfdf;
}

.aminities_list .aminities_item:nth-child(7) h4 {
  color: #242424;
}

.aminities_list .aminities_item:nth-child(7) p {
  color: #242424;
}

.aminities_list .aminities_item:nth-child(8) {
  background: #46789e;
}

.aminities_list .aminities_item:nth-child(8) h4 {
  color: #fff;
}

.aminities_list .aminities_item:nth-child(8) p {
  color: #fff;
}

/* End Aminities Area css
============================================================================================ */
/* Comming Soon Area css
============================================================================================ */
.comming_soon_area {
  background: url(../img/comming-soon-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  min-height: 963px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comming_soon_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.comming_soon_area .comming_soon_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 963px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
  text-align: center;
  max-width: 770px;
  margin: auto;
}

.comming_soon_area .comming_soon_inner .comming_soon_text h3 {
  font-size: 70px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding-bottom: 75px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text p {
  font-size: 22px;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  padding-top: 56px;
  padding-bottom: 25px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .countdown .countdown-container {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  background: #03a9f4;
  position: relative;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .countdown .countdown-container .countdown-heading {
  color: #fff;
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comming_soon_area .comming_soon_inner .comming_soon_text .countdown .countdown-container .countdown-value {
  padding: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 65px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 130px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner {
  padding: 0px 35px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner:before {
  display: none;
}

/* End Comming Soon Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Service Area css
============================================================================================ */
.our_service_area {
  background: url(../images/service-bg.jpg) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 95px 0px;
}

.our_service_area:before {
  content: "";
  background: rgba(40, 38, 42, 0.94);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.our_service_inner {
  position: relative;
  z-index: 2;
}

.our_service_first h3 {
  font-size: 32px;
  color: #fff;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .96px;
  padding-bottom: 17px;
  text-transform: uppercase;
}

.our_service_first p {
  font-size: 15px;
  color: #b8b8bf;
  font-family:WorkSans,sans-serif;
  font-weight: normal;
  padding-bottom: 15px;
}

.all_s_btn {
  font-size: 14px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .21px;
  color: #03a9f4;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 47px;
}

.all_s_btn:hover {
  color: #03a9f4;
}

.our_service_item {
  text-align: left;
  max-width: 230px;
  margin: auto;
}

.our_service_item i {
  color: #03a9f4;
  font-size: 64px;
  line-height: 64px;
}

.our_service_item i:before {
  font-size: 64px;
}

.our_service_item h4 {
  font-size: 20px;
  color: #fff;
  letter-spacing: .30px;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 10px;
}

.our_service_item p {
  font-size: 15px;
  line-height: 28px;
  color: #b8b8bf;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
}

/* End Service Area css
============================================================================================ */
/* Specification Resort Area css
============================================================================================ */
.spec_resort_area {
  padding: 100px 0px;
}

.spec_resort_inner .spec_resort_item {
  position: relative;
}

.spec_resort_inner .spec_resort_item .resort_img {
  display: block;
  position: relative;
}

.spec_resort_inner .spec_resort_item .resort_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.spec_resort_inner .spec_resort_item .resort_img img {
  max-width: 100%;
}

.spec_resort_inner .spec_resort_item h4 {
  position: absolute;
  bottom: 28px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #fff;
}

.spec_resort_inner .spec_resort_item:hover .resort_img:before {
  opacity: 1;
}

/* End Specification Resort Area css
============================================================================================ */
/* Choose Resort Area css
============================================================================================ */
.choose_resort_area {
  background: url(../img/choose-resort-bg.jpg) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 100px 0px;
}

.choose_resort_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.choose_resort_area .resort_gallery_inner {
  overflow: hidden;
  clear: both;
  margin: 0px;
  padding: 0px 30px;
}

.choose_resort_area .resort_gallery_inner .owl-prev, .choose_resort_area .resort_gallery_inner .owl-next {
  display: none;
}

.choose_resort_list {
  margin-bottom: 70px;
}

.choose_resort_list ul li a {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
  letter-spacing: .6px;
  color: #fff;
  position: relative;
  padding-left: 40px;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.choose_resort_list ul li a i {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #03a9f4;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.choose_resort_list ul li a:hover {
  color: #03a9f4;
}

.choose_resort_list ul li a:hover i {
  left: 7px;
}

.choose_resort_list ul li:last-child a {
  border: none;
}

/* End Choose Resort Area css
============================================================================================ */
/* Spa Wellness Area css
============================================================================================ */
.spa_wellness_area {
  padding-top: 100px;
}

.spa_wellness_area .main_big_title {
  text-align: left;
}

.spa_wellness_area .main_big_title h2 {
  padding-bottom: 22px;
}

.spa_wellness_area .main_big_title h2:before {
  display: none;
}

.spa_wellness_area .main_big_title p {
  padding-top: 0px;
  font-size: 16px;
  color: #898989;
  line-height: 28px;
  letter-spacing: .48px;
}

.spa_item .spa_img {
  position: relative;
  display: block;
}

.spa_item .spa_img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.spa_item .spa_img img {
  max-width: 100%;
}

.spa_item .spa_img:hover:before {
  opacity: 1;
}

.spa_item .spa_content h4 {
  font-size: 18px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .54px;
  color: #242424;
  padding: 35px 0px 10px 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.spa_item .spa_content h4:hover {
  color: #03a9f4;
}

.spa_item .spa_content p {
  font-size: 15px;
  line-height: 28px;
  color: #898989;
  letter-spacing: .45px;
  font-family:WorkSans,sans-serif;
  position: relative;
  padding-bottom: 30px;
}

.spa_item .spa_content p:before {
  content: "";
  width: 53px;
  height: 2px;
  background: #eeeeee;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.spa_item .spa_content h5 {
  display: inline-block;
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #242424;
  letter-spacing: .60px;
  padding-right: 28px;
  margin-top: 28px;
}

.spa_item .spa_content h5 span {
  color: #898989;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

/* End Spa Wellness Area css
============================================================================================ */
/* Spa Area css
============================================================================================ */
.spa_area {
  padding: 100px 0px;
}

.spa_area .spa_left_text h3 {
  font-size: 32px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #242424;
  letter-spacing: .96px;
}

.spa_area .spa_left_text h5 {
  font-size: 18px;
  line-height: 28px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .54px;
  color: #242424;
  padding: 22px 0px 32px 0px;
}

.spa_area .spa_left_text p {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .45px;
  color: #898989;
  line-height: 26px;
}

.spa_img_inner {
  margin-bottom: -30px;
  overflow: hidden;
}

.spa_img_inner .spa_img {
  margin-bottom: 30px;
  position: relative;
}

.spa_img_inner .spa_img .resort_g_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.spa_img_inner .spa_img .resort_g_hover .resort_hover_inner {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}

.spa_img_inner .spa_img .resort_g_hover .resort_hover_inner a {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.spa_img_inner .spa_img .resort_g_hover .resort_hover_inner h5 {
  position: absolute;
  left: 30px;
  bottom: 20px;
  opacity: 0;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-family:WorkSans,sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .36px;
}

.spa_img_inner .spa_img img {
  max-width: 100%;
}

.spa_img_inner .spa_img:hover .resort_g_hover {
  opacity: 1;
}

.spa_img_inner .spa_img:hover .resort_g_hover .resort_hover_inner a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.spa_img_inner .spa_img:hover .resort_g_hover .resort_hover_inner h5 {
  bottom: 30px;
  opacity: 1;
}

/* End Spa Area css
============================================================================================ */
/* Activities Area css
============================================================================================ */
.activities_title .resort_title {
  padding: 100px 0px;
}

.activities_title .resort_title:before {
  display: none;
}

.activities_title .resort_title h5 {
  position: relative;
  padding-bottom: 18px;
}

.activities_title .resort_title h5:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #242424;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.activities_title .resort_title p {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  line-height: 26px;
  color: #898989;
  letter-spacing: .225px;
  padding-top: 30px;
}

.activities_area .activities_item_inner {
  padding: 100px 0px;
}

.activities_area .activities_item_inner .activities_item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activities_area .activities_item_inner .activities_item_row .col-md-6 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.activities_area .activities_item_inner .activities_item_row .activities_img {
  display: block;
  position: relative;
}

.activities_area .activities_item_inner .activities_item_row .activities_img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.activities_area .activities_item_inner .activities_item_row .activities_img img {
  max-width: 100%;
}

.activities_area .activities_item_inner .activities_item_row .activities_img:hover:before {
  opacity: 1;
}

.activities_area .activities_item_inner .activities_item_row .activities_content {
  padding-left: 100px;
}

.activities_area .activities_item_inner .activities_item_row .activities_content h4 {
  color: #242424;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: .96px;
  padding-bottom: 35px;
}

.activities_area .activities_item_inner .activities_item_row .activities_content h4 span {
  color: #03a9f4;
}

.activities_area .activities_item_inner .activities_item_row .activities_content p {
  font-family:WorkSans,sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .225px;
  color: #898989;
}

.activities_area .activities_item_inner .activities_item_row .activities_content.left_activities {
  padding-left: 0px;
  padding-right: 100px;
}

.activities_area .activities_item_inner:nth-child(odd) {
  background: #f6f6f6;
}

/* End Activities Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Gallery Area css
============================================================================================ */
.our_resort_gallery_area {
  background: #03a9f4;
  padding: 100px 30px 0px 30px;
  padding-bottom: 248px;
}

.resort_gallery_inner {
  margin-top: -247px;
  padding: 0px 30px;
  margin-bottom: 200px;
  position: relative;
}

.resort_gallery_inner .owl-prev, .resort_gallery_inner .owl-next {
  position: absolute;
  bottom: -115px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 46px;
  width: 46px;
  left: 50%;
  text-align: center;
  line-height: 40px;
  border: 2px solid #d1d1d1;
  color: #7e7e7e;
  font-size: 25px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
}

.resort_gallery_inner .owl-prev:hover, .resort_gallery_inner .owl-next:hover {
  color: #03a9f4;
  border-color: #03a9f4;
}

.resort_gallery_inner .owl-prev {
  margin-left: -38px;
}

.resort_gallery_inner .owl-next {
  margin-left: 38px;
}

.resort_gallery_inner.resort_g_full {
  padding: 0;
  margin: 0px;
}

.resort_gallery .item, .resort_full_gallery .item {
  position: relative;
}

.resort_gallery .item .resort_g_hover, .resort_full_gallery .item .resort_g_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.resort_gallery .item .resort_g_hover .resort_hover_inner, .resort_full_gallery .item .resort_g_hover .resort_hover_inner {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}

.resort_gallery .item .resort_g_hover .resort_hover_inner a, .resort_full_gallery .item .resort_g_hover .resort_hover_inner a {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.resort_gallery .item .resort_g_hover .resort_hover_inner h5, .resort_full_gallery .item .resort_g_hover .resort_hover_inner h5 {
  position: absolute;
  left: 30px;
  bottom: 20px;
  opacity: 0;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-family:WorkSans,sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .36px;
}

.resort_gallery .item:hover .resort_g_hover, .resort_full_gallery .item:hover .resort_g_hover {
  opacity: 1;
}

.resort_gallery .item:hover .resort_g_hover .resort_hover_inner a, .resort_full_gallery .item:hover .resort_g_hover .resort_hover_inner a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.resort_gallery .item:hover .resort_g_hover .resort_hover_inner h5, .resort_full_gallery .item:hover .resort_g_hover .resort_hover_inner h5 {
  bottom: 30px;
  opacity: 1;
}

/* End Galley Area css
============================================================================================ */
/* Galley Two Column Area css
============================================================================================ */
.grid_gallery_area {
  padding: 100px 0px;
}

.grid_gallery_inner {
  margin-bottom: -30px;
  overflow: hidden;
  clear: both;
}

.grid_gallery_inner.cobage_gallery_inner {
  margin-bottom: -10px;
}

.grid_gallery_inner .gallery_filter {
  text-align: center;
  padding-bottom: 55px;
}

.grid_gallery_inner .gallery_filter li {
  display: inline-block;
  margin-right: 52px;
}

.grid_gallery_inner .gallery_filter li a {
  font-size: 16px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .48px;
  text-transform: uppercase;
  color: #a0a0a0;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.grid_gallery_inner .gallery_filter li a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  background: #03a9f4;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.grid_gallery_inner .gallery_filter li:hover a, .grid_gallery_inner .gallery_filter li.active a {
  color: #03a9f4;
}

.grid_gallery_inner .gallery_filter li:hover a:before, .grid_gallery_inner .gallery_filter li.active a:before {
  opacity: 1;
}

.grid_gallery_inner .gallery_filter li:last-child {
  margin-right: 0px;
}

.grid_gallery_item {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

.grid_gallery_item:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.grid_gallery_item .resort_g_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.grid_gallery_item .resort_g_hover .resort_hover_inner {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}

.grid_gallery_item .resort_g_hover .resort_hover_inner a {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  z-index: 2;
  position: relative;
}

.grid_gallery_item .resort_g_hover .resort_hover_inner h5 {
  position: absolute;
  left: 30px;
  bottom: 20px;
  opacity: 0;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-family:WorkSans,sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .36px;
}

.grid_gallery_item:hover:before {
  opacity: 1;
}

.grid_gallery_item:hover .resort_g_hover {
  opacity: 1;
}

.grid_gallery_item:hover .resort_g_hover .resort_hover_inner a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.grid_gallery_item:hover .resort_g_hover .resort_hover_inner h5 {
  bottom: 30px;
  opacity: 1;
}

.grid_gallery_item img {
  max-width: 100%;
}

.cobage_g_masonary {
  margin-left: -5px;
  margin-right: -5px;
}

.cobage_g_masonary .col-md-3 {
  padding: 0px 5px;
}

.cobage_g_masonary .col-md-6 {
  padding: 0px 5px;
}

.cobage_g_masonary .grid_gallery_item {
  margin-bottom: 10px;
  overflow: hidden;
}

.cobage_g_masonary .grid_gallery_item img {
  width: 100%;
}

/* End Galley Two Column Area css
============================================================================================ */
.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* End Explor Room Area css
============================================================================================ */
.client_area {
  padding-bottom: 95px;
}

.client_area.client_three {
  padding: 100px 0px;
}

.client_area.client_three .clients_slider {
  padding-left: 50px;
  padding-top: 0px;
  border: none;
}

.client_area.client_three .clients_slider .item .media .media-body {
  padding-right: 62px;
}

.client_area.client_three .clients_slider .item .media .media-body h4 {
  padding-top: 40px;
}

.clients_slider {
  border-top: 1px solid #e1e1e1;
  padding-top: 80px;
}

.clients_slider .item .media .media-left {
  padding-right: 75px;
  padding-top: 20px;
}

.clients_slider .item .media .media-left img {
  width: auto;
}

.clients_slider .item .media .media-body {
  padding-right: 128px;
}

.clients_slider .item .media .media-body p {
  line-height: 35px;
  color: #898989;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 22px;
  letter-spacing: .66px;
}

.clients_slider .item .media .media-body p i {
  padding-right: 20px;
  color: #03a9f4;
  font-size: 100px;
  font-family: "arial";
  font-style: normal;
  position: relative;
  bottom: -42px;
  font-weight: bold;
}

.clients_slider .item .media .media-body h4 {
  color: #03a9f4;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .54px;
  padding: 30px 0px 10px 0px;
}

.clients_slider .item .media .media-body h5 {
  font-size: 18px;
  color: #849bb3;
  font-family: "Lato", sans-serif;
  font-style: italic;
  letter-spacing: .54px;
}

/* End Explor Room Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* End Explor Room Area css
============================================================================================ */
.latest_news_area {
  background: #f6f6f6;
  padding: 100px 0px;
}

.latest_news_area.client_twin_area {
  padding-top: 0px;
  position: relative;
  height: 100%;
  margin-top: -50px;
  overflow: hidden;
}

.latest_news_area.client_twin_area .twin_inner_area {
  position: absolute;
  right: 0;
  top: 0px;
  left: 0px;
  z-index: 4;
}

.latest_news_area.client_twin_area .twin_inner_area:before {
  content: "";
  position: absolute;
  width: 500%;
  height: 320px;
  top: 0;
  left: 15px;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.11);
}

.latest_news_area.client_twin_area .client_area {
  padding: 0px;
  position: relative;
  height: 100%;
  min-height: 417px;
}

.latest_news_area.client_twin_area .client_area .clients_slider {
  padding: 0px;
  border: none;
  padding-left: 50px;
  padding-top: 40px;
}

.latest_news_area.client_twin_area .client_area .clients_slider .item .media .media-body {
  padding-right: 62px;
}

.latest_news_area.client_twin_area .left_ex_title h2 {
  padding-bottom: 0px;
}

.latest_news_left .left_ex_title {
  padding-left: 15px;
  padding-bottom: 45px;
}

.l_news_item .news_img {
  position: relative;
  display: block;
}

.l_news_item .news_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.l_news_item .news_img img {
  max-width: 100%;
}

.l_news_item .news_img:hover:before {
  opacity: 1;
}

.l_news_item .news_text .l_date {
  font-size: 15px;
  color: #a0a0a0;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .45px;
  text-transform: uppercase;
  padding: 25px 0px 8px 0px;
  display: block;
}

.l_news_item .news_text h4 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .40px;
  color: #242424;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.l_news_item .news_text h4:hover {
  color: #03a9f4;
}

.l_news_item .news_text p {
  font-size: 15px;
  line-height: 26px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .30px;
  color: #898989;
  padding: 10px 0px;
}

.l_news_item .news_text .news_more {
  font-size: 14px;
  color: #03a9f4;
  text-transform: uppercase;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .28px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.l_news_item .news_text .news_more:hover {
  text-decoration: underline;
}

.right_event .left_ex_title {
  padding-bottom: 45px;
}

.right_event .right_event_area {
  background: #fff;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  padding: 10px 35px 37px 40px;
}

.right_event .right_event_area .media {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 0px;
}

.right_event .right_event_area .media .media-left {
  text-align: center;
  padding-right: 30px;
}

.right_event .right_event_area .media .media-left h3 {
  height: 80px;
  width: 80px;
  border: 1px solid #e9e9e9;
  text-align: center;
  font-size: 40px;
  color: #03a9f4;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 10px;
}

.right_event .right_event_area .media .media-left h3 span {
  color: #03a9f4;
  font-size: 16px;
  display: block;
  padding-top: 5px;
}

.right_event .right_event_area .media .media-body {
  vertical-align: middle;
}

.right_event .right_event_area .media .media-body h4 {
  font-size: 20px;
  line-height: 28px;
  color: #242424;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
}

.right_event .right_event_area .media .media-body h4:hover {
  color: #03a9f4;
}

.right_event .right_event_area .media:nth-child(2) {
  border: none;
}

/* End Explor Room Area css
============================================================================================ */
/* Main Blog Area css
============================================================================================ */
.main_blog_area {
  padding: 100px 0px;
}

.main_blog_inner {
  margin-bottom: -80px;
  overflow: hidden;
  clear: both;
}

.blog_item {
  margin-bottom: 80px;
}

.blog_item .blog_img {
  position: relative;
  z-index: 2;
  display: block;
}

.blog_item .blog_img img {
  max-width: 100%;
}

.blog_item .blog_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.blog_item .blog_img:hover:before {
  opacity: 1;
}

.blog_item .blog_text {
  text-align: center;
}

.blog_item .blog_text h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .4px;
  color: #242424;
  padding: 40px 0px 20px 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.blog_item .blog_text h4:hover {
  color: #03a9f4;
}

.blog_item .blog_text ul {
  padding-bottom: 22px;
}

.blog_item .blog_text ul li {
  display: inline-block;
}

.blog_item .blog_text ul li a {
  font-size: 16px;
  color: #b8b8b8;
  font-family:WorkSans,sans-serif;
  font-weight: 500;
  position: relative;
  padding-right: 32px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.blog_item .blog_text ul li a:before {
  content: "/";
  position: absolute;
  left: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #03a9f4;
}

.blog_item .blog_text ul li:hover a {
  color: #03a9f4;
}

.blog_item .blog_text ul li:first-child a:before {
  display: none;
}

.blog_item .blog_text ul li:first-child:hover a span {
  color: #b8b8b8;
}

.blog_item .blog_text p {
  font-size: 15px;
  color: #898989;
  font-family:WorkSans,sans-serif;
  line-height: 26px;
  letter-spacing: .3px;
  padding-top: 27px;
  border-top: 1px solid #e4e4e4;
  padding-bottom: 35px;
}

.blog_item .blog_text .book_now_btn {
  padding: 0px 26px;
}

/* End Main Blog Area css
============================================================================================ */
/* End Main Blog Area css
============================================================================================ */
.blog_details_area {
  padding: 100px 0px;
}

.blog_details_inner {
  padding-left: 30px;
}

.blog_details_inner .blog_item {
  margin-bottom: 0px;
}

.blog_details_inner .blog_item .blog_text {
  text-align: left;
}

.blog_details_inner .blog_item .blog_text p {
  padding-bottom: 0px;
}

.two_column_sample {
  margin-top: 50px;
}

.two_column_sample h3 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #242424;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding-bottom: 28px;
}

.two_column_sample .two_column_item {
  max-width: 360px;
  display: inline-block;
  margin-right: 32px;
}

.two_column_sample .two_column_item:last-child {
  margin-right: 0px;
}

.two_column_sample p {
  font-size: 15px;
  line-height: 26px;
  color: #8e8d8d;
  font-family:WorkSans,sans-serif;
}

.s_blog_quote {
  background: #f7f7f7;
  margin-top: 46px;
  padding: 20px 40px 32px 30px;
  margin-bottom: 35px;
}

.s_blog_quote p {
  padding-left: 72px;
  position: relative;
  margin-top: 15px;
  font-size: 15px;
  line-height: 26px;
  color: #8e8d8d;
  font-family:WorkSans,sans-serif;
}

.s_blog_quote p i {
  font-size: 55px;
  color: #03a9f4;
  position: absolute;
  left: 0px;
  top: -15px;
}

.s_blog_quote a {
  text-align: right;
  display: block;
  font-size: 16px;
  color: #03a9f4;
  font-family:WorkSans,sans-serif;
  font-style: italic;
  letter-spacing: .48px;
}

.s_main_text p {
  font-size: 15px;
  line-height: 26px;
  color: #8e8d8d;
  font-family:WorkSans,sans-serif;
  letter-spacing: .45px;
}

.s_main_text p strong {
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  font-style: italic;
}

.s_main_text p a {
  color: #03a9f4;
  text-decoration: underline;
}

.s_comment_list {
  margin-top: 50px;
}

.s_comment_list h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .66px;
  color: #242424;
  padding-bottom: 30px;
}

.s_comment_list .s_comment_list_inner {
  border: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media {
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 94px;
  margin-top: 0px;
  border-bottom: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media .media-left {
  padding-right: 30px;
}

.s_comment_list .s_comment_list_inner .media .media-body h4 {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  color: #000000;
  letter-spacing: .45px;
  padding-bottom: 7px;
}

.s_comment_list .s_comment_list_inner .media .media-body p {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .45px;
  color: #898989;
  line-height: 26px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep {
  margin-top: 10px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .39px;
  color: #03a9f4;
  margin-right: 20px;
  position: relative;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:before {
  content: "";
  background: #c6c6c6;
  height: 13px;
  width: 1px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child {
  color: #242424;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child:before {
  display: none;
}

.s_comment_list .s_comment_list_inner .media .media-body .media {
  background: transparent;
  padding-left: 0px;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.s_comment_list .s_comment_list_inner .media:nth-child(even) {
  background: #fcfcfc;
}

.s_comment_list .s_comment_list_inner .media:last-child {
  border-bottom: none;
}

.s_comment_area {
  margin-top: 45px;
}

.s_comment_area h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .66px;
  color: #242424;
  padding-bottom: 28px;
}

.s_comment_area .s_comment_inner {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input {
  background: #fff;
  font-size: 14px;
  border: 1px solid #eeeeee;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input.placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:focus {
  border: 1px solid #03a9f4;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea {
  background: #fff;
  border-color: #eeeeee;
  font-size: 14px;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea.placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family:WorkSans,sans-serif;
  letter-spacing: .42px;
  text-transform: capitalize;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea:focus {
  border: 1px solid #03a9f4;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group:last-child {
  margin-top: 10px;
}

/* End Main Blog Area css
============================================================================================ */
/* Sidebar area css
============================================================================================ */
.r_widget {
  margin-bottom: 50px;
}

.r_widget:last-child {
  margin-bottom: 0px;
}

.r_widget_title {
  padding-bottom: 30px;
}

.r_widget_title h3 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #242424;
}

.search_widget .input-group input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d3d3d3;
  border-radius: 0px;
  height: 52px;
  font-size: 14px;
  color: #909090;
  padding: 0px 15px;
  font-family: "Lato", sans-serif;
  border-right: 1px solid #03a9f4;
  letter-spacing: .48px;
}

.search_widget .input-group input.placeholder {
  font-size: 16px;
  color: #909090;
  font-family: "Lato", sans-serif;
  letter-spacing: .48px;
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 16px;
  color: #909090;
  font-family: "Lato", sans-serif;
  letter-spacing: .48px;
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 16px;
  color: #909090;
  font-family: "Lato", sans-serif;
  letter-spacing: .48px;
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: #909090;
  font-family: "Lato", sans-serif;
  letter-spacing: .48px;
}

.search_widget .input-group .input-group-btn .btn-default {
  border-radius: 0px;
  width: 48px;
  height: 52px;
  border-color: #03a9f4;
  padding: 0px;
  background: #03a9f4;
  color: #fff;
}

.categories_widget ul {
  margin-top: -5px;
}

.categories_widget ul li a {
  font-size: 14px;
  color: #797979;
  font-family:WorkSans,sans-serif;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  line-height: 42px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  text-transform: uppercase;
  letter-spacing: .28px;
  font-weight: bold;
}

.categories_widget ul li a i {
  float: right;
  line-height: 42px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.categories_widget ul li:last-child a {
  border-bottom: 0px;
}

.categories_widget ul li:hover a {
  color: #03a9f4;
}

.categories_widget ul li:hover a i {
  padding-right: 7px;
}

.recent_widget .recent_inner .recent_item {
  padding: 20px 0px;
  border-bottom: 1px solid #e1e1e1;
}

.recent_widget .recent_inner .recent_item h4 {
  font-size: 17px;
  color: #242424;
  font-family: "Lato", sans-serif;
  line-height: 22px;
  letter-spacing: .34px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-weight: bold;
}

.recent_widget .recent_inner .recent_item h4:hover {
  color: #03a9f4;
  text-decoration: underline;
}

.recent_widget .recent_inner .recent_item h5 {
  font-size: 15px;
  color: #9a9a9a;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding-top: 15px;
}

.recent_widget .recent_inner .recent_item:first-child {
  padding-top: 0px;
}

.tag_widget ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

.tag_widget ul li a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 45px;
  padding: 0px 19px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-family:WorkSans,sans-serif;
  color: #a6a6a6;
}

.tag_widget ul li:nth-last-child(-n+2) {
  margin-bottom: 0px;
}

.tag_widget ul li:nth-child(even) {
  margin-right: 0px;
}

.tag_widget ul li:hover a {
  color: #03a9f4;
  border-color: #03a9f4;
  background: #03a9f4;
  color: #fff;
}

/* End Sidebar area css
============================================================================================ */
/* Blog Listing area css
============================================================================================ */
.blog_listing_inner {
  padding-left: 30px;
}

.blog_listing_inner .blog_item .blog_text {
  text-align: left;
}

.blog_listing_inner .blog_item:last-child {
  margin-bottom: 0px;
}

.blog_listing_inner.blog_pad_right {
  padding-left: 0px;
  padding-right: 30px;
}

/* End Blog Listing area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Video Area css
============================================================================================ */
.video_area {
  background: url(../img/video-bg.png) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 120px 0px 134px 0px;
}

.video_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video_area .video_inner {
  text-align: center;
}

.video_area .video_inner a {
  display: block;
  padding-bottom: 30px;
}

.video_area .video_inner a i {
  font-size: 74px;
  line-height: 70px;
}

.video_area .video_inner a i:before {
  font-size: 74px;
  color: #fff;
}

.video_area .video_inner h4 {
  color: #03a9f4;
  text-transform: uppercase;
  font-family:WorkSans,sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .96px;
  padding-bottom: 5px;
}

.video_area .video_inner h5 {
  color: #fff;
  text-transform: uppercase;
  font-family:WorkSans,sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .96px;
}

/* End Video Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  background: url(../img/banner/blog-banner-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_inner_content {
  position: relative;
  padding: 241px 0px 111px 0px;
}

.banner_inner_content h3 {
  font-size: 48px;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}

.banner_inner_content ul li {
  display: inline-block;
}

.banner_inner_content ul li a {
  font-size: 13px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .39px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 25px;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.banner_inner_content ul li a:before {
  content: "\f105";
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.banner_inner_content ul li:first-child a:before {
  display: none;
}

.banner_inner_content ul li:last-child a {
  padding-right: 0px;
}

.banner_inner_content ul li:hover a, .banner_inner_content ul li.active a {
  color: #03a9f4;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Event Area css
============================================================================================ */
.events_area {
  padding: 100px 0px;
}

.event_item {
  margin-bottom: 50px !important;
}

.event_item .event_img {
  position: relative;
  display: block;
}

.event_item .event_img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.event_item .event_img img {
  max-width: 100%;
}

.event_item .event_img:hover:before {
  opacity: 1;
}

.event_item:last-child {
  margin-bottom: 0px !important;
}

.event_text {
  border: 1px solid #dedede;
  margin-left: -30px;
  padding-left: 60px;
  padding-right: 65px;
  min-height: 347px;
  padding-top: 45px;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
}

.event_text .media .media-left {
  padding-right: 30px;
}

.event_text .media .media-left a {
  display: block;
  height: 84px;
  width: 84px;
  border: 1px solid #e9e9e9;
  text-align: center;
  padding-top: 5px;
}

.event_text .media .media-left a h5 {
  font-size: 40px;
  color: #03a9f4;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-bottom: 4px;
}

.event_text .media .media-left a h6 {
  font-size: 16px;
  color: #03a9f4;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .48px;
  text-transform: uppercase;
}

.event_text .media .media-body {
  vertical-align: middle;
}

.event_text .media .media-body h3 {
  font-size: 20px;
  color: #242424;
  line-height: 28px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .60px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.event_text .media .media-body h3:hover {
  color: #03a9f4;
}

.event_text p {
  font-size: 15px;
  color: #898989;
  font-family:WorkSans,sans-serif;
  letter-spacing: .3px;
  padding: 28px 0px;
  line-height: 26px;
}

.event_text .book_now_btn {
  padding: 0px 22px;
}

/* End Event Area css
============================================================================================ */
/* Event Details Area css
============================================================================================ */
.event_details_area {
  padding: 100px 0px;
}

.event_detials_inner .evet_d_img img {
  max-width: 100%;
}

.event_detials_inner .s_comment_area {
  margin-top: 75px;
}

.event_d_inner_all {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 0px 40px 55px 40px;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
}

.event_details_main {
  padding-bottom: 45px;
}

.event_details_main h4 {
  font-size: 28px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: .84px;
  color: #242424;
  padding: 45px 0px 18px 0px;
}

.event_details_main h5 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.event_details_main p {
  font-family:WorkSans,sans-serif;
  font-size: 15px;
  color: #898989;
  line-height: 26px;
  letter-spacing: .30px;
}

.event_about h4 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.event_about ul li a {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  line-height: 38px;
  letter-spacing: .30px;
  color: #898989;
}

.map_location {
  padding-top: 40px;
}

.map_location h4 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.map_location .mapBox3 {
  min-height: 335px;
}

.event_details_right {
  padding-left: 20px;
}

.event_details_right .media {
  margin-top: 50px;
}

.event_details_right .media .media-left {
  padding-right: 24px;
}

.event_details_right .media .media-body h4 {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .45px;
  color: #202020;
  text-transform: uppercase;
  padding-bottom: 18px;
}

.event_details_right .media .media-body p {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  line-height: 26px;
  letter-spacing: .45px;
  color: #8d8d8d;
}

.event_details_right .media .media-body ul li {
  margin-bottom: 3px;
}

.event_details_right .media .media-body ul li a {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  line-height: 26px;
  letter-spacing: .45px;
  color: #8d8d8d;
  position: relative;
  padding-left: 20px;
}

.event_details_right .media .media-body ul li a:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #8d8d8d;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event_details_right .media:first-child {
  margin-top: 0px;
}

/* End Event Details Area css
============================================================================================ */
/* Event Two Area css
============================================================================================ */
.event_two_area {
  padding: 100px 0px;
}

.event_two_inner {
  margin-bottom: -50px;
  overflow: hidden;
}

.event_two_item {
  margin-bottom: 50px;
}

.event_two_item .event_two_img {
  display: block;
  position: relative;
}

.event_two_item .event_two_img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.event_two_item .event_two_img img {
  max-width: 100%;
}

.event_two_item .event_two_img:hover:before {
  opacity: 1;
}

.event_two_item .event_two_text {
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 40px;
}

.event_two_item .event_two_text .media .media-left {
  padding-right: 20px;
}

.event_two_item .event_two_text .media .media-left a {
  display: block;
  height: 84px;
  width: 84px;
  border: 1px solid #e9e9e9;
  text-align: center;
  padding-top: 5px;
}

.event_two_item .event_two_text .media .media-left h5 {
  font-size: 40px;
  color: #03a9f4;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-bottom: 4px;
}

.event_two_item .event_two_text .media .media-left h6 {
  font-size: 16px;
  color: #03a9f4;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .48px;
  text-transform: uppercase;
}

.event_two_item .event_two_text .media .media-body {
  vertical-align: middle;
}

.event_two_item .event_two_text .media .media-body h4 {
  font-size: 20px;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
  letter-spacing: .60px;
  line-height: 28px;
  text-transform: uppercase;
  color: #242424;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.event_two_item .event_two_text .media .media-body h4:hover {
  color: #03a9f4;
}

.event_two_item .event_two_text p {
  font-size: 15px;
  color: #898989;
  font-family:WorkSans,sans-serif;
  letter-spacing: .3px;
  padding: 28px 0px;
  line-height: 26px;
}

.event_two_item .event_two_text .book_now_btn {
  padding: 0px 22px;
}

/* End Event Two Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Event Area css
============================================================================================ */
.room_list_area {
  padding: 100px 0px;
}

.room_list_area .room_list_inner {
  margin-bottom: -50px;
}

.room_list_item {
  overflow: hidden;
  clear: both;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  margin-left: 15px;
  margin-right: 15px;
}

.room_list_item .room_img {
  margin-left: -15px;
  display: block;
  position: relative;
}

.room_list_item .room_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.room_list_item .room_img img {
  width: 100%;
}

.room_list_item .room_list_l_text h4 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #242424;
  letter-spacing: .60px;
  padding: 35px 0px 10px 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.room_list_item .room_list_l_text h4:hover {
  color: #03a9f4;
}

.room_list_item .room_list_l_text ul {
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 26px;
}

.room_list_item .room_list_l_text ul:before {
  content: "";
  width: 53px;
  height: 2px;
  background: #eeeeee;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.room_list_item .room_list_l_text ul li {
  display: inline-block;
}

.room_list_item .room_list_l_text ul li a {
  font-size: 15px;
  color: #898989;
  font-family:WorkSans,sans-serif;
  letter-spacing: .225px;
  padding-right: 24px;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.room_list_item .room_list_l_text ul li a:before {
  content: "/";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  color: #898989;
  font-family:WorkSans,sans-serif;
  letter-spacing: .225px;
}

.room_list_item .room_list_l_text ul li:last-child a {
  padding-right: 0px;
}

.room_list_item .room_list_l_text ul li:last-child a:before {
  display: none;
}

.room_list_item .room_list_l_text ul li:hover a {
  color: #03a9f4;
}

.room_list_item .room_list_l_text p {
  font-size: 15px;
  color: #898989;
  font-family:WorkSans,sans-serif;
  letter-spacing: .225px;
  line-height: 28px;
}

.room_list_item .room_price_box {
  background: #f5f5f5;
  text-align: center;
  padding: 60px 0px;
  margin-top: 20px;
  margin-right: 5px;
}

.room_list_item .room_price_box h5 {
  font-size: 30px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #242424;
  letter-spacing: .90px;
}

.room_list_item .room_price_box h6 {
  font-size: 16px;
  color: #a0a0a0;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 0px 30px 0px;
}

.room_list_item:hover .room_img:before {
  opacity: 1;
}

.room_pagination {
  overflow: hidden;
  text-align: center;
  margin-top: 100px;
  margin-bottom: -6px;
}

.room_pagination .pagination {
  margin: 0px;
  border-radius: 0px;
}

.room_pagination .pagination li {
  margin-right: 18px;
  display: inline-block;
}

.room_pagination .pagination li a {
  border-radius: 0px;
  height: 48px;
  padding: 0px;
  width: 48px;
  line-height: 44px;
  border: 2px solid #dadada;
  font-size: 20px;
  color: #7e7e7e;
  display: block;
  background: transparent;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.room_pagination .pagination li:hover a {
  border-color: #03a9f4;
  color: #03a9f4;
}

/* Event Area css
============================================================================================ */
/* Search Right Side Area css
============================================================================================ */
.search_room_area {
  padding: 100px 0px;
}

.search_right_sidebar {
  position: relative;
  padding-left: 20px;
}

.search_right_sidebar .book_room_area {
  position: relative;
}

.search_right_sidebar .book_room_area .book_room_box {
  text-align: left;
  background: transparent;
  border: 1px solid #dcdcdc;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item h3 {
  text-align: left;
  color: #242424;
  font-size: 20px;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item .input-append input {
  border-color: #dedede;
  color: #8c8c8c;
  text-transform: uppercase;
  font-size: 13px;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item .input-append input.placeholder {
  color: #8c8c8c;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 1;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item .input-append input:-moz-placeholder {
  color: #8c8c8c;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 1;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item .input-append input::-moz-placeholder {
  color: #8c8c8c;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 1;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item .input-append input::-webkit-input-placeholder {
  color: #8c8c8c;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 1;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item .input-append .add-on i {
  color: #8c8c8c;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item .bootstrap-select .dropdown-toggle {
  border-color: #dedede;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item .bootstrap-select .dropdown-toggle span {
  color: #8c8c8c;
  font-size: 13px;
}

.search_right_sidebar .book_room_area .book_room_box .book_table_item .book_now_btn {
  line-height: 44px;
}

.search_right_sidebar .book_now_button {
  overflow: hidden;
  clear: both;
  margin: 0px 0px 50px 0px;
  padding-top: 50px;
}

.search_right_sidebar .book_now_button .book_now_btn_black {
  display: block;
  background: #3b3b3b;
}

.search_right_sidebar .book_now_button .book_now_btn_black:hover {
  background: transparent;
}

.search_right_sidebar .your_book_box {
  border: 1px solid #dcdcdc;
  padding: 40px 0px 45px 18px;
}

.search_right_sidebar .your_book_box h4 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: .60px;
  padding-bottom: 15px;
}

.search_right_sidebar .your_book_box h5 {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: 600;
  color: #a0a0a0;
  text-transform: uppercase;
  letter-spacing: .45px;
}

/* End Search Right Side Area css
============================================================================================ */
/* Search Room Area css
============================================================================================ */
.s_room_item {
  margin-bottom: 50px !important;
}

.s_room_item .s_room_left_img img {
  max-width: 100%;
}

.s_room_item .s_room_right_text {
  padding-top: 35px;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  margin-left: -30px;
  padding-left: 30px;
  min-height: 283px;
}

.s_room_item .s_room_right_text h4 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #242424;
  letter-spacing: .60px;
  padding-bottom: 25px;
}

.s_room_item .s_room_right_text ul li {
  width: calc(100% / 2);
  float: left;
  margin-bottom: 26px;
  font-size: 14px;
  font-family:WorkSans,sans-serif;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: .42px;
  font-weight: bold;
}

.s_room_item .s_room_right_text ul li a {
  font-size: 14px;
  font-family:WorkSans,sans-serif;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: .42px;
  font-weight: bold;
}

.s_room_item .s_room_right_text ul li a span {
  display: block;
  font-size: 14px;
  font-family:WorkSans,sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  color: #bdbdbd;
  letter-spacing: .42px;
}

.s_room_item .s_room_right_text ul li .bootstrap-select {
  width: auto !important;
}

.s_room_item .s_room_right_text ul li .bootstrap-select .dropdown-toggle {
  display: inline-block;
  padding: 0px;
  border: none;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.s_room_item .s_room_right_text ul li .bootstrap-select .dropdown-toggle span {
  color: #03a9f4;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .45px;
}

.s_room_item .s_room_right_text ul li .bootstrap-select .dropdown-toggle .bs-caret {
  position: relative;
  left: 24px;
  top: 0px;
}

.s_room_item .s_room_right_text ul li .bootstrap-select .dropdown-toggle .bs-caret .caret {
  border-top: 5px dashed;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #a0a0a0;
}

.s_room_item .s_room_right_text ul li .bootstrap-select .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  border: none;
  width: 112px !important;
}

.s_room_item .s_room_right_text ul li .bootstrap-select .dropdown-menu .dropdown-menu li {
  width: 100%;
  margin-bottom: 0px;
}

.s_room_item .s_room_right_text ul li .bootstrap-select .dropdown-menu .dropdown-menu li a {
  display: block;
  line-height: 30px;
  padding: 0px 15px 0px 15px;
}

.s_room_item .s_room_right_text .book_now_btn {
  margin-top: 4px;
  padding: 0px 16px;
  line-height: 40px;
}

/* End Search Room Area css
============================================================================================ */
/* Room Details Area css
============================================================================================ */
.room_details_area {
  padding: 100px 0px;
}

.room_d_main_text {
  padding-bottom: 70px;
}

.room_d_main_text .room_details_img .owl-prev, .room_d_main_text .room_details_img .owl-next {
  height: 65px;
  width: 65px;
  background: #fff;
  text-align: center;
  line-height: 62px;
  font-size: 28px;
  color: #7e7e7e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.room_d_main_text .room_details_img .owl-prev:hover, .room_d_main_text .room_details_img .owl-next:hover {
  background: #03a9f4;
  color: #fff;
}

.room_d_main_text .room_details_img .owl-prev {
  left: 0px;
}

.room_d_main_text .room_details_img .owl-next {
  right: 0px;
}

.room_d_main_text h4 {
  font-size: 32px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .96px;
  color: #242424;
  padding: 45px 0px 20px 0px;
}

.room_d_main_text h4 span {
  color: #03a9f4;
}

.room_d_main_text h5 {
  font-size: 20px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .60px;
  color: #242424;
}

.room_d_main_text h5 span {
  color: #a0a0a0;
  font-family:WorkSans,sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.room_d_main_text p {
  color: #a0a0a0;
  font-family:WorkSans,sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .30;
  padding-top: 28px;
}

.room_d_title {
  text-transform: uppercase;
  font-size: 22px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .66px;
  color: #242424;
  padding-bottom: 30px;
}

.room_service_list_inner .resot_list {
  max-width: 270px;
}

.room_service_list_inner .resot_list ul li a {
  font-size: 15px;
  font-weight: 600;
  font-family:WorkSans,sans-serif;
  text-transform: uppercase;
  padding-left: 32px;
  color: #a0a0a0;
}

.room_details_clients {
  border-bottom: 1px solid #d0d0d0;
  margin-top: 65px;
}

.room_details_clients .clients_slider {
  padding: 0px;
  border: none;
}

.room_details_clients .clients_slider .item .media {
  padding-right: 20px;
  padding-bottom: 55px;
}

.room_details_clients .clients_slider .item .media .media-left {
  padding-right: 30px;
}

.room_details_clients .clients_slider .item .media .media-body {
  padding-right: 0px;
}

.room_details_clients .clients_slider .item .media .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #898989;
}

.room_details_clients .clients_slider .item .media .media-body h4 {
  padding-top: 18px;
  padding-bottom: 0px;
}

.room_details_comment {
  padding-top: 45px;
}

.room_details_comment h4 {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #03a9f4;
  text-transform: uppercase;
  letter-spacing: .45px;
  padding-bottom: 30px;
}

.room_details_comment .contact_us_form .form-group input {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group input.placeholder {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group input:-moz-placeholder {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group input::-moz-placeholder {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group textarea {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group textarea.placeholder {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #898989;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
}

.room_details_comment .contact_us_form .form-group h5 {
  display: inline-block;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  color: #898989;
  text-transform: uppercase;
  padding-right: 15px;
  padding-bottom: 35px;
  padding-top: 15px;
}

.room_details_comment .contact_us_form .form-group ul {
  display: inline-block;
}

.room_details_comment .contact_us_form .form-group ul li {
  display: inline-block;
}

.room_details_comment .contact_us_form .form-group ul li a {
  color: #03a9f4;
}

/* End Room Details Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Special Dish Area css
============================================================================================ */
.special_dish_area {
  padding-top: 100px;
}

.special_dish_inner_area {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 100px;
  margin-bottom: 2px;
}

.special_dish_inner_area .main_big_title {
  text-align: left;
  padding-right: 40px;
  padding-bottom: 50px;
}

.special_dish_inner_area .main_big_title h2 {
  padding-bottom: 25px;
}

.special_dish_inner_area .main_big_title h2:before {
  display: none;
}

.special_dish_inner_area .main_big_title p {
  padding-top: 0px;
}

.special_dish_item .dish_img img {
  max-width: 100%;
}

.special_dish_item h4 {
  font-size: 18px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: .45px;
  padding: 35px 0px 16px 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.special_dish_item h4:hover {
  color: #03a9f4;
}

.special_dish_item p {
  font-size: 15px;
  line-height: 24px;
  color: #898989;
  letter-spacing: .30px;
}

.our_menu_area {
  margin-top: 2px;
}

.our_menu_area .our_menu_inner {
  border-top: 1px solid #dcdcdc;
  padding: 100px 0px;
}

.our_menu_area .left_ex_title {
  padding-bottom: 50px;
}

.our_menu_area .left_ex_title p {
  font-size: 16px;
  text-transform: lowercase;
  font-weight: normal;
  color: #898989;
}

.nav.nav-tabs li {
  margin-right: 10px;
}

.nav.nav-tabs li a {
  padding: 0px 30px;
  border-radius: 0px;
  background: #f5f5f5;
  line-height: 48px;
  font-family:WorkSans,sans-serif;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: .48px;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.nav.nav-tabs li:last-child {
  margin-right: 0px;
}

.nav.nav-tabs li:hover a, .nav.nav-tabs li.active a {
  border-bottom-color: transparent;
  background: #fff;
}

.our_menu_list_inner .tab-content {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 50px 30px 0px 30px;
}

.our_menu_list_inner .tab-content .tab-pane .our_menu_tab_inner ul li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

.our_menu_list_inner .tab-content .tab-pane .our_menu_tab_inner ul li img {
  max-width: 100%;
}

.our_menu_list_inner .tab-content .tab-pane .our_menu_tab_inner ul li h5 {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  letter-spacing: .30px;
  color: #898989;
  padding-top: 25px;
  padding-bottom: 25px;
}

.our_menu_list_inner .tab-content .tab-pane .our_menu_tab_inner ul li .pull-left h4 {
  font-size: 18px;
  font-family:WorkSans,sans-serif;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: .36px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 35px;
}

.our_menu_list_inner .tab-content .tab-pane .our_menu_tab_inner ul li .pull-left p {
  font-size: 16px;
  color: #898989;
  font-family:WorkSans,sans-serif;
  letter-spacing: .32px;
  padding-bottom: 35px;
}

.our_menu_list_inner .tab-content .tab-pane .our_menu_tab_inner ul li .pull-right h3 {
  font-size: 40px;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
  color: #03a9f4;
  letter-spacing: 1.2px;
  padding-top: 37px;
}

.our_menu_list_inner .tab-content .tab-pane .our_menu_tab_inner ul li:last-child {
  border: none;
}

/* End Special Dish Area css
============================================================================================ */
/* Reserve Table Area css
============================================================================================ */
.reserv_table_area {
  background: #03a9f4;
  padding: 100px 0px;
}

.reserv_table_text h3 {
  font-weight: bold;
  font-family:WorkSans,sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: .96px;
  color: #242424;
  padding-bottom: 36px;
}

.reserv_table_text h3 span {
  color: #fff;
}

.reserv_table_text p {
  font-size: 16px;
  line-height: 30px;
  color: #242424;
  font-family:WorkSans,sans-serif;
  max-width: 280px;
}

.reserv_form_area .contact_us_form .form-group input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .45px;
}

.reserv_form_area .contact_us_form .form-group input.placeholder {
  color: #fff;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .45px;
}

.reserv_form_area .contact_us_form .form-group input:-moz-placeholder {
  color: #fff;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .45px;
}

.reserv_form_area .contact_us_form .form-group input::-moz-placeholder {
  color: #fff;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .45px;
}

.reserv_form_area .contact_us_form .form-group input::-webkit-input-placeholder {
  color: #fff;
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  font-weight: bold;
  letter-spacing: .45px;
}

.reserv_form_area .contact_us_form .form-group .submit_btn_black {
  line-height: 46px;
  height: 48px;
  width: 165px;
}

/* End Reserve Table Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_widget_area {
  background: #2a292b;
  padding: 80px 0px 50px 0px;
}

.f_title {
  padding-bottom: 26px;
}

.f_title h3 {
  color: #fff;
  opacity: .8;
  text-transform: uppercase;
  font-family:WorkSans,sans-serif;
  font-size: 16px;
  letter-spacing: .32px;
  padding-bottom: 18px;
  position: relative;
}

.f_title h3:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #03a9f4;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.about_widget .ab_wd_list {
  padding-right: 22px;
  padding-top: 22px;
  padding-bottom: 30px;
}

.about_widget .ab_wd_list .media .media-left {
  padding-right: 18px;
}

.about_widget .ab_wd_list .media .media-left i {
  color: #757575;
  font-size: 22px;
}

.about_widget .ab_wd_list .media .media-body h4 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .30px;
  font-family:WorkSans,sans-serif;
}

.about_widget .ab_wd_list .media:last-child .media-body h4 {
  font-size: 20px;
  font-weight: bold;
  font-family:WorkSans,sans-serif;
  letter-spacing: .40px;
}

.about_widget .book_now_area {
  margin-left: 37px;
}

.about_widget .book_now_area .book_now_btn {
  color: #242424;
}

.about_widget .book_now_area .book_now_btn:hover {
  color: #03a9f4;
}

.link_widget {
  padding-left: 50px;
}

.link_widget ul {
  margin-top: -10px;
}

.link_widget ul li a {
  font-size: 15px;
  line-height: 35px;
  color: #757575;
  font-family:WorkSans,sans-serif;
  letter-spacing: .30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.link_widget ul li:hover a {
  color: #03a9f4;
}

.instagram_widget .instagram_list {
  margin: -2.5px;
  overflow: hidden;
  clear: both;
}

.instagram_widget .instagram_list li {
  float: left;
  overflow: hidden;
  width: calc(100% / 3);
}

.instagram_widget .instagram_list li a {
  padding: 2.5px;
  display: block;
}

.instagram_widget .instagram_list li a img {
  max-width: 100%;
}

.footer_copyright_area {
  background: #222122;
  padding: 25px 0px;
  overflow: hidden;
}

.footer_copyright_area .pull-left h4 {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  color: #757575;
  letter-spacing: .30px;
}

.footer_copyright_area .pull-right h4 {
  font-size: 15px;
  font-family:WorkSans,sans-serif;
  color: #757575;
  letter-spacing: .30px;
}

.footer_copyright_area .pull-right h4 a {
  color: #757575;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.footer_copyright_area .pull-right h4 a:hover {
  color: #03a9f4;
}
body{
  margin: 0;
}

.profile_container,
.info{
	margin: 60px 100px 0px;
		display: flex;
	
}

.flag_wrapper {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
	top: -70px;
	left: 230px;
}

.flag {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}

.description {
	margin-bottom: 30px;
	margin-top: 0px;
}


.profile_img_section img{
  width: 400px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
}
.profile_desc_section {
	display: flex;
	flex-direction: column;

	margin-left: 50px;
}

.interests_item {
	display: inline-block;
	padding: 5px 15px;
	margin-right: 7.5px;
	margin-bottom: 10px;
	line-height: 35px;
	background-color: #e6e6e6;
	border-radius: 5px;

	color: rgba(34, 34, 34, 0.5);
}

.info {
	margin-top: -20px;
	margin-left: 100px;
}

.link_img_wrapper {
	width: 40px;
	height: 40px;
	background-color: #f2f2f2;
	border-radius: 10px;
	position: relative;
}

.link_img {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}

ul {
	padding: 0px;
}

li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
}

li p {
	margin-left: 30px;
	color: rgba(34, 34, 34, 0.5);
}

@media screen and (max-width: 1000px) {
	.profile_container,
	.info,
	.back {
		margin: 60px 33px 0px;
	}


    .profile_img_section img{
      width: 400px;
      box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    }


	.flag_wrapper {
	}

	.profile_desc_section {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-top: -40px;
	}

	.info {
		margin-top: 10px;
		margin-left: 33px;
	}
}

/** Element Styles **/
.team-card-container{
  font-family: 'montserrat', sans-serif;
  position: relative;
  float:left;
  margin: 10px;
  padding-bottom: 10px;
   box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  -webkit-transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
       -o-transition: 0.2s all ease;
          transition: 0.2s all ease;
}
.team-card-container:hover {
  box-shadow: 0 0 15px #ddd;
  -webkit-transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
       -o-transition: 0.2s all ease;
          transition: 0.2s all ease;
}
.team-card-image{
  width: 270px;
  height: 270px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  
}
.team-card-title-container{
  position: relative;  
}
.team-card-overlay-items{
  content: "";
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
       -o-transition: 0.2s all ease;
          transition: 0.2s all ease;
}
.team-card-overlay-items:hover{
  left: 0;
  top: 0;
  right: 0;
  bottomS:0;
  background-color:rgba(200,200,200,0.5);
  position: absolute;
  display: block;
  height: 270px;
  -webkit-transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
       -o-transition: 0.2s all ease;
          transition: 0.2s all ease;
}
.team-card-overlay-items:hover ul{
  opacity: 1;
  -webkit-transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
       -o-transition: 0.2s all ease;
          transition: 0.2s all ease;
}
.team-card-overlay-items ul{
  opacity: 0;
  -webkit-transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
       -o-transition: 0.2s all ease;
          transition: 0.2s all ease;
}

.team-card-title{
  text-align: center;
  margin: 15px 0 10px;
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}
.team-card-title:after{    
  content: '';
  height: 1px;
  width: 20%;
  top: 100%;
  left: 0;
  background: #d0d0d0;
  margin: 6px auto;
  position: relative;
  display: block;
  text-align: center;
}
.team-card-subtext{
  font-weight: 200;
  text-align: center;
  display: block;
  color: #999;
  font-size: 0.86em;
  margin: 0px 0;
  font-family: 'opensans', sans-serif;
  text-transform: uppercase;
}
.team-card-content p{
  font-family: 'opensans', sans-serif;
  font-size: 14px;
  margin: 10px 10px;
  text-align: center;
  color: #555;
}
.team-card-button{
  background-color: transparent;
  border: 2px solid #5886A6;
  text-decoration: none;
  margin: 0px auto 0;
  text-align: center;
  border-radius: 4px;
  padding: 8px 22px;
  font-size: 12px;
  max-width: 90px;
  display: block;
  color: #5886A6;
  top: 10px;
  position: relative;
  -webkit-transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
       -o-transition: 0.2s all ease;
          transition: 0.2s all ease;
}
.blog-item-readmore-btn-container{
  text-align: center;

}
.team-card-button:hover {
  color: #fff;
  background-color: #5886A6;
  -webkit-transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
       -o-transition: 0.2s all ease;
          transition: 0.2s all ease;
}
.team-card-overlay-items ul{
  line-height: 270px;
  margin: 0 auto;
  height: 270px;
  padding: 0;
  display: table;
  text-align: center;
}
.team-card-overlay-items ul li{
    z-index: 99999;
    width: 35px;
    color: white;
    list-style: none;
    float: left;
    height: 35px;
    position: relative;
    line-height: 35px;
    top: 50%;
    display: block;
    margin-top: 100%;
}

.team-card-overlay-items ul li:hover{
  border-radius:50%;
  background-color: #5886A6;
  cursor: pointer;
}
.team-card-overlay-items ul li:hover a{
  color: #fff;
}
.team-social-link{
  position: relative;
  border-radius: 50%;
  color: white;
  -webkit-transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
       -o-transition: 0.2s all ease;
          transition: 0.2s all ease;
}


/* footer footnotes */
footer ol {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 15px;
  padding-left: 20px;
}

/* Bootstrap Docs */
.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
.bs-example:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
}
.bs-example-padded-bottom {
    padding-bottom: 24px;
}
@media (min-width: 768px){
  .bs-example {
      margin-right: 0;
      margin-left: 0;
      background-color: #fff;
      border-color: #ddd;
      border-width: 1px;
      border-radius: 4px 4px 0 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
}
.bs-example+.code {
    margin: -15px -15px 15px;
    border-width: 0 0 1px;
    border-radius: 0;
}
@media (min-width: 768px){
  .bs-example+.code {
      margin-top: -16px;
      margin-right: 0;
      margin-left: 0;
      border-width: 1px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
  }
}
/* CodeMirror Bootstrap Theme */
.cm-s-bootstrap .cm-comment {
	font-style: italic;
	color: #999988;
}
.cm-s-bootstrap .cm-number {
	color: #F60;
}
.cm-s-bootstrap .cm-atom {
	color: #366;
}
.cm-s-bootstrap .cm-variable-2 {
	color: #99F;
}
.cm-s-bootstrap .cm-property {
	color: #99F;
}
.cm-s-bootstrap .cm-string {
	color: #DD1144;
}
.cm-s-bootstrap .cm-keyword {
	color: #069;
}
.cm-s-bootstrap .cm-operator {
	color: #555;
}
.cm-s-bootstrap .cm-qualifier {
	color: #0A8;
}
.pcard {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.pcard {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  min-height:400px;
}

.pcard span.card-title {
  color: #333;
  font-size: 22px;
  
  font-weight: 600;
}

.pcard .card-image {
  position: relative;
  overflow: hidden;
}

.pcard .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  height: 200px;
  z-index: -1;
}

.pcard .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
.pcard .card-image img.logo {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: rgba(235, 207, 167, 0.8);
  filter: grayscale(100%);
  padding: 16px;
}
.pcard .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}

.pcard .card-content p {
  display: -webkit-box;
    line-height: 21px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  margin: 0;
  color: inherit;
}

.pcard .card-content span.card-title {
  line-height: 48px;
}

.pcard .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}

.pcard .card-action a {
  color: #ffab40;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.pcard .card-action a:hover {
  color: #ffd8a6;
  text-decoration: none;
}



.scard {
  min-width: 320px;
  overflow: auto;
  margin-bottom: 20px;
  }

.scard .box {
    background: #2a2b2f;
  border-radius: 15px;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
   transition: 0.5s;
}



.scard .box .content {
  
  text-align: left;
}

.scard .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.scard .box .content h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.scard .box .content ul {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.scard .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.scard .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

.scard .box2 {
    background: #ddd;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
   transition: 0.5s;
}


.scard .box2 .content {
  padding: 20px;
  text-align: left;
}

.scard .box2 .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.scard .box2 .content h3 {
  font-size: 1.8rem;
  color: #222;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.scard .box2 .content p {
  font-size: 1rem;
  font-weight: 300;
  color: #222;
  z-index: 1;
  transition: 0.5s;
}

.scard .box2 .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.scard .box2 .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}
/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */