@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


@font-face {
  font-family: 'Proxima Nova Th';
  src: url('../fonts/ProximaNova-Extrabld.eot');
  src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
      url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
      url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'),
      url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Light.eot');
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Light.woff2') format('woff2'),
      url('../fonts/ProximaNova-Light.woff') format('woff'),
      url('../fonts/ProximaNova-Light.ttf') format('truetype'),
      url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Bold.woff') format('woff'),
      url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
      url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('../fonts/ProximaNova-Black.eot');
  src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Black.woff2') format('woff2'),
      url('../fonts/ProximaNova-Black.woff') format('woff'),
      url('../fonts/ProximaNova-Black.ttf') format('truetype'),
      url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
      url('../fonts/ProximaNova-Regular.woff') format('woff'),
      url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
      url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Semibold.woff') format('woff'),
      url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
      url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Th';
  src: url('../fonts/ProximaNovaT-Thin.eot');
  src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
      url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
      url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'),
      url('../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}




html {
  scroll-behavior: smooth;
}


:root {
  --primary:#452601;
  --secondary: #F67D00;
  --black: #000;
  --text-color: #282828;
  --white: #fff;
  --text-accent: #6d6e71;
}

* {
  margin: 0;
  padding: 0;
}


body {
  position: relative;
  font-family: 'Proxima Nova Rg';
  font-weight: 400;
  overflow-x: hidden;
}

a, button {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul {
  list-style: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
  font-size: 1.025rem;
  line-height: 1.83em;
  color: var(--text-color);
}

h1, h2, h3 {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
}

::placeholder {
  text-transform: capitalize;
  color: #d6d5d5;
  font-size: 1rem;
}


figure {
  margin: 0;
  position: relative;
}

.themeBtn:hover {
  background-color: var(--primary);
  color: var(--white);
}

section {
  position: relative;
  padding: 5rem 0;
}

.sectionHeading {
  font-size: 3.25rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: capitalize;
  font-family: 'Proxima Nova Rg';
}

.Headpart-1 {
  background-color: transparent;
  padding: 10px 0;
}

.nav-1 ul li {
  display: inline-block;
  padding: 0 10px;
}

.nav-1 {
  display: flex;
  align-items: center;
  justify-content: end;
}

.nav-1 ul {
  margin: 0;
}

.nav-1 ul li a {
  color: var(--black);
  font-size: 1rem;
  font-family: "Poppins";
  font-weight: 500;
}

.nav-1 ul li a:hover {
  color: var(--primary);
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: var(--primary);
  font-size: 1.375rem;
  padding: 0;
  font-weight: 600;
  text-transform: capitalize;
  transition: 1s cubic-bezier(.51,.92,.27,.96)!important;
  position: relative;
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}
.navigation .navbar img {
  width: 10%;
}
.navigation .navbar-brand {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 800;
}
.head-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-evenly;
}

.head-buttons ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.head-buttons ul li a {
  font-size: 1.125rem;
  color: white;
}
.navigation .navbar-expand-lg .navbar-nav .nav-item {
  padding: 20px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.navigation .navbar {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.navigation .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}
.subCont-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subCont-2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.subCont-2 ul li a {
  color: var(--white);
  font-size: 1.5rem;
  position: relative;
}

.Headpart-last {
  display: none;
}
#button {
  display: inline-block;
  background-color: var(--secondary);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

#button:hover {
  cursor: pointer;
  background-color: #6f8d6a;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* main section */
.mainBanner {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 0;
  min-height: 1070px;
  overflow: hidden;
}
.mainBanner::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, #a57002 55%, rgb(0 0 0 / 48%) 100%);
  z-index: 1;
  opacity: 0.3;
}
.mainBanner h2 {
  font-size: 5.125rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.banCont .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1070px;
  background-color: rgba(0,0,0,0.5);
}
.bno-cont {
  text-align: center;
}
.bno-cont p {
  color: white;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
  max-width: 55%;
  margin: 0 auto;
}
.ban-slide img {
  width: 100%;
}
.banSlider {
  margin: 0 !important;
}
.bno-cont p span {
  padding-right: 10px;
  font-size: 24px;
}
.banCont .bno-cont {
  position: relative;
  z-index: 111;
}
.banElm {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.banSlider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 50px;
  z-index: 11;
  align-items: center;
}
.banSlider .slick-dots li {
  margin: 0 0 0 5px;
  display: flex;
  align-items: center;
}
.banSlider .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.33);
  text-indent: -9999px;
}
.banSlider .slick-dots li.slick-active button {
  background-color: #ffff;
  height: 1rem;
  width: 1rem;
}
/* main section End */

