@charset "utf-8";

/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Slider

*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Mulish', sans-serif;
}
html {
  scroll-behavior: smooth;
}

row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.row {--bs-gutter-x: 0 !important;}

a {
	font-family: 'Mulish', sans-serif;
	color: #990000; 
	text-decoration: none; 
	border: none;
}
a:link {
	color: #000; 
	text-decoration: none;
}
a:visited {
	color: #000; 
	text-decoration: none;
}
a:hover {
	color:#333; 
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif !important;
	font-weight:700; 
 color: #555;
}
h6.subheading {
	letter-spacing: 2px;
	color: #333;
}
p {
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
}
.bold {
	font-weight:bold;
}
ul {
	margin-left: 30px;
}

li {
	line-height: 1.7em;
	font-family: 'Mulish', sans-serif !important;
}

.btn-blue {
	background-color: #253c86;
	color: #fff;
	border-radius: 0px;
	padding: 16px;
	border: 1px solid #253c86;
}

a.btn-blue {
	color: #fff;
	text-decoration: none;
}
a.btn-blue:hover {
	color: #fff !important;
	background-color: #32478b;
	text-decoration: none;
}


.btn-white {
	background-color: #fff;
	color: #253c86;
	border-radius: 0px;
	padding: 16px;
}

a.btn-blue {
	color: #253c86;
	text-decoration: none;
}
a.btn-blue:hover {
	color: #fff !important;
	background-color: #32478b;
	text-decoration: none;
}

.huge {
	font-size: 2.5em;
	font-weight: 700;
}

@media (min-width: 1200px) { 
.huge {
	font-size: 3.4em;
	font-weight: 700;
}
}
.white {
	color: #fff;
}

p.white {padding-top: 10px;}

.darkgrey {
	color: #333;
	padding-left: 35px;
}
.shadow {
	text-shadow: 2px 2px 5px #000000;
}

.text-justify {
	text-align: justify;
}

.blue {
	color: #253c86;
}

a.white {
	color: #fff;
}

a.white:hover {
	color: #253c86;
	text-decoration: none;
}

a.grey {
	color: #7d7b7a;
}

a.grey:hover {
	color: #5b5b5b !important;
	text-decoration: none;
}

.rounded-corners {
	border-radius: 20px;
}

hr.blueline {
  border: 0;
  height: 4px;
  width: 10%;
  opacity: 1;
  position: relative;
  left: 0px;
  animation-name: linepush;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes linepush {
  0%   {background-color:white; width: 0%;}
  100%  {background-color:#253c86; width:10%;}
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Navbar
/*-----------------------------------------------------------------------------------*/

.topbar {
	background-image: linear-gradient(to right, #434342, #a9a7a6);
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 1px;
}

.navbar-default {
	background-color:#ffffff;
	border-color:transparent;
	background-image:none;
	box-shadow:none;	
}
.navbar {	
	background-color:#ffffff;
	min-height: 100px;
}
a.navbar-brand {
    font-size: 16px;
    font-weight: bold;
    color: #000000 !important;
	padding: 25px;
	font-family: 'Poppins', sans-serif !important;
}

a.navbar-brand {
	width:210px;
	height:70px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image:url(../images/prosperity-tours-logo-small.png);
	background-repeat:no-repeat; 
}


a.nav-link {
font-size:18px; 
font-family: 'Poppins', sans-serif !important;
}

.navbar-default .navbar-nav>li>a {
   color:#000000; 
    border-bottom: 1px solid transparent;
}
.navbar-default .navbar-nav>li:hover a{
    color: #333;
     border-bottom: 1px solid #FFF
}


.navbar-toggle {
      margin:10px 0; 
      background:#36C; 
      color:#FFF;
}

li.nav-item {
	padding-left: 32px;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Content
/*-----------------------------------------------------------------------------------*/

.banner-home {
  background-color: #FFFFFF;
  background: url(/images/slider-home.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
  padding: 75px 15px 25px 15px;
}

.banner-about {
  background-color: #FFFFFF;
  background: url(/images/slider-about.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  padding: 75px 15px 25px 15px;
}

.banner-gallery {
  background-color: #FFFFFF;
  background: url(/images/slider-gallery.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  padding: 75px 15px 25px 15px;
}

.banner-contact {
  background-color: #FFFFFF;
  background: url(/images/slider-contact.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  padding: 75px 15px 25px 15px;
}

.center {
  line-height: 250px;
  height: 250px;
  text-align: left;
}

.center h1, .center h4 {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.padding10 {
	padding: 10px !important;
}

.center-content {
  line-height: 120px;
  height: 120px;
  text-align: left;
}

.center-content h1, .center-content h4 {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.neutral {
    padding: 75px;	
	background-image: linear-gradient(to bottom right, #bebdbe, #e7e7e8);
	border-radius: 30px;
	min-height: 350px;
}

.light-grey {
	background-image: linear-gradient(to bottom right, #bebdbe, #f8f8f8);
	padding-top: 75px;
	padding-bottom: 50px;
}

.dark-grey {
	background-image: linear-gradient(to bottom right, #f7f6f3, #e3e3e3);
	padding-top: 75px;
	padding-bottom: 50px;
}

.israel {
	background: #FFF url(/images/israel-1.jpg) fixed;
	background-size: cover;
	background-position: center center;
	
	min-height: 450px;
}

.section-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: #e3e4e5;
  color: #253c86;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-img-hover {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #253c86;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container-img-hover:hover .overlay {
  width: 60%;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.btn-blue span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-blue span:after {
  content: '\003E';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-blue:hover span {
  padding-right: 25px;
}

.btn-blue:hover span:after {
  opacity: 1;
  right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	background-color: #6e6b6a;
	padding-top: 20px;
}

footer .copyright {
	background-color: #3c3c3c;
	padding: 12px 0px 2px 0px;
}

footer .copyright a {
	font-family: 'Mulish', sans-serif; 
	font-size:13px; 
	color: #ddd; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #3660e8;
  font-size:13px;
}

footer .copyright small {
  font-family: 'Mulish', sans-serif; 
  color: #ddd;
  font-size: 13px;
}

footer .copyright img { 
  display: inline-block;
  vertical-align: middle;
}

