    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: transparent;
    }
.bg-color {
    position: fixed !important;
    position: -webkit-fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    background: rgb(255, 255, 255) !important;
    padding: 0 !important;
    z-index: 99;
}
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
.navbar-nav {
    float: left;
    margin: 22px;
}
.loogo{
	width: 120px !important;
	height: 120px !important;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 0.53);
    border-color: transparent;
}
.navbar {
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px)
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 150px;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption h3 {
  font-size: 50px;
 font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.carousel-caption p {
font-family: 'Indie Flower', cursive !important;
	font-size:22px;
	font-weight: 600;
	color:#fff;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.4) !important;
}
.carousel-caption h1 {
    font-size: 50px;
	font-family: 'Lato', sans-serif;
    color:#ee5a22;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
    padding: 0px 4%;
	font-weight: 900;
	text-transform: uppercase;
	
}
p.banner-text4 {
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #ff7200;
    line-height: 28px;
}
p.banner-text4 strong {
    display: block;
}
.carousel-caption h1 span {
    font-size: 70px;
    margin-top: -10px;
	    color: #fff;
    font-family: 'Amatic SC', cursive;

    font-weight: 900;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
    display: block;
}

    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 610px;
    } 
    .item:nth-child(1) {
      background: url('../images/Kilimanjaro-hikes-in.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
      background: url('../images/Lake-Chala-Safari-Lodge.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(3) {
      background: url('../images/ccc.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
.item:nth-child(4) {
      background: url('../images/African-Safari.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fa980b;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.nav-button > a {
    border: none;
    background-color: #2c3322;
    border-radius: 0px;
    padding: 7px 13px;
    font-weight: 700;
    color: #fff !important;
}
.nav-button > a:hover {
    background-color: #000 !important;
	transition-duration: 1s;
  
}
.head-one{
	font-family: 'Indie Flower', cursive !important;
	color:#000;
	font-size: 50px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.Financial_part {
  margin-top: 20px;
    padding: 45px;
}
.Financial-box {
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 30px;
    background-color: #fa980b;
    max-height: 265px;
    min-height: 265px;
}
.Financial-box h3 {
    margin: 10px 0px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Lato', sans-serif;
}
.Financial-box p {
    margin: 10px 0px 0px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
   font-family: 'Indie Flower', cursive !important;
}
.fa-thumbs-up{
	color: #ee5a22;
}
.btn-default {
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;
    font-family: 'Amatic SC', cursive;
	 font-weight: 900;
	font-size:19px;
	border:2px solid transparent;
}
.btn-default:hover {
  color: #231f20;
  background-color: #f58220;
  border-color: #000;
border:2px solid #000;
	font-weight: 900;
	font-size:19px;
	transition: 0.5s;
	
}
.fa-sign-out{color: #fff;}
.header-index {
    font-size: 50px;
    color: #fff;
   font-family: 'Amatic SC', cursive;
    padding: 30px 0px 30px 0px;
    text-transform: uppercase;
    font-weight: 900;
}
.p-font {
    font-family: 'Catamaran', sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}
.font-black{
	font-family: 'Catamaran', sans-serif;
    font-weight: 500;
	font-size: 17px;
	margin-top: 20px;
	text-align: justify;
}
.text-font{
	font-family: 'Catamaran', sans-serif;
    font-weight: 500;
	font-size: 17px;
	margin-top: 20px;
	text-align: justify;
}
.post {
    background-color: #fa980b;
    overflow: hidden;
    box-shadow: 0 0 1px #000000;
}
.post .post-img-content {
    height: 196px;
    position: relative;
}
.post .post-img-content img {
    position: absolute;
    max-height: 310px;
    min-height: 310px;
    width: 100%;
    cursor: url(../images/icon-zoom-white.png), pointer;
}
.post .post-title {
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
    font-family: 'Pangolin', cursive;
}

.post .post-title b {
    background-color: rgba(35, 31, 32, 0.81);
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}
.post .content {
    padding: 10px;
}
.post .author {
    font-size: 25px;
    color: #fff;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-weight: 900;
    padding: 110px 0px 10px;
    text-align: center;
    text-transform: uppercase;
}
.Financial_part_Two {
    background: linear-gradient( rgba(47, 40, 16, 0.9), rgba(0, 0, 0, 0.53) ), url(../images/slide5.jpg);
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: auto auto, auto auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px;
}
.footer-area {
    background: linear-gradient( rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.85) ), url(../images/Masai-tribesmen.jpg) no-repeat center center fixed;
    background-size: cover;
    background-position: center;
}
.footer-top-area {
    padding-bottom: 77px;
    padding-top: 113px;
}
.mb-30 {
    margin-bottom: 30px;
}
.footer-widget > h4 {
    color: #fa980b;
    font-weight: 700;
    padding-bottom: 29px;
}

.white {
    color: #fff;
	font-family: 'Lato', sans-serif;
}

.footer-widget ul.footer-social-icon li {
    display: inline-block;
    margin-right: 20px;
    padding-top: 27px;
}
.footer-widget ul.footer-social-icon li i{
    color: #fff;
}
.footer-widget ul.footer-link li {
    padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
	list-style: none;
}
.footer-widget ul.footer-link li a {
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
    text-transform: uppercase !important;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.footer-widget ul.footer-link li a:hover {
    color: #fa980b !important;
    font-size: 14px;
    transition: 0.5s;
    text-transform: uppercase !important;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-decoration: none;
}
.copyright-area {
    padding-bottom: 52px;
}
.copyright-area p.copyright {
    color: #feb201;
    font-size: 18px;
	font-family: 'Amatic SC', cursive;
}
.text-center {
    text-align: center!important;
}.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
#backToTop {
    position: fixed;
    bottom: 10rem;
    right: 2rem;
    cursor: pointer;
    display: none;
    color: #fff;
    background: #fa980b;
    border-radius: 0;
}
.about-jumbo {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/gibbs-farm-manyara-tanzania.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.monduli {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/monduli.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.seccesful{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/climbing.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

}
.kili{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/kilimanjaro-1405904.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

}
.chemka{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/chemka.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

}
.chala{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/chala.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

}
.marangu{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/marangu.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

}
.tarangire{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/tarangire.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

}
.bike{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/bike.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

}
.maasai{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/maasai.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

}
.kiliday{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/kiliday.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

}
.safari-checklist {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/Safari-660x330.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-faq{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/andBeyond-lake-manyara-lodge-on-a-tanzania-luxury-safari.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.about-contact-us {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/slide7.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.about-zanzibar {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/island-i-zanzibar.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.about-our-day {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/chala-lake.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.about-climb-faq {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/840x385.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
.kilimanjarokits {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/kilimanjarogearlist.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
.kilimanjaro-hire {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/kilimanjaro-hire.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
.guides {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/guides.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
} 

.whyus {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/why-us.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
} 

.dayskili{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/2days.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}

.kilimanjaro-meal-menu-uphil{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/kilimanjaro-meal-menu-uphil.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
.kilimanjaro-best-routes {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/kilimanjaro-best-routes.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
.safari {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/safari.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
.ngorongoro-crater {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/ngorongoro-crater.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
.daymachame2{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/daymachame2.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
.dayshira2 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	height: 400px;
	background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/dayshira2.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}

.about-climb-checklist {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/DSC_0819copy.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.about-tanzania-travel {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/manyaralake.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.mount-meru-trips {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/mt-meru-summit-ridge.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-one {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/16Contact.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-two {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/manyaralake.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}.safari-three {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/KilimanjaroElephant.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-four {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/nyumbu.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-fourb {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/ngorongoro-crater-walking-safari.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-five {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/giraffemanyara.jpeg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.safari77{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/6days.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.safari-six {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/ta-ngorongoro-crater.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-seven {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/greenfi.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-sevenb {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/serengetimigration.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-nine {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/tsafar.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-ten {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/image.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.safari-eight {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/serengeti-baloon.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.marangu-five {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/Kilimanjaro-hikes-in.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}.marangu-six {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/kilimanjaro-279999.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.umbwe-six {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/kilimanjaro-279999.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.rongai-six {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/840x385.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.lemosho-seven {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/lemosho_route.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.lemosho-eiht {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/View-above.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.lemosho-nine {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/how-it-feels-to-climb.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.machame-six {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/Kilimanjaro-copy.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.machame-seven {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/foodonkilimanjaro3.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.north-eight {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23) ), /* bottom, image */ url(../images/mount-kilimanjaro-full-moon1.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.jumbo-head {
    font-family: 'Catamaran', sans-serif;
    color: #2c3322 !important;
    text-transform: uppercase;
    font-size: 30px !important;
    margin-top: 120px;
    text-align: left;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.46);
	font-weight: 900;
	padding: 10px 20px 5px 20px;
    background: #ffffffbd;
    width: auto;
/*    display: inline-block;*/
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 900;
}
.lead {
    font-family: 'Lato', sans-serif;
    color: #fff !important;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.46);
}
.breadcrumb-box {
    float: left;
    width: 100%;
    background: #ee5a22;
    padding: 7px 0;
}
.padding-cols {
    padding: 20px 20px;
}
.breadcrumb-box .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff0;
    border-radius: unset;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
.breadcrumb-item a {
    color: #000;
}
.breadcrumb-item a:hover {
    color: #000;
	text-decoration: none;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.padding-col {
    padding: 40px 40px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.up-down{
	padding: 30px;
}
strong {
    font-weight: bold;
    text-transform: uppercase;
   font-family: 'Catamaran', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #802a04;
    text-align: left;
}
.page-text {
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
}
.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.52857143;
    color: #fff;
    white-space: nowrap;
    padding: 5px 25px;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	font-size: 13px;
	 transition: 0.5s;
}
.swim {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #802a04;
    text-align: left;
}
.dropdown-menu > li > a:hover {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.52857143;
    color: #000;
    white-space: nowrap;
    padding: 5px 25px;
	font-family: 'Catamaran', sans-serif;
	font-weight: 900;
	font-size: 13px;
	background-color: #f8901d;
	 transition: 0.5s !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color:#2c3322;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	transition: 0.5s;
}
.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}
.contact-info {
    margin-bottom: 60px;
}
.single-contact-field input {
    color: #000;
    border: 1px solid #ee5a22;
    line-height: 44px;
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
	 font-family: 'Catamaran', sans-serif;
	font-weight:900;
}
.single-contact-field textarea {
    border: 1px solid #ee5a22;
    height: 200px;
    padding: 14px 30px;
    width: 100%;
	 font-family: 'Catamaran', sans-serif;
	color: #000;
	font-weight:900;
}
.submit-btn {
    background: #ee5a22;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
    margin-top: 48px;
    padding: 0 30px;
	font-family: 'Amatic SC', cursive;
	font-weight: 900;
}
.well-lg {
    border-radius: 0px;
	margin-bottom: 35px;
}

.well {
    background-color: #ee5a22;
    border: none;
    min-height: 362px;
	-webkit-box-shadow: 4px 16px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 16px 5px 0px rgba(0,0,0,0.75);
box-shadow: 4px 16px 5px 0px rgba(0,0,0,0.75);
}.form-head {
    font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    font-size: 13px;
    color: #fff;
}
.form-head-text{
	font-family: 'Amatic SC', cursive;
	color: #000;
	font-weight: 900;
	font-size: 34px;
}

.heads-h {
    font-weight: 900;
    font-family: 'Amatic SC', cursive;
    color:#ee5a22;
    font-size: 30px;
}
.padding-wholes {
    padding: 20px;
}
dt {
   font-family: 'Catamaran', sans-serif;
    font-weight:600;
    font-size: 13px;
    color: #fff;
	padding:10px;
    text-transform: uppercase;
}
.font-footer {
    color: #fff;
      font-family: 'Catamaran', sans-serif;
    text-align: justify;
    font-weight: 100;
}
.content-head-four{
	 font-family: 'Catamaran', sans-serif;
    font-weight:900;
    color: #ee5a22;
	padding:10px;
    text-transform: uppercase;
	
}
strong, b {
     font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    color: #ee5a22;
    padding: 10px;
    text-transform: uppercase;
}
.kichwa-text {
      font-family: 'Catamaran', sans-serif;
    font-weight: 900;
    color: #ee5a22;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 23px;
    margin-bottom: 23px;
	font-size: 19px;
}
.p1 {
   font-family: 'Catamaran', sans-serif;
    font-weight: 500;
	font-size: 17px;
	margin-top: 20px;
	text-align: justify;
    margin-top: 15px;
}
ul.packages {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
}
span.kichwa-sub {
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: #ee5a22 !important;
}
.panel-group .panel {
    margin-bottom: 20px;
    border-radius: 0px;
}

.panel-default {
    border-color: #ffffff;
}
.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #1b1501;
    border-color: #ffffff;
}
.panel-heading {
    padding: 15px 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-title > a {
    color: inherit;
	 font-family: 'Catamaran', sans-serif;
    text-align: left;
	font-size: 24px;
	text-transform: uppercase;
}
.panel-title > a:hover {
    color: #dbac0b;;
	font-family: 'Catamaran', sans-serif;
    text-align: left;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.panel-title > a:focus {
    color: #dbac0b;;
	 font-family: 'Catamaran', sans-serif;
    text-align: left;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.panel-title > a:visited {
    color: #dbac0b;;
	 font-family: 'Catamaran', sans-serif;
    text-align: left;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.page-texts {
	    font-size: 16px;
    color: #000000;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    text-align: justify
}
.panel-body {
    padding: 15px;
		    font-size: 16px;
    color: #000000;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}
table {
    border-spacing: 0px;
    border-collapse: collapse;
        font-family: 'Catamaran', sans-serif;
     font-size: 20px;
}
table td {
    border: 1px solid #22120a;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    font-size: 20px;
    vertical-align: top;
        font-family: 'Catamaran', sans-serif;
}


/*develop*/
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}


.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.instagram {
 background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: white;
}