@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ===================================
	01. Common
=================================== */
::selection {
 background-color: #007bff;
 color: #fff;
}
::-moz-selection {
 background-color: #0078bf;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	color: #333;
	background: #FFF;
}
p {
	line-height: 25px;
	margin-bottom: 10px;
	letter-spacing: normal;
	text-align: justify;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
	width: 100%;
	text-align: left;
	margin-bottom: 0.5px;
	    font-size: 14px;
    color: #2e2e2e;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #d3f2ff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1fbff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #000;
	padding: 0px;
	line-height: 1.4;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Background bg --- */
.gray-bg {
	background-color: #f5f5f5;
}
.bg-style-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fbfbfb;
	z-index: -1;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #fff;
	background-color: #0078bf;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #2CA066;
}
.form-group {
	margin-bottom: 8px;
}


.form-control:focus {
    color: #000;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0px 0px 2px 1px #dcedff;
}
/* --- Buttons --- */
.btn-style-1 {
        text-transform: capitalize;
            border: none;
    background-color: #0693e3;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-style-2 {
	background-color: #f5f5f5;
    color: #0078bf;
    border: solid 1px #e9e9e9;
    margin-bottom: 10px;
	border-radius: 5px;
	padding: 6px 20px;
	text-transform:capitalize;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.table {
	margin-bottom:0;
}
.table-responsive {
	background: #FFF;
	margin-bottom: 15px;
}
.btn-style-1:hover {
	background-color: #e31d24;
	color: #fff;
	text-decoration: none;
}
.btn-style-1.btn-sm {
	padding: 8px 16px;
	font-size: 12px;
}
.view-detail-btn {
    background-color: #ffffff;
    color: #0078bf;
    border: solid 1px #0078bf;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 6px 20px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.book-now-btn {
background-color: #0078bf;
    color: #ffffff;
    border: solid 1px #0078bf;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 6px 20px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title {
	margin-bottom: 10px;
}
.section-title h2 {
	padding-bottom: 4px;
	font-size: 25px;
	font-weight: 500;
	color:#00253a;
}
.section-title span.dashed-border {
	border: 1px dashed #dadada;
	width: 200px;
	position: relative;
	display: inline-block;
}
.section-title span.dashed-border:before, .section-title span.dashed-border:after {
	font-size: 10px;
	content: "";
	background-color: #0078bf;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 100%;
	top: -6px;
}
.section-title span.dashed-border:before {
	left: -20px;
}
.section-title span.dashed-border:after {
	right: -20px;
}
/* ===================================
	02. Header
=================================== */

.navigation {
	position: relative;
	z-index: 9;
	background: #FFF;
    border-top: solid 1px #f2f2f2;
}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#navigation:after, #navigation > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navigation #menu-button {
	display: none;
}
#navigation {
	background-color: #fff;
	border-radius: 2px;
}
#navigation > ul > li {
	float: left;
}
#navigation.align-center > ul {
	font-size: 0;
	text-align: center;
}
#navigation.align-center > ul > li {
	display: inline-block;
	float: none;
}
#navigation.align-center ul ul {
	text-align: left;
}
#navigation.align-right > ul > li {
	float: right;
}
#navigation > ul > li > a {
	padding: 15px 10px;
	font-size: 15px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #222;
	font-weight: 500;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}
#navigation > ul > li:hover > a {
	color: #41516b;
	background-color: #e6efff;
}

/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px;
display: block; background: #dddddd; content: '';}*/

/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0; }*/
#navigation ul ul {
	position: absolute;
	left: -9999px;
}
#navigation.align-right ul ul {
	text-align: right;
}
#navigation ul ul li {
	height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#navigation li:hover > ul {
	left: auto;
}
#navigation.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#navigation li:hover > ul > li {
	height: 35px;
}
#navigation ul ul ul {
	margin-left: 100%;
	top: 0;
}
#navigation.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#navigation ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 10px;
	width: 280px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	background: #e6efff;
	font-weight: 600;
	text-transform:capitalize;
}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
	border-bottom: 0;
}
#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
color: #000000;
    background-color: #ffffff;
}
#navigation ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #4a4c4f;
	content: '';
}
#navigation.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#navigation ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #4a4c4f;
	content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#navigation.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#navigation ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
