
/*custom template css*/


html {
  scroll-behavior: smooth;
}

a.link-primary {color: #0C152C !important;}
a.link-primary:hover {color: #F9A21B !important;}

a.link-secondary {color: #F9A21B !important;}
a.link-secondary:hover {color: #0C152C !important;}

a.link-secondaryDark {color: #fff !important;}
a.link-secondaryDark:hover {color: #F9A21B !important;}

.nav-link {
  color: #0C152C !important;
}

.nav-link:hover {
  color: #F9A21B !important;
  background-color: #fff !important;
}

#hrLine {
  background-color: #F9A21B !important;
}

.sectionTitleLight {
  color: #fff !important;
  font-weight: 600 !important;
}

.sectionTitleLighThin {
  color: #fff !important;
  font-weight: 300 !important;
}

.sectionTitleDark {
  color: #0C152C !important;
  font-weight: 600 !important;
}

.sectionTitleDarkThin {
  color: #0C152C !important;
  font-weight: 300 !important;
}

.sectionText {
  color: #0C152C !important;
}

.darkCard {
  background-color: #0C152C;
  color: #F9A21B;
}

#contactForm {
  background-color: #0C152C !important;
}

.form-label {
  color: #fff !important;
}

.form-control:focus {
  border-color: #F9A21B!important;
  border-width: 0.15rem !important;
  box-shadow: none !important;

}

.form-check {
  color: #F9A21B;
}

.form-check-input {
  background-color: #0C152C  !important;
  border-color: #F9A21B !important;
}


.form-check-input[type="checkbox"]:checked {
  background-color: #0C152C  !important;
  border-color: #F9A21B !important;
}

.custom-btn {
  background-color: #F9A21B !important;
  border-color: #F9A21B !important;
  color: #0C152C !important;
}
.custom-btn:hover {
  background-color: #0C152C !important;
  border-color:#fff !important;
  color: #fff !important;
}

.custom-btn:active {
  background-color: #F9A21B !important;
  border-color: #F9A21B !important;
  color: #0C152C !important;
}

footer {
  background-color: #fff;
  
}

#footerLogo {
  height: 3.4rem;
}

#footerLogoMaranaCAM {
  height: 0.8rem;
}