html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 25px;
}

img {
  width: 100%;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ac3939;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #ac3939;
  border: 2px solid #ac3939;
  padding: 13px 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  border-radius: 55px;
  margin: 15px 0;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  .btn {
    padding: 12px 25px;
    letter-spacing: 2px;
    font-size: 18px;
  }
}

.btn:hover, .btn:focus, .btn:active {
  border-radius: 5px;
  color: #fff;
}

.little-h {
  font-size: 25px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Tinos", serif;
  color: #0066cc;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}

.title-h {
  font-size: 60px;
  font-weight: 500;
  line-height: 62px;
  font-family: "Playfair Display", serif;
  color: #222;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 44px;
    line-height: 42px;
    margin-top: 10px;
  }
}

.inner-h {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  color: #333;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 0px;
  color: #555;
  letter-spacing: 0px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.sep {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #ac3939;
  margin: 20px auto;
}

.sep-left {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #ac3939;
  margin: 20px 0;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

.desktop-view {
  display: block !important;
}
@media (max-width: 991px) {
  .desktop-view {
    display: none !important;
  }
}

.padd-top {
  height: 40px;
}
@media (max-width: 991px) {
  .padd-top {
    height: 5px;
  }
}

/******navbar start*******/
.top-bar {
  background-color: #ac3939;
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 1px;
  }
}
.top-bar a:hover {
  color: #cedbe3;
}
.top-bar .top-text {
  display: inline-block;
}
.top-bar li {
  display: inline-block;
  padding-top: 6px;
  margin: 0 4px;
}
.top-bar ul {
  margin-bottom: 0;
  padding-left: 0;
}

.left-right {
  text-align: right;
}
@media (max-width: 991px) {
  .left-right {
    text-align: center;
  }
}

.left-right2 {
  text-align: left;
}
@media (max-width: 991px) {
  .left-right2 {
    text-align: center;
  }
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: rgba(19, 27, 32, 0.2);
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 18px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}

.navbar {
  min-height: 78px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 2px 2px 2px 5px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 7px 0px 0px 0px;
  }
}

.navbar-brand img {
  width: auto;
  height: 70px;
}
@media (max-width: 1150px) {
  .navbar-brand img {
    height: 50px;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #222 !important;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    padding: 13px 0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 4px solid #ac3939;
    margin-top: 0px;
    width: 280px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 12px 21px 8px;
    font-weight: 500;
    font-size: 18px;
    color: #ac3939;
    font-family: "Playfair Display", serif;
    margin: 14px 0 8px 0;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 7px 25px 7px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #ac3939;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 500;
    font-size: 17px;
    font-family: "Tinos", serif;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #ac3939;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 17px;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 5px 15px 5px 0;
  margin-right: 15px;
  margin-left: 5px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #ac3939 !important;
  background-color: transparent !important;
  border: 2px solid #ac3939;
  padding: 10px 20px;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 36px;
    font-size: 18px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 480px;
  }
}
.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

nav.navbar.bootsnav .material-symbols-outlined:hover {
  color: #ac3939;
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 75px;
  margin-top: 1px;
}

@media (max-width: 1150px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 70px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 75vh;
  }
}
.hero .hero-box {
  margin-top: 42vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 29vh;
  }
}
.hero .back {
  background-color: rgba(52, 52, 52, 0.45);
}
.hero h1 {
  color: #fff;
  margin-top: 0px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.under-hero {
  padding: 5px 0 15px 0;
}
.under-hero .inner-h {
  margin-bottom: 5px;
}
.under-hero .btn {
  min-width: 180px;
}
@media (max-width: 700px) {
  .under-hero .btn {
    margin: 10px 2px 0 2px;
    padding: 12px 20px;
  }
}

/***************hero end******/
.about .bg-img {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 40%;
  opacity: 0.08;
}
@media (max-width: 700px) {
  .about .bg-img {
    display: none;
  }
}

.bg-img2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40%;
  opacity: 0.08;
}
@media (max-width: 700px) {
  .bg-img2 {
    width: 90%;
  }
}

.about-img {
  height: 600px;
  border-radius: 7px;
}
@media (max-width: 991px) {
  .about-img {
    height: 250px;
  }
}

.about-padd {
  height: 50px;
}
@media (max-width: 991px) {
  .about-padd {
    height: 0;
  }
}

.about2 img {
  border-radius: 9px;
}

/*************************/
.text {
  padding: 180px 0;
}
@media (max-width: 991px) {
  .text {
    padding: 80px 0;
  }
}

