@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("/web/fonts/AvenirLTStd-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-Oblique.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("/web/fonts/AvenirLTStd-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("/web/fonts/AvenirLTStd-BookOblique.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-LightOblique.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-MediumOblique.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-HeavyOblique.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("/web/fonts/AvenirLTStd-BlackOblique.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
.btn {
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-weight: 500;
  fill: #515637;
  color: #515637;
  background-color: #fff;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 4px;
}
.btn.btn-primary {
  background-color: #D6DF27;
  border-color: #D6DF27;
}
.btn.btn-primary:hover {
  color: #000;
}
.btn.btn-primary:focus {
  background-color: #D6DF27;
  border-color: #D6DF27;
  box-shadow: 0 0 0 0.2rem rgba(214, 223, 39, 0.5);
}

body {
  font-family: "AvenirLTStd-Roman", sans-serif;
  color: #424143;
}

.divider {
  border-top: 1px solid #e0e0e0;
  margin: 20px 0;
}

#navbar {
  min-height: 50px;
  padding: 0;
}
#navbar .navbar-brand {
  padding: 0;
}
#navbar .navbar-brand img {
  width: 250px;
  height: 100%;
  margin-top: -10px;
}
#navbar .navbar-nav {
  position: relative;
}
#navbar .navbar-nav .nav-item {
  margin: 0 10px;
}
#navbar .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #646464;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#navbar .navbar-nav .nav-item .nav-link.active, #navbar .navbar-nav .nav-item .nav-link.show {
  background-color: #D6DF27;
}
#navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background-color: #D6DF27;
}
#navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  border-color: transparent;
  border-radius: 8px;
  min-width: 100px;
  max-width: 150px;
  background-color: #D6DF27;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}
#navbar .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #fff;
}
#navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
#navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 20px;
  letter-spacing: 2px;
  white-space: wrap;
  text-align: center;
  transition: all 0.3s;
  border-radius: 0;
  font-size: 15px;
  line-height: 18px;
}
#navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, #navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background-color: #D6DF27;
  color: #646464;
}
#navbar .navbar-nav .nav-item .nav-search {
  background-color: #fff;
  position: absolute;
  width: 100%;
  right: 60px;
  top: -16px;
  padding: 15px;
  display: none;
}
#navbar .navbar-nav .nav-item .nav-search.active {
  display: block;
}
#navbar .navbar-nav .nav-item .nav-search-btn {
  padding-left: 15px;
  padding-right: 15px;
}
#navbar .navbar-nav .nav-item .nav-search input {
  padding: 8px 15px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
#navbar .navbar-nav .nav-item .nav-search input:focus {
  box-shadow: none;
  border-color: #D6DF27;
}
#navbar .navbar-nav .nav-item .nav-search input::-moz-placeholder {
  color: #a5a2a2;
  font-size: 12px;
}
#navbar .navbar-nav .nav-item .nav-search input::placeholder {
  color: #a5a2a2;
  font-size: 12px;
}

#main {
  padding-top: 100px;
}

#banner-slider {
  background-color: #000;
  position: relative;
}
#banner-slider:hover .owl-nav {
  opacity: 1;
}
#banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 0 15px;
  opacity: 0;
  transition: all 0.3s;
}
#banner-slider .owl-nav .owl-prev,
#banner-slider .owl-nav .owl-next {
  background-color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
}

.banner-slider__item {
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}
.banner-slider__item-box {
  max-width: 55%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-bottom: 70px;
}
.banner-slider__item-title {
  font-size: 2em;
  font-weight: 400;
  color: #D6DF27;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.banner-slider__item-text {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 20px;
}

.section-title {
  color: #424143;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 40px;
  font-weight: 300;
  stroke: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-caption {
  font-size: 14px;
  color: #7a7a7a;
}

.about-text {
  padding: 25px 50px;
}
.about-img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#about-slider {
  position: relative;
}
#about-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 0 10px;
  transition: all 0.3s;
}
#about-slider .owl-nav .owl-prev,
#about-slider .owl-nav .owl-next {
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
}

