#navigation-bar {
	background: url('../img/hhc-logo.png'), #212529;
	/*background-size: contain;*/
    background-size: 500px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.iti { width: 100%; }

/*@media screen and (min-width: 1200px) {
	#navigation-bar {
		height: 180px;
	}
}*/

/*#navigation-bar .navbar {
	margin-top: -50px !important;
}*/

#topbar {
	padding-top: 1rem;
}

.nav-link {
	color: #fff;
}

.nav-link:hover {
	color: rgb(204,204,204);
}

.navbar-brand img {
	width: 160px;
	height: 160px;
}

.navbar-nav .btn-primary {
	background: #9ed852 !important;
	border: none;
	border-radius: 2rem!important;
	padding-left: 2rem!important;
	padding-right: 2rem!important;
}

.btn-primary {
	background: rgb(186, 218, 85) !important;
	color: #fff!important;
	border: none;
	border-radius: 0!important;
	padding-left: 3rem;
	padding-right: 3rem;
}

.btn-custom {
	background: rgb(186, 218, 85) !important;
	color: #fff!important;
	border: none;
	border-radius: 1rem !important;
	padding-left: 2rem;
	padding-right: 2rem;
	box-shadow: 2px 2px 5px 0px #00000042;
}

.btn-custom:hover {
	background: rgb(186, 218, 85) !important;
	color: #fff!important;
	box-shadow: 2px 2px 5px 2px #00000042;
}

.form-control {
	border-radius: 0!important;
}

.input-group {
	border: .5px solid #5de389;
}

.btn-circle {
    width: 36px;
    height: 36px;
    padding: 6px 0px;
    border-radius: 3rem;
    text-align: center;
    font-size: 16px;
    line-height: 1.42857;
    background: #20a85e;
    box-shadow: 2px 2px 5px 0px #00000042;
}


.btn-primary:hover,
.btn-circle:hover {
	color: #fff !important;
	background-color: rgb(152, 146, 152, 0.25) !important;
}

.carousel-indicators [data-bs-target] {
	box-sizing: border-box !important;
	width: 15px!important;
    height: 15px!important;
    border-radius: 100%;
    opacity: 1 !important;
    background-color: #fff;
    border: 0px solid #fff;
}

.carousel-indicators [data-bs-target].active {
    opacity: 1;
    background: rgb(186, 218, 85);
}

.carousel-caption h1 {
	text-shadow: 2px 2px 5px #0009;
}

.title-dark {
   width: 100%; 
   text-align: center; 
   border-bottom: 2px solid rgb(186, 218, 85); 
   line-height: 0.1em;
   margin: 10px 0 20px; 
}

.title-dark span { 
    background:#fff; 
    padding:0 30px; 
}

.title-light {
   width: 100%; 
   text-align: center; 
   border-bottom: 2px solid #fff; 
   line-height: 0.1em;
   margin: 10px 0 20px;
} 

.title-light span { 
    background: rgb(186, 218, 85); 
    color: #fff;
    padding: 0 30px; 
}


section#works {
	background: rgb(186, 218, 85);
	color: #fff;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

section#works img {
	height: 80px;
}


.numberCircle {
  border-radius: 50%;
  width: 94px;
  height: 94px;
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  font: 38px Arial, sans-serif;
}

.percentCircleGreen {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background: #9ed852;
  border: 3px solid #fff;
  color: #fff;
  font: 38px Arial, sans-serif;
}

@media only screen and (max-width: 450px) {
	.percentCircleGreen {
		width: 80px;
		height: 80px;
		font: 28px Arial, sans-serif;
	}
}

section#browse {
	color: rgb(186, 218, 85);
	padding-top: 5rem;
	padding-bottom: 5rem;
}

section#browse img {
	height: 400px;
	width: 400px;
	margin-bottom: 2.5rem;
}

section#partners {
	color: rgb(186, 218, 85);
	background-color: #f6fae9;
}

section#what {
	background-color: #333333;
}

section#partners-text p,
section#what p {
	font-size: 24px;
}

section#pages .card {
	border: 0;
	border-radius: 1rem;
	color: #fff;
	height: 320px;
}

section#pages .card-body {
	text-align: center;
}

section#pages .card-footer {
	border-top: none;
	background-color: transparent;
}

.btn-green {
	background-color: #84c700;
	color: #fff;
	padding-left: 2rem;
	padding-right: 2rem;
	box-shadow: 2px 2px 5px 0px #00000042;
}

.btn-green:hover {
	color: #fff;
	box-shadow: 2px 2px 5px 2px #00000042;
}

.bg-green {
	background-color: #bad95e;
}