/* services section  */
.ser-card h3 {
  font-size: 1.75rem;
  color: var(--primary);
  font-weight: 600;
  font-family: 'Proxima Nova Rg';
  text-transform: capitalize;
  text-align: center;
  margin-top: 16px;
}
.serv-sect {
  background-image: url(../img/ser-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
}
.ser-card {
  margin-top: 2rem;
  text-align: center;
  transition: transform 0.3s ease;
}
.ser-card:hover {
  transform: translateY(-5px);
}
.ser-card h5{
  color: black;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1rem;
}
.ser-card a {
  text-decoration: none;
  color: inherit;
}
.ser-card figure {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.ser-card img {
  transition: transform 0.3s ease;
}
.ser-card:hover img {
  transform: scale(1.05);
}

/* Services slider improvements */
.services-slider .slick-dots {
  position: relative;
  margin-top: 2rem;
}

.services-slider .slick-dots li button {
  background-color: var(--primary);
  opacity: 0.3;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.services-slider .slick-dots li.slick-active button {
  opacity: 1;
  background-color: var(--secondary);
}

.services-slider .slick-slide {
  padding: 0 10px;
}

.service-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.service-link:hover {
  text-decoration: none;
  color: inherit;
}
/* services section end  */

/* gallery section */
.gal-img {
  margin: 40px 0 0;
  border-radius: 27px;
}

.gal-sect {
  background: #fff;
}
.galBtn a {
  background-color: #F67D00;
  color: white;
  font-size: 1.25rem;
  padding: 10px 40px;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.galBtn a i {
  font-size: 30px;
}

.galBtn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
/* gallery section end */


/* contact section */
.subtitle {
  color: var(--secondary);
  font-size: 1.375rem;
  text-transform: none;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
}

.contact-div {
  box-shadow: 0 0 16px rgba(0,0,0,0.25);
  border-radius: 65px;
  background: white;
}
.cnt-padding {
  padding: 5rem 4rem;
}

.cnt-padding .sectionHeading {
  margin-top: 13px;
}
.cnt-cont form input {
  height: 72px;
  background: #F3F3F3;
  border: none;
  border-radius: 14px;
  margin: 5px 0;
  padding: 40px;
  color: #452601;
}
.cnt-cont form input:focus {
  background: #F3F3F3;
  outline: none;
  box-shadow: none;
  border: none;
}
.cnt-cont form textarea {
  height: 200px;
  background: #F3F3F3;
  border: none;
  border-radius: 14px;
  margin: 5px 0;
  padding: 30px 40px;
  color: #452601;
  resize: none;
}
.cnt-cont .btn {
  width: 100%;
  background: var(--secondary);
  color: white;
  margin-top: 5px;
  height: 72px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  border-radius: 14px;
  font-weight: 600;
}
.cnt-cont .btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.cnt-cont form textarea:focus {
  background: #F3F3F3;
  outline: none;
  box-shadow: none;
  border: none;
}
.cnt-cont form {
  margin-top: 2rem;
}
/* contact section end */


/* footer */
.foot-logo {
  text-align: center;

}
.foot-logo img{
  max-width: 10%;
}

.foot-cnt a {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 3rem;
}

.foot-cnt a i {
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E3BB68;
  border-radius: 50%;
  font-size: 25px;
  color: var(--primary);
}
footer {
  padding: 3rem 0 5rem;
  background: #ffffff91;
  z-index: 111;
  position: relative;
}
.foot-cnt a {
  color: var(--primary);
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
  font-size: 1rem;
}

.business-hours {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 3rem;
  color: var(--primary);
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
  font-size: 1rem;
}
/* footer end */




/* international page */
.gal-inner .gal-img {
  margin: 22px 0 0;
}
.banner-inner .banSlider .slick-dots {
  bottom: 180px;
}
.gal-inner:before {
  content: '';
  height: 100%;
  width: 95%;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 58px;
}
.gal-inner {
  margin-top: -8rem;
  z-index: 1;
  background: transparent;
  margin-bottom: 6rem;
}
.gal-inner p {
  color: #626262;
  font-size: 1.125rem;
  margin: 2rem 0;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
}
.gal-inn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.test-sect {
  background: var(--primary);
  padding: 5rem 0 5rem;
}

.test-sect .sectionHeading {
  color: white;
  text-align: center;
  margin: 0 0 3rem;
}
.testCont {
  text-align: center;
  color: white;
}

.testCont h3 {
  font-size: 1.563rem;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
}

.testCont h5 {
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
  font-size: 15px;
}

.testCont p {
  color: white;
  padding: 1rem 2rem;
}
.testCont.slick-slide.slick-current.slick-active {
  position: relative;
}
.testCont.slick-slide.slick-current.slick-active:before {
  content: '';
  height: 120px;
  width: 1px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testCont.slick-slide.slick-current.slick-active::after {
  content: '';
  height: 120px;
  width: 1px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-cont .card-header button {
  width: 100%;
  height: 72px;
  background: #F3F3F3;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  font-size: 15px;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
  color: #000;
  border-radius: 14px;
}

.faq-cont .card-header {
  padding: 0;
  border: 0;
  border-radius: 14px;
}

.faq-cont .card {
  border: none;
  margin: 12px 0;
  border-radius: 12px;
}
.faq-cont .card-header button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.faq-cont {
  margin-top: 3rem;
}
.faq-sect {
  padding: 5rem 0 0;
  background: #ffffff91;
}




#main_box{
	display: flex;
	width: 100%;
	margin: 0;
	justify-content: space-around;
	border-radius: 30px;
	overflow: hidden;
	gap: 10px;
}
.box{
	width: 20%;
	height: 440px;
	font-size: 100px;
	text-align: center;
	transition: 1s;
	cursor: pointer;
	object-fit: cover;
	border-radius: 30px;
}
.box.active {
  width: 50%;
}
.afric-cont {
  background: transparent;
  padding: 6rem 3rem;
  border-radius: 50px;
}
.afr-text {
  padding-right: 15rem;
}
.slider-Btn {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  z-index: 9999;
}

.slider-Btn button {
  background: transparent;
  border: none;
  font-size: 3rem;
  color: var(--secondary);
}
.africa-sect {
  padding: 5rem 0 0;
  margin-bottom: -10rem;
  z-index: 1;
}
.contact-inner {
  margin-top: -8rem;
  z-index: 1;
}
.box:hover{ width: 50%; }
.contact-sect {
  background: #ffffff91;
}
video {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100vw !important;
  object-fit: cover;
}
/*
.vimeo-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.vimeo-background iframe {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

 */
/* international page end */










a.menuLink:hover {
  color: var(--primary);
}

.image-wrapper {
  border-radius: 0;
  line-height: 1.6;
}

.image-wrapper img {
  height: auto;
  max-width: 100%;
  transition: 1s all ease-in-out;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 196, 0, 0.226) 100% );
  content: "";
  display: block;
  height: 100%;
  left: -83%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}

@keyframes shine {
  100% {
      left: 125%;
  }
}

.shine:hover img {
  transform: scale(1.1);
}

@keyframes pulse-animation {
  0% {
      box-shadow: 0 0 0 0px rgba(255, 153, 0, 0.2);
  }

  100% {
      box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}


/* hover efftects end */

.about-sec .sectionHeading {
  text-transform: none;
  padding-right: 0px;
}

.about-sec a.themeBtn {
  padding: 13px 35px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

img.logo1 {
  width: 200px;
}
img.logo2 {
  width: 300px;
}

header {
  padding: 20px 0 10px;
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #FFFFFFA1;
}



.navbar {
  padding: 0px;
}

/* .sticky {
  background: white;
  position: fixed;
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transition: all 0.4s ease;
  z-index: 111111;
}
header.sticky {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.ser-card figure {
  border-radius: 50%;
  overflow: hidden;
}
.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link:before {
  content: '';
  height: 2px;
  width: 0;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s all ease-in-out;
}

.navigation .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
  width: 100%;
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}

a.themeBtn {
  height: 72px;
  padding: 13px 20px;
  color: #fff;
  font-size: 1.25rem;
  transition: 1s cubic-bezier(.51,.92,.27,.96)!important;
  border-radius: 14px;
  cursor: pointer;
  width: 280px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: var(--secondary);
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
}
.navigation .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border-color: white;
}
.footer-div{
  margin-top: 60px;
}
.footer-div p{
  color: #452601;
  font-weight: 600;
}
.footer-div p a{
  color: #F67D00;
}

/* Success mail page */
.main-success{
  background-color: #452601;
  color: white;
  height: 100vh;
  text-align: center;
}
.main-success img{
  width: 150px;
}
.main-success .container{
  transform: translateY(65%);
}
.main-success h1{
  font-weight: bold;
  max-width: 60%;
  margin: 20px auto;
}
.main-success a{
  background-color: #F67D00;
  color: white;
  padding: 10px 40px;
  font-size: 18px;
}
.footer-div ul{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer-div ul li a{
  color: #F67D00;
  font-weight: 600;
}
.grecaptcha-badge {
  opacity: 0;
  transition: opacity 0.3s;
}


