/*------------whatsapp-------------*/
.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 10px rgba(0,0,0,0.3);
    z-index:9999;
    transition:0.3s;
}

.whatsapp-float:hover{
    transform:scale(1.1);
}

.whatsapp-float img{
    width:35px;
    height:35px;
}
/*------------whatsapp--End-----------*/
h2 {
    font-size: 38px;
}
.privacy h4 {
    margin: 6px 0px 0px 0px;
}

.conditions h4 {
    margin: 6px 0px 0px 0px;
}
img.choose-us {
    width: 36px;
}
.bg-theme {
    background: #06224f !important;
}
span.white.bg-theme.p-1.px-2.rounded {
    background: #06224f00 !important;
}
.theme {
    color: #ff6a00 !important;
	font-size: 38px !important;
}
.footer-about img {
    width: 270px;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a, .header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
    color: #ff6a00;
    background: transparent;
}
.breadcrumb li a, .breadcrumb li.active a {
    color: #06224f ;
}
/*
.nir-btn, .nir-btn-black, .nir-btn-white {
	background: #06224f;}
*/
.nir-btn::before, .nir-btn-black::before, .nir-btn-white::before {
    background: #ff6a0000;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a {
    padding: 0 0px;
	color: #06224f;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a span {
    margin: 0px 13px;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    background: #ff6a00;
    
}
#heading{font-family: "Playfair Display", serif;
	font-size: 44px;}

h2.value.mb-0.theme {
    text-align: center;
}
a.nir-btn-black.conts {
    background: #ff6a00;
}
a.nir-btn-black.conts:hover {
    background: #06224f!important;
}
.moblnb {
  position: absolute;
  display: none;
  left: 224px;
  top: 46px;
  background: #ff6a00;
  color: #fff;
  padding: 1px 9px;
  border-radius: 2px;
}
a.white.nir-btn.white {
    background: #fff;
    font-size: 26px;
    color: #ff6a00 !important;
    padding: 0px 0px;
    font-weight: 500;
}
a.white.nir-btn.white i {

    color: #ff6a00 !important;

}
.about-image1.overflow-hidden.rounded img {
/*    width: 300px;*/
    float: right;
}

.main_header_area .header_menu.fixed-top .register-login a.nir-btn {
    color: #ff6a00 !important;
}
.navbar-header a.navbar-brand img {
    width: 200px;
}
p {
	text-align: justify;}

li {
    text-align: justify;
}

.info-item.bg-lgrey.px-4.py-5.border-all.text-center.rounded p {
    text-align: center;
}

.trend-content-title h3.mb-0.white {
    font-size: 16px;
    font-family: sans-serif;
}
span.perperson {
    display: block;
    font-size: 10px;
}
.fond-travels h2 {
    font-size: 18px !important;
    font-family: unset;
}
.hours {
    width: 44px;
    float: left;
    line-height: 70px;
    margin-right: 10px;
}
.imgdat {
    z-index: 9999;
    position: absolute;
    top: 14px;
    left: 12px;
    font-size: 12px;
    font-family: revert-layer;
    color: #767676 !important;
}
.imgdat a {color: #00000063 !important;}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
    color: #029e9d;
    transition: all ease-in-out 0.5s;
    outline: none;
    text-decoration: none !important;
}
.theme1 {
    color: #029e9d !important;
}
/*==================media============*/
@media only screen and (max-width: 600px){

.slicknav_nav li a span {
  display: none;
}
	
	.slide-image {
  background-size: 100% !important;
  background-repeat: no-repeat;
}
	.banner .slider {
  height: 240px;
  position: relative;
}
	.slicknav_nav li {
  border-bottom: 2px dotted #626262;
}
.slicknav_nav {
  background: #06224f;
}
.slicknav_nav a:hover {
  background: #ff6a00;
}	
.slicknav_nav a {
	color: #FFF !important;}	


.moblnb {
  position: absolute;
  display: block;
  left: 224px;
  top: 46px;
  background: #ff6a00;
  color: #fff;
  padding: 1px 9px;
  border-radius: 2px;
}
.moblnb:hover{
    background:#06224f;
    color:#fff;
}

.moblnb:hover i{
    color:#fff;
}
	}