.text-green {
	color: #bad95e;
}

.border-bottom-green {
	border-bottom: 2px solid #bad95e;
}

.text-gray {
	color: #4d4d4d;
}

.bg-gray {
	background-color: #4d4d4d;
}

#subscriptionBox .input-group {
	height: 48px !important;
}

/* wordpress */
#subscriptionBox input[type=email] {
	border: 0px !important;
	height: 48px !important;
}

#joinBtn {
	background-color: #9ed852 !important;
}

#joinBtn:hover {
	color: #fff !important;
	background-color: rgb(152, 146, 152, 0.25) !important;
}

footer .nav-link {
	padding: 0;
	font-size: 20px;
	font-weight: lighter;
}

footer .btn-circle {
	background-color: #9ed852;
	color: #4d4d4d;
	box-shadow: 2px 2px 5px 0px #00000042;
}

section#ourapp {
	background: url('../img/downloadscreen-bg-min.png'); 
	background-size:cover; 
	height: 800px;
}

section#ourapp h1 {
	font-family: serif !important; 
	font-weight: bold;
	font-size: 46px;
}

.welcome {
	font-size: 60pt;
  	position: relative;
  	margin: 10px;
}

.welcome span {
  position: absolute;
  font-size: 90pt;
  filter: blur(10px);
  top: 5px;
  left: 0px;
}

.carousel-inner {
	/*max-height: 515px;*/
}

.pt-navh {
	padding-top: 180px;
}

.rotate-90 {

  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.rotate15 {

  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

section#mission .card {
	border: 6px solid #b0c3a1;
	border-radius: 0;
}


#partnersModal {
	top: 151px !important;
}

#partnersModal .modal-content {
	background-color: #212529 !important;
	color: #fff !important;
}

#partnersModal .nav-link {
	padding: 0px;
	text-transform: capitalize;
	padding-bottom: .2em;
}

#reportModal .modal-content,
#contactModal .modal-content {
	background-color: #212529 !important;
}


/* Rating stars */
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 3em;
    color: #FFD600;
    cursor: pointer;
}

.star-active {
	color: #FFD600;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}


.review {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

section#testimonial .grid-item { width: 200px; }
section#testimonial .grid-item--width2 { width: 400px; }


.font-size-1 {
	font-size: 10em;
	font-family: 'Anton', sans-serif;
}

.font-size-2 {
	font-size: 4em;
}

.font-size-3 {
	font-size: 3em;
}

section#testimonial .card {
	box-shadow: -2px 4px 7px 0px #00000054;
}

section#ourPartners .card {
	box-shadow: -2px 4px 7px 0px #00000054;
}

/*section#ourPartners .grid-item { width: 20%; }
section#ourPartners .grid-item--width2 { width: 40%; }
*/
.daybox {
	background-color: transparent;
	border: 1px solid #bad9ee;
	color: #fff;
	margin-left: 1px;
}

.daybox.active {
	background-color: #bad95e;
	border: 1px solid transparent;
	color: #000;
	margin-left: 1px;
}

.faqs-row {
	background-color: #313621;
}

.faqs-row .accordion-item,
.faqs-row .accordion-button {
	background-color: #313621;
}

.faqs-row .accordion-button {
	color: #fff;
	padding-bottom: 0px !important;
}

.faqs-row .accordion-button:focus {
	box-shadow: none !important;
}

.faqs-row .accordion-button:after {
	color: #fff;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faqs-row .accordion-body {
	color: rgba(186,218,85,1);
}

.faqs-row .accordion-header {
	padding: 1rem !important;
	padding-bottom: 0px !important;
}

.offer {
	/*position: fixed;*/
	/*width: 225px;*/
	padding: 15px 15px;
	background-color: transparent;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
}


/* Loader */

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #bad953;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.error {
	border-color: red;
}

@media only screen and (max-width: 1024px) {
	.nav {
	    background-color: transparent; 
	}
}

#partnersModal .modal-dialog {
	margin-bottom: 150px;
}

#image-holder {
	width: 130px;
	height: 130px;
	box-shadow: 0px 0px 10px 0px #00000040;
	border-radius: 50%;
	cursor: pointer;
}

#image-holder span {
	position: relative;
	top: 42%;
	justify-content: center;
	font-size: 12px;
}

.mt-12 {
	 margin-top: 12rem;
}

.t-200 {
	top: 200px;
}

.membership-message {
	line-height: 1.5;
}

/*.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,1) url("<?php echo base_url(); ?>/assets/img/loader.gif") center no-repeat;
}

body.loading{
    overflow: hidden;   
}

body.loading .overlay{
    display: block;
}*/