/** Client Side Side UI & UX 
	
	Colors
	-------------
	
	Black: #0D0D0D;
	Yellow: #077336;
	Grey: #949494;

	
	Illustration Image Link
	------------------
	
	undraw.io
	behance.net

**/

/* Custom Page **/

* {
	margin: 0;
	padding: 0;
}

html {
	--scrollbarBG: #949494;
	--thumbBG: #077336;
}

body::-webkit-scrollbar {
  	width: 7px;
}

body::-webkit-scrollbar-track {
  	background: #949494;
}

body::-webkit-scrollbar-thumb {
  	background: #077336;
  	border-radius: 6px;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	width: 100%;
	overflow-x: hidden;

	background: url('../img/imigongo.png') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

::selection {
    background: #077336;
    color: #FFFFFF;
}

iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
}
shadow

/* Buttons **/

.btn, .btn:hover, .btn:active, .btn:focus {
	outline: none;
	box-shadow: none;
	border-radius: 0;
	height: 40px;
}

.btn-instagram {
	background-color: #fb3958;
	border: 2px solid #fb3958;
}


/* Input **/

.form-control, .form-control:hover, .form-control:focus, .form-control:active {
	outline: none;
	box-shadow: none;
	border-radius: 0;
	height: 40px;
}

/* Borders **/
.border-top-grey {
	border-top: 1px solid #201f1f;
}


/* Colors **/

.color-black {
	color: #0D0D0D;
}

.color-green {
	color: #077336;
}

.color-grey {
	color: #5e5e5e;
}

.color-white {
	color: #FFFFFF;
}


/* Background **/

.background-black {
	background: #0D0D0D;
}

.background-green {
	background: #077336;
}

.background-green:hover {
	background:  #F2B705;
}

.background-green1 {
	background: #02734A;
}
.background-green1:hover {
	background: #02734A;
}



.background-grey {
	background: #949494;
}

.background-white-light {
	background: #FFFFFF;
}

.background-white-grey {
	background: #f4f5f6;
}


/* Typograph **/

a {
	text-decoration: none;
	text-decoration-color: none;
	border: none;
	outline: none;
	color: inherit;
	transition: all 0.6s ease !important;
}

a:hover, a:active, a:focus {
	transition: all 0.6s ease !important;
	text-decoration: none;
	color: #077336 !important;
}

.text-bold {
	font-weight: 600;
}

.text-font-normal {
	font-weight: 300 !important;
}

