/** Main Containers Styling **/
html {
  font-size: 16px;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  right: 0;
  font-family: "Lato2" !important;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  background: #fff;
  color: #333;
  background-attachment: fixed;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
* {
  outline: none !important;
}
body, html {
  height: 100%;
}
.wrapper {
  min-width: 320px;
   outline: none;
  min-height: 100%;
  position: relative;
}
.container-fluid {
  min-width: 320px;
  max-width: 1440px !important; /* This controls the maximum display width of the elements. If you need full width, use the max-content-width keyword below or just set it to 100% */
  padding: 0;
  margin: auto;
}
/** End of Main Containers Styling **/
/** Button Styling **/
/** If there are no Buttons, please delete the whole block below */
.btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
/** Delete till here if there are no Buttons **/
/** Navigation Styling **/
/** If there is no Navigation, please delete the whole block below */
.navbar-container, .navbar-brand, .navbar-collapse {
  position: static;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrapper.sticky .navbar-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1020;
}
.landing-page .bg-dark, .login-page .bg-dark {
  background-color: rgb(51 51 51 / 0.7) !important;
}
.bg-dark {
  background-color: #181e29 !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #dbdbdb;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: relative;
  padding: 5px 20px;
}
.navbar-dark .navbar-nav .active > .nav-link {
  position: relative;
  font-weight: 600;
}
/*.navbar-dark .navbar-nav .active>.nav-link:after {content: "";position: absolute;height: 5px;width: 70px;background: #fff;bottom: -24px;left: 50%;margin-left: -35px;}*/
.navbar-dark .navbar-nav .nav-link::before {
  content: "";
  height: 20px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 7px;
}
.navbar-dark .navbar-nav .nav-item:last-child .nav-link:before {
  display: none;
}
.navbar-dark .navbar-brand {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem;
}
.navbar-nav .dropdown-menu {
  display: block;
  max-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 0;
}
.navbar-nav .dropdown-menu.show {
  max-height: 100vh;
}
.navbar-toggler {
  position: absolute;
  top: 14px;
  right: 3px;
  border: 0;
}
.select-lang {
  border: 1px solid #ccc;
  color: #333 !important;
  display: block;
  font-size: 0.9rem;
  height: 35px;
  line-height: 34px;
  margin-right: 5px;
  padding: 0 30px 0 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #eee;
  text-align: left;
  width: 140px;
  border-radius: 5px;
  text-decoration: none !important;
}
.select-lang:after {
  content: "";
  position: absolute;
  right: 8px;
  border-top: 6px solid #555;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: 14px;
}
.navbar-collapse {
  float: left;
}
.lang {
  display: inline-block;
}
.lang .dropdown-menu {
  border-radius: 5px;
  padding: 0;
  border: none;
  background: #999;
  min-width: 140px;
}
.lang .dropdown-menu > li > a {
  border-bottom: 1px solid #ddd;
  color: #fff;
  padding: 4px 10px;
  white-space: normal;
  display: block;
  font-size: 0.9rem;
}
.lang .dropdown-menu > li > a:hover {
  background: #777;
  color: #fff;
  text-decoration: none;
}
.lang .dropdown-menu > li:last-child a {
  border: none
}
.navbar-nav .dropdown-toggle::after {
  display: none;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 72px;
  background: rgb(24 30 41 / 0.8);
}
#services-menu h2 {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  color: #fff;
}
.services-menu-links {
  margin-bottom: 40px;
}
.services-menu-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.services-menu-links ul li {
  width: calc(25% - 10px);
  margin: 5px;
}
.services-menu-links ul li a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #181e29;
 
  padding: 10px;
  text-align: center;
  min-height: 80px;
  border-radius: 5px;
  color: #d2d2d2;
  font-size: 1rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-menu-links ul li a:hover {
  color: #181e29;
  background: #fad201;
  text-decoration: none;
}
.lang .dropdown {
  display: inline-block;
}
.sign-in {
  display: inline-block;
}
.sign-in .btn {
  background: #18233a;
  color: #fff;
  padding: 5px 15px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.user-logged-in {
  display: inline-block;
  vertical-align: middle;
}
.user-logged-in .dropdown-menu .items a {
  display: block;
  margin: 5px 0;
  background: #181e29;
  color: #dbdbdb;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 300;
}
.user-logged-in .dropdown-menu a strong {
  display: block;
  color: #fad201;
}
span.date-time {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
}
ul.user-details {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.user-details li.dropdown {
  display: inline-block;
  vertical-align: middle;
}
ul.user-details li.dropdown .dropdown-toggle::after {
  display: none;
}
.user-details .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 400px;
  padding: 15px;
  margin-top: 17px;
  background: rgb(24 30 41 / 0.9);
  border-radius: 0;
}
a.dropdown-toggle.icon {
  font-size: 1.7rem;
  margin: 0 10px;
  position: relative;
  color: #fff;
}
.user-info span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 0.95rem;
  margin: 10px 0;
}
.user-info.name {
  color: #fad201;
  font-size: 1.6rem;
  font-weight: 400;
}
.user-info span.last-login {
  font-style: italic;
}
.user-info span.name {
  color: #fad201;
  font-size: 1.2rem;
  font-weight: 600;
}
.user-info .buttons {
  display: flex;
}
.user-info .buttons .btn {
  flex: 1;
  font-size: 0.85rem;
  padding: 10px;
  margin: 4px;
}
span.sup-script {
  position: absolute;
  top: -6px;
  font-size: 0.8rem;
  background: #e74e36;
  color: #fff;
  width: 30px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  right: -12px;
}
@media only screen and (max-width: 767.98px) {
  /* 250px is the minimum width for the mobile menu slideout */
  body.nav-open {
    right: max(calc(100vw - 100px), 250px);
    overflow: hidden;
  }
  .wrapper.sticky .navbar-container.nav-open {
    left: min(calc(100px - 100vw), -250px);
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    width: max(calc(100vw - 100px), 250px);
    height: 100%;
    right: min(calc(100px - 100vw), -250px);
    margin: 0 !important;
    background-color: #333;
    padding: 15px;
    z-index: -10;
  }
  .navbar-collapse.nav-open {
    right: 0;
  }
}
/** Delete till here if there is no Navigation **/
.login-page {
  background: url("../images/login-bg.jpg");
  background-size: cover;
  background-position: center center;
}
.contact-page {
  background: url("../images/Contact-BG.jpg");
  background-size: cover;
  background-position: center center;
}