.whatson-item {
  cursor: pointer;
}
.whatson-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.whatson-item:hover .whatson-item__img .link::after {
  opacity: 0;
}
.whatson-item__img {
  position: relative;
}
.whatson-item__img img {
  height: 300px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.whatson-item__img .link::after {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.whatson-item__img .link:hover::after {
  opacity: 0;
}
.whatson-item__title {
  background-color: #424143;
  color: #fff;
  padding: 20px 15px;
  z-index: 2;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.whatson-item__title .t, .whatson-item__title .link {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #D6DF27;
  text-decoration: none;
}
.whatson-item__link {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #D6DF27;
  text-decoration: none;
}

.tenant-item img {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  margin: 0 auto;
}
.tenant-item__caption {
  max-width: 250px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.07);
  font-size: 18px;
  transition: all 0.3s;
}
.tenant-item:hover img {
  transform: scale(1.1);
}
.tenant-item:hover .tenant-item__caption {
  color: #D6DF27;
}

#tenant-slider {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#tenant-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 0 15px;
  transition: all 0.3s;
}
#tenant-slider .owl-nav .owl-prev,
#tenant-slider .owl-nav .owl-next {
  background-color: #6EC1E4;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
}
#tenant-slider .owl-nav .owl-prev.disabled,
#tenant-slider .owl-nav .owl-next.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
#tenant-slider .owl-dots {
  margin-top: 50px;
}
#tenant-slider .owl-dots .owl-dot span {
  background-color: #7a7a7a;
}
#tenant-slider .owl-dots .owl-dot.active span {
  background-color: #61ec70;
}

#whatson-slider {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#whatson-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 0 50px 0 10px;
  transition: all 0.3s;
}
#whatson-slider .owl-nav .owl-prev,
#whatson-slider .owl-nav .owl-next {
  background-color: #6EC1E4;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
}
#whatson-slider .owl-nav .owl-prev.disabled,
#whatson-slider .owl-nav .owl-next.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
#whatson-slider .owl-dots {
  margin-top: 50px;
}
#whatson-slider .owl-dots .owl-dot span {
  background-color: #7a7a7a;
}
#whatson-slider .owl-dots .owl-dot.active span {
  background-color: #61ec70;
}

.subscribe {
  background-color: #D6DF27;
  padding: 40px 0;
}
.subscribe-title {
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.subscribe-btn {
  color: #6F6B6B;
  text-transform: uppercase;
  font-size: 15px;
  padding: 13px 50px;
  border-radius: 6px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.subscribe-btn:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.subscribe form .form-control {
  background-color: transparent;
  border: 1px solid #424143;
  padding: 12px 15px;
  border-radius: 6px;
}

.footer-top {
  background-color: #424143;
  padding: 30px 0 26px 0;
  color: #fff;
}
.footer-bottom {
  background-color: #000;
  padding: 20px 0;
  color: #fff;
}
.footer-title {
  font-family: "AvenirLTStd", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.footer-desc {
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.footer-links {
  margin-bottom: 0;
}
.footer-links li {
  margin-bottom: 10px;
  font-size: 16px;
}
.footer-links li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-links li a:hover {
  color: #D6DF27;
}
.footer-call {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-call a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.footer-call a:hover {
  color: #D6DF27;
}
.footer-call a i.bi {
  color: #D6DF27;
  font-size: 25px;
  margin-right: 10px;
}
.footer-socials {
  display: flex;
  align-items: center;
}
.footer-socials a {
  color: #fff;
  font-size: 30px;
  margin-right: 20px;
  transition: all 0.3s;
}
.footer-socials a:hover {
  color: #D6DF27;
}

.title-highlighted {
  background-color: #D6DF27;
  padding: 5px 15px;
  display: inline-block;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.page-content {
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 14px;
}
.page-content p {
  margin-bottom: 1.6em;
}
.page-content .title2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
}
.page-content .row img {
  max-width: 100%;
  width: 100%;
  height: 300px;
}

.share {
  margin: 50px 0 80px;
}
.share-list {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}
.share-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  margin-right: 10px;
}
.share-list a:hover {
  background-color: #D6DF27;
}
.share-list a.facebook {
  background-color: #3b5998;
}
.share-list a.facebook:hover {
  background-color: #233c70;
}
.share-list a.twitter {
  background-color: #00acee;
}
.share-list a.twitter:hover {
  background-color: #0087c1;
}
.share-list a.linkedin {
  background-color: #0e76a8;
}
.share-list a.linkedin:hover {
  background-color: #0b5f83;
}
.share-list a.whatsapp {
  background-color: #25d366;
}
.share-list a.whatsapp:hover {
  background-color: #06b145;
}

#gallery-slider {
  background-color: #000;
  position: relative;
  margin-bottom: 20px;
}
#gallery-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 0 0px;
  transition: all 0.3s;
}
#gallery-slider .owl-nav .owl-prev,
#gallery-slider .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
}

.gallery-slider__item {
  height: 450px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}
.gallery-slider__item-box {
  max-width: 55%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-bottom: 70px;
}
.gallery-slider__item-title {
  font-size: 2em;
  font-weight: 400;
  color: #D6DF27;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.gallery-slider__item-text {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 20px;
}

.gallery-thumb-slider__item {
  height: 100px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.gallery-thumb-slider__item:hover {
  transform: scale(1.1);
}
.gallery-thumb-slider .owl-item {
  opacity: 0.6;
}
.gallery-thumb-slider .owl-item.active {
  opacity: 1;
}

.post-breadcrumbs .breadcrumb-item {
  color: #334155;
  color: 13.6px;
}
.post-breadcrumbs .breadcrumb-item a {
  color: #046BD2;
  text-decoration: none;
}

.post-meta__category a {
  background-color: #D6DF27;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 100px;
  display: inline-block;
  text-transform: uppercase;
}

.post-title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #494949;
  font-weight: 600;
}

.post-meta {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #54595f;
}

.post-thumbnail img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #747474;
}

