@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
:root {
   --Merri: 'Merriweather', serif;
}
body {
	background: no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
body,
h4,
h5,
h6 {
	font-family: "Oxygen", san serif;
	font-weight: 400;
}
h1,
h2,
h3 {
	font-family: 'Merriweather', serif;
	font-weight: 600;
	padding: 5px 0;
}
.content-wrap {
	background: #fff;
	padding: 60px;
}
.container {
	padding: 0;
}
/* --------Carousel---------- */
.swiper-container {
	max-width: 100%;
	}

.swiper-img img {
	max-width: 100%;
	}

.swiper-pagination-bullet {
	background: #fff !important;
	}

.swiper-pagination-bullet-active {
	background: #fff !important;
}

.swiper-caption {
	display:none !important;
}
/*--------- navbar ------------*/
.navbar {
  width: 100%;
  margin-right: auto;
  padding:5px;
  margin-left: auto;
  background: #600;
  border-bottom: none;
  transition: all .25s linear;
  border: 0;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  transition: all .25s linear;
}
.navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  .navbar {
	max-width: 540px;
  }
}

@media (min-width: 768px) {
  .navbar {
	max-width: 720px;
  }
}

@media (min-width: 992px) {
  .navbar {
	max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .navbar {
	max-width: 1140px;
  }
}
.navbar .ml-auto {
  margin-right:auto;
}
nav.navbar {
	padding-right: 15px;
}
a.navbar-brand {
  color: #fff;
  font-size: 14px;
  padding-left:5px;
}

.navbar .navbar-nav>li> a {
	color: #fff;
	transition: all .25s linear;
}
.navbar .navbar-nav>li> a:hover {
	color: #aaa;
}
.navbar .navbar-nav>li> a.active {
	color: #aaa;
	background: transparent;
}
.navbar .navbar-nav>li> a.active:hover {
	color: #fff;
	background: transparent;
}
.navbar-header .navbar-brand {
	color: #fff;
	transition: all .25s linear;
}
.d-right,
.middle {
	text-align: center;
}
.d-right p,
.middle p {
	text-align: left;
}
.middle .fa-stack .fa {
	color: #B05E5A;
	transition: all 0.25s linear;
}
.middle .fa-stack .fa.fa-circle-thin {
	color: #B05E5A;
	transition: all 0.25s linear;
}
.middle .fa-stack .fa.fa-circle {
	opacity: 1.0;
	color: #B05E5A;
	transition: all 0.25s linear;
}
.middle .fa-stack .fa-inverse {
	color: #fff;
	transition: all 0.25s linear;
}
.middle .fa-stack:hover .fa.fa-inverse {
	color: #B05E5A;
	transition: all 0.25s linear;
}
.middle .fa-stack:hover .fa.fa-circle-thin {
	color: #F6DC5D;
	transition: all 0.25s linear;
}
.middle .fa-stack:hover .fa.fa-circle {
	color: #fff;
	opacity: 1.0;
	transition: all 0.25s linear;
}
.d-right .fa-stack .fa {
	color: #B05E5A;
	transition: all 0.25s ease-in-out;
}
.d-right .fa-stack .fa.fa-circle-thin {
	color: #B05E5A;
	transition: all 0.25s linear;
}
.d-right .fa-stack .fa.fa-circle {
	opacity: 1.0;
	color: #B05E5A;
	transition: all 0.25s linear;
}
.d-right .fa-stack .fa-inverse {
	color: #fff;
	transition: all 0.25s linear;
}
.d-right .fa-stack:hover .fa.fa-inverse {
	color: #B05E5A;
	transition: all 0.25s lineart;
}
.d-right .fa-stack:hover .fa.fa-circle-thin {
	color: #F6DC5D;
	transition: all 0.25s linear;
}
.d-right .fa-stack:hover .fa.fa-circle {
	color: #fff;
	opacity: 1.0;
	transition: all 0.25s linear;
}
.jumbotron {
	padding: 0!important;
	margin-bottom: 0;
	position: relative;
}
.jumbotron img {
	max-width: 100%;
	width: 100%;
}
.jumbotron-overlay {
	 position: absolute;
	 top:15px;
	 left:auto;
	 right:15px;
	 bottom:auto;
	 text-align: right;
}
.jumbotron-overlay .h1, .jumbotron-overlay .h4 {
	color:white;
}

.shadow {
	box-shadow: 0 0 8px #666;
}
footer {
	background: #B05E5A;
}
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer a {
	color: white;
}
@media (max-width:991px) {
.jumbotron-overlay {
	 left:10%;
	 right:10%;
	 margin: 0 auto;
	 text-align: center;
}
}
@media (max-width:767px){
.jumbotron-overlay {
	 display: none;
}
.navbar {
padding: 10px !important;
}
.container .row {
 margin: 0;
}
.content-wrap {
	padding: 10px;
}
}