.login-page .carousel-frame.left-bottom, .contact-page .carousel-frame.left-bottom {
  bottom: 120px;
}
.login-page .carousel-frame.right-bottom, .contact-page .carousel-frame.right-bottom {
  bottom: 120px;
}
.login-container, .contact-container {
  min-height: 800px;
}
.login-container .container {
  position: relative;
}
.login-box {
  width: 400px;
  margin-top: 150px;
	margin-right: 50px;
}
.login-box-container {
  background: rgb(255 255 255 / 0.4);
  margin-top: 20px;
  padding: 40px;
  border-radius: 5px;
  text-align: left;
}
.login-box-container label {
  margin: 0;
  color: #fff;
}
.login-box-container button.btn {
  background: #18233a;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
}
.login-box-container button.btn:hover, .sign-in .btn:hover {
  background: #fad201;
  color: #333;
}
.login-box-container a {
  float: right;
  color: #fff;
  margin-top: 15px;
}
.login-box-container .form-control {
  border: none;
}
.dashboard {
  margin: 40px 0;
  display: inline-block;
  width: 100%;
}
.dashboard ul.nav.nav-tabs {
  background: #182439;
  border: none;
  border-radius: 5px;
  margin-bottom: 40px;
}
.dashboard ul.nav.nav-tabs li.nav-item {
  flex: 1;
}
.dashboard ul.nav.nav-tabs .nav-link {
  border-radius: 5px;
  padding: 15px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
  border: none;
  margin: 5px;
}
.dashboard ul.nav.nav-tabs .nav-link.active, .dashboard ul.nav.nav-tabs .nav-link:hover {
  color: #181e29;
  background: #fff;
}
.dash-box {
  display: flex;
  flex-wrap: wrap;
}
.dash-box .box {
  width: calc(33.33% - 4px);
  margin: 2px;
  position: relative;
  padding: 20px 5px;
  padding-bottom: 90px;
  background: #eee;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  min-height: 180px;
  border-radius: 5px;
}
.dash-box .box strong {
  position: absolute;
  width: calc(100% - 60px);
  left: 0;
  margin: 0 30px;
  background: rgba(255, 255, 255, 0.10);
  font-size: 2rem;
  font-weight: 600;
  border-radius: 36px;
  bottom: 20px;
  color: #fff;
}
.dash-box .box.orange {
  background: #d9a322;
}
.dash-box .box.green {
  background: #84b547;
}
.dash-box .box.red {
  background: #f2856f;
}
.dash-box .box.pink {
  background: #d96eae;
}
.dash-box .box.purple {
  background: #7049a3;
}
.dash-box .box.light {
  background: #2dbda8;
}
.calendar {
  text-align: left;
  background: #2c97de;
  padding: 30px;
  border-radius: 5px;
}
.calendar h2 {
  color: #fff;
}
.calendar ul {
  list-style: none;
  padding: 0;
}
.calendar ul li {
  padding: 10px;
  background: rgb(51 51 51 / 0.4);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}