/*--- Mobile Scree Class ---*/
#navigation.small-screen {
	width: 100%;
}
#navigation.small-screen ul {
	width: 100%;
	display: none;
}
#navigation.small-screen.align-center > ul {
	text-align: left;
}
#navigation.small-screen ul li {
	width: 100%;
	border-top: 1px solid #dee3e8;
}
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li {
	height: auto;
}
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
	width: 100%;
	border-bottom: 0;
	padding: 15px 15px;
}
#navigation.small-screen > ul > li {
	float: none;
}
#navigation.small-screen ul ul li a {
	padding-left: 15px;
}
#navigation.small-screen ul ul ul li a {
	    padding-left: 15px;
    background: #f2f2f2;
}
#navigation.small-screen ul ul li a {
	color: #4a4c4f;
	background: #e6efff;
}
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a {
	color: #2966c9;
}
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before {
	display: none;
}
#navigation.small-screen #menu-button {
	display: block;
	padding: 17px;
	color: #252628;
	cursor: pointer;
	font-size: 16px;
}
#navigation.small-screen #menu-button:after {
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #252628;
	border-bottom: 2px solid #252628;
	content: '';
}
#navigation.small-screen #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #252628;
	content: '';
}
#navigation.small-screen #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #252628;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#navigation.small-screen #menu-button.menu-opened:before {
	top: 23px;
	background: #252628;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#navigation.small-screen .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #dee3e8;
	height: 44px;
	width: 46px;
	cursor: pointer;
}
#navigation.small-screen .submenu-button.submenu-opened {
	background: #96aaca;
}
#navigation.small-screen ul ul .submenu-button {
	height: 45px;
	width: 45px;
}
#navigation.small-screen .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #252628;
	content: '';
}
#navigation.small-screen ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#navigation.small-screen .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#navigation.small-screen .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #252628;
	content: '';
}
#navigation.small-screen ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#navigation.small-screen .submenu-button.submenu-opened:before {
	display: none;
}
#navigation.small-screen.select-list {
	padding: 5px;
}
.dropdown-toggle::after {
    display: none;
}

.header-upper-bar {
    background-color: #ffffff;
}
.navbar {
    border-top: solid 1px #f2f2f2;
}
.header-navigation .navbar-nav .nav-link {
    font-weight: 600;
        letter-spacing: -0.2px;
    margin: 8px 0px;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 3px 5px;
    color: #0f5897;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-navigation .navbar-nav li {
}
.header-navigation .navbar-nav li:last-child {
}
.header-navigation .navbar-nav .nav-link:hover, .header-navigation .navbar-nav li.active .nav-link {
	color: #ffffff;
    background: #005b91;
}
.header-navigation .navbar-nav .nav-item.dropdown .dropdown-menu {
	margin: 0px;
	background-color: #00253a;
	border-radius: 0px;
	border: 0px;
	padding: 0px;
	width: 300px;
}
.header-navigation .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    border-top: solid 1px #083752;
    font-weight: 400;
	color: #FFF;
	white-space: normal;
	font-size: 14px;
	padding: 5px 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-navigation .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header-navigation .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	background-color: #003c60;
	color: #fff;
}
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	margin-left: 10px;
	background-color: #fff;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #2D2E33;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 22px;
}
.navbar-toggler span + span + span {
	width: 22px;
}
 @media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
 display: block!important;
}
}
.header-right-link {
	float: right;
}
.header-right-link ul li {
	float: left;
}
.header-right-link ul li a {
    color: #FFFFFF;
    padding: 2px 12px;
    font-size: 13px;
    line-height: 35px;
    font-weight: 500;
}
.header-right-link ul li {
	    color: #FFFFFF;
    padding: 0;
    font-size: 13px;
    line-height: 35px;
    font-weight: 500;
}

