@font-face {
  font-family: "Proxima-bold";
  src: url(../fonts/proxima-nova/Proxima\ Nova\ Bold.otf);
}

@font-face {
  font-family: "Proxima-exbold";
  src: url(../fonts/proxima-nova/Proxima\ Nova\ Extrabold.otf);
}

@font-face {
  font-family: "Proxima-light";
  src: url(../fonts/proxima-nova/Proxima\ Nova\ Light.otf);
}

@font-face {
  font-family: "Proxima-regular";
  src: url(../fonts/proxima-nova/Proxima\ Nova\ Regular.otf);
}

@font-face {
  font-family: "Proxima-semibold";
  src: url(../fonts/proxima-nova/Proxima\ Nova\ Semibold.otf);
}

@font-face {
  font-family: "Proxima-thin";
  src: url(../fonts/proxima-nova/Proxima\ Nova\ Thin.otf);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c6161d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c6161d;
}

*,
* button:focus {
  outline: 0;
}

body {
  font-family: "Proxima-regular";
  direction: ltr;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  left: 0em;
}

body p {
  font-family: "Proxima-regular";
  font-size: 14px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima-bold";
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
}

.no-mar {
  margin: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

.items-gray {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
}

.container,
.container-fluid {
  position: relative;
  z-index: 20;
}

/* ==================== global style ============================== */

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
}

a:hover {
  color: #c6161d;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 14px;
  color: #252525;
  line-height: 1.733;
}

.text {
  font-size: 18px;
  line-height: 1.7;
  color: #b3b3b3;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-padding {
  padding: 80px 0;
}

.light {
  color: #fff;
}

.main-color {
  color: #c6161d !important;
}

.sub-color {
  color: #121a50 !important;
}

.butn {
  padding: 15px 45px;
  text-align: center;
  position: relative;
  border-radius: 15px;
  background: transparent;
  font-size: 14px;
  border: solid 2px #121a50;
  font-weight: bold;
}

.butn span {
  color: #121a50;
  position: relative;
  z-index: 5;
}

.butn span i {
  position: relative;
  top: 3px;
  left: 5px;
}

.butn:hover,
.butn.color {
  background-color: #c6161d;
  border: solid 2px #c6161d;
}

.butn:hover span,
.butn.color span {
  color: #fff;
}

.butn.small {
  padding: 3px 35px 10px;
}

/* ------------- */

.section-head {
  overflow: hidden;
}

.section-head h2 {
  line-height: 1.5;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  text-align: left;
  position: relative;
  display: inline-block;
  background-color: #c6161d;
  padding-left: 15px;
}

.section-head h2 span {
  color: #fff;
  background-color: #000;
  padding: 4px 15px;
  margin-left: 10px;
}

.section-head p {
  color: #b7b7b7;
  font-size: 20px;
}

.section-head.light h2,
.section-head.light p {
  color: #fff;
}

.side-head h3 {
  font-size: 40px;
  line-height: 1.5;
  color: #121a50;
}

.has-overlay {
  position: relative;
}

.has-overlay:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.35;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.form-control {
  border: 0;
  border-bottom: 1px solid #9993;
  font-size: 14px;
  min-height: 55px;
  border-radius: 0;
  width: calc(100% - 30px);
  margin: 0 15px;
}

.form-control:focus {
  border-color: #121a50;
}

.form-control::placeholder {
  color: #99999996;
}

select.form-control {
  height: 45px;
}

.form-control:focus {
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #222;
  background-color: #222;
}

.owl-carousel {
  direction: ltr;
}

.owl-theme .owl-nav {
  position: absolute;
  bottom: 40%;
  left: -70px;
  width: calc(100% + 140px);
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
  padding: 0 15px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 45px;
  height: 42px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  line-height: 42px;
  font-size: 12px;
  color: #c6161d;
  pointer-events: all;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #4373b9;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background-color: #309eed20;
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #444;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: right;
}

/* ==================== navbar style ============================== */

.navbar {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  /*z-index: 99999;*/
}

.navbar .container-fluid {
  padding: 0 8vw;
}

.navbar .custom-navbar.fixed {
  position: fixed;
  top: -100px;
  left: 0;
  background-color: #fff;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.navbar .nav-toggle {
  display: none;
}

.nav-toggle span {
  width: 35px;
  background-color: #111;
  height: 4px;
  display: block;
  margin: 7px 0;
  transition: all 0.6s ease;
}

.nav-toggle.active span:first-of-type {
  transform: rotate(45deg) translateX(15px);
}

