.navbar .logo-image img {
  width: 200px;
  height: 80px;
}

.navbar {
  padding-top: 0.5rem;
}

.navbar .nav-item.dropdown.show .nav-link, 
.navbar .nav-item .nav-link:hover, 
.navbar .nav-item .nav-link.active {
  color: #007B88;
}

.navbar .nav-item .nav-link:hover {
  text-decoration: underline;
}

.navbar .nav-item .nav-link {
  padding-right: 0px;
  padding-left: 1.5rem;
}

.offcanvas-collapse {
  top: 6rem;
}

.navbar-light .navbar-toggler {
  color: #007B88;
  border-radius: 0px;
}

.header, .ex-header {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background: none !important;
}

.header.main {
  padding-top: 10rem !important;
}

.form-1 {
  padding-top: 9rem;
  padding-bottom: 4rem;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.theme-color-text {
  color: #087F8B;
}

.header .title,
.ex-header .title {
  font-size: 2rem;
  color: #087F8B;
}

.second-title {
  font-size: 1.5rem;
  color: #087F8B;
}

.img-home {
  max-width: 100%;
}

.header .btn-solid-lg {
  border-radius: 3px;
  background-color: #087F8B;
  border: 1px solid #087F8B;
  font-size: 1rem;
}

.header .btn-solid-lg:hover,
.header .btn-solid-lg:focus,
.header .btn-solid-lg:active {
  background-color: #FFFFFF;
  color:  #087F8B;
}

.p-large {
  font-size: 1rem;
  line-height: 2rem;
}

.footer {
  padding-top: 0rem;
  padding-bottom: 2rem;
}

.footer .fa-stack {
  width: 2em;
  margin-bottom: 1.25rem;
  margin-right: 0.375rem;
  font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
    color: #087F8B;
  transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
  color: #ffffff;
  transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
  color: #ffffff;
}

.footer .fa-stack:hover .fa-stack-2x {
    color: #087F8B;
}

.copyright a:hover {
  color: #087F8B;
}

.form-control-input:hover, 
.form-control-textarea:hover {
  border: 1px solid #087F8B;
}

.form-control-submit-button {
  border-radius: 9px;
  background-color: #087F8B;
  border: 1px solid #087F8B;
}

.form-control-submit-button:hover {
  background-color: #FFFFFF;
  color: #087F8B;
  border: 1px solid #087F8B;
}

.contact {
  padding-bottom: 0rem;
}

.contact-container {
  margin-left: 2.75rem;
}

.contact-container tr {
  height: 3rem;
}

.contact-container .contact-icon {
  font-size: 1.5rem;
  color: #087F8B;
  width: 2rem;
  vertical-align: text-top;
  max-width: 32px;
}

.contact-container .contact-data {
  padding-left: 1rem;
  color: #5e6576;
  font-size: 1rem;
  vertical-align: text-top;
  width:  450px;
}

.contact-container .contact-map {
  height: 230px;
}

.leaflet-popup-content {
  margin: 5px 5px;
}


/*Tools-Card*/
.tools-card {
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 1px rgba(64,64,64,0.09);
    box-shadow: 0 1px 1px 1px rgba(64,64,64,0.09);
}

.tools-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
    padding-bottom: 20px;
}

.tools-card .card-body {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.tools-card .card-icon {
    font-size: 4rem;
    padding: 40px 30px;
    color: #087F8B;
}

.tools-card .card-text {
    color: #087F8B;
    font-size: 1.1rem;
    font-weight: bold;
}

/*Sector-Card*/
.wwd-card,
.sector-card,
.rgn-card {
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 1px rgba(64,64,64,0.09);
    box-shadow: 0 1px 1px 1px rgba(64,64,64,0.09);
}

.wwd-card,
.sector-card,
.rgn-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
    height: 150px;
}

.wwd-card {
  height: 200px;
}

.wwd-card .card-body,
.sector-card .card-body,
.rgn-card .card-body {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.wwd-card .card-image,
.sector-card .card-image,
.rgn-card .card-image {
  width: 100%;
  max-width: 100%;
  height: 150px;
  border-radius: .25rem;
}

.wwd-card .card-image {
  height: 200px;
}

.wwd-card .card-text,
.sector-card .card-text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9rem;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #087F8B;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 90%;
  border-radius: 20px;
}

.wwd-card .card-text {
  top: 87%;
  width: 95%;
  border-radius: 2px;
}

.rgn-card .card-text {
  position: absolute;
  top: 80%;
  left: 70%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #087F8B;
  font-weight: bold;
  background-color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  border-radius: 2px;
}

.nav-wwd {
  border-bottom: 0px;
}

.nav-wwd .nav-link {
  border: 0px;
  font-size: 1rem;
  font-weight: bold;
  color: #5e6576;
  border-radius: 5px;
}

.nav-wwd .nav-link.active {
  font-size: 1.2rem;
  color: #FFFFFF;
  background-color: #087F8B;
}

.p-9 {
  font-size: 0.9rem;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  color: #087F8B;
  font-weight: bold;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  font-size: 14px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  background-color: #087F8B !important;
  color: #FFFFFF !important;
}

@media (max-width: 768px) {
	.sub-nex {
		width: 35%;
	}
}

.glb-country {
	cursor: pointer;
	font-size: 0.9rem;
}

.glb-country.selected {
	font-weight: bold;
	text-decoration: underline;
	color: #087F8B;
	font-size: 1rem;
}

.explore-text {
	margin-bottom: 1.5rem !important;
}

.explore {
	padding: 1rem 1.5rem 1rem 1.5rem;
	font-size: 0.8rem !important;
}

.dismiss {
	display: none;
}