@font-face {
  font-family: "Daxpro-regular";
  src: url("../fonts/DaxPro-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Daxpro-medium";
  src: url("../fonts/DaxPro-Medium.ttf");
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Daxpro-regular";
  letter-spacing: 0.3px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px !important;
  }
}
h1 {
  font-size: 64px;
  line-height: 64px;
}

h2 {
  font-size: 36px !important;
  line-height: 40px;
}

h3 {
  font-size: 24px !important;
  line-height: 24px;
}

.navigation {
  width: 100%;
  height: 106px;
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 4;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 767px) {
  .navigation {
    width: 100%;
    height: 100px;
    display: none;
  }
}

.new-height {
  top: 20px;
  height: 65px;
}

.nav-mobile {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  transition: all ease-in-out 0.2s;
}
@media screen and (min-width: 768px) {
  .nav-mobile {
    display: none;
  }
}

.nav-mobile-hide {
  margin-top: -230px;
}

nav {
  height: 100%;
  margin: 0 30px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 991px) {
  nav {
    height: 70px;
  }
}
@media (max-width: 767px) {
  nav {
    width: 100%;
    height: 80px;
    margin: auto;
    left: 0;
  }
}
nav .logo {
  height: 100%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  nav .logo {
    display: flex;
    flex-direction: column;
  }
}
nav .logo a {
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
nav .logo a img {
  margin-left: 15px;
  max-height: 80px;
  width: auto;
  height: 100%;
}
@media (max-width: 991px) {
  nav .logo a img {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  nav .logo a img {
    margin-left: 10px;
  }
}
nav .contact-button {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  nav .contact-button {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  nav .contact-button {
    flex-direction: column-reverse;
    align-items: end;
  }
}
nav .contact-button a:hover {
  text-decoration: underline;
}
nav .contact-button a:nth-child(1) {
  margin-right: 40px;
  text-decoration: none;
  color: #a00020;
}
@media (max-width: 991px) {
  nav .contact-button a:nth-child(1) {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  nav .contact-button a:nth-child(1) {
    margin-top: 8px;
    margin-right: 3px;
  }
}
nav .contact-button .emailBox {
  font-family: Daxpro-medium;
  font-weight: 500;
}
nav .contact-button .emailBox:hover {
  color: #94001d !important;
  text-decoration: underline;
}
nav .contact-button .phoneBox {
  width: 275px;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  background-color: #a00020;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: Daxpro-medium;
  font-weight: 500;
  white-space: nowrap;
}
nav .contact-button .phoneBox:hover {
  background-color: #94001d;
}
nav .contact-button .phoneBox img {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 350px) {
  nav .contact-button .phoneBox img {
    display: none;
  }
}
@media (max-width: 767px) {
  nav .contact-button .phoneBox {
    width: 240px;
    height: 35px;
  }
}
@media screen and (max-width: 350px) {
  nav .contact-button .phoneBox {
    width: 100%;
    padding: 0 10px;
  }
}

.homepage-slider {
  max-height: 652px;
}
@media (max-width: 991px) {
  .homepage-slider {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .homepage-slider {
    margin-top: 80px;
    height: 250px;
  }
}
.homepage-slider .homepage-slider-item img {
  height: 652px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .homepage-slider .homepage-slider-item img {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .homepage-slider .homepage-slider-item img {
    height: 250px;
  }
}
.homepage-slider .homepage-slider-item .homepage-slider-text h1 {
  position: absolute;
  bottom: 70px;
  color: #fff;
  font-size: 64px;
  list-style: 65px;
  max-width: 680px;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .homepage-slider .homepage-slider-item .homepage-slider-text h1 {
    font-size: 55px;
    max-width: 600px;
  }
}
@media screen and (max-width: 1250px) {
  .homepage-slider .homepage-slider-item .homepage-slider-text h1 {
    font-size: 48px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .homepage-slider .homepage-slider-item .homepage-slider-text h1 {
    font-size: 40px;
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .homepage-slider .homepage-slider-item .homepage-slider-text h1 {
    font-size: 28px;
    max-width: 320px;
    line-height: 30px;
    bottom: 0;
  }
}
@media screen and (max-width: 370px) {
  .homepage-slider .homepage-slider-item .homepage-slider-text h1 {
    font-size: 24px;
  }
}
.homepage-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.homepage-slider .owl-nav .hp-slider-arrows {
  height: 55px;
}
.homepage-slider .owl-nav .owl-next {
  position: absolute;
  right: 20px;
}
@media (max-width: 575px) {
  .homepage-slider .owl-nav .owl-next {
    right: 12px;
    top: calc(50% - 28px);
  }
}
.homepage-slider .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
}
@media (max-width: 575px) {
  .homepage-slider .owl-nav .owl-prev {
    left: 12px;
    top: calc(50% - 28px);
  }
}
.homepage-slider .owl-dots {
  position: relative;
  right: 0;
  bottom: 115px;
  text-align: right;
}
@media (max-width: 575px) {
  .homepage-slider .owl-dots {
    bottom: 35px;
  }
}
.homepage-slider .owl-dots span {
  background-color: transparent;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  display: block;
  border-radius: 50%;
  margin-right: 8px;
}
@media (max-width: 575px) {
  .homepage-slider .owl-dots span {
    height: 15px;
    width: 15px;
  }
}
.homepage-slider .owl-dots span:hover {
  background-color: #fff;
}
.homepage-slider .owl-dots .active span {
  background-color: #fff;
}

.cards .cards-title {
  margin-bottom: 30px;
  color: #a00020;
  text-transform: uppercase;
}
.cards .cards-wrap {
  row-gap: 50px;
}
@media (max-width: 575px) {
  .cards .cards-wrap {
    row-gap: 15px;
  }
}
.cards .card-item-size-1 {
  height: 345px;
}
.cards .card-item-size-2 {
  height: 296px;
}
.cards .card-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}
.cards .card-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}
.cards .card-item:hover .card-item-btn {
  background-color: #a00020;
  background-position: right 12px center;
}
.cards .card-item:hover .card-item-btn a {
  color: #fff;
}
.cards .card-item .card-item-img {
  width: auto;
  height: 100%;
  max-height: calc(100% - 80px);
  display: flex;
  justify-content: center;
}
.cards .card-item .card-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.2s;
}
.cards .card-item .card-item-btn {
  color: #fff;
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  position: relative;
  background-image: url(../img/arrow.png);
  background-position: right 20px center;
  background-size: 10px;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.2s;
}
.cards .card-item .card-item-btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 20px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
.cards .cards-btn {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.cards .cards-btn a {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: 2px solid #7f7f7f;
  padding: 13px 60px;
  color: #7f7f7f;
  font-family: "Daxpro-medium";
  text-decoration: none;
  text-transform: uppercase;
}
.cards .cards-btn a:hover {
  color: #fff;
  background-color: #7f7f7f;
}

.contact {
  height: auto;
  min-height: 750px;
}
.contact .uni-list {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.contact .uni-list h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 380px) {
  .contact .uni-list {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .contact .contact-section {
    margin-bottom: 40px;
  }
}
.contact .contact-section .contact-list {
  background-color: #a00020;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.contact .contact-section .contact-list address {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .contact .contact-section .contact-list address {
    margin-top: 20px;
  }
}
.contact .contact-section .contact-list .contact-list-tel, .contact .contact-section .contact-list .contact-list-email {
  color: #fff;
  font-size: 24px;
}
.contact .contact-section .contact-list .contact-list-tel {
  display: block;
  text-decoration: none;
  font-family: "Daxpro-regular";
}
.contact .contact-section .contact-list .contact-list-email {
  display: block;
  font-family: "Daxpro-regular";
}
@media (max-width: 991px) {
  .contact .contact-section .contact-list .contact-list-email {
    font-size: 20px;
  }
}
.contact .contact-section .contact-list .contact-list-map-box {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .contact .contact-section .contact-list .contact-list-map-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .contact .contact-section .contact-list .contact-list-map-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact .contact-section .contact-list .contact-list-map-box .contact-list-map {
  width: 100%;
}
.contact .contact-section .contact-list .contact-list-map-box .contact-list-map-contacts {
  position: absolute;
  height: 100px;
  background-image: url(../img/map-address.svg);
  background-position: left 0 top 0px;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding: 27px 20px 20px 20px;
  bottom: -40px;
  right: 25px;
  display: none;
}
@media (max-width: 1399px) {
  .contact .contact-section .contact-list .contact-list-map-box .contact-list-map-contacts {
    bottom: -42px;
    right: 21px;
  }
}
@media (max-width: 1199px) {
  .contact .contact-section .contact-list .contact-list-map-box .contact-list-map-contacts {
    bottom: -55px;
    right: -6px;
  }
}
@media (max-width: 991px) {
  .contact .contact-section .contact-list .contact-list-map-box .contact-list-map-contacts {
    bottom: -24px;
    right: 67px;
  }
}
@media (max-width: 767px) {
  .contact .contact-section .contact-list .contact-list-map-box .contact-list-map-contacts {
    bottom: -45px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .contact .contact-section .contact-list .contact-list-map-box .contact-list-map-contacts {
    display: none;
  }
}
.contact .contact-section .contact-list .contact-list-map-box .contact-list-map-contacts p {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Daxpro-medium";
}
.contact .contact-section .contact-list .contact-list-map-box .contact-list-map-contacts a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.contact .contact-form {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .contact-form h3 {
  color: #000;
  font-size: 36px;
}
.contact .contact-form .errors {
  margin-top: 20px;
}
.contact .contact-form .errors p {
  font-size: 24px;
  font-weight: 600;
  color: #a00020;
}
.contact .contact-form #form {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.contact .contact-form #form input {
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0%;
  margin-bottom: 20px;
}
.contact .contact-form #form input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.contact .contact-form #form input:active, .contact .contact-form #form input:focus {
  outline: 1px solid #a00020;
}
.contact .contact-form #form input:-webkit-autofill {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 40rem #fff inset;
}
.contact .contact-form #form textarea {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0%;
  margin-bottom: 20px;
  resize: none;
}
.contact .contact-form #form textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.contact .contact-form #form textarea:-webkit-autofill {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 40rem #fff inset;
}
.contact .contact-form #form textarea:active, .contact .contact-form #form textarea:focus {
  box-shadow: 0px 0px 1px 1px #a00020;
  outline: none;
}
.contact .contact-form #form label {
  margin-bottom: 3px;
  padding-left: 10px;
}
.contact .contact-form #form .btn-form {
  width: 170px;
  height: 54px;
  margin-top: 10px;
  background-color: #fff;
  color: #7f7f7f;
  border: 2px solid #7f7f7f;
  font-family: "Daxpro-medium";
  text-transform: uppercase;
}
.contact .contact-form #form .btn-form:hover {
  background-color: #7f7f7f;
  color: #fff;
  border: none;
}
.contact .contact-form .social-sites {
  width: 100%;
  margin-top: 40px;
}
.contact .contact-form .social-sites a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .contact .contact-form .social-sites .social-sites-one {
    align-items: start;
  }
}
@media (max-width: 991px) {
  .contact .contact-form .social-sites .social-sites-one {
    justify-content: space-evenly !important;
  }
}
.contact .contact-form .social-sites .social-sites-one svg {
  fill: #cccccc;
  width: 28px;
  height: 28px;
}
.contact .contact-form .social-sites .social-sites-one svg:hover {
  fill: #a00020;
}
.contact .contact-form .social-sites .social-sites-two {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 1400px) {
  .contact .contact-form .social-sites .social-sites-two {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .contact .contact-form .social-sites .social-sites-two {
    padding-top: 20px;
    flex-direction: row;
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 1000px) {
  .contact .contact-form .social-sites .social-sites-two {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .contact .contact-form .social-sites .social-sites-two {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 767px) {
  .contact .contact-form .social-sites .social-sites-two {
    flex-direction: row;
    justify-content: left;
  }
}
@media screen and (max-width: 400px) {
  .contact .contact-form .social-sites .social-sites-two {
    flex-direction: column;
    align-items: center;
  }
}
.contact .contact-form .social-sites .social-sites-two a {
  font-size: 16px;
  transition: all ease-in-out 0.2s;
}
.contact .contact-form .social-sites .social-sites-two a:hover {
  color: #a00020;
}

.footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .footer .footer-bottom {
    flex-direction: column;
  }
}
.footer .footer-bottom a {
  text-decoration: none;
  color: #808080;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .footer .footer-bottom a {
    text-align: center;
  }
}
.footer .footer-bottom p {
  color: #808080;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .footer .footer-bottom p {
    text-align: center;
  }
}

section {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  section {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

/* Relative positioning*/
#map-wrapper {
  position: relative;
  margin: 50px auto 20px auto;
  width: 100%;
  height: auto;
}
#map-wrapper img {
  width: 100%;
  height: auto;
}
#map-wrapper .pin {
  display: none;
}
#map-wrapper .tooltip-up, #map-wrapper .tooltip-down {
  position: absolute;
  width: 6%;
  height: 10%;
  border-radius: 50%;
  cursor: help;
  background-color: transparent;
}
#map-wrapper .tooltip-down {
  background-position: 0 -52px;
}
#map-wrapper .tooltip-map {
  display: none;
  width: 230px;
  height: auto;
  cursor: help;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 999;
  margin-left: -115px;
  padding: 15px;
  color: #222;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media (max-width: 1199px) {
  #map-wrapper .tooltip-map {
    top: 21px;
    left: 8px;
  }
}
@media (max-width: 991px) {
  #map-wrapper .tooltip-map {
    top: 30px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  #map-wrapper .tooltip-map {
    top: 24px;
    left: 9px;
  }
}
@media (max-width: 575px) {
  #map-wrapper .tooltip-map {
    width: 130px;
    left: 59px;
    top: 23px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  #map-wrapper .tooltip-map {
    left: 0;
    top: 0;
    transform: translate(44%, 20%);
  }
}
@media screen and (max-width: 450px) {
  #map-wrapper .tooltip-map {
    left: 0;
    top: 0;
    transform: translate(43%, 19%);
  }
}
@media screen and (max-width: 400px) {
  #map-wrapper .tooltip-map {
    left: 0;
    top: 0;
    transform: translate(42%, 17%);
  }
}
#map-wrapper .tooltip-map::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -7px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#map-wrapper .tooltip-map ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#map-wrapper .tooltip-map p {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Daxpro-medium";
}
@media (max-width: 575px) {
  #map-wrapper .tooltip-map p {
    font-size: 12px;
  }
}
#map-wrapper .tooltip-map a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 575px) {
  #map-wrapper .tooltip-map a {
    font-size: 12px;
  }
}

