/* guides */

/*
colors:
dark brown: #c7a849 / rgb(199, 168, 73)
dark brown (hover): #cfb463
light brown: #e0cd85 / rgb(224, 205, 133)

transition:
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
*/

/* important */

:focus {
  outline: 0 !important;
}

.p-lr-2rem {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media (max-width: 991px) {
  .mt-2rem-for-xs {
    margin-top: 2rem !important;
  }

  .mb-2rem-for-xs {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .p-lr-2rem {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* general */

body,
html {
  width: 100%;
  height: 100%;
}

hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #f4623a;
}

hr.light {
  border-color: #fff;
}

.btn {
  font-family: "Montserrat", sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

.page-section {
  padding: 4rem 0;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
  .page-section {
    padding: 2rem 0;
  }
}

/* navigation */

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

#mainNav {
  box-shadow: none;
  background-color: #f7f7f7;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#mainNav .navbar-brand {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: .95rem;
  margin: .75rem 0;
  padding: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
  color: #333;
  border-bottom: 2px solid #333;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #333 !important;
  border-bottom: 2px solid #333;
}
.nav-link-cta {
  padding: 0.875rem 1.75rem !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  background-color: #c7a849;
  border-radius: 10rem;
  border: 0 !important;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.nav-link-cta i {
  margin-right: .75rem;
}
.nav-link-cta:hover,
.nav-link-cta:focus {
  background-color: #cfb463;
}
@media (max-width: 991px) {
  .navbar-second-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .nav-item-icon {
    display: inline-block;
    width: auto;
  }
  .nav-item-icon a {
    display: inline-block;
    width: 30px;
  }

  .nav-link-cta {
    display: inline-block;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: #f7f7f7;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #333;
    margin: 0 1.5rem;
    padding: 0;
    border-bottom: 2px solid transparent;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #333;
    border-bottom: 2px solid #333;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #f4623a;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #f4623a;
  }
}

/* cover */

header.masthead {
  height: 65vh;
  min-height: 0;
  margin-top: 114px;
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(to right, rgba(127, 127, 127, 1) 0%, rgba(127, 127, 127, 0) 100%), url("../images/cover.jpg");
  background-position: center;
  background-position-y: 60%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead h1 {
  font-size: 2.75rem;
}
header.masthead h2 {
  font-size: 1.75rem;
}
header.masthead a i {
  margin-right: .75rem;
}

@media (max-width: 991px) {
  header.masthead {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  header.masthead h1 {
    font-size: 2.5rem;
  }

  header.masthead h2 {
    font-size: 1.5rem;
  }
}

/* partners */

.partners-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eee; /* e6e6e6 */
}

.partners-div-section {
  gap: 8rem;
}

.partners-div-section > div {
  flex: 1;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.partners-div-section > div:hover {
  opacity: .8;
}

@media (max-width: 991px) {
  .partners-div-section {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .partners-div-section > div {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

/* services */

.individual-service-div {
  margin-top: 2rem;
}

.individual-service-div img {
  border-radius: 2rem;
}

.individual-service-div h3 {
  color: #333;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.individual-service-div h3 span {
  color: #c7a849;
}

.individual-service-div p {
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

.individual-service-div i {
  color: #c7a849 !important;
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .individual-service-div img {
    border-radius: 1rem;
  }

  .individual-service-div h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .individual-service-div > div:first-child {
    padding-right: 2rem;
  }

  .individual-service-div > div:nth-child(2) {
    padding-left: 2rem;
  }
}

/* cta */

.cta-section {
  background-color: #c7a849;
}

.cta-section h2 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-section a i {
  margin-right: .75rem;
}

@media (max-width: 991px) {
  .cta-section h2 {
    font-size: 1.5rem;
  }
}

/* news section */

.news-section a i {
  margin-right: .75rem;
}

.individual-new-div {
  padding: 2.25rem;
  border: 2px solid #eee;
  border-radius: 2rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-new-div:hover {
  background-color: #eee;
}

.individual-new-div h3 {
  margin-bottom: 0;
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-new-div:hover h3 {
  color: #c7a849;
}

.individual-new-div p {
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  .individual-new-div {
    padding: 2rem;
    border-radius: 1rem;
  }

  .individual-new-div h3 {
    font-size: 1rem;
  }
}

/* footer */

footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eee;
}

footer h4 {
  margin-bottom: 1rem;
  color: #333;
  font-size: .925rem;
  font-weight: 600;
  text-transform: uppercase;
}

footer ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-inline-start: 0;
}

footer ul li,
footer ul li a {
  padding-bottom: .125rem;
  color: #777;
  font-size: .925rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

footer ul li i {
  width: 25px;
}

footer ul li:last-child {
  padding-bottom: .125rem;
}

footer ul li a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

footer p {
  margin-bottom: 0;
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

footer p a {
  padding-bottom: .125rem;
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

footer p a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

@media (max-width: 991px) {
  footer {
    padding-top: 2rem;
  }
}

/* login, registration modal */

#loginRegistrationModal {
  display: none;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  border-radius: 2rem;
}

@media (max-width: 991px) {
  #loginRegistrationModal {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 1rem;
  }
}

#loginRegistrationModal h2 {
  text-align: center;
  color: #333;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

#loginRegistrationModal a i {
  margin-right: .75rem;
}

#loginRegistrationModal p {
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

#loginRegistrationModal p a {
  padding-bottom: .125rem;
  color: #777;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#loginRegistrationModal p a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

#loginRegistrationModal p a.inverse {
  border-bottom: 2px solid #777;
}

#loginRegistrationModal p a.inverse:hover {
  border-bottom: 2px solid transparent;
}

#loginRegistrationModal h2 span {
  color: #c7a849;
}

#loginRegistrationModal label {
  color: #333;
  font-size: .85rem;
  font-weight: 600;
  text-transform: uppercase;
}



















/* */