HEX
Server: LiteSpeed
System: Linux premium313.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User: wekawqug (1662)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/wekawqug/ndondocup.sisihub.co.tz/assets/css/styless.css
/**
* Template Name: Folio - v4.7.0
* Template URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #f7f7f7;
  color: #898989;
  font-family: "Poppins", helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #898989;
  font-weight: 300;
}

h4 {
  color: #898989;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #898989;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}

.paddsection a:hover {
  color:#b8a07e;
}

a:hover {
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 50px;  
  border-radius: 50px; 
  /*NEW*/
  text-transform: uppercase;
  font-weight: 200;
  font-size: 15px;
  padding: 5px 9px 10px 14px;
  transition: 0.5s;
  color: #666;
  text-decoration: none;
}

.section-title h2 {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius:0px;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

.main-content {
  padding-top: 140px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background:#898989;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #c6b398;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s; 
  z-index: 997;
  padding: 15px 0;
  background-color: #fff;
  top: -100%;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
}
#header.header-scrolled, #header.header-inner-pages {
  top: 0;
}
#header .logo {
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Helvetica", sans-serif;
  /*font-style: italic;*/
}
#header .logo a {
  color: #898989;
}
#header .logo img {
  max-height: 40px;
}
@media (max-width: 992px) {
  #header {
    border: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #7e7d7d;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #b8a07e;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #b8a07e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #4b4a4a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(49, 49, 49, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #4b4a4a;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #b8a07e;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #b8a07e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  background: url("../img/header/saf-1.jpg") repeat scroll center center/cover;
  height: 100vh;
  width: 100%;
  
  -webkit-box-shadow: inset 10px 1100px 20px 10px rgba(128, 126, 120, 0.514);    
    -moz-box-shadow: inset 0 100px 0px 10px rgb(161, 135, 87);*/
    /*box-shadow: inset 0 0 10px 100px rgba(85, 79, 53, 0.9);*/

}

#hero .overlay {
  
 background-color: rgba(255, 255, 255, 0.4);
}

#hero .hero-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.hero-content p {
  font-size: 13px;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.hero-content .list-social li {
  float: left;
  margin-right: 20px;
}

.hero-content .list-social li i {
  color: #fff;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 120px 0 0 0;
  background-color: white;
  min-height: 40px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 100px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 150px;
}

#about .div-img-bg {
 /* padding-bottom: 30px; */ /* border property*/
 /* border: 10px solid #b8a07e; */    /* border property*/
 
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 10px 10px 10px 4px rgba(0, 0, 0, 0.2);
  margin-top: 0px;
/*  margin-left: 40px; */   /* border property*/
  height: 500px;       /* image height */
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}

#about .p-heading{
	 
	
	
	content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0px; /* This will center the border. */
    max-width: 80%; /* Change this to whatever width you want. */
    margin-top:10px;/* This creates some space between the element and the border. */
    border-bottom: 0px solid #999; /* This creates the border. Replace black with whatever color you want. */
	font-family:poppins;
	padding:12px;
}
#about .about-descr .p-heading {
  font-family: poppins;
  font-size: 28px;
  text-align: center;
  font-weight:500;
}

 .page-heading {
	
	
	content: ""; /* This is necessary for the pseudo element to work. */ 
    display:block; /* This will put the pseudo element on its own line. */
  /* This will center the border. */
    max-width: 100%; /* Change this to whatever width you want. */
    margin-left:0px;/* This creates some space between the element and the border. */
    margin-right: 0px;
    border-bottom: 2px solid rgba(126, 121, 121, 0.3); /* This creates the border. Replace black with whatever color you want. */
    border-top: 0px solid rgba(126, 121, 121, 0.3);
	font-family:poppins;
	padding:12px;
  text-align: center;
  font-weight:500;
  font-size:28px;
  padding:12px;
  
}

.about-descr .p-separator {
  max-width: 100%;
  margin-left:100px;
  margin-bottom: 40px;
  text-align:center;
  padding-left:80px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

#services .p-heading{
	
	border-bottom:1px solid #999;
	padding:6px;
	font-family:poppins;
	margin-bottom: 30px;
	text-align: center;
}