.nav-toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-toggle.active span:last-of-type {
  transform: rotate(-45deg) translateX(15px);
}

.navbar .custom-navbar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  /*z-index: 1000;*/
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.navbar .custom-navbar .nav-list {
  text-align: center;
  z-index: 100;
  margin-bottom: 0;
  padding: 0;
  position: static;
}

.navbar .custom-navbar .nav-list .nav-items {
  display: inline-block;
  padding: 35px 0;
}

.navbar .custom-navbar li:last-of-type .nav-links {
  border: 0;
}

.navbar .custom-navbar .nav-links {
  padding: 5px 18px;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Proxima-regular";
}

.navbar .custom-navbar .nav-links i {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
}

.navbar .custom-navbar .l-side .nav-links {
  padding: 10px;
}

.navbar .custom-navbar .nav-list li:last-of-type .nav-links::before {
  display: none;
}

.navbar .custom-navbar .nav-links.active,
.navbar .custom-navbar .nav-links:hover {
  color: #c6161d;
  font-weight: 600;
}

.navbar .custom-navbar .nav-list .nav-links.active:after,
.navbar .custom-navbar .nav-list .nav-links:hover:after {
  opacity: 1;
  width: 100%;
}

.navbar .custom-navbar .l-side .nav-links.active,
.navbar .custom-navbar .l-side .nav-links:hover {
  font-size: 13px;
}

/* .navbar .custom-navbar .drop-nav {
    position: relative;
} */

/* .navbar .custom-navbar .drop-nav .nav-links::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 7px;
    top: 17px;
    font-size: 10px;
} */

.navbar .custom-navbar .nav-list .mob-logo {
  display: none;
}

.navbar-brand {
  padding: 15px 0;
}

.navbar-brand img {
  width: 200px;
  /* padding: 10px 15px; */
}

.navbar .search-nav {
  padding-top: 35px;
}

.navbar .search-nav .form-control {
  background-color: #0001;
  padding-left: 40px;
  box-shadow: none;
  border-radius: 30px;
  color: #fff;
  min-width: 250px;
}

.navbar .search-nav .form-control::placeholder {
  color: #fff;
}

.navbar .search-nav button {
  position: absolute;
  left: 25px;
  top: 18px;
  color: #fff;
  border: 0;
  background: transparent;
}

/* --------------- fullwidth-menu ---------------- */

.navbar .container {
  position: static;
}

.fullwidth-menu {
  position: absolute;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  left: 0;
  top: 150%;
  text-align: left;
  padding: 30px 6vw;
  box-shadow: 0 5px 20px rgba(254, 217, 50, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.fullwidth-menu .img {
  padding: 15px 30px;
  height: 100%;
}

.fullwidth-menu .img img {
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drop-nav:hover .fullwidth-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.fullwidth-menu .links h6 {
  color: #363536;
  border-bottom: 1px solid #9994;
  margin-bottom: 20px;
  padding: 15px 0;
}

.fullwidth-menu .links a {
  line-height: 2.5;
  color: #363536;
}

.fullwidth-menu .links a:hover {
  color: #c6161d;
}

/* -------------------- header .head-content ------------------------- */

header .head-content {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  min-height: 90vh;
  background-position: center;
  position: relative;
  padding-top: 100px;
}

header .head-content .container-fluid {
  padding: 0 8vw;
}

header .head-content .info {
  height: 100%;
  width: 70%;
}

.swiper-slide .head-content .info {
  transform: scale(5);
  opacity: 0;
  filter: blur(15px);
  transition: all 0.7s ease;
  transition-delay: 0.4s;
}

.swiper-slide-active .head-content .info {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

header .head-content .info .content {
  position: relative;
  padding: 30px 50px;
  /* transform: scale(1.3) rotate(-10deg); */
  /* filter: blur(10px); */
  transition: all 1s ease;
  opacity: 1;
}

header .head-content .info h5 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
}

header .head-content .info h2 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 15px;
}

header .head-content .info p {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 20px;
}

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg);
  }
  100% {
    -webkit-transform: translateY(-30px) rotate(-90deg);
    transform: translateY(-30px) rotate(-90deg);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg);
  }
  100% {
    -webkit-transform: translateY(-30px) rotate(-90deg);
    transform: translateY(-30px) rotate(-90deg);
  }
}

.swiper-head {
  position: relative;
  overflow: hidden;
}

.swiper-head .swiper-wrapper {
  height: 500px;
  min-height: 90vh;
}

.swiper-head .swiper-notification {
  display: none;
}

.swiper-head .swiper-button-next:after,
.swiper-head .swiper-button-prev:after {
  font-size: 18px !important;
}