.text-upper-case {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-large {
	font-size: 56px;
	font-family: 'Signika', sans-serif;
	font-weight: 600;
}

.text-head {
	font-size: 36px;
	font-family: 'Signika', sans-serif;
	font-weight: 600;
}

.text-title {
	font-size: 24px;
	font-family: 'Signika', sans-serif;
}

.text-normal {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.text-small {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}


/* Nabar **/

.navbar {
	background: #FFFFFF !important;
	transition: 0.2s ease-in-out;
	min-height: 70px !important;
}

.fixed-top {
	transition: all 0.6s ease;
}

.navbar .navbar-brand {
	padding-right: 100px;
}

.navbar .navbar-brand img {
	position: absolute;
	width: 150px;
	top: -2px;
}

.navbar li a {
	font-size: 13px;
	padding: 10px 20px !important;
	color: #0D0D0D;
	text-transform: uppercase;
}

.navbar li a.active,
.navbar li a:hover {
	color: #077336 !important;
}

.navbar .form-inline .btn {
	min-width: 150px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.navbar .dropdown .dropdown-menu {
	border: 0;
	padding-top: 10px;
	margin-top:-10px;
	padding-bottom: 15px;
	padding-right: 5px;
	border-radius: 0;
	background: #FFFFFF;

	-webkit-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown .dropdown-menu .dropdown-item {
	background: none;
	border-left: 4px solid #FFFFFF;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover {
	border-left: 4px solid #077336;
	color: #077336;
}

@media all and (min-width: 992px) {
	.navbar .dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		transform: .3s;
		top: 0;
	}

	.navbar .dropdown.fade-up .dropdown-menu {
		top: 180%;
	}

	.navbar .dropdown:hover .dropdown-menu {
		transition: .3s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		transform: rotate(0deg);
	}
}

@media screen and (max-width: 768px) {
	.navbar .navbar-toggler {
		background: #FFFFFF;
		color: #0D0D0D;
		border: none;
		padding: 10px !important;
	}
}

/* Footer **/
footer .footer-top-bar ul li {
	padding: 8px 0;
}

footer .footer-top-bar ul {
	list-style: none;
	list-style-type: none;
	font-size: 13px;
}

.footer-bottom-bar, .footer-bottom-bar .container .row{
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
}

.footer-top-bar a:hover {
	/* color: #73482F; */
	color: white !important;
	text-decoration: underline;
}

/** Home **/

.home-top-section {
	background-blend-mode: overlay;
	box-shadow: inset 0 0 0 50vw rgba(0,0,0,0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 89vh;
}

.about-us-top-section {
	background: url('../../public/assets/img/h3_orig.jpg');
	background-blend-mode: overlay;
	box-shadow: inset 0 0 0 50vw rgba(0,0,0,0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 45vh;
	align-items: center;
	text-indent: 0%;
}

* {
	box-sizing: border-box;
}


.homepage-video {
	position: relative;
	display: flex;
	right: 0;
	bottom: 0;
	min-width: 100%;
	width: 100%;
	object-fit: cover;
	height:89vh;
}

.content-video {
	position: absolute;
	bottom: 27px;
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
	padding-bottom: 0;
	text-align: center;
}

.subpage-top-section {
	background: url('../../public/assets/img/maountain.jpg');
	background-blend-mode: overlay;
	box-shadow: inset 0 0 0 50vw rgba(0,0,0,0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.about-section .right-section img {
	vertical-align: middle;
	width: 50%;
}

.about-section .right-section .mission {
	border-bottom-right-radius: 52px;
	border-top-left-radius: 52px;
}

.about-section .right-section .vision {
	border-bottom-left-radius: 52px;
	border-top-right-radius: 52px;
}

.about-section .modal .modal-content {
	background: transparent !important;
}

.about-section .modal .modal-header {
	border: none !important;
}

.about-section .modal .modal-header button {
	position: relative;
	right: 10px;
	padding: 0 !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.join-us {
	background: url('../../public/assets/img/fivevolcano.jpg');
	background-blend-mode: overlay;
    box-shadow: inset 0 0 0 50vw rgba(0,0,0,0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.join-us .row {
	border-radius: 22px;
}

.join-us .position {
	margin-top: -5px;
}

.join-us img {
	border-bottom-left-radius: 120px;
}

.services-section .service-box {
	border-top-left-radius: 52px;
	border-bottom-right-radius: 52px;
}

.partner-section .partner-img-box {
	background: #ffffff;
	width: 100%;
	height: 130px;
	padding: 15px;
}

.partner-section .partner-img-box img {
	height: 100%;
	width: 100% auto;
	display: block;
	margin: 0 auto;
}


/** News **/

.news-section .main .title {
	font-size: 1.5rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
}

.news-section .view p {
	line-height: 30px;
	color: #5e5e5e;
	font-size: 15px !important;
	text-align: justify !important;
}


/** Events **/

.event-section .main .title {
	font-size: 1.5rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
}

.event-section .main .events-status-box {
	position: relative;
	top: -35px;
	float: right;
	padding: 5.5px 20px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.50);
}

.event-section .main .events-box {
	border-top-right-radius: 20px;
}

/** End Events **/


/** Auth **/

.auth-box label,
.auth-box span {
    font-weight: 300 !important;
    font-size: 14px;
}

.auth-box span a {
    color: darkblue;
}

.auth-box .form-group {
    margin-top: 20px;
}

.auth-box .form-control,
.auth-box .btn {
    height: 45px;
    font-size: 14px;
}

.auth-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    border: 8px solid #ffffff;
    margin-top: -100px;
    margin-bottom: 20px;
}

.contact .label {
	margin-top: 30px;
}

.label1, .label {
	font-size: 15px !important;
	color: #47494b !important;
}

.p-info {
	font-size: 16px !important;
	color: #80888d !important;
	margin-bottom: 40px;
}

.contact input.form-control {
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  font-size: 12px !important;
  background: #f0eeee !important;
  border: 1px solid #f0eeee;
  height: 45px !important;
}

.contact input.form-control:hover,
.contact input.form-control:focus,
.contact input.form-control:active,
.contact textarea.form-control:hover,
.contact textarea.form-control:active,
.contact textarea.form-control:focus {
  border: 1px solid #077336;
}

.contact textarea.form-control {
  resize: none;
  height: 200px;
  border: 2px solid #f0eeee;
  background: #f0eeee !important;
}

.contact button.btn,
.contact button.btn:hover,
.contact button.btn:active,
.contact button.btn:focus {
  background:#077336;
  border: 4px solid#077336;
  color: #ffffff;
  height: 45px;
  transition: all 0.6s ease;
}

#contact:hover {
	color: white !important;
}

.background-visitRwanda {
	background: url('../img/Visitrwanda.jpg');
	background-blend-mode: overlay;
  box-shadow: inset 0 0 0 50vw rgba(0,0,0,0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	/* background-attachment: fixed;	 */
	height: 450px;
}

.background-news {
	background: url('../img/news.png');
	background-blend-mode: overlay;
  box-shadow: inset 0 0 0 50vw rgba(0,0,0,0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	/* background-attachment: fixed;	 */
	height: 450px;
}

.background-publications {
	background: url('../img/publication.png');
	background-blend-mode: overlay;
  box-shadow: inset 0 0 0 50vw rgba(0,0,0,0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	/* background-attachment: fixed;	 */
	height: 450px;
}

.background-visitRwanda:hover, .background-news:hover, .background-publications:hover {
	opacity: .7;
	transition: .4s ease-in-out;
	cursor: pointer;
}

.content h1 {
	/* font-size: 40px !important; */
	margin-top: 18% !important;
}



/* set home page by removing video on mobile devie */
@media screen and (min-width: 768px) {
	.mobile-device {
			display: none !important;
			padding: 0;
	}
}

.background-home-mobile {
	background: url("../img/Visitrwanda.jpg");
	background-blend-mode: overlay;
	box-shadow: inset 0 0 0 50vw rgba(0, 0, 0, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-attachment: fixed;	 */
	height: 450px;
}

@media screen and (min-width: 426px) {
	.mobile-device {
		display: none !important;
	}
}

@media screen and (max-width: 425px) {
	.mobile-device {
		display: block !important;
	}

	.home-top-section {
		display: none !important;
	}

	.background-home-mobile {
			/* background: url("../img/mobile2.png");
			background-blend-mode: overlay;
			box-shadow: inset 0 0 0 50vw rgba(0, 0, 0, 0.5);
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover; */
			/* background-attachment: fixed;	 */
			height: 400px;
	}



	.mobile-device h2 {
			color: #ffffff !important;
			font-weight: bold !important;
			font-size: 42px !important;
	}

	.mobile-device p {
			color: #ffffff !important;
			font-size: 22px !important;
			margin-top: 20px;
	}
}