.post-list {
  list-style: none;
  padding: 0;
}

.post-item {
  transition: all 0.3s;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D6DF27;
  font-family: "AvenirLTStd", sans-serif;
}
.post-item-thumbnail a {
  position: relative;
  padding: 20px;
  overflow: hidden;
  display: block;
}
.post-item-thumbnail img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.post-item-thumbnail:hover img {
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
}
.post-item-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.post-item-title a {
  color: #000;
  text-decoration: none;
}
.post-item-title a:hover {
  text-decoration: underline;
}
.post-item-content {
  padding: 16px 0 0 14px;
}
.post-item-meta {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.post-item-excerpt {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #636363;
}
.post-item .btn.light2 {
  background-color: #fff;
  color: #636363;
  border: 1px solid #D6DF27;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 12px;
}
.post-item .btn.light2:hover {
  background-color: #D6DF27;
}

.post-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.post-pagination .page-item {
  margin: 0 5px;
}
.post-pagination .page-item a {
  padding: 10px 15px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #f7f8fb;
  font-size: 16px;
  line-height: 21px;
  border-color: #f7f8fb;
}
.post-pagination .page-item a:hover {
  background-color: #505255;
  color: #fff;
}
.post-pagination .page-item .page-link {
  border-radius: 0;
}
.post-pagination .page-item.active a {
  background-color: #505255;
  color: #fff;
}
.post-pagination .page-item.disabled a {
  pointer-events: none;
  background-color: #f7f8fb;
  color: #000;
}

.post-related .section-title {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: initial;
}
.post-related .post-item-content {
  padding: 0;
}
.post-related .post-item-thumbnail {
  margin-bottom: 20px;
}
.post-related .post-item-thumbnail a {
  padding: 0;
}
.post-related .post-item-thumbnail a img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.contact-title {
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 300;
  letter-spacing: 3px;
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #5C5C5C;
}
.contact-map--img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.contact-info__title {
  font-size: 17px;
  color: #4E4E4E;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.contact-info__text {
  font-size: 17px;
  line-height: 20px;
  color: #4E4E4E;
  font-weight: 300;
  margin-bottom: 20px;
}
.contact-info-list {
  color: #54595f;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1.2px;
  word-spacing: 3px;
}
.contact-info-list a {
  text-decoration: none;
  color: #54595f;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.contact-info-list a i.bi {
  font-size: 30px;
  color: #C2CE00;
}
.contact-info-list a:hover {
  color: #C2CE00;
}
.contact-form label {
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.contact-form .form-control {
  background-color: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 2px solid #D6DF27;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
}
.contact-form .form-control::-moz-placeholder {
  color: #adadad;
}
.contact-form .form-control::placeholder {
  color: #adadad;
}
.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #D6DF27;
}
.contact-form button[type=submit] {
  font-family: "AvneirLTStd", sans-serif;
  background-color: #C2CE00;
  color: #EBEBEB;
  text-transform: uppercase;
  font-weight: 600;
  font-weight: 700;
  border-radius: 7px;
  padding: 12px 23px;
}
.contact-form button[type=submit]:hover {
  color: #fff;
  border-color: #C2CE00;
}

@media (max-width: 991px) {
  #navbar .navbar-nav .nav-item .nav-search {
    bottom: 0;
    right: 0;
  }
  .post-item-thumbnail a {
    padding: 0;
  }
  .post-item-thumbnail a img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  #navbar .navbar-brand img {
    width: 200px;
  }
  #navbar .navbar-nav .nav-item .nav-search {
    bottom: 0;
    right: 0;
  }
  .banner-slider__item-box {
    max-width: 100%;
  }
  .banner-slider__item-title {
    font-size: 1em;
  }
  .banner-slider__item-text {
    font-size: 0.8em;
  }
  .about-text {
    padding: 25px 15px;
  }
  .subscribe-title {
    font-size: 14px;
  }
  .subscribe-btn {
    font-size: 12px;
    display: block;
    width: 100%;
  }
  .footer-title {
    font-size: 14px;
  }
  .footer-desc {
    font-size: 14px;
  }
  .footer-links li {
    font-size: 14px;
  }
  .footer-call {
    font-size: 16px;
  }
  .footer-socials a {
    font-size: 25px;
  }
}/*# sourceMappingURL=main.css.map */