.swiper-head .swiper-button-next,
.swiper-head .swiper-button-prev {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 4vw;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 4vw;
  right: auto;
}

/* -------------------- cards ------------------------- */
.social-box .box {
  background: #f2f2f2;
  border-radius: 10px;
  cursor: pointer;
  margin: 20px 0;
  padding: 40px 10px;
  transition: all 0.5s ease-out;
}

.social-box .box:hover {
  box-shadow: 0 0 6px #4183d7;
}

.social-box .box-text {
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0;
}

.social-box .box-btn a {
  color: #4183d7;
  font-size: 16px;
  text-decoration: none;
}

.social-box .fa {
  color: #4183d7;
}

/* -------------------- about ------------------------- */

.about .img {
  position: relative;
  padding: 40px;
  padding-left: 0;
}

.about .img::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #121a50;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.about .img::after {
  position: absolute;
  content: "";
  width: 70%;
  height: calc(100% - 70px);
  left: 15%;
  top: 50px;
  background-color: #c6161d;
  border-radius: 30px;
  z-index: 5;
}

.about .img img {
  position: relative;
  z-index: 10;
  border-radius: 30px;
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.about .info {
  padding: 15px 7vw;
}

/* -------------------- cards ------------------------- */

#ads {
  margin: 30px 0 30px 0;
}

#ads .card-notify-badge {
  position: absolute;
  left: -10px;
  top: -20px;
  background: #f2d900;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
}

#ads .card-notify-year {
  position: absolute;
  right: -10px;
  top: -20px;
  background: #ff4444;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  padding: 15px 0 0 0;
}

#ads .card-detail-badge {
  background: #f2d900;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
}

#ads .card:hover {
  background: #fff;
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}

#ads .card-image-overlay {
  font-size: 20px;
}

#ads .card-image-overlay span {
  display: inline-block;
}

.product-image {
  height: 250px;
}

/*---------------- parallax -----------------*/

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------- text overlay ---------------*/

/* This allows designers to put text in front of a picture */

/* Image and text go inside this div */
.overlay-content {
  text-align: center;
  position: relative;
}

/* Use this div to lighten an image and put dark text overlayed */
.overlay-lighten {
  opacity: 0.3;
}

/* Use this div to darken an image and put light text overlayed */
.overlay-darken {
  filter: blur(3px);
}

.overlay-darken-one {
  filter: blur(3px) brightness(0.5);
}

/* Use this class in a div, h2, or p to center the overlayed text */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -------------------- gallery ------------------------- */

.gallery .box {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #9993;
}

.gallery .box img {
  height: 280px;
  width: 100%;
  object-fit: contain;
}

.gallery .box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0005;
}

.gallery .box .overlay h5,
.gallery .box .overlay span {
  color: #fff;
  transform: scale(1.2);
}

.gallery .nav-pills {
  justify-content: center;
}

.gallery .nav-pills .nav-link {
  border-radius: 30px;
  text-transform: capitalize;
  padding: 7px 20px;
  border: 1px solid #c6161d;
  margin: 10px 5px;
  background-color: #fff;
}

.gallery .nav-pills .nav-link.active,
.gallery .nav-pills .show > .nav-link {
  background-color: #c6161d;
}

/* -------------------- video ------------------------- */

.video .content {
  position: relative;
  padding: 50px 0;
  margin-top: 100px;
  margin-right: 10%;
}

.video .content:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url(../images/video-back.png);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.video .img {
  position: relative;
  z-index: 20;
}

.video .img img {
  width: 100%;
  height: 500px;
  border-radius: 15px;
}

.video .info {
  position: absolute;
  top: 150px;
  left: 6vw;
}

.video .info h5 {
  font-size: 40px;
  font-weight: 600;
  color: #121a50;
}

.video .info h2 {
  font-size: 55px;
  font-weight: bold;
  color: #ffffff;
}

.video .img::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  border-radius: 20px;
  background-color: #121a50;
  width: 100px;
  height: 150px;
  z-index: -1;
}

.video .img .play-img {
  position: absolute;
  top: calc(50% - 60px);
  right: -60px;
  width: 120px;
  height: 120px;
}

.video button {
  border: 0;
}

.video-modal.modal.show .modal-dialog {
  max-height: unset;
  max-width: 600px;
  min-width: 50vw;
  min-height: 80vh;
  height: 500px;
}

.video-modal .modal-content {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
}

.video-modal .modal-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 10px solid #c6161d;
}

/* -------------------- contact ------------------------- */

.contact .side-head {
  position: relative;
  padding-bottom: 15px;
}