.homepage-description .hp-description-box {
  width: 100%;
  height: 527px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../content/homepage/homepage-background-img-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 575px) {
  .homepage-description .hp-description-box {
    padding: 35px;
    height: 400px;
  }
}
.homepage-description .hp-description-box .hp-description-title {
  margin-bottom: 20px;
}
.homepage-description .hp-description-box .hp-description-title h2 {
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}
.homepage-description .hp-description-box .hp-description-text p {
  max-width: 700px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.homepage-description .hp-description-box .hp-description-btn {
  padding: 13px 28px;
  background-color: #fff;
  color: #7f7f7f;
  border: 2px solid #7f7f7f;
  font-family: "Daxpro-medium";
  text-transform: uppercase;
  text-decoration: none;
}
.homepage-description .hp-description-box .hp-description-btn:hover {
  background-color: #7f7f7f;
  color: #fff;
}
.homepage-description .benefits {
  margin-top: 30px;
}
.homepage-description .benefits .row {
  row-gap: 20px;
}
.homepage-description .benefits .benefit-item {
  display: block;
  text-align: center;
}
.homepage-description .benefits .benefit-item .benefit-item-img {
  margin-bottom: 10px;
}
.homepage-description .benefits .benefit-item .benefit-item-img img {
  max-width: 30px;
  max-height: 30px;
  width: auto;
  height: 100%;
}
@media (max-width: 575px) {
  .homepage-description .benefits .benefit-item .benefit-item-description {
    margin: auto;
    max-width: 100px;
  }
}
.homepage-description .benefits .benefit-item .benefit-item-description p {
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}

.subpage-introduction {
  width: 100%;
  padding: 180px 0 50px 0;
}
@media (max-width: 991px) {
  .subpage-introduction {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .subpage-introduction {
    padding-top: 80px;
  }
}
.subpage-introduction .subpage-title {
  margin-bottom: 30px;
}
.subpage-introduction .subpage-title h1 {
  color: #a00020;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .subpage-introduction .subpage-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .subpage-introduction .subpage-title h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.subpage-introduction .subpage-description {
  width: 70%;
}
@media (max-width: 767px) {
  .subpage-introduction .subpage-description {
    width: 100%;
  }
}
.subpage-introduction .subpage-description p {
  color: #000;
  margin-bottom: 0;
}

.subpage-content .row {
  row-gap: 30px;
}
.subpage-content iframe {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .subpage-content iframe {
    margin-bottom: 30px;
  }
}

#edit-admin {
  padding-top: 150px;
}

.btn-primary {
  background-color: #a00020 !important;
  border: none;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: #94001d !important;
}

.btn-secondary {
  background-color: #a00020 !important;
  border: none;
  font-weight: 600;
}
.btn-secondary:hover {
  background-color: #94001d !important;
}

.form-control:focus:focus {
  border-color: #a00020;
  box-shadow: 0 0 0 0.25rem rgba(160, 0, 32, 0.2352941176);
}

.edit-form input {
  margin-bottom: 10px;
}

.edit-img {
  margin-bottom: 10px;
}

#publicity-one {
  position: relative;
  top: -90px;
  margin-bottom: -90px;
  z-index: 3;
}
@media (max-width: 575px) {
  #publicity-one {
    top: 0;
    padding-top: 20px;
    margin-bottom: 0;
  }
}
#publicity-one .publicity-box-one {
  width: 100%;
  min-height: 277px;
  margin: auto;
  padding: 50px;
  background-color: #a00020;
  outline: 16px solid #fff;
  color: #fff;
}
@media (max-width: 575px) {
  #publicity-one .publicity-box-one {
    padding: 25px;
  }
}
#publicity-one .publicity-box-one .icons {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  padding-left: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #publicity-one .publicity-box-one .icons {
    padding-left: 0;
    margin-bottom: 30px;
    row-gap: 20px;
  }
}
#publicity-one .publicity-box-one .icons .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
}
#publicity-one .publicity-box-one .icons .icon i {
  width: 50px;
  text-align: center;
}
#publicity-one .publicity-box-one .description h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
#publicity-one .publicity-box-one .description p p {
  font-size: 18px;
  margin-bottom: 0;
}

#publicity-two {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #publicity-two {
    margin-top: 0;
  }
}
#publicity-two .publicity-box-two {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 30px;
  background-color: #a00020;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
#publicity-two .publicity-box-two h2 {
  line-height: 2.7rem;
}
#publicity-two .first-image {
  height: 250px;
  position: absolute;
  right: 430px;
  top: -70px;
  animation: float1 6s ease-in-out infinite;
}
@media (max-width: 1199px) {
  #publicity-two .first-image {
    right: 300px;
  }
}
@media (max-width: 991px) {
  #publicity-two .first-image {
    height: 200px;
    right: 230px;
    top: -50px;
  }
}
@media (max-width: 767px) {
  #publicity-two .first-image {
    display: none;
  }
}
#publicity-two .second-image {
  height: 200px;
  position: absolute;
  bottom: -60px;
  right: 50px;
  animation: float2 6s ease-in-out infinite;
}
@media (max-width: 1199px) {
  #publicity-two .second-image {
    right: 0;
  }
}
@media (max-width: 991px) {
  #publicity-two .second-image {
    height: 180px;
    right: 0;
  }
}
@media (max-width: 767px) {
  #publicity-two .second-image {
    display: none;
  }
}