.header-right-link ul li a i {
	font-size: 9px;
}
.header-request {
	color: #fff !important;
	background-color: #e31e25;
	text-align: center;
	border-radius: 20px;
}
.header-request:hover {
	color: #fff;
}
.header-social-icons {
	float: right;
}
.header-social-icons a {
	color: #8293a2;
	display: inline-block;
	width: 50px !important;
	text-align: center;
	line-height: 50px;
	float: left;
	border-right: 1px solid #393939;
	height: 50px;
}
.header-social-icons a:first-child {
	border-left: 1px solid #393939;
}
.header-social-icons a:hover {
	background-color: #0078bf;
	color: #fff;
}
.head-btn {
	background: #e21921;
	color: #FFF !important;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 10px;
	margin-left: 10px;
}
.head-btn2 {
	background: #000;
	color: #FFF !important;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 10px;
	margin-left: 10px;
}
.header-lover {
	padding: 5px 0px;
    background: #fff;
}
.header-call-us {
	float: right;
}
.header-call-us ul {
	float: left;
}
.header-call-us ul li {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.header-call-us ul li:last-child {
	margin-right: 0px;
}
.header-call-us i {
	margin-right: 12px;
	vertical-align: top;
	font-size: 30px;
	float: left;
}
.header-call-us ul li {
	position: relative;
}
.header-call-us ul li .iocn-holder {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 10px;
}
.header-call-us ul li .iocn-holder i {
	color: #FFF;
	display: block;
	font-size: 25px;
	text-align: center;
	transition: all 500ms ease 0s;
	margin: 0;
	padding: 0;
}
.header-call-us ul li .text-holder {
	padding: 5px 20px 5px 45px;
	background: #eff9ff;
	margin: 0;
	border-radius: 10px;
}
.header-call-us ul li .text-holder h6 {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 2px;
}
.header-call-us ul li .text-holder p {
	color: #FFF;
	font-size: 16px;
	margin: 0;
	line-height: 16px;
}
.header-call-us ul li a {
	color: #FFF;
	line-height: 1;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
/* ===================================
	03. Slider
=================================== */
.slider {
	position: relative;
}
.slider .overlay-background-black {
	background-color: rgba(0, 0, 0, 0.5);
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	line-height: 40px;
	background-color: #0078bf;
	font-size: 18px;
	z-index: 3;
}
.slider .carousel-control-next {
	width: 40px;
	bottom: auto;
	top: 50%;
	height: 40px;
	right: 20px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 20px;
	width: 40px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	height: 40px;
	transform: translateY(-50%);
}
/* ===================================
	04. Search area
=================================== */

.counter-box [class^=col-] {
 padding: 15px;
 border-right: 1px solid rgba(255, 255, 255, 0.1);
}
 .counter-box [class^=col-]:last-child {
 border-right: 0px;
}
 .counter-box-dark [class^=col-] {
 border-right: 1px solid rgba(120, 130, 140, 0.13);
}
 .counter-box-dark [class^=col-]:last-child {
 border-right: 0px;
}
.search-area {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	align-items: center;
	display: flex;
}
.center-search {
	width: 100%;
	background: #034368;
	padding: 10px;
	box-shadow: 0 0 6px 4px rgb(255 255 255 / 29%);
	    border-radius: 10px;
}
.center-search h1 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
    color: #ffffff;
	
}
/* ===================================
	05. Form style
=================================== */

.modal-header h4{
    font-size: 20px  !important;
    padding-left: 15px;
    line-height: 36px;
    color: #00253a  !important;
    float: left;
}

.form-style-1{
    padding: 15px;
}
.form-style-1 input[type="text"], input[type="number"], .form-style-1 input[type="email"], .form-style-1 input[type="password"], .form-style-1 input[type="date"], .form-style-1 input[type="file"], .form-style-1 select{
	    margin-bottom: 10px;
	        background: #fbfbfb;
	            font-size: 15px;
}
.form-style-1 textarea {
	border-radius: 5px;
	font-size: 15px;
	height: 142px;
	background: #fbfbfb;
}
.form-style-1 h4 {
font-size: 23px !important;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 10px;
    text-align: center !important;
}
.card-type-img .form-check-input {
	position: absolute;
	top: 10px;
	left: 10px;
	margin-left: 0px;
	margin-top: 0px;
}
.form-style-2 input {
    border-radius: 5px;
    font-size: 15px;
    height: 42px;
    background-color: #FFF;
    border: solid 1px #d3f2ff;
}
.form-style-2 textarea {
    border-radius: 5px;
    font-size: 15px;
    background-color: #FFF;
    border: solid 1px #d3f2ff;
}
/* ===================================
	06. About us
=================================== */
.about-page-main{
    background: #fbfbfb;
}
.about-page{
        padding: 5px;
    background: #ffffff;
    border: solid 1px #f2f2f2;
    margin-bottom: 30px;
}
.about-col h6 {
	font-size: 14px;
	font-weight: 600;
	color: #0078bf;
}
.about-col h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #e31c23;
}
.about-col h2 {
	font-size: 22px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #00253a;
}
.about-col h3 {
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #00253a;
}
.about-col h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #006aa7;
}
.about-col li {
	list-style: initial;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: justify;
}
.about-col h2 span {
	font-weight: bold;
}
.about-video-img-box .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	border-radius: 4px;
	width: 100%;
}
.about-video-img-box a {
}
/* ===================================
	07. Popular Hotel
=================================== */
.popular-hotel-box {
    text-align: center;
}
.popular-hotel-box h4{
    
}
.popular-hotel-box .imege img{
border-radius: 100%;
height: 200px;
    width: 200px;
    box-shadow: 2px 3px 0px 4px #0078bf;
    border: solid 5px #FFF;
}

