@import url("fonts.css");
html {
  box-shadow: none !important;
  overflow-x: hidden;
  font-size: 10px; }

body {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 0 !important; }

@media (max-width: 991px) {
  body {
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto; } }
a {
  color: #000000;
  text-decoration: underline;
  transition: all 250ms ease; }
  a:active {
    color: #000000;
    text-decoration: none; }
  a:focus {
    color: #000000;
    text-decoration: none; }
  a:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer; }

p {
  margin: 0;
  padding: 0; }

header {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto; }

section {
  margin: 0 auto;
  padding: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  section {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto; }

footer {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto; }

.img-fluid {
  width: 100% !important;
  height: auto; }

.modal-backdrop.show {
  opacity: 0.8; }

h1 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: "Mukta", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: "Mukta", sans-serif;
  font-size: 2.4rem;
  font-weight: 700; }

h3 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: "Mukta", sans-serif;
  font-size: 2.1rem;
  font-weight: 700; }

h4 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: "Mukta", sans-serif;
  font-size: 1.8rem;
  font-weight: 700; }

.btn {
  border-radius: 0;
  font-size: 1.7rem;
  line-height: 1.2;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1.5rem 2rem; }
  .btn:hover {
    cursor: pointer !important; }
  .btn .oi {
    margin-left: 0.5rem; }
  .btn:focus {
    box-shadow: none !important; }
  .btn:active {
    box-shadow: none !important; }

.btn-outline-dark {
  text-decoration: none;
  border-color: #000000;
  color: #000000; }
  .btn-outline-dark:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff !important; }

.modal .close {
  font-size: 3.5rem; }
.modal .modal-header {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
.modal .modal-body {
  padding: 2.5rem; }
  .modal .modal-body > h3 {
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .modal .modal-body > h3:first-child {
      margin-top: 0; }
  .modal .modal-body > h4 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
.modal .modal-footer {
  padding: 1.5rem; }

.form-control {
  border-radius: 0;
  font-size: 1.7rem;
  height: auto;
  padding: 1rem;
  color: #000000; }
  .form-control:focus {
    box-shadow: none !important;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.5); }
  .form-control:active {
    box-shadow: none !important;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.5); }
  .form-control::placeholder {
    color: rgba(0, 0, 0, 0.4); }

.custom-control {
  padding-left: 2.5rem; }

.custom-control-label {
  font-size: 1.3rem; }
  .custom-control-label:hover {
    cursor: pointer !important; }
  .custom-control-label::before {
    box-shadow: none !important;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0 !important;
    top: 0.5rem;
    left: -2.5rem; }
  .custom-control-label::after {
    box-shadow: none !important;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0 !important;
    top: 0.5rem;
    left: -2.5rem; }

.custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: none !important;
  border-color: #000000;
  background-color: #000000; }

header {
  border-top: 1rem solid #000000; }

.section-topbar {
  padding-top: 1.5rem;
  padding-bottom: 3rem; }
  .section-topbar > div {
    max-width: 1200px; }
    .section-topbar > div > .row > div {
      padding-top: 1.5rem; }
  .section-topbar .img-logo {
    width: 100%;
    max-width: 11rem;
    height: auto; }

@media (min-width: 768px) {
  .section-topbar > div > .row > div > .oi {
    margin-right: 0.5rem; }
    .section-topbar > div > .row > div > .oi:not(first-child) {
      margin-left: 1.5rem; } }
.section-hero > div {
  max-width: 1200px;
  background-image: url("../img/img-hero.jpg");
  background-size: cover;
  background-position: center; }
  .section-hero > div > .row {
    height: 60vh; }
  .section-hero > div .post-content {
    padding-top: 2rem;
    font-size: 1.8rem; }
  .section-hero > div .post-btn {
    padding-top: 2rem; }
    .section-hero > div .post-btn > .btn {
      font-weight: 700; }

@media (min-width: 768px) {
  .section-hero > div {
    padding-left: 10rem; } }
.section-welcome {
  padding-top: 4rem;
  padding-bottom: 6rem; }
  .section-welcome > div {
    max-width: 991px; }
    .section-welcome > div > .row > div {
      padding-top: 2rem; }

@media (max-width: 767px) {
  .section-welcome .img-fluid {
    max-width: 11rem; } }
.section-people > div {
  max-width: 991px; }
.section-people .posts-wrapper {
  background-color: #ecf0f2;
  padding: 8rem;
  padding-top: 6rem; }
  .section-people .posts-wrapper > .row > div {
    padding-top: 2rem; }
    .section-people .posts-wrapper > .row > div > img {
      margin-bottom: 1rem; }

@media (max-width: 767px) {
  .section-people .posts-wrapper {
    padding: 2rem;
    padding-top: 0; } }
.section-contact {
  padding-top: 4rem;
  padding-bottom: 6rem; }
  .section-contact > div {
    max-width: 991px; }
    .section-contact > div > .row > div {
      padding-top: 2rem; }
  .section-contact .form-response-error {
    padding: 2rem;
    padding-left: 2.5rem;
    border-left: 0.5rem solid #6d0000;
    background-color: rgba(109, 0, 0, 0.1);
    color: #6d0000;
    margin-bottom: 1.5rem; }

.section-footer {
  background-color: #000000;
  color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 6rem; }
  .section-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: all 250ms ease; }
    .section-footer a:hover {
      text-decoration: underline; }
  .section-footer .img-fluid {
    max-width: 11rem; }
  .section-footer > div {
    max-width: 991px; }
    .section-footer > div > .row > div {
      padding-top: 2rem; }

.ratio-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .ratio-box::after {
    display: block;
    content: ""; }

.ratio-box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden; }

.ratio-box-content-bg-cover {
  background-size: cover;
  background-position: center; }

.ratio-box-content-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative; }

.ratio-box-3by2::after {
  padding-top: 66%; }

.ratio-box-16by9::after {
  padding-top: 56%; }

.ratio-box-2by1::after {
  padding-top: 50%; }

.ratio-box-og::after {
  padding-top: 52.35%; }

.ratio-box-1by1::after {
  padding-top: 99.9%; }