.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}

.services-slider .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.services-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b8a07e;
}
.services-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b8a07e;
}

table {
  border: 2px solid #b8a07e;
  border-collapse: separate;
  width:100%;

}


tr #c1{
 border:1px solid black;
 height:400px;
 width:35%;
 padding-right: 3%;
 
}

tr #c2{
  border:1px solid red;
  width:65%;
  height:190px;
  
  padding: 10px 0px 20px 10px;
}

tr #c3{
  border:1px solid yellow;
  width:65%;
  height:190px;
  padding: 10px 0px 20px 10px;
}
tr #c4{
  border:1px solid gray;
  width:70%;
  height:250px;
}

tr #c5{
  border:1px solid green;
  width:30%;
  height:250px;
}

td, tr (
  padding-top: 3px;  /*distance between celll contents */
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  
)

tr;:nth-child(2){
  border:solid thin;
}

/*Second service*/
#services {
  background:#eee;
  background-size: cover;
  padding: 80px 0 60px 0;
}
#services .box {
  
  position: relative;
  z-index:1;
  padding: 25px 20px;
  margin-bottom: 50px;
  text-align: left;
  word-wrap: break-word;
  height: 200px;  
  background:   #f7f7f7;
}

#services #innerdiv .box  {
  display:flex;

  padding: 25px 20px;
  margin-bottom: 50px;
  text-align: left;
  word-wrap: break-word;
  height: 200px;
  position:calc(34);
  background:   #965656;
}

#services .box h2{
  
  font-size: 15px;
  font-weight: 200;
  padding-bottom: 8px;  
  text-transform: uppercase;
  color: #898989;
  border-bottom: 1.5px solid #cccccc;
}

/* ZOOM END */
#services .icon {
  position: absolute;
  top: -20px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 70%;
  /*border: 6px solid #fff;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 45px;
  height: 45px;
  background:  #f7f7f7;        /*previous colorrgb(243, 240, 236);*/
}
#services .icon a {
  display: inline-block;
}
#services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}


/*#services .box:hover .icon {
  background: #fff;
  border: 2px solid #999;
}*/
#services .box:hover .icon i {
  color: #999;
}
#services .box:hover .icon a {
  color: #999;
}
#services .title {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#services .title a {
  color: #999999;
}
#services .description {
  position:relative;
  z-index: 1;
  font-size: 13px;
  line-height: 24px;
  color: #999999; 
  padding-bottom: 5px;
}
.img-fit{
	display:inline-block;

}
/* ZOOM IN NEW DIV TEST*/
.image {
	display:block;
	text-align:center;
	width: 100%;
	float: left;
}

.image .overlay-saf{
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);

}
figure {
	overflow: hidden;
	margin: 0px;
}
.image img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
  
}
.image #zoom-In  img {
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.image #zoom-In:hover img {
	transform: scale(1.5);
}
.image #zoom-In figure img {
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.image #zoom-In figure:hover img {
	transform: scale(1.5);
}

/* ZOOM IN TEST END */
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
  position: relative;
  padding-bottom: 0px;
  margin-top: 100px;
  
}

.img-fit {
	
	object-fit:scale-down;
	width:100%;
	padding:0px;
}

.img-fit :hover img {
  transform:scale (1.5);	 
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #b8a07e;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio .portfolio-item {
  margin-bottom: 30px;
}
#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #666;
  font-weight: 600;
  margin-bottom: 10px;
}
#portfolio .portfolio-item .portfolio-info p {
  color: #999;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #b8a07e;
}
#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cab89f;
}
#portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

.visit-gallery {
  background: url("../img/kili-3.jpg") repeat scroll center center/cover;
  height: 50vh;
  width: 100%;
  
}

.visit-gallery .overlay{
  background-color: #292929;
  opacity: 0.7;
  height:100%;
}

.visit-kili {
  background: url("../img/kili-1.jpg") repeat scroll center center/cover;
  height: 50vh;
  width: 100%;
  
}