.popular-hotel-box .imege {
	position: relative;
	text-align: -webkit-center;
}
.popular-hotel-box .black-bg {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.popular-hotel-box .black-bg a {
    display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	
	text-decoration: none;
	font-size: 14px;
	background: #00253a;
	width: 100%;
	padding: 5px;
}
.popular-hotel-box h4 a {
	color: #0078bf;
	text-decoration: none;
	padding-bottom: 0px;
	position: relative;
	font-size: 18px;
	padding-top: 10px;
	display: inline-block;
    width: 100%;
}

.popular-hotel-box .price {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	min-height: 45px;
}

.popular-hotel-box .info {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	margin-bottom: 20px;
}
.popular-hotel-box .price span {
	font-weight: 300;
	color: #666;
	font-size: 12px;
}
.popular-hotel-carousel .owl-nav {
	left: 0;
	width: 100%;
	z-index: -1;
	margin: 10px 0px;
	display: none;
}
.popular-hotel-carousel .owl-nav .owl-prev, .popular-hotel-carousel .owl-nav .owl-next {
	text-align: center;
	background-color: #FFF !important;
	border-radius: 100%;
	font-size: 16px !important;
	color: #333 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0px 6px !important;
}
.popular-hotel-carousel .owl-nav .owl-prev:hover, .popular-hotel-carousel .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #0078bf !important;
}
/* ===================================
	08. How it work
=================================== */
.how-it-work-box{

}
.how-it-work-box img{
    border-radius: 50px;
    height: 70px;
    width: 70px;
}
.how-it-work-box h4 {
    font-size: 14px;
    color: #000;
    padding-top: 8px;
    text-transform: capitalize;
    font-weight: 600;
}
/* ===================================
	09. Popular destinations
=================================== */
.popular-destination-box {
	width: 100%;
	margin-bottom: 5px;
	padding: 15px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 4px 1px #ebebeb;
}
.popular-destination-box .img-holder {
	text-align: center;
}
.popular-destination-box img {
	max-width: 120px;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
	padding: 10px;
	background: #FFF;
}
.popular-destination-box .title {
	padding: 0;
}
.popular-destination-box .title h3 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.popular-destination-box .title h3 a {
	font-size: 15px;
	color: #333;
	text-decoration: none;
}
.popular-destination-box:hover .img-holder-overlay .overlay {
	opacity: 1;
}
.popular-destination-box .img-holder-overlay .img-holder img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.popular-destination-box:hover .img-holder-overlay .img-holder img {
	transform: scale(1.2);
}
/* ===================================
	10. Testimonials
=================================== */
.testimonial-bg {
}
.testimonial-box {
	background: #fbfbfb;
	padding: 20px;
	border-radius: 10px;
	margin:5px;
}

.testimonial-box p{
    color: #000 !important;
    font-size: 14px;
    line-height: 20px;
}