.cta-box .title-p {
  color: #444;
  font-weight: 400;
}

.cta-box {
  background-color: rgba(242, 242, 242, 0.7);
  padding: 50px 30px 50px 40px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .cta-box {
    padding: 30px 20px 30px 20px;
  }
}

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.cta p {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .cta p {
    font-size: 24px;
    line-height: 28px;
  }
}
.cta .back {
  background-color: rgba(25, 51, 77, 0.45);
}
.cta .btn {
  margin-top: 10px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
.intro-box {
  background-color: #dee6ed;
  padding: 25px 20px 10px 20px;
  min-height: 330px;
  border-radius: 7px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .intro-box {
    min-height: auto;
    padding: 20px 40px 40px 40px;
  }
}
@media (max-width: 620px) {
  .intro-box {
    min-height: auto;
    padding: 5px 15px 30px 15px;
  }
}
.intro-box p {
  font-size: 15px;
}
.intro-box .box-link {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
  color: #333;
}
.intro-box .inner-h {
  letter-spacing: 0;
  font-size: 32px;
}

.intro-box:hover {
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.1);
}

.box-red {
  background-color: #ffb3b3;
}
.box-red p {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.box-green {
  background-color: #c6ecc6;
}
.box-green p {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.box-blue {
  background-color: #ccd9ff;
}
.box-blue p {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.box-yellow {
  background-color: #fbecb6;
}
.box-yellow p {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.box-orange {
  background-color: #ffd699;
}
.box-orange p {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.box-color {
  background-color: #e6ccff;
}
.box-color p {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

/******footer start****/
.tc-footer {
  background-attachment: fixed;
  position: relative;
  padding: 70px 0 25px 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer {
    padding: 50px 0 25px 0;
  }
}
.tc-footer .back {
  background: #333;
}
.tc-footer a, .tc-footer li {
  color: #fff;
  font-family: "Tinos", serif;
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 990px) {
  .tc-footer a, .tc-footer li {
    font-size: 16px;
  }
}
.tc-footer a:hover {
  margin-left: 5px;
}
.tc-footer p {
  color: rgb(166, 164, 154);
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 23px;
  padding-right: 25px;
}
@media only screen and (max-width: 990px) {
  .tc-footer p {
    font-size: 14px;
    line-height: 21px;
    padding-right: 0;
  }
}
.tc-footer img {
  width: 80%;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .tc-footer img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.tc-footer .footer-box {
  padding-left: 50px;
}
@media only screen and (max-width: 990px) {
  .tc-footer .footer-box {
    padding-left: 0;
  }
}

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer ul {
    margin: 0 0 0 0;
  }
}

.copyright {
  padding: 15px 0 7px 0;
  background-color: #fff;
}
@media only screen and (max-width: 990px) {
  .copyright {
    text-align: center;
  }
}
.copyright p, .copyright a {
  color: #333;
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 0;
}
.copyright .footer-right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .copyright .footer-right {
    text-align: center;
  }
}
.copyright .svg-inline--fa {
  height: 35px;
  width: 35px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ac3939;
  color: #fff;
  margin: -5px 8px 0px 0px;
}
@media only screen and (max-width: 768px) {
  .copyright .svg-inline--fa {
    margin: 0px 8px 5px 0px;
  }
}
.copyright .svg-inline--fa:hover {
  background-color: #ac3939;
  color: gold;
}

/*****footer end******/
.event-box {
  padding: 25px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 780px) {
  .event-box {
    padding: 10px 0 10px 0;
  }
}
.event-box .inner-h {
  margin-bottom: 10px;
  margin-top: 5px;
}
.event-box p {
  font-size: 15px;
  margin-bottom: 0;
}

.event-box:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .event-box:last-child {
    border-bottom: none;
  }
}

.lte-item {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 780px) {
  .lte-item {
    width: 100%;
    display: block;
  }
}

.lte-item > div {
  vertical-align: middle;
}

.lte-item .lte-event-date {
  width: 290px;
  text-align: left;
  font-weight: 400;
  padding-top: 25px;
}
@media (max-width: 992px) {
  .lte-item .lte-event-date {
    width: 100%;
    display: block;
    padding-top: 5px;
  }
}

.lte-item .lte-event-date .lte-event-d {
  font-size: 60px;
  min-width: 75px;
  color: #ac3939;
  font-family: "Tinos", serif;
  display: inline-block;
  padding-right: 12px;
  vertical-align: middle;
}

.lte-item .lte-event-date .lte-event-m {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  font-family: "Tinos", serif;
  font-size: 20px;
}

.lte-item .lte-event-date .lte-event-y {
  display: block;
  font-family: "Tinos", serif;
}

.lte-item .lte-info {
  width: 100%;
  text-align: left;
}
@media (max-width: 780px) {
  .lte-item .lte-info {
    margin-top: 10px;
  }
}

.lte-item .lte-link {
  width: 250px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .lte-item .lte-link {
    padding-top: 0px;
  }
}

.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}

.tc-header .back {
  background: rgba(18, 38, 59, 0.5);
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 220px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

#accordion {
  padding-right: 0px;
  padding-left: 0px;
  z-index: 1;
}

#accordion .panel {
  border: none;
  box-shadow: none;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: rgba(222, 230, 237, 0.2);
}

#accordion .panel-title {
  padding: 0;
}

#accordion .panel-title a {
  display: block;
  font-size: 19px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background: rgba(222, 230, 237, 0.2);
  color: #333;
  padding: 20px 25px;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 990px) {
  #accordion .panel-title a {
    font-size: 18px;
    padding: 15px 30px 15px 15px;
  }
}