.visit-kili .overlay{
  background-color: #292929;
  opacity: 0.7;
  height:100%;
}
.g-intro {
	padding:3px;
	color:#b8a07e;
	text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
	  margin-top:150px;  
    text-align: center;
}

.visitlink {
	
	  margin-top:40px;  
    text-align: center;
}

.btn-get-link{  
  text-transform: uppercase;
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 3px;  
  transition: 0.5s;
 text-align:center;
  border-top: 1PX solid #917754;
  color: #917754;
  text-decoration: none;
}

 .visitlink .btn-get-accom{
  
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 25px 20px;
  border-radius: 40px;
  transition: 0.5s;
 text-align:center;
  margin-top:10px;
  margin-bottom: 30px;
  border: 2px solid  rgb(61, 59, 59);
  background:  rgb(82, 80, 80);
  color: #e0b275;
}

.visitlink .btn-get-accom:hover{
  background: rgb(82, 80, 80);
  border: 2px rgb(82, 80, 80);
  color:#b8a07e;
}
/* CTA */	
.visit-gallery .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.visit-gallery .cta-title {
  color: #fff;
}
@media (min-width: 769px) {
  .visit-gallery .cta-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.visit-gallery .cta-title {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#call-to-action .cta-title:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*END CTA*/

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b8a07e;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b8a07e;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(75, 74, 74, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
#journal, #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}


.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}



/*--------------------------------------------------------------
# SERVICES
--------------------------------------------------------------*/
.img-services{
	width:2px;
	height:2px;
}








/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
#extendedlink {
  height: auto;
  width: 100%;
  background-color:#4b4a4a;
}
#extendedlink .footer-logo p {
  color: #898989;
  font-size: 12px;
  letter-spacing: 1px;
}
#extendedlink .list-menu > h4 {
  color: #898989;
  padding-bottom: 20px;
}
#extendedlink .list-menu ul li a {
  color: #898989;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}
#extendedlink .list-menu ul li a:hover {
color:#b8a07e;
}
#contact {
  height: auto;
  width: 100%;
  background-color:#f7f7f7;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
  margin-bottom: 5px;
  color:#86b4a5;
}

#contact textarea {
  min-height: 160px;
}
.contact-form .button-send {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.button-send:hover, .button-send:focus {
  color: #fff;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #666261;
  text-align: left;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
.php-email-form .error-message br + br {
  margin-top: 25px;
}
.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}
.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*  Navbar fixd page */
.subpage-nav {
  display: block !important;
}

/*-----------------------------------------------------------------------------------*/
/*  /* Single page */
/*-----------------------------------------------------------------------------------*/
#journal-blog {
  padding-top: 140px;
}

/* main content */
.main-content {
  background: #f7f7f7;
}

.main-content .container-main {
  display: inline-block;
  width: 100%;
}

.main-content .container-main .block-main {
  margin-bottom: 30px;
  overflow: hidden;
}

.container-main .block-main .content-main {
  background: #f2f2f2 none repeat scroll 0 0;
  display: inline-block;
  width: 100%;
}

.journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  transition: all 0.5s ease-in-out 0s;
}

.journal-txt h4 a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

.post-meta ul li {
  font-size: 12px;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 8px;
  text-transform: capitalize;
  display: inline-block;
  float: none;
}

.content-main .post-meta a {
  color: #a2a2a2;
  margin-left: 5px;
}

/* Commonts */
.comments {
  background: #fff;
}

.entry-comments h6 {
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.entry-comments-item {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.entry-comments-avatar {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.entry-comments-body {
  padding-left: 86px;
}

.entry-comments-author {
  margin-right: 10px;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.rep {
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: capitalize;
}

.entry-comments span a {
  font-size: 13px;
  color: #999;
}

.entry-comments-reply {
  padding-left: 10%;
}

/* Commonts form */
.cmt {
  background: #fff;
}

blockquote {
  height: 13px;
  background-color: #f6f6f6;
  padding: 40px;
  margin: 30px 0;
  border: none;
  border-left: 4px solid #b8a07e;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #4b4a4a;
  padding-top: 0 px;
  padding-bottom: 5px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}


#credits {
  color:#867865;
}

#credits:hover {
  color:#d6c8c8;
}


/** Width between 1200x to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 992px to 1199px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 768px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (min-width: 768px) and (max-width: 991px) {
  /* Navbar */
  nav {
    padding: 10px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content .cmaster h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}
/** Width between 767px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 767px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}
/** Width between 600px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 600px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 10px;
    display: inline-block;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}
/** Width between 480px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 480px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}
/** Width between 320px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 320px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }

  /* Single page */
  .entry-comments-body span {
    display: inline-block;
    margin-right: 0;
  }
}




/* ABOUT US PAGE*/
#aboutushero {
  background: url("../../assets/img/header/home-bg-5.jpg") repeat scroll center center/cover;
  height: 40vh;
  width: 100%;
}


/* GALLERY PAGE*/
/* css foe every page's gape title*/
.page-title{
  text-align: center;
  padding-top: 150px;
  
}
#galleryhero {
  background: url("../../assets/img/header/home-bg-1.jpg") repeat scroll center center/cover;
  
  height: 40vh;
  width: 100%;
}

#galleryhero #overlay{
  height:100%;
  background-color: rgba(175, 174, 169, 0.9);
}

#whohero {
  background: url("../../assets/img/header/home-bg-5.jpg") repeat scroll center center/cover;
  
  height: 40vh;
  width: 100%;
}

#whohero #overlay{
  height:100%;
  background-color: rgba(175, 174, 169, 0.9);
}

#faqshero {
  background: url("../../assets/img/header/saf-2.jpg") repeat scroll center center/cover;
  
  height: 40vh;
  width: 100%;
}

#faqshero #overlay{
  height:100%;
  background-color: rgba(175, 174, 169, 0.9);
}

#accomhero {
  background: url("../../assets/img/header/accom-1.jpg") repeat scroll center center/cover;
  
  height: 40vh;
  width: 100%;
}

#accomhero #overlay{
  height:100%;
  background-color: rgba(175, 174, 169, 0.9);
}

#zanzhero {
  background: url("../../assets/img/header/zanz-1.jpg") repeat scroll center center/cover;
  
  height: 40vh;
  width: 100%;
}

#zanzhero #overlay{
  height:100%;
  background-color: rgba(175, 174, 169, 0.9);
}

#whodesc {
  color:rgb(136, 133, 133);
}

#contacthero {
  background: url("../img/header/home-bg-7.jpg") repeat scroll center center/cover;
  
  height: 40vh;
  width: 100%;
}

#contacthero #overlay{
  height:100%;
  background-color: rgba(175, 174, 169, 0.9);

}
#safarishero {
  background: url("../img/header/home-bg-3.jpg") repeat scroll center center/cover;
  
  height: 40vh;
  width: 100%;
}

#safarishero #overlay{
  height:100%;
  background-color: rgba(175, 174, 169, 0.9);
}

#trekshero {
  background: url("../img/header/kili-2.jpg") repeat scroll center center/cover;
  height: 40vh;
  width: 100%;
}

#trekshero #overlay{
  height:100%;
  background-color: rgba(175, 174, 169, 0.8);
}

.safari-visit {
  background: url("../img/safaris/img-13.jpg") repeat scroll center center/cover;
  height: 50vh;
  width: 100%;
  
}

.safari-visit .overlay{
  background-color: rgba(87, 86, 85, 0.9);
  opacity: 0.7;
  height:100%;
}


/* DETAILS*/
/* Sections Header
--------------------------------*/
.section-det-intro {
  margin-top: 80px;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}
.section-det-intro::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #b8a07e;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-det-intro h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-det-intro p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

#speakers-details .details {
  padding-top: 0px;
  text-align: center;
}

#speakers-details .details p {
  line-height: 18px;
  margin-top: 17px;

}
/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 60px 0 60px 0;
}
#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #eee;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}
@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}
@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}
#schedule .nav-tabs a.active {
  background-color: #666;
  color: #fff;
}
#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}
@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}
#schedule .tab-pane {
  transition: ease-in-out 0.2s;
}
#schedule .schedule-item {
  border-bottom: 1px solid #d6c8c8;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