.calendar ul li strong {
  display: block;
  color: #fad201;
}
.buttons {
  margin: 20px 0;
  text-align: center;
}
.buttons .btn {
  background: #18233a;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  margin: 0 2px;
}
.buttons .btn-default {
  background: none;
  color: #18233a;
  border: 1px solid #18233a;
}
.buttons .btn:hover {
  background: #fad201;
  color: #333;
}
.buttons .btn-default:hover {
  background: #ccc;
}
.radio-control {
  color: #333;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 500;
  margin-right: 15px;
}
.radio-control input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: 9999;
}
.radio-overlay {
  display: inline-block;
  height: 25px;
  left: 0px;
  top: 0px;
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.radio-overlay::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  line-height: 100%;
  color: #666;
  font-weight: 400;
}
.radio-control input[type=radio]:checked + .radio-overlay::before {
  content: "\f192";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.checkbox-control {
  color: #333;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 500;
  margin-right: 15px;
}
.checkbox-control input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 9999;
}
.checkbox-overlay {
  display: inline-block;
  height: 25px;
  left: 0px;
  top: 0px;
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.checkbox-overlay::before {
  content: "\f04d";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  line-height: 100%;
  color: #666;
  font-weight: 400;
}
.checkbox-control input[type=checkbox]:checked + .checkbox-overlay::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.search-result {
  margin-top: 50px;
}
.table thead th {
  color: #005eb8;
  font-size: 0.9rem;
  white-space: nowrap;
  border-bottom: 2px solid #005eb8;
}
.data-table {
  text-align: left;
}
.table td {
  color: #666;
  font-size: 0.9rem;
}
.view-type {
  margin-bottom: 20px;
}
.view-type .select-style {
  width: 260px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.select-style {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.select-style::after {
  content: "";
  position: absolute;
  z-index: 9;
  pointer-events: none;
  border-top: 7px solid #999;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 20px;
  margin-top: -3px;
  right: 10px;
}
.select-style.multiple-select::after {
  display: none;
}
.select-style select {
  width: 100%;
  max-width: 100%;
  background-color: #fff !important;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select::-ms-expand {
  display: none;
}
.select-style select {
  padding-right: 43px;
  border: none;
}
/** Carousel Styling **/
/** If there is no Carousel, please delete the whole block below */
#section-carousel {
  margin-top: -72px;
  margin-bottom: 40px;
}
.carousel-item1 {
  background-image: url("../images/banner1.jpg");
}
.carousel-item2 {
  background-image: url("../images/banner2.jpg");
}

.carousel-item3 {
  background-image: url("../images/banner3.jpg");
}
.carousel-item {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.carousel-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333;
  opacity: 0.5;
}
.carousel-caption {
  bottom: auto;
  top: 40%;
}
.carousel-frame {
  position: absolute;
  z-index: 9;
}
.carousel-frame.left-top {
  left: 100px;
  top: 110px;
  z-index: 9;
}
.carousel-frame.left-bottom {
  bottom: 40px;
  left: 100px;
}
.carousel-frame.right-top {
  top: 110px;
  right: 100px;
}
.carousel-frame.right-bottom {
  right: 100px;
  bottom: 40px;
}
.carousel-frame img {
  width: 60px;
}
/** Delete till here if there is no Carousel **/
/** Main Content Styling **/
.main-content {
  position: relative;
  margin: 0 auto;
}
.wrapper.sticky .main-content {
  padding-bottom: 84px;
  padding-top: 74px;
}
/** End of Main Content Styling **/
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
.services a {
  width: 15.6%;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin: 20px 0.5%;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content: center;
  color: #2a2a2a;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services a:hover {
  background: #dadada;
}
.services a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f013";
  position: absolute;
  top: -25px;
  color: #ddd;
  font-size: 2rem;
  font-weight: 600;
}
.services a:hover:before {
  color: #2a2a2a;
}
.discover-rwanda {
  background-image: url("../images/dr.jpg");
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  margin: 40px 0;
  position: relative;
}
.discover-rwanda .nav.nav-tabs {
  border: none;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.discover-rwanda .nav.nav-tabs li.nav-item {
  margin: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discover-rwanda .nav.nav-tabs li.nav-item .nav-link {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 15px 40px;
  font-size: 1rem;
  border: none;
  margin: 0;
  color: #fad201;
  height: 100%;
  background: rgb(51 51 51 / 0.8);
  width: 100%;
  justify-content: center;
  border-radius: 0;
  line-height: 1.4;
  font-weight: 600;
}
.discover-rwanda .nav.nav-tabs li.nav-item:first-child .nav-link {
  border-radius: 15px 15px 15px 15px;
}
/***.discover-rwanda .nav.nav-tabs li.nav-item:last-child .nav-link {
  border-radius: 0 15px 15px 0;
}*/
.discover-rwanda .nav.nav-tabs li.nav-item .nav-link.active, .discover-rwanda .nav.nav-tabs li.nav-item .nav-link:hover {
  background: rgb(250 210 1 / 0.8);
  color: #333333
}
.discover-rwanda:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333;
  opacity: 0.5;
}
.discover-rwanda .tab-content {
  position: relative;
  z-index: 9;
}
.tab-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.tab-list ul li {
  width: calc(33.33% - 2px);
  list-style: none;
  margin: 1px;
}
.tab-list ul li a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  background: rgb(51 51 51 / 0.8);
  color: #fff;
  font-size: 0.9rem;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.tab-list ul li a:hover {
  background: rgb(250 210 1 / 0.8);
  color: #333;
  text-decoration: none;
}
.tab-list ul li:nth-child(1) a {
  border-radius: 10px 0 0 0;
}
.tab-list ul li:nth-child(3) a {
  border-radius: 0 10px 0 0;
}
.tab-list ul li:nth-child(13) a {
  border-radius: 0 0 0 10px;
}
.tab-list ul li:nth-child(15) a {
  border-radius: 0 0 10px 0;
}
.tab-list ul li a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fad201;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  z-index: 9;
}
.tab-list ul li:nth-child(3) a:after, .tab-list ul li:nth-child(6) a:after, .tab-list ul li:nth-child(9) a:after, .tab-list ul li:nth-child(12) a:after, .tab-list ul li:nth-child(13) a:after, .tab-list ul li:nth-child(14) a:after, .tab-list ul li:nth-child(15) a:after {
  display: none;
}
.apply-service {
  margin: 40px 0;
}

h1.heading-large {
  font-weight: 300;
  color: #2a2a2a;
  font-size: 3rem;
}
.processing-details {
  width: 100%;
  margin: 30px 0;
}
.processing-details h2 {
  font-weight: 300;
  color: #2a2a2a;
  font-size: 1.8rem;
}
.processing-details i {
  font-size: 4.5rem;
  margin-bottom: 10px;
  color: #666666;
}
.note p {
  color: #2a2a2a;
  font-weight: 300;
  font-size: 1.1rem;
}
.note {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.note h2 {
  font-weight: 300;
  font-size: 1.8rem;
}
.note h2 strong {
  display: block;
  margin-bottom: 10px;
}
.application-form {
  border-radius: 10px;
  background: #f7f7f7;
  padding: 40px;
  margin-top: 40px;
}
.application-form {
  border-radius: 10px;
  background: #f7f7f7;
  padding: 40px;
  margin-top: 40px;
}
.application-form ul.nav.nav-tabs {
  border: none;
  display: flex;
  max-width: 900px;
  margin: 40px auto;
}
.application-form ul.nav.nav-tabs li.nav-item {
  flex: 1;
  margin: 0;
}
.application-form ul.nav.nav-tabs li.nav-item a.nav-link {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #999999;
  border-radius: 0;
  padding: 20px;
  color: #fff;
  font-size: 1.1rem;
}
.application-form ul.nav.nav-tabs li.nav-item:first-child a {
  border-radius: 10px 0 0 10px;
}
.application-form ul.nav.nav-tabs li.nav-item:last-child a {
  border-radius: 0 10px 10px 0;
}
.application-form ul.nav.nav-tabs li.nav-item a.nav-link.active, .application-form ul.nav.nav-tabs li.nav-item a.nav-link:hover {
  background: #046a38;
}
.form-content {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin: 10px 0 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.form-content .form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.form-content .form-group:last-child {
  margin-bottom: 0;
}
.form-content .form-control {
  border: 1px solid #ccc;
  height: 40px;
  box-shadow: none !important;
  outline: none;
}
.form_date, .form_search {
  position: relative;
}
.form_date .form-control, .form_search .form-control {
  padding-right: 35px;
}
.form_date:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f073";
  position: absolute;
  right: 6px;
  top: 7px;
  font-size: 20px;
  pointer-events: none;
  font-weight: 400;
  color: #999;
}
.form_search:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  position: absolute;
  right: 6px;
  top: 7px;
  font-size: 20px;
  pointer-events: none;
  font-weight: 400;
  color: #999;
}
.form-content .col-form-label {
  text-align: right;
  font-weight: 500;
}
.form-content .form-group .radio-inline {
  padding-top: 7px;
}
h5.form-heading {
  color: #032d53;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 15px 0;
  text-align: left;
}
h5.form-heading span {
  display: block;
  font-weight: 400;
  color: #333;
  font-size: 0.9rem;
  text-transform: none;
}
.multi-field {
  display: flex;
  position: relative;
  align-items: center;
}
.multi-field .code {
  width: 70px;
  text-align: center;
  margin-right: 30px;
}
.multi-field:after {
  content: "-";
}
.multi-field.field-phone:after {
  content: "-";
  left: 80px;
  position: absolute;
}
.multi-field.unit-field input.form-control {
  width: 120px;
  margin-right: 30px;
}
.multi-field.unit-field::after {
  position: absolute;
  left: 130px;
}
.form-content hr {
  margin: 50px -20px;
}
input.form-control.form-control-sm {
  max-width: 200px;
}
.form-content .form-control.form-control-xsm {
  max-width: 120px;
}
.contact-container {
  padding-top: 200px;
}
.contact-form label.col-form-label {
  text-align: right;
  color: #fff;
}
.contact-details {
  background: rgb(255 255 255 / 0.8);
  padding: 20px 40px;
  border-radius: 10px;
  text-align: left;
  color: #0a162b;
	margin-right: 60px;
}
.contact-details h3 {
  margin-bottom: 8px;
}
.contact-details a {
  color: #3368c3;
}
.contact-form .form-control {
  border: none;
}
.contact-form textarea.form-control {
  min-height: 100px;
}
/** Footer Styling **/
/** If there is no Footer, please delete the whole block below **/
.footer {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  background-color: #0f1a2f;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/** Delete till here if there is no Footer **/
@media only screen and (min-width: 1239.98px) {
  .container {
    max-width: 1200px;
  }
}
/*Service Details Section*/
.service-details-page {
 /* background: url("../images/mountain_gorilla.jpg");*/
  background-size: cover;
  background-position: center center;
}
.service-details {
    padding-top: 200px;
    margin-bottom: 40px;
}
.service-details-content {
    position: relative;
}
.service-image {
    width: 100%;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.service-image img {
    width: 100%;
    position: relative;
    top: -50px;
}
h1.service-title {
    text-align: left;
    color: #fff;
}

.service-details .nav.nav-tabs {
  border: none;
  max-width: 900px;
  margin:0;
  display: flex;
  flex-wrap: wrap;
  position: relative;

}
.service-details .nav.nav-tabs li.nav-item {
  margin: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-details .nav.nav-tabs li.nav-item .nav-link {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 20px 40px 40px 40px;
  font-size: 1rem;
  border: none;
  margin: 0;
  color: #fad201;
  height: 100%;
  background: rgb(51 51 51);
  width: 100%;
  justify-content: center;
  border-radius: 0;
  line-height: 1.4;
  font-weight: 600;
}
.service-details .nav.nav-tabs li.nav-item:first-child .nav-link {
  border-radius: 15px 0 0 15px;
}
.service-details .nav.nav-tabs li.nav-item:last-child .nav-link {
  border-radius: 0 15px 15px 0;
}
.service-details .nav.nav-tabs li.nav-item .nav-link.active, .discover-rwanda .nav.nav-tabs li.nav-item .nav-link:hover {
  background: rgb(250 210 1);
  color: #333333
}
.service-details .tab-content {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: left;
    top: -25px;
    position: relative;
    z-index: 99;
}

.service-details .table {
    border-radius: 10px;
    border-collapse: collapse;
    overflow: hidden;
	border: 1px solid #ccc;
	font-size: 1rem !important;
}
.service-details .table th{
	 border: none;
	background: #333;
	color: #fff;
	}
.service-details .table th, .service-details .table td {

	font-size: 1rem !important;
}
/*Service Details Section ends*/
/*Optional*/
.services a {
     width: auto; 

    border-radius: 50px;
    margin: 5px 0.5%;
    padding: 10px 31px;
	min-height: auto;

}
.services a:before {
    content: "";
}
.services a:hover {
    background: #d6ba16;
	border-color: #d6ba16;
}

.contact-form .buttons .btn {
    border: 1px solid #ddd;
}


.carousel-indicators li {
    height: 10px;
    width: 40px;
    box-sizing: initial;
    border-radius: 10px!important;
    border:none;
    
}