.testimonial-box .reviewer {
	position: relative;
	z-index: 1;
}
.testimonial-box .quote-icon {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0px;
	opacity: 0.1;
	font-size: 150px;
	transform: translateY(-50%);
	z-index: 0;
}
.testimonial-box .reviewer img {
	height: 50px;
	width: 50px;
	border-radius: 50px !important;
}
.testimonial-box .reviewer .content .name {
	font-size: 15px;
	font-weight: 600;
}
.testimonial-carousel .owl-nav {
	left: 0;
	width: 100%;
	z-index: -1;
	margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	text-align: center;
	background-color: #f5f5f5 !important;
	border-radius: 100%;
	font-size: 16px !important;
	color: #333 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0px 6px !important;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #0078bf !important;
}
/* ===================================
	11. Blog
=================================== */
.blog-box {
    background-color: #ffffff;
        box-shadow: 0 3px 17px rgb(0 0 0 / 14%);
    border-radius: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-box .blog_img img {
	    border-radius: 20px;
}
.blog-box .blog-des .blog_date {
font-size: 13px;
    color: #747474;
    position: relative;
}
.blog-des {
	        padding: 10px 20px;
}
.blog-des p {
	color:#222;
	    min-height: 100px;
}

.blog-des p a {
	color: #0078bf;
    font-weight: 600;
    margin-left: 10px;
}

.blog-des span {
    background-color: #31b675;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    padding: 3px 8px;
}
.blog-box .blog-des .blog_date span {
	background-color: #0078bf;
	color: #fff;
	border-radius: 3px;
	padding: 3px 8px;
}
.blog-box .blog-des h5 a {
	font-size: 18px;
	font-weight: 700;
	color: #00253a;
}

.blog-box .blog-des h3 {
	font-size: 22px;
	font-weight: 900;
	 color: #c70808;
}

.blog-box .blog-des h4 {
	font-size: 16px;
	font-weight: 700;
	color: #c70808;
}
.blog-box .read_more {
font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    background: #ecf5ff;
    border-radius: 20px;
    text-align: center;
    margin-top: 15px;
}
.blog-box .blog_border {
	height: 1px;
	width: 20px;
	background-color: #1ecb67;
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: -4px;
}


/* search form */
.search-form {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.search-form input {
	height: 55px;
	border: 1px solid #0078bf;
}
.search-form .search-submit {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #0078bf;
	border: 0px;
	color: #fff;
	width: 40px;
	height: 55px;
}
/* widget title */
.widget-title {
	font-weight: 700;
	font-size: 22px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.widget-title:before {
	position: absolute;
	width: 80px;
	content: "";
	height: 1px;
	border-bottom: 2px dotted #0078bf;
	left: 0px;
	bottom: 0px;
}
/* blog categorie */
.blog-categorie li {
    padding: 8px 15px;
    background: #fafcff;
    margin-bottom: 12px;
    box-shadow: 0 0 2px 1px #e1e1e1;
    text-align: center;
    border: solid 1px #7ed0ff;
}


.blog-categorie li a {
	    color: #000;
    font-weight: 700;
    font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-categorie li a i {
	font-size: 12px;
	padding-right: 4px;
	color: #0078bf;
}
.blog-categorie li a:hover {
	color: #0078bf;
}
/* blog recent post */
.recent-single-post {
    width: 100%;
    display: inline-block;
        background: #FFF;
    padding: 5px;
    border-radius: 10px;
    border: solid 1px #e6f6ff;
}
.post-img {
	display: inline-block;
	float: left;
	padding-right: 10px;
}
.recent-single-post .post-img a {
	display: block;
	width: 80px;
}
.recent-single-post img {
	width: 100%;
	max-width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 10px;
}
.pst-content {
	/*padding-left: 88px;
    line-height: 90px;
    height: 82px;*/
}
.recent-single-post .pst-content p {
	margin-bottom: 0;
	color: #222;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}
.recent-single-post .pst-content h3 {
font-size: 16px;
    color: #00253a;
   
    font-weight: 600;
}
.recent-single-post .pst-content h2 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #0078bf;
}
.pst-content p a {
	color: #333;
	font-size: 14px;
}
.pst-content p a:hover {
	color: #0078bf;
}
.pst-content .date-type {
	font-size: 20px;
	float: right;
	color: #0078bf;
}
/* blog tags */
.blog-tags a {
	padding: 6px 12px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: inline-block;
	text-decoration: none;
	color: #333;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-tags a:hover {
	background-color: #0078bf;
	border: 1px solid #0078bf;
	color: #fff;
}
/* blog single page */
.blog-single-page .blog-box:hover {
	background-color: #fff;
}
.blog-single-page .blog-box:hover .blog-des .blog_date span, .blog-single-page .blog-box:hover .blog_border {
	background-color: #0078bf;
	color: #fff;
}
.blog-single-page .blog-box:hover .blog-des .blog_date, .blog-single-page .blog-box:hover .blog-des h5 a, .blog-single-page .blog-box:hover .blog-des p, .blog-single-page .blog-box:hover .read_more a {
	color: #333 !important;
}
/* tags share */
.tags-share {
	border-bottom: 1px solid #ccc;
}
.tags-share .tags span {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}
.tags-share .tags ul li {
	display: inline-block;
	margin-right: 15px;
}
.tags-share .tags ul li{
text-transform: capitalize;
    color: #333;
    font-size: 13px;
}
.tags-share .tags ul li a:hover {
	color: #0078bf;
}
.tags-share .share span {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}
.tags-share .share ul li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
}
.tags-share .share ul li a {
font-size: 22px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    background: #0866ff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
}

/* comments area */
.blog-single-title {
	position: relative;
	margin-bottom: 30px;
}
.blog-single-title h2 {
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
}
.blog-single-title::before {
 position: absolute;
 bottom: -5px;
 height: 2px;
 width: 55px;
 background-color: #0078bf;
 display: inline-block;
 content: "";
}
/* comment box */
.comments-area .comment-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 80px;
}
.comments-area .comment .comment-inner {
	position: relative;
	padding: 15px;
	background-color: #f5f5f5;
}
.comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 20px;
	top: 20px;
}
.comments-area .comment .comment-inner .rating i {
	color: #0078bf;
}
.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}
.comments-area .comment-box .author-thumb img {
	width: 60px;
	display: block;
}
.comments-area .comment-info {
	position: relative;
	color: #303030;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}
.comments-area .comment-box .text {
	color: #848484;
	margin-top: 12px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0px;
}
/* ===================================
	12. Download app are
=================================== */
.download-app-area {
	background-color: #0078bf;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.download-app-area:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .2;
	height: 100%;
	z-index: -1;
	background-image: url(../img/bg/download-app-line.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200%;
}
.app-img {
	position: relative;
	max-width: 450px;
	margin: 0 auto;
}
.app-img img {
	width: 100%;
	position: absolute;
}
/* ===================================
	13. Partner
=================================== */
.partner-item img {
	border: 1px solid #f5f5f5;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.partner-item:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	transform: scale(1.2);
}
/* ===================================
	14. Footer
=================================== */
footer {
	background-color: #00253a;
	position: relative;
}
.footer-top .about p {
	color: #6c7f93;
}
.footer-top .social {
	padding: 30px 0;
}
.footer-top .social i {
	color: #6c7f93;
	font-size: 20px;
	margin-right: 5px;
	cursor: pointer;
}
.footer-top .social i:hover {
	color: #5f80c4;
}
.footer-top .title {
	padding: 0;
}
.footer-top .title h3 {
	text-align: left;
	color: #fff;
	padding: 0;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
}
/* footer social */
.footer-social a {
	color: #FFF;
	margin-right: 6px;
	font-size: 20px;
}
/* recent link */
.footer-link li {
	line-height: 18px;
	    margin-bottom: 10px;
	
}
.footer-link li:last-child {
	padding-bottom: 0;
}
.footer-link li a {
	color: #ffffff;
    font-size: 14px;
}
.footer-link li a:hover {
	color: #fff;
}
/* recent post */
.footer-recent-post-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.footer-recent-post-item:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.footer-recent-post-item a {
	color: #CCC;
}
.footer-recent-post-item p {
	margin-bottom: 6px !important;
}
.footer-recent-post-item a:hover {
	color: #fff;
}
/* footer newsletter form */
.footer-newsletter-form input {
	padding: 10px;
	width: 100%;
	height: 50px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #6c7f93;
}
.footer-newsletter-form button {
	width: 100%;
	height: 50px;
	background-color: #0078bf;
	color: #fff;
	text-decoration: none;
	border: 0px;
	text-transform: uppercase;
	margin-top: 6px;
}
/* copyright */
.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0px;
	color: #FFF;
	font-size: 13px;
}
/* ===================================
	15. Inner banner
=================================== */
.inner-banner-bg {
	position: relative;
	background-image: url(../img/bg/inner-banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: 0;
}
.inner-banner-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #00253a;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.page-title h1 {
	color: #fff;
	font-size: 25px;
}
.page-title {
	text-align:center;
	width:100%;
}
.inner-banner .breadcrumb {
	background-color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	float: right;
	border-radius: 0px;
}
.inner-banner .breadcrumb li {
	float: left;
}
.inner-banner .breadcrumb li a {
	color: #0078bf;
}
/* ===================================
	16. Listing page
=================================== */
.listing-page {
	background-color: #f7f7f7;
}
.list-box {
}
.list-box .list-box-content {
	float: none;
	width: auto;
	text-align: center;
}
.list-box-content {
	padding: 0;
	float: left;
	text-align: left;
}

.list-box-content img {
border-radius: 20px;
    height: 250px;
    border: solid 1px #FFF;
    margin-top: -20px;
    margin-bottom: 10px;;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	color: #0078bf;
	font-size: 26px;
	font-weight: 700;
}
.list-box-title {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 4px;
	text-align: center;
}
.list-box-title h3 {
	margin-bottom: 10px;
	color: #000;
	font-weight:600;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-box-title h3 span {
	display: block;
	margin-top: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #0078bf;
}
.list-box-title h3 span em {
	color: #767676;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	line-height: inherit;
	text-transform: lowercase;
}
.list-box-rating {
	float: left;
	width: 100%;
}
.at-stars, .at-stars span {
	width: 85px;
	height: 16px;
	color: #ff8500;
	float: left;
	line-height: 16px;
	position: relative;
}
.list-box-rating em {
	float: left;
	margin-left: 10px;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
}
.hotel-featured {
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 15px;
	line-height: 14px;
	text-align: center;
}
.hotel-featured li {
	float: left;
	width: 50%;
	line-height: inherit;
	list-style-type: none;
}
.hotel-featured li:nth-child(1), .hotel-featured li:nth-child(2) {
 padding-bottom: 0px;
}
.hotel-featured li span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: inherit;
	margin: 5px;
	padding: 8px;
	border-radius: 20px;
	text-transform: uppercase;
}
.list-box-title address {
	margin: 0;
	float: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	width: 100%;
}

.list-box .list-box-carousel {
	width: 100%;
	display: block;
}
.list-box-img {
	width: 285px;
	float: left;
	display: block;
	position: relative;
}
.list-box-img .form-check {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	padding: 10px 10px 10px 30px;
	z-index: 11;
	font-size: 14px;
}
.list-box-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.list-box-carousel .owl-nav .owl-prev {
	float: left;
}
.list-box-carousel .owl-nav .owl-next {
	float: right;
}
.list-box-carousel .owl-nav .owl-prev, .list-box-carousel .owl-nav .owl-next {
	background-color: rgba(0, 0, 0, 0.6) !important;
	border-radius: 0px;
	color: #fff !important;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.list-box-carousel .owl-nav .owl-prev:hover, .list-box-carousel .owl-nav .owl-next:hover {
	background-color: #7dc146 !important;
	color: #fff !important;
}
/* filter widget */
.filter-widget {

}
.filter-title-widget h3 {
	font-size: 18px;
	position: relative;
	font-weight: 600;
	color: #235685;
}
/* filter accordion */
.filter-accordion .card {
	overflow: visible;
    border: solid 1px #e6f9ff;
    background: #FFF;
    padding: 15px;
}
.filter-accordion .card-header, .filter-accordion .card-header .btn {
	padding: 0px;
	text-decoration: none;
}
.filter-accordion .card-header {
	border-bottom: 0px;
	background-color: transparent;
}
.filter-accordion .card-header h2 {
	line-height: 20px;
}
.filter-accordion .card .card-body {
	padding: 0px;
}
.filter-accordion .card .card-header .btn .fa-minus-square {
	display: inline-block;
	color: #235685;
	padding-top: 6px;
	font-size: 14px;
}
.filter-accordion .card-header .btn.collapsed .fa-minus-square {
	display: none;
}
.filter-accordion .card .card-header .btn.collapsed .fa-plus-square {
	display: inline-block;
	font-size: 14px;
	padding-top: 6px;
	color: #235685;
}
.filter-accordion .card .card-header .btn .fa-plus-square {
	display: none;
}
.select-all li {
	position: relative;
	line-height: 30px;
	border-top: solid 1px #d3f2ff;
}
.select-all li a {
	color: #333;
}
.select-all li:last-child:after {
	display: none;
}
/* filter checkbox widget */
.filter-checkbox-widget .form-check {
	line-height: 23px;
	margin-bottom: 6px;
}
.filter-checkbox-widget .form-check:last-child {
	margin-bottom: 0px;
}
.filter-checkbox-widget .form-check label {
	color: #000;
}
/* filter select widget */
.filter-accordion select {
	border-radius: 0px;
	font-size: 12px;
}
/* help us */
.help-us {
	background-color: #0078bf;
	padding: 25px;
}
.help-us h3 {
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 6px;
}
.help-us p {
	color: #fff;
}
/* side about */
.side-about {
	background-image: url(../img/bg/side-about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}
.side-about:before {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	width: 100%;
	height: 100%;
}
/* pagination */
.pagination-box .page-item:first-child .page-link, .pagination-box .page-item:last-child .page-link {
	border-radius: 0px;
}
.pagination-box .page-link {
	color: #333;
}
.pagination-box .page-item.active .page-link {
	background-color: #0078bf;
	border-color: #0078bf;
}
/* ===================================
	17. Detail page
=================================== */
.detail-page-gallery-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.detail-page-gallery-carousel .owl-nav .owl-prev {
	float: left;
}
.detail-page-gallery-carousel .owl-nav .owl-next {
	float: right;
}
.detail-page-gallery-carousel .owl-nav .owl-prev, .detail-page-gallery-carousel .owl-nav .owl-next {
	background-color: rgba(0, 0, 0, 0.6) !important;
	border-radius: 0px;
	color: #fff !important;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.detail-page-gallery-carousel .owl-nav .owl-prev:hover, .detail-page-gallery-carousel .owl-nav .owl-next:hover {
	background-color: #7dc146 !important;
	color: #fff !important;
}
.detail-tabs {
	border: 1px solid #d9d9d9;
}
.detail-tabs .nav-pills .nav-link {
	background-color: #d9d9d9;
	border-top: 2px solid #d9d9d9;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-radius: 0px;
	margin-right: 1px;
	color: #333;
	font-size: 14px;
}
.detail-tabs .nav-pills .nav-item:last-child .nav-link {
	margin-right: 0px;
}
.detail-tabs .nav-pills .nav-link:hover {
	border-top: 2px solid #cccbcb;
}
.detail-tabs .nav-pills .nav-link.active {
	background-color: #0078bf;
	border-top: 2px solid #0078bf;
	color: #fff;
}
/* ameneties */
.ameneties-list li {
	padding-bottom: 8px;
}
.ameneties-list li i {
	color: #0078bf;
}
/* review */
.review-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.review-item:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.review-item h5 {
	position: relative;
	margin-bottom: 8px;
}
.review-item h5 span {
	font-size: 12px;
	color: #0078bf;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.review-item h5 span a {
	color: #0078bf;
	font-style: italic;
	font-weight: 600;
}
/* ===================================
	18. Our features
=================================== */
.our-features {
	position: relative;
}
.feature-text h2 {
    color: #222;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.feature-text h2 span {
	color: #0078bf;
}
.features-tabs .nav-tabs .nav-link {
	border: 0px;
	color: #333;
	font-size: 16px;
	padding: 0;
	margin-right: 10px;
}
.features-tabs .nav-tabs {
	border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
.features-tabs .nav-tabs .nav-item {
}
.features-tabs .nav-tabs .nav-item:first-child a {
	padding-left: 0px;
}
.features-tabs .nav-tabs .nav-link.active {
	background-color: transparent;
}
/* ===================================
	19. FAQs
=================================== */
.faqsidelink {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 20px 20px;
}
.faqsidelink ul li {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
.faqsidelink ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faqsidelink ul li a i {
	font-size: 11px;
	padding-right: 6px;
}
.faqsidelink ul li.active:after, .faqsidelink ul li:hover:after {
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0px;
	left: -20px;
	background-color: #0078bf;
	content: "";
}
.faqsidelink ul li:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faqsidelink ul li:hover a, .faqsidelink ul li.active a {
	color: #0078bf;
}
/* faq block */
.faq-box .card .card-header .btn .fa-eye {
	display: inline-block;
	color: #235685;
}
.faq-box .card .card-header .btn.collapsed .fa-eye {
	display: none;
}
.faq-box .card .card-header .btn.collapsed .fa-eye-slash {
	display: inline-block;
}
.faq-box .card .card-header .btn .fa-eye-slash {
	display: none;
}
.faq-box .card .card-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-box .card .card-header {
	background-color: transparent;
}
.faq-box .card .card-header .btn .number {
	float: left;
	padding-right: 8px;
	color: #0078bf;
}
.faq-box .card .card-header .btn.collapsed {
	color: #333 !important;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #ebebeb;
}
.faq-box .card {
	border: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.faq-box .card:last-child {
	margin-bottom: 0px;
}
.faq-box .card .card-header {
	padding: 0px;
}
.faq-box .card .card-body {
	line-height: 24px;
	padding: 15px;
	color: #222;
	/* margin-top: 0; */
    background-color: #f8fdff;
	border: 1px solid #ebebeb;
}
.faq-box .card .card-header .btn {
    color: #0078bf !important;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    position: relative;
    font-weight: 500;
    line-height: 16px;
}
.faq-box .card .card-body ul {
	margin-left: 15px;
}
.faq-box .card .card-body ul li {
	list-style: initial;
	margin-bottom: 5px;
}
/* ===================================
	20. Contact Us
=================================== */
.contact-us-page{
    background: #fbfbfb;
} 
.contact-info-box {
    padding-bottom: 15px;
    border-bottom: solid 1px #e7e7e7;
}
.contact-info-box p a {
	color: #333;
}
.contact-info-box ul li a {
	color: #333;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #f5f5f5;
	display: inline-block;
	border: 1px solid #dddddd;
}
.contact-info-box ul li a:hover {
	background-color: #0078bf;
	border: 1px solid #0078bf;
	color: #fff;
}
.map iframe {
	width: 100%;
	height: 280px;
	border: 0px;
}
/* ===================================
	21. Gallery
=================================== */
.gallery-box {

}
.gallery-box .img-holder-overlay {
	position: relative;
	overflow: hidden;
	    height: 245px;
    border: solid 10px #ffffff;
}
.gallery-box .img-holder-overlay .overlay {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.gallery-box .img-holder-overlay .overlay a {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gallery-box .title {
	padding: 10px;
}
.gallery-box .title h3 {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	text-align: center;
}
.gallery-box:hover .img-holder-overlay .overlay {
	opacity: 1;
}
.gallery-box .img-holder-overlay .img-holder img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-box:hover .img-holder-overlay .img-holder img {
	transform: scale(1.2);
}
/* ===================================
	22. Team
=================================== */
.team-box {
	position: relative;
}
.team-box .team-img {
	overflow: hidden;
}
.team-box .team-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box:hover .team-img img {
	transform: scale(1.1);
}
.team-box .team-des {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 80%;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-des h3 {
	line-height: 20px;
	margin-bottom: 6px;
}
.team-box .team-des h3 a {
	font-size: 22px;
	color: #fff;
}
.team-box .team-des p {
	color: #fff;
}
.team-box:hover .team-des {
	bottom: 40px;
	background-color: rgba(49, 182, 117, 0.8);
}