#schedule .schedule-item:hover {
  background-color: #fff;
}
#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}
#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
#schedule .schedule-item li {
  font-style: none;
  color: #b8a07e;
  margin-bottom: 0;
}

#schedule h4 {
text-align: center;
padding-bottom: 12px;
}



#venue {
  padding: 60px 0;
}
#venue .container-fluid {
  margin-bottom: 3px;
}
.venue-map iframe {
  width: 100%;
  height: auto;
  align-items: center;
  margin-top: 10px;
  display: block;
  background-repeat: repeat;
  background-attachment: fixed;
}
#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}
#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}
#venue .venue-gallery-container {
  padding-right: 12px;
}
#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}
#venue .venue-gallery:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  padding: 60px;
  background:#eee;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#subscribe:before {
  content: "";
  background: #eee;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


@media (min-width: 1024px) {
  #subscribe {
    background-attachment: fixed;
  }
}
#subscribe .section-header h2, #subscribe p {
  text-align: center;
  color: #b8a07e;
}
#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}
@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}
#subscribe button {
  display: inline-block;
  text-align: center;
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #b8a07e;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
  margin: 5px;
  margin-left: ;
  
}
#subscribe button:hover {
  background: #666261;
 
}
@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

/*****FIRST INDEX**************/


@supports (display: grid) {
	body,
	html {
		display: block;
	}
}

@supports (display: grid) {
	.message {
		display: none;
	}
}

.link-container {
	display: none;
	padding: 2rem;
}

@media screen and (min-width: 768px) {
	.link-container {
		padding: 8rem;
	}
}

@supports (display: grid) {
	.link-container {
		display: block;
	}
}

.grid {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
	grid-auto-rows: 150px;
	grid-auto-flow: row dense;
	line-height: 20px;
	
}
/* Items  */
.item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f7f7;
	color: #fff;
	grid-column-start: auto;
	grid-row-start: auto;
	color: #fff;
	
}
.item{
	background: url("../../assets/img/contact-1.jpg");
	background-size: cover;
	background-position: center;
	/*-webkit-box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
	box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);*/
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	cursor: pointer;
	counter-increment: item-counter;
	/*border-bottom: 3px solid #f7f7f7;*/
}
/* End item */



.item:nth-of-type(2n) {
	background-image: url("../../assets/img/safari-3.jpg");
	
}

.item:nth-of-type(3n) {
	background-image: url("../../assets/img/zanz-4.jpg");
	
}

.item:nth-of-type(4n) {
	background-image: url("../../assets/img/who-1.jpg");
	
}

.item:nth-of-type(5n) {
	background-image: url("../../assets/img/kili-1.jpg");
	
}

.item:nth-of-type(6n) {
	background-image: url("../../assets/img/lahia-12.jpg");
	
}

.item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;	
	opacity: 0.5;
  background-color: #666;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	
}

.item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.item:hover:after {
	opacity: 0;
}

.medium {
	grid-row-end: span 2;
  
}

.large {
	grid-row-end: span 3;
  margin-top: 30px;
}

.full {
	grid-column-end: auto;
}

.opp-item {
  grid-column-end: span 2;
}

@media screen and (min-width: 768px) {
	.full {
		grid-column: 1/-1;
		grid-row-end: span 2;
	}
}

.details {
	position: relative;
	z-index: 1;
	padding: 23px;
  font-family: 'poppins', Helvetica;
	background: #f7f7f7;
	text-transform: none;
	color: #999999;
  font-size: 13px;
}

.opp-details {
	position:relative;
	z-index: 1;
	padding: 23px;
  font-family: 'poppins', Helvetica;
	background: #f7f7f7;
	text-transform: none;
	color: #999999;
  font-size: 13px;
  vertical-align: baseline;
}

.details:hover {
	position: relative;
	z-index: 1;
	padding: 23px;
  font-family: 'poppins', Helvetica;
	background: #f7f7f7;
	text-transform: none;
	color: #8d7f6b;
  font-size: 13px;
}

.img-fluid{
  box-shadow: 10px 10px 10px 4px rgb(0 0 0 / 20%);
  border-radius: 7px;
}