#accordion .panel-title a.collapsed {
  background-color: rgba(216, 229, 243, 0.2);
  color: #333;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  border-left-color: #f8f8f8;
}

#accordion .panel-title a:after {
  font: var(--fa-font-solid);
  content: "\f106";
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 15px;
  font-size: 18px;
  color: #555;
}
@media (max-width: 990px) {
  #accordion .panel-title a:after {
    font-size: 15px;
    right: 10px;
  }
}

#accordion .panel-title a.collapsed:after {
  content: "\f107";
  color: #ac3939;
}

#accordion .panel-collapse {
  position: relative;
}

#accordion .panel-body {
  color: #333;
  background: #fff;
  border-top: none;
  border: 1px solid #fff;
  z-index: 1;
}

.faq-image {
  height: 700px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .faq-image {
    height: 300px;
  }
}

.faq-padd {
  padding: 40px 0 0 20px;
}
@media (max-width: 991px) {
  .faq-padd {
    padding: 20px 0 0 0px;
  }
}

.gallery-page:nth-child(even) {
  background: rgba(216, 229, 243, 0.2);
}

.gallery-page:nth-child(odd) {
  background: #fff;
}

input, textarea {
  width: 100%;
  min-height: 55px;
  padding: 15px 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #333;
  background-color: rgba(216, 229, 243, 0.4);
  background-image: none;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
  outline: none;
}
@media (max-width: 768px) {
  input, textarea {
    padding: 13px 15px;
    margin-bottom: 10px;
  }
}

select {
  width: 100%;
  height: 62px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: rgba(216, 229, 243, 0.4);
  background-image: none;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
  outline: none;
}
@media (max-width: 768px) {
  select {
    padding: 13px 15px;
    margin-bottom: 10px;
  }
}

::-moz-placeholder {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

::placeholder {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

.contact-page ul {
  list-style: none;
  padding: 20px 0;
}
.contact-page li {
  margin-bottom: 30px;
}
.contact-page .contact-icon {
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ac3939;
  border-radius: 50%;
  color: #333;
}
@media (max-width: 500px) {
  .contact-page .contact-icon {
    width: 39px;
    height: 39px;
  }
}
.contact-page a {
  display: block;
  color: #333;
}
.contact-page a:hover {
  color: #ac3939;
}
.contact-page p {
  margin-bottom: 0;
}
.contact-page .svg-inline--fa {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 500px) {
  .contact-page .svg-inline--fa {
    font-size: 15px;
  }
}
.contact-page .btn {
  margin-top: 15px;
}

.leadership .event-box {
  padding: 15px 0 15px 0;
}
.leadership .event-box-lead {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px;
  background-color: #d6e0f5;
  margin: 5px 5px;
}
@media (max-width: 990px) {
  .leadership .event-box-lead {
    width: calc(100% - 0px);
    margin: 5px 0px;
  }
}

.links .event-box {
  padding: 15px 0 15px 0;
}
.links .event-box-lead {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 15px 25px 20px;
  background-color: #d6e0f5;
  margin: 5px 0px;
}
@media (max-width: 990px) {
  .links .event-box-lead {
    padding: 10px 10px 15px 15px;
  }
}
.links .event-box-lead .svg-inline--fa {
  margin-right: 5px;
  font-size: 16px;
}
.links .event-box-lead h4 {
  font-weight: 400;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  background-color: #d6e0f5;
}

.table > tbody > tr > td {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */