/******************************************************************/
/* Index */
/* 1. Common Code */
/* 2. Home Page */
/* 3. About Page */
/* 4. Services Page */
/* 5. Africa Page */
/* 6. Contact Page */

/******************************************************************/
/* 1. Common Code */
/******************************************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
}
:root {
  --background-light: #4e95e7;
  --background-off: #4e95e7;
  --background-deep: #187dac;
}
.hero-title {
  text-align: center;
  font-size: 50px;
  color: white;
  padding-top: 15%;
  padding-bottom: 10%;
}
.h2-border {
  width: 200px;
  border-bottom: 1px solid var(--background-light);
  display: block;
  margin-right: auto;
  margin-left: auto;
}
h2 {
  font-size: 26px;
  /* margin-bottom: 1rem; */
}
.details {
  font-size: 20px;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.5s ease;
  z-index: 1000;
}
.md-border {
  width: 250px;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--background-off);
  margin-bottom: 3rem;
}
.sm-border {
  width: 150px;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--background-off);
  margin-bottom: 3rem;
}
.centered-title {
  font-size: 25px;
  text-align: center;
  margin-top: 4rem;
}
.centered-text {
  text-align: center;
}
.centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.wide-text {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wide-text p {
  font-size: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: space-evenly;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.top-space {
  padding-top: 5rem;
}
.share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.i-con {
  height: 45px;
  width: auto;
  margin: 2px;
}

/*!SHARE BUTTON*/

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 80%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.linkedin:before {
  background-color: #0077b5;
}

.social-btns .btn.linkedin .fa {
  color: #0077b5;
}
.social-btns .btn.twitter:before {
  background-color: #00aff0;
}
.social-btns .btn.twitter .fa {
  color: #00aff0;
}

.social-btns .btn.pinterest:before {
  background-color: #e60023;
}
.social-btns .btn.pinterest .fa {
  color: #e60023;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.social-btns {
  height: 50px;
  margin: auto;
  font-size: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 28px;
  vertical-align: middle;
}
/*!SHARE BUTTON end*/
/******************************************************************/
/* 2. Home Page */
/******************************************************************/

/******************************************************************/
/* 3. About Page */
/******************************************************************/

/******************************************************************/
/* 4. Services Page */
/******************************************************************/
.c2-text {
  font-size: 22px;
  padding-left: 50px;
  /* background-color: yellow; */
  margin-top: 50px;
}
.service-container {
max-width: 1100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
/******************************************************************/
/* 5. Africa Page */
/******************************************************************/
.flag-col {
  width: 150px;
  margin: 20px;
  /* background-color: yellow; */
}
.flag-col img {
  width: 100%;
  height: auto;
}
/******************************************************************/
/* 6. Contact Page */
/******************************************************************/

/* !common */

.mid-content {
  width: 100%;
  max-width: 1100px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: none;
}
.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(19, 19, 19, 0.671);
}
.hero-buttons {
  text-align: center;
}

.btn-2 {
  text-align: center;
  padding: 10px;
  color: white;
  background-color: var(--background-off);
  text-decoration: none;
  border: 1px solid whitesmoke;
  margin-top: 20px;
  font-size: medium;
  border-radius: 5px;
}
.btn-2:hover {
  padding: 10px;
  color: white;
  background-color: --;
  text-decoration: none;
  border: 1px solid whitesmoke;
  margin-top: 20px;
  font-size: medium;
  border-radius: 5px;
}
.btn {
  padding: 10px;
  color: white;
  text-decoration: none;
  border: 1px solid whitesmoke;
  margin: 20px;
  font-size: medium;
  border-radius: 5px;
}
.btn:hover {
  padding: 10px;
  color: white;
  text-decoration: none;
  border: 1px solid whitesmoke;
  margin: 20px;
  background: linear-gradient(
    0deg,
    rgba(126, 126, 126, 0) 0%,
    rgba(255, 255, 255, 0.363) 100%
  );
  font-size: medium;
  border-radius: 5px;
}
/* Hero end*/

.col-5 {
  max-width: 200px;
  margin: 5px;
  font-size: 13px;
  padding: 5px;
}
.col-5 p{
  margin-top: 5px;
  color: rgb(116, 116, 116);
  line-height: 20px;
  
}

.col-5 img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border-radius: 5px 100px 100px 100px;
}

.col-3 {
  width: 30%;
  margin: 10px;
  padding: 20px;
}

.col-3 h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.col-3 ul {
  margin: 15px;
}
.col-3 ul li {
  line-height: 22px;
  font-size: 15px;
}

.col-4 h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.col-2 {
  width: 50%;
  padding: 20px;
  /* background-color: grey; */
}
.col-2 p{
color: rgb(73, 73, 73);
line-height: 24px;
}
.col-2 img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}
.service-icon {
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
footer {
  background-color: whitesmoke;
  width: 100%;
}
.border80 {
  border-bottom: 2px solid var(--background-light);
  width: 60%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.f-border {
  border-top: 4px solid --background-off;
  width: 35%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  /* margin-top: -5px; */
}

footer .col-3 h3 {
  color: GREY;
}
footer .col-3 li {
  list-style: none;
}
footer .col-3 li a {
  color: grey;
  text-decoration: none;
}
footer .col-3 li a:hover {
  color: rgb(53, 53, 53);
}

/* ! common end */

/* !back to top  */
:root {
  --prgc-main: #00a35f;
  --prgc-arrow: #00a15e;
  --prgc-arrow2: rgb(128, 128, 128);
  --prgc-line: rgb(128 128 128 / 30%);
}
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 80px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px --background-deep;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "🡡";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--background-off);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0.5;
  color: var(--background-deep);
}
.progress-wrap::before {
  position: absolute;
  content: "🡡";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  opacity: 0;
  background-image: linear-gradient(
    298deg,
    --background-deep,
    --background-off
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--background-off);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* !back to top End  */
@media only screen and (max-width: 640px) {
  .col-2 {
    width: 100%;
    margin: 10px;
    padding: 20px;
  }
  .col-3 {
    width: 100%;
    margin: 10px;
    padding: 20px;
  }

  .col-4 {
    width: 100%;
    margin: 10px;
    padding: 20px;
    text-align: center;
  }
  .wide-text {
    width: 100%;
    padding: 10px;
  }
}

@media only screen and (max-width: 460px) {
  .col-2 {
    width: 100%;
    margin: 10px;
    padding: 10px;
  }
  .col-3 {
    width: 100%;
    margin: 10px;
    padding: 10px;
  }
  .col-4 {
    width: 100%;
    margin: 10px;
    padding: 10px;
    text-align: center;
  }
  .wide-text {
    width: 100%;
    padding: 10px;
  }
}