.contact .side-head::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60%;
  height: 5px;
  background-color: #c6161d;
}

.contact .contact-social a {
  margin-bottom: 30px;
  margin-left: 50px;
  width: 50px;
}

/* -------------------- pagination ------------------------- */

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pagination .page-item .page-link {
  color: #c71f26;
  border: 1px solid #c71f26;
  margin: 0 3px;
  border-radius: 4px;
  padding: 6px 12px;
  transition: all 0.3s ease;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
  background-color: #c71f26;
  color: #fff;
  border-color: #c71f26;
}

.pagination .page-item.disabled .page-link {
  color: #999;
  border-color: #eee;
}

/* -------------------- footer ------------------------- */

footer .foot-logo img {
  position: absolute;
  width: 200px;
  height: 80px;
  top: -143px;
  overflow: hidden;
}

footer .form-control {
  margin: 0;
  border-radius: 3px;
  width: 100%;
}
.kilimanjaro_area {
  position: relative;
  z-index: 1;
}
.foo_top_header_one {
  background-color: #15151e;
  color: #fff;
}
.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.foo_top_header_one {
  color: #fff;
}
.kilimanjaro_part {
  margin-bottom: 30px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}
.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}
.kilimanjaro_single_contact_info > p,
.kilimanjaro_single_contact_info > h5,
.kilimanjaro_blog_area > a,
.foo_top_header_one .kilimanjaro_part > p {
  color: rgba(255, 255, 255, 0.5);
}
.kilimanjaro_bottom_header_one {
  background-color: #111;
  color: #fff;
}
.section_padding_50 {
  padding: 50px 0;
}
.kilimanjaro_bottom_header_one p {
  color: #fff;
  margin: 0;
}
.kilimanjaro_bottom_header_one a {
  color: inherit;
  font-size: 14px;
}
.m-top-15 {
  margin-top: 15px;
}
.kilimanjaro_widget > li {
  display: inline-block;
}
.kilimanjaro_widget a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 7px 12px;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.kilimanjaro_links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
top-15 {
  margin-top: 15px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}
.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}
.kilimanjaro_social_links > li {
  display: inline-block;
}
.kilimanjaro_social_links a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 7px 12px;
}
.kilimanjaro_blog_area .kilimanjaro_date {
  color: #27ae60;
  font-size: 13px;
  margin-bottom: 5px;
}
.kilimanjaro_blog_area > p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  margin-bottom: 0;
}
.kilimanjaro_works > a {
  display: inline-block;
  float: left;
  position: relative;
  width: 33.33333333%;
  z-index: 1;
}
.kilimanjaro_thumb {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}
.kilimanjaro_links a i {
  padding-right: 10px;
}
/* :: 18.0 Footer Area CSS */

.footer_area {
  position: relative;
  z-index: 1;
}
.footer_bottom p > i,
.footer_bottom p > a:hover {
  color: #27ae60;
}

.social_links_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.social_links_area > a:hover {
  color: #27ae60;
}

.inline-style .social_links_area > a:hover {
  background-color: transparent;
  color: #27ae60;
  border: 0px solid transparent;
}
.single_feature:hover .feature_text h4 {
  color: #27ae60;
}
.kilimanjaro_blog_area {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 0 0 15px 90px;
  position: relative;
  z-index: 1;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.kilimanjaro_works_img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  cursor: zoom-in;
  transition: 0.3s;
  padding: 6px;
}

.kilimanjaro_works_img:hover {
  transform: scale(1.03);
}

.to-top {
  position: absolute;
  /* border-radius: 50%; */
  background-color: #c6161d;
  bottom: 30px;
  right: 10vw;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.kilimanjaro_bottom_header_one a {
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  line-height: 1.5;
}

.kilimanjaro_bottom_header_one .items a:nth-of-type(2) {
  border-left: 0;
  border-right: 1px solid #fff;
}

/* -------------------- pages style ------------------------- */

/* -------------------- responsive style ------------------------- */

@media screen and (max-width: 991px) {
  .navbar .custom-navbar .nav-list .nav-items {
    display: block;
    border-bottom: 1px solid #9991;
    padding: 0;
  }
  .navbar .custom-navbar {
    padding-top: 50px;
  }
  .navbar .custom-navbar .nav-list {
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.5s ease;
    background: #fff;
    border-right: 1px solid #ffffff70;
    background-size: cover;
    background-position: center;
    width: 275px;
    height: 100vh;
    opacity: 0;
    text-align: right;
    padding: 0;
  }
  .navbar .custom-navbar .nav-list .mob-logo {
    padding: 15px;
    display: inherit;
    text-align: left;
    border-bottom: 1px solid #9995;
  }
  .navbar .custom-navbar .nav-list .mob-logo img {
    max-width: 100px;
  }
  .navbar .custom-navbar .nav-links {
    line-height: 3.5;
    margin: 0 !important;
    padding: 0 15px;
  }
  .navbar .custom-navbar .nav-toggle {
    float: left;
    cursor: pointer;
    margin-top: 20px;
    display: inherit;
  }
  .navbar .fixed {
    padding: 5px 0;
  }
  .navbar .custom-navbar.fixed .logo {
    display: none;
  }
  .navbar .custom-navbar .nav-list.show {
    right: 0;
    opacity: 1;
    overflow: auto;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
  }
  /* ---------------- */
  .navbar .custom-navbar .drop-nav:hover > .drop-down {
    width: 100%;
    position: relative;
    border-radius: 0;
  }
  .navbar .custom-navbar .drop-nav .drop-down {
    width: 100%;
  }
  .navbar .custom-navbar .nav-links {
    color: #777 !important;
    width: 100%;
  }
  /* -------------- navbar overlay --------------- */
  .navbar .custom-navbar .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .navbar .custom-navbar .overlay.show {
    opacity: 0.8;
    visibility: visible;
  }
  .lead-section .lead .items {
    padding-bottom: 100px;
  }
  .logo {
    text-align: right;
  }
  .navbar-brand {
    width: 200px;
  }
  .logo {
    display: block;
  }
  .mention {
    overflow: hidden;
  }
  .navbar,
  .navbar .custom-navbar {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .cart-menu {
    left: 0 !important;
  }
  header .head-content .content .img {
    margin: 15px 0;
  }
  .section-head h2 {
    font-size: 25px;
  }
  .butn {
    padding: 10px 25px;
    font-size: 14px;
  }
  footer .items .btn-link,
  footer .items .card-header .head-content,
  footer .items .card-body {
    padding: 3px 0;
  }
  .product-details .info .items .prod-name {
    font-size: 30px;
  }
  .fullwidth-menu .items {
    margin-bottom: 30px;
  }
  .fullwidth-menu li a {
    width: 100%;
    border-bottom: 1px solid #9993;
  }
  .navbar .custom-navbar .nav-list .nav-items.drop-nav {
    position: relative;
  }
  .navbar .custom-navbar .nav-list .nav-items.drop-nav:hover .fullwidth-menu {
    position: relative;
  }
  .navbar .custom-navbar .drop-nav .nav-links:before {
    right: 94%;
    top: 10px;
  }
  .navbar .custom-navbar .nav-list .nav-links:after,
  header .head-content .social-head .scroll-down {
    display: none;
  }
  .search form .butn {
    padding: 12px 25px;
  }
  header .head-content {
    padding-top: 30px;
  }
  header .head-content .info h2 {
    font-size: 50px;
  }
  header .head-content .info p {
    font-size: 13px;
  }
  header .head-content .info {
    width: 100%;
  }
  footer .text-right {
    text-align: center !important;
    margin-top: 15px;
  }
  header .head-content .info .content {
    padding: 0;
  }
  .swiper-head .swiper-button-next,
  .swiper-head .swiper-button-prev {
    display: none;
  }
  .side-head h3 {
    font-size: 30px;
    line-height: 1.5;
  }
  .navbar .custom-navbar .nav-links i {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
  }
}

/* ======== */

@media screen and (max-width: 787px) {
  .navbar-brand {
    width: 50%;
  }
  .navbar-brand img {
    padding: 0;
  }
  section {
    overflow: hidden;
  }
  .navbar {
    overflow: visible;
  }
  /* -------- navbar ltr ---------- */
  .navbar .custom-navbar .nav-list {
    right: unset;
    left: -100%;
    text-align: left;
  }
  .navbar .custom-navbar .nav-list.show {
    right: unset;
    left: 0;
  }
  .navbar .custom-navbar .nav-toggle {
    float: right;
  }
  .navbar .custom-navbar .navbar-brand {
    float: left;
    text-align: left;
  }
  .navbar .custom-navbar .drop-nav .drop-down {
    right: unset;
    left: 0;
    text-align: left;
  }
  .man-slider .content .img-slider .info {
    display: none;
  }
  .l-side {
    justify-content: center !important;
  }
}

/* ======= */

@media screen and (max-width: 520px) {
  .product-image {
    height: 100%;
  }

  #ads .card {
    margin: 50px 0 0 0;
  }
}
