@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");
@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-MediumItalic.woff2") format("woff2"), url("../fonts/TTNorms-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Thin.woff2") format("woff2"), url("../fonts/TTNorms-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/TTNorms-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-ExtraBold.woff2") format("woff2"), url("../fonts/TTNorms-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-ExtraLight.woff2") format("woff2"), url("../fonts/TTNorms-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-HeavyItalic.woff2") format("woff2"), url("../fonts/TTNorms-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-LightItalic.woff2") format("woff2"), url("../fonts/TTNorms-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Italic.woff2") format("woff2"), url("../fonts/TTNorms-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-ExtraLightItalic.woff2") format("woff2"), url("../fonts/TTNorms-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-ThinItalic.woff2") format("woff2"), url("../fonts/TTNorms-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-BoldItalic.woff2") format("woff2"), url("../fonts/TTNorms-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Black.woff2") format("woff2"), url("../fonts/TTNorms-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Light.woff2") format("woff2"), url("../fonts/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Heavy.woff2") format("woff2"), url("../fonts/TTNorms-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-BlackItalic.woff2") format("woff2"), url("../fonts/TTNorms-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

body {
  background: #fff;
  font-family: 'TT Norms';
  font-size: 1rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibilit;
}

@media only screen and (max-width: 1200px) {
  body {
    background: #f5f6fa;
  }
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(47%, rgba(123, 123, 123, 0)), to(#FFFFFF));
  background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(123, 123, 123, 0) 47%, #FFFFFF 100%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  body:before {
    content: none;
  }
}

.mm-menu {
  --mm-color-background: #008287;
  --mm-color-text: #fff;
  --mm-color-text-dimmed: #fff;
  --mm-color-button: #fff;
  --mm-color-background-highlight: rgba(0,0,0,.25);
}

.mm-menu .mm-listitem {
  position: relative;
}

.mm-menu .mm-listitem .mm-listitem__text {
  padding-left: 50px;
}

.mm-menu .mm-listitem .fas,
.mm-menu .mm-listitem .fab,
.mm-menu .mm-listitem .far,
.mm-menu .mm-listitem .fa {
  position: absolute;
  left: 20px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

input,
input:hover,
input:active,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea {
  outline: none !important;
  -webkit-box-shadow: none !important;
}

.pagination-area {
  margin: 50px 0;
}

.pagination-area .page-item {
  margin: 0 5px;
}

.pagination-area .page-item:first-child .page-link,
.pagination-area .page-item:first-child .page-link:hover, .pagination-area .page-item:last-child .page-link,
.pagination-area .page-item:last-child .page-link:hover {
  background: #008287;
  color: #fff;
  border-color: #008287;
}

@media only screen and (max-width: 480px) {
  .pagination-area .page-item:first-child, .pagination-area .page-item:last-child {
    display: none;
  }
}

.pagination-area .page-item .page-link {
  width: 47px;
  height: 47px;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border: 2px solid #008287;
  color: #008287;
  border-radius: 5px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 480px) {
  .pagination-area .page-item .page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.pagination-area .page-item .page-link:hover {
  background: #025659;
  border-color: #025659;
  color: #fff;
}

.icons {
  background: url("../img/icons.png") no-repeat;
  display: inline-block;
}

.icons.icon-1 {
  width: 25px;
  height: 15px;
  background-position: 0 0;
}

.icons.icon-2 {
  width: 15px;
  height: 15px;
  background-position: -30px 0;
}

.icons.icon-3 {
  width: 13px;
  height: 13px;
  background-position: -50px -1px;
}

.icons.icon-4 {
  width: 28px;
  height: 28px;
  background-position: -1px -20px;
}

.icons.icon-5 {
  width: 28px;
  height: 28px;
  background-position: -34px -20px;
}

.icons.icon-6 {
  width: 28px;
  height: 28px;
  background-position: -67px -20px;
}

.icons.icon-7 {
  width: 28px;
  height: 28px;
  background-position: -98px -20px;
}

.icons.icon-8 {
  width: 16px;
  height: 16px;
  background-position: -66px 0;
}

.icons.icon-9 {
  width: 33px;
  height: 37px;
  background-position: 0 -53px;
}

.icons.icon-10 {
  width: 37px;
  height: 37px;
  background-position: -38px -53px;
}

.icons.icon-11 {
  width: 40px;
  height: 41px;
  background-position: -81px -53px;
}

.icons.icon-12 {
  width: 40px;
  height: 37px;
  background-position: -126px -51px;
}

.icons.icon-13 {
  width: 40px;
  height: 40px;
  background-position: -172px -48px;
}

.icons.icon-14 {
  width: 45px;
  height: 31px;
  background-position: 0 -99px;
}

.icons.icon-15 {
  width: 37px;
  height: 37px;
  background-position: 0 -243px;
}

.icons.icon-16 {
  width: 39px;
  height: 39px;
  background-position: 0 -143px;
}

.icons.icon-17 {
  width: 42px;
  height: 42px;
  background-position: -85px -143px;
}

.icons.icon-18 {
  width: 38px;
  height: 38px;
  background-position: -42px -143px;
}

.icons.icon-19 {
  width: 44px;
  height: 44px;
  background-position: -132px -143px;
}

.icons.icon-20 {
  width: 32px;
  height: 32px;
  background-position: -217px -1px;
}

.icons.icon-21 {
  width: 32px;
  height: 32px;
  background-position: -216px -53px;
}

.icons.icon-22 {
  width: 32px;
  height: 32px;
  background-position: -216px -104px;
}

.icons.icon-23 {
  width: 22px;
  height: 18px;
  background-position: -132px -20px;
}

.icons.icon-24 {
  width: 28px;
  height: 24px;
  background-position: -46px -242px;
}

.icons.icon-25 {
  width: 24px;
  height: 24px;
  background-position: -81px -242px;
}

.icons.icon-26 {
  width: 23px;
  height: 32px;
  background-position: -112px -242px;
}

.icons.icon-27 {
  width: 18px;
  height: 12px;
  background-position: -162px -20px;
}

.icons.fb {
  width: 28px;
  height: 28px;
  background-position: -38px -291px;
}

.icons.tw {
  width: 28px;
  height: 28px;
  background-position: -152px -291px;
}

.icons.pn {
  width: 28px;
  height: 28px;
  background-position: -114px -291px;
}

.icons.wp {
  width: 28px;
  height: 28px;
  background-position: 0 -291px;
}

.icons.email {
  width: 28px;
  height: 28px;
  background-position: -76px -291px;
}

.icons.icon-28 {
  width: 14px;
  height: 18px;
  background-position: 0 -329px;
}

.icons.icon-29 {
  width: 18px;
  height: 14px;
  background-position: -24px -329px;
}

.icons.icon-30 {
  width: 21px;
  height: 21px;
  background-position: -52px -329px;
}

.icons.icon-31 {
  width: 21px;
  height: 21px;
  background-position: -83px -329px;
}

.icons.icon-32 {
  width: 21px;
  height: 21px;
  background-position: -114px -329px;
}

.icons.icon-33 {
  width: 24px;
  height: 16px;
  background-position: -145px -329px;
}

.icons.icon-34 {
  width: 20px;
  height: 20px;
  background-position: -179px -329px;
}

.icons.icon-35 {
  width: 32px;
  height: 32px;
  background-position: -1px -360px;
}

.icons.icon-36 {
  width: 32px;
  height: 32px;
  background-position: -43px -360px;
}

.icons.icon-37 {
  width: 32px;
  height: 32px;
  background-position: -85px -360px;
}

.icons.icon-38 {
  width: 34px;
  height: 36px;
  background-position: -127px -355px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.container.outside {
  background: #fff !important;
  padding: 0;
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1200px) {
  .container.outside {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 575px) {
  .container.outside {
    padding: 0 15px;
  }
}

#header .top {
  padding: 10px 15px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 768px) {
  #header .top .m-hidden {
    display: none !important;
  }
}

#header .top .languageChanger .btn {
  background: 0;
  color: #222;
  border: 0;
  border-radius: 0;
  color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-size: 0.8125rem;
}

#header .top .languageChanger .btn:hover {
  color: #222;
}

#header .top .languageChanger .btn .icons {
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: -3px;
}

#header .top .languageChanger .btn:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: 0;
  vertical-align: 0;
  font-size: 0.75rem;
}

#header .top .languageChanger .dropdown-menu {
  border-radius: 0;
  padding: 0;
}

#header .top .languageChanger .dropdown-menu .dropdown-item {
  padding: 10px;
  font-size: 0.8125rem;
}

#header .top .languageChanger .dropdown-menu .dropdown-item .icons {
  vertical-align: -3px;
  margin-right: 5px;
}

#header .top .weather,
#header .top .phone-number {
  margin-left: 40px;
}

@media only screen and (max-width: 480px) {
  #header .top .weather,
  #header .top .phone-number {
    margin-left: 10px;
  }
}

#header .top .weather .icons,
#header .top .phone-number .icons {
  margin-right: 5px;
  vertical-align: -2px;
}

@media only screen and (max-width: 380px) {
  #header .top .weather {
    display: none;
  }
}

#header .top .social .nav-link {
  padding: 0;
  margin: 0 2.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .top .social .nav-link:hover {
  opacity: .6;
}

#header .bottom {
  position: relative;
  padding: 0 15px;
  z-index: 9;
}

#header .bottom .menu-bg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 130, 135, 0.05);
          box-shadow: 0px 10px 10px 0px rgba(0, 130, 135, 0.05);
}

#header .bottom .nav .nav-item {
  position: relative;
}

#header .bottom .nav .nav-item .nav-link {
  line-height: 85px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #103748;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: .5rem 1.09rem;
}

#header .bottom .nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  background: #103748;
  opacity: 0;
}

#header .bottom .nav .nav-item .nav-link:hover, #header .bottom .nav .nav-item .nav-link.active {
  color: #00897b;
}

#header .bottom .nav .nav-item .nav-link:hover:after, #header .bottom .nav .nav-item .nav-link.active:after {
  opacity: 1;
}

#header .bottom .nav .nav-item .nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 300px;
  padding: 20px 0;
  background: #fff;
  display: none;
}

#header .bottom .nav .nav-item .nav-sub a {
  color: #00897b;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .bottom .nav .nav-item .nav-sub a:hover {
  color: #103748;
}

#header .bottom .nav .nav-item:hover .nav-sub {
  display: block;
}

#header .bottom .logo-area {
  position: relative;
}

#header .bottom .logo-area .logo {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media only screen and (max-width: 1200px) {
  #header .bottom .logo-area .logo {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

#header .bottom .btn {
  background: #008287;
  color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.25);
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  #header .bottom .btn {
    display: none;
  }
}

#header .bottom .btn:hover {
  background: #103748;
}

#header .bottom .btn .icons {
  margin-right: 10px;
  vertical-align: -3px;
}

#header .bottom .menu-button {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 10px 20px;
  color: #aaa;
  margin-right: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  #header .bottom .m-hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  #header .bottom .m-lg-hidden {
    display: none !important;
  }
}

#slider {
  background: #f2f2f2;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  #slider .swiper-container {
    margin-bottom: 15px;
  }
}

#slider .swiper-slide {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

#slider .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#slider .swiper-slide .slide-thumbnail {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

#slider .swiper-slide .slide-title {
  position: absolute;
  bottom: 40px;
  left: 25px;
  right: 25px;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  #slider .swiper-slide .slide-title {
    bottom: 50px;
    font-size: 1.125rem;
  }
}

#slider .swiper-slide .slide-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  width: 200px;
  height: 2px;
  background: #00897b;
}

#slider .swiper-pagination {
  right: 15px;
  width: auto;
  text-align: right;
}

#slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  position: relative;
  margin: 0 7.5px;
  opacity: 1;
}

#slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00897b;
}

#slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

#slider .post {
  height: 177px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

#slider .post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#slider .post:first-child {
  margin-bottom: 15px;
}

#slider .post .post-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#slider .post .post-title {
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fff;
}

#slider .post .post-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  width: 200px;
  height: 2px;
  background: #00897b;
}

#slider .post:hover:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 127, 123, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 127, 123, 0.8) 100%);
}

#slider .post:hover .post-title:before {
  background: #fff;
}

#main {
  padding: 30px 15px;
}

#main.content-pages {
  padding: 50px 15px;
}

#main .section-title {
  font-size: 1rem;
  font-weight: 500;
  color: #103748;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

#main .section-title span {
  border-bottom: 2px solid #00897b;
  padding-bottom: 16px;
  text-transform: uppercase;
}

#main .section-title .pagination {
  text-align: right;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 991px) {
  #main .section-title .pagination {
    display: none;
  }
}

#main .section-title .pagination .swiper-pagination-bullet {
  background: #eee;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  border: 0;
  opacity: 1;
  outline: none;
}

#main .section-title .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00897b;
}

#main .section-title .btn {
  background: #00897b;
  font-size: 0.75rem;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 1px 5px;
  border-radius: 2px;
}

#main .section-title .btn:hover {
  background: #103748;
}

#main .section {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  #main .section {
    margin-bottom: 20px;
  }
}

#main .ecity .swiper-slide {
  background: #f7f5f5;
  border: 1px solid #e4e2e2;
  border-radius: 4px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .ecity .swiper-slide .icons {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .ecity .swiper-slide span {
  font-weight: 600;
  font-size: 0.8125rem;
  color: #103748;
  margin: 20px 35px 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

#main .ecity .swiper-slide:hover {
  background: #008287;
}

#main .ecity .swiper-slide:hover span {
  color: #fff;
}

#main .ecity .swiper-slide:hover .icon-9 {
  background-position: 0 -197px;
}

#main .ecity .swiper-slide:hover .icon-10 {
  background-position: -38px -197px;
}

#main .ecity .swiper-slide:hover .icon-11 {
  background-position: -81px -197px;
}

#main .ecity .swiper-slide:hover .icon-12 {
  background-position: -126px -195px;
}

#main .ecity .swiper-slide:hover .icon-13 {
  background-position: -172px -192px;
}

#main .ecity .swiper-slide:hover .icon-14 {
  background-position: -204px -144px;
}

#main .poster-area {
  position: relative;
}

#main .poster-area .poster {
  width: 100%;
  height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .poster-area .buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .poster-area .buttons .button {
  background: #00897b;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}

#main .poster-area .buttons .button:hover {
  background: #007b6e;
}

#main .poster-area .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
}

#main .poster-area .swiper-slide:hover .hover {
  opacity: 1;
}

#main .poster-area .swiper-slide .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 137, 123, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .poster-area .swiper-slide .hover .hover-date {
  background: rgba(3, 62, 56, 0.9);
  color: #fff;
  padding: 7px 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

#main .poster-area .swiper-slide .hover .hover-date .far {
  margin-right: 10px;
}

#main .poster-area .swiper-slide .hover .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .poster-area .swiper-slide .hover .feature:last-child {
  margin-bottom: 0;
}

#main .poster-area .swiper-slide .hover .feature .icon-area {
  margin-right: 20px;
}

#main .poster-area .swiper-slide .hover .feature .content-area .type {
  color: #023a34;
  font-size: 1.125rem;
  font-weight: bold;
}

#main .poster-area .swiper-slide .hover .feature .content-area .title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  line-height: 22px;
}

#main .poster-area .swiper-slide .hover .details-link {
  color: #fff;
  margin-top: 20px;
  font-size: 0.8125rem;
  margin-left: 40px;
}

#main .poster-area .swiper-slide .hover .details-link .fas {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  #main .post-list .post {
    margin-bottom: 15px;
  }
}

#main .post-list .post .post-thumbnail-link {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}

#main .post-list .post .post-thumbnail-link .post-thumbnail {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .post-list .post .post-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #103748;
  position: relative;
  display: block;
  padding-top: 15px;
  margin-top: 15px;
}

#main .post-list .post .post-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
}

#main .post-list .post .post-title:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 60%;
  background: #008287;
  height: 2px;
}

#main .post-list .post .post-summary {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #878787;
}

#main .post-list .post:hover .post-thumbnail-link .post-thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#main .post-list .post.small:first-child {
  margin-bottom: 30px;
}

#main .post-list .post.small .post-thumbnail-link .post-thumbnail {
  height: 110px;
}

#main .post-list .post.small .post-title {
  font-size: 0.875rem;
}

#main .bid-press-area {
  background: #f2f2f2;
  margin-top: 120px;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  #main .bid-press-area {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  #main .bid-press-area {
    margin-top: 0;
  }
}

#main .bid-press-area .banner {
  margin-top: -125px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  #main .bid-press-area .banner {
    display: none;
  }
}

#main .bid-press-area .banner img {
  width: 100%;
}

#main .bid-press-area .bid-list .bid:nth-child(-n+2) {
  margin-bottom: 15px;
}

#main .bid-press-area .bid-list .bid .bid-date {
  background: #008287;
  width: 65px;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  margin-right: 20px;
}

#main .bid-press-area .bid-list .bid .bid-content .bid-title {
  font-weight: 500;
  color: #103748;
  line-height: 10px;
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .bid-press-area .bid-list .bid .bid-content .bid-title:hover {
  color: #008287;
}

#main .bid-press-area .bid-list .bid .bid-content .bid-meta {
  font-size: 0.625rem;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .bid-press-area .bid-list .bid .bid-content .bid-meta .fas,
#main .bid-press-area .bid-list .bid .bid-content .bid-meta .far {
  margin-right: 5px;
}

#main .bid-press-area .bid-list .bid .bid-content .bid-meta .bid-views {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  #main .bid-press-area .press-area {
    margin-top: 30px;
  }
}

#main .bid-press-area .press-area .section-title .pagination .swiper-pagination-bullet {
  background: #b2b2b2;
}

#main .bid-press-area .press-area .section-title .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00897b;
}

#main .bid-press-area .press-area .swiper-slide {
  background: #fff;
  border-radius: 4px;
  padding: 5px;
  position: relative;
}

#main .bid-press-area .press-area .swiper-slide:before {
  content: "";
  background: #00897b;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
}

#main .bid-press-area .press-area .swiper-slide:after {
  content: "";
  position: absolute;
}

#main .bid-press-area .press-area .swiper-slide:hover:before {
  opacity: .85;
}

#main .bid-press-area .press-area .swiper-slide:hover .play-icon {
  opacity: 1;
}

#main .bid-press-area .press-area .swiper-slide .newspaper {
  width: 100%;
  height: 220px;
}

#main .bid-press-area .press-area .swiper-slide .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

#main .bid-press-area .press-area .swiper-slide .play-icon span {
  margin-top: 10px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #main .unknowns-area .col-12:first-child {
    margin-bottom: 30px;
  }
}

#main .unknowns-area .count-box {
  border: 1px solid #ebebeb;
  padding: 15px 20px 15px 70px;
  border-radius: 4px;
  position: relative;
}

#main .unknowns-area .count-box:nth-child(-n+3) {
  margin-bottom: 10px;
}

#main .unknowns-area .count-box span {
  font-weight: 600;
  color: #103748;
  text-transform: uppercase;
}

#main .unknowns-area .count-box .count {
  font-size: 2.25rem;
  font-weight: bold;
  color: #00897b;
  line-height: 34px;
}

@media only screen and (max-width: 1200px) {
  #main .unknowns-area .count-box .count {
    font-size: 1.5rem;
  }
}

#main .unknowns-area .count-box .count sup {
  top: -.4em;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1200px) {
  #main .unknowns-area .count-box .count sup {
    font-size: 1.25rem;
  }
}

#main .unknowns-area .count-box.location:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  background: url("../img/icons.png") no-repeat;
  background-position: -49px -99px;
  display: inline-block;
  width: 31px;
  height: 39px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#main .unknowns-area .count-box.streets:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  background: url("../img/icons.png") no-repeat;
  background-position: -85px -99px;
  display: inline-block;
  width: 31px;
  height: 36px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#main .unknowns-area .slider .swiper-slide {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 480px) {
  #main .unknowns-area .slider .swiper-slide {
    display: block !important;
  }
}

#main .unknowns-area .slider .swiper-slide:after {
  content: "?";
  font-size: 15.625rem;
  font-weight: 800;
  color: #dedfe5;
  position: absolute;
  top: 0;
  right: -30px;
  line-height: 75px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

@media only screen and (max-width: 480px) {
  #main .unknowns-area .slider .swiper-slide:after {
    content: none;
  }
}

#main .unknowns-area .slider .swiper-slide .slide-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  height: 290px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 50px;
}

@media only screen and (max-width: 1200px) {
  #main .unknowns-area .slider .swiper-slide .slide-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
    margin-right: 20px;
    width: 230px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #main .unknowns-area .slider .swiper-slide .slide-thumbnail {
    height: 340px;
  }
}

@media only screen and (max-width: 480px) {
  #main .unknowns-area .slider .swiper-slide .slide-thumbnail {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  #main .unknowns-area .slider .swiper-slide .slide-thumbnail {
    height: 200px;
  }
}

#main .unknowns-area .slider .swiper-slide .slide-content {
  position: relative;
}

@media only screen and (max-width: 480px) {
  #main .unknowns-area .slider .swiper-slide .slide-content {
    padding: 20px;
  }
}

#main .unknowns-area .slider .swiper-slide .slide-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  background: url("../img/icons.png") no-repeat;
  background-position: -159px -99px;
  display: inline-block;
  width: 36px;
  height: 28px;
}

@media only screen and (max-width: 480px) {
  #main .unknowns-area .slider .swiper-slide .slide-content:before {
    display: none;
  }
}

#main .unknowns-area .slider .swiper-slide .slide-content .slide-text {
  max-width: 400px;
  color: #9496a9;
  line-height: 20px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #main .unknowns-area .slider .swiper-slide .slide-content .slide-text {
    max-width: 350px;
  }
}

@media only screen and (max-width: 991px) {
  #main .unknowns-area .slider .swiper-slide .slide-content .slide-text {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 480px) {
  #main .unknowns-area .slider .swiper-slide .slide-content .slide-text {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

#main .unknowns-area .slider .swiper-slide .slide-content .slide-btn {
  background: #00897b;
  color: #fff;
  font-weight: bold;
  font-size: 0.9375rem;
  border-radius: 2px;
  padding: 10px 15px;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
}

@media only screen and (max-width: 991px) {
  #main .unknowns-area .slider .swiper-slide .slide-content .slide-btn {
    bottom: 50px;
  }
}

@media only screen and (max-width: 480px) {
  #main .unknowns-area .slider .swiper-slide .slide-content .slide-btn {
    position: static;
  }
}

#main .unknowns-area .slider .swiper-slide .slide-content .slide-btn:hover {
  background: #103748;
}

#main .unknowns-area .slider .buttons {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 2.1875rem;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  #main .unknowns-area .slider .buttons {
    bottom: 0;
    right: 10px;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-transform: none;
            transform: none;
  }
}

#main .unknowns-area .slider .buttons .fas {
  color: #7fc4bc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  #main .unknowns-area .slider .buttons .fas {
    margin: 0 5px;
  }
}

#main .unknowns-area .slider .buttons .fas:hover {
  color: #0c8e81;
}

#main .projects-area .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

#main .projects-area .swiper-slide:hover .slide-title {
  background: #00897b;
}

#main .projects-area .swiper-slide:hover .slide-thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#main .projects-area .swiper-slide .slide-thumbnail {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .projects-area .swiper-slide .slide-title {
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 137, 123, 0.85);
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .projects-area .slide-area {
  position: relative;
}

#main .projects-area .slide-area .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #007b6e;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  outline: none;
}

#main .projects-area .slide-area .button.prev {
  left: -15px;
}

#main .projects-area .slide-area .button.next {
  right: -15px;
}

@media only screen and (max-width: 768px) {
  #main .photo-video-area .pr-2 {
    padding-right: 15px !important;
  }
  #main .photo-video-area .pl-2 {
    padding-left: 15px !important;
  }
}

#main .photo-video-area .row {
  margin: 0 -7.5px;
}

#main .photo-video-area .row .col-12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}

#main .photo-video-area .image {
  display: block;
  position: relative;
  overflow: hidden;
}

#main .photo-video-area .image:before {
  content: "";
  background: rgba(0, 137, 123, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .photo-video-area .image img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .photo-video-area .image span {
  position: absolute;
  top: 50%;
  left: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 0.8125rem;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main .photo-video-area .image span .icons {
  display: block;
  margin-bottom: 20px;
}

#main .photo-video-area .image:hover:before {
  opacity: 1;
}

#main .photo-video-area .image:hover span {
  left: 50%;
  z-index: 2;
}

#main .photo-video-area .all-box {
  background: #00897b;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  #main .photo-video-area .all-box {
    height: 200px;
  }
}

#main .photo-video-area .all-box .box-title {
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
  margin: 20px 0;
  text-transform: uppercase;
}

#main .photo-video-area .all-box .btn {
  border: 1px solid #fff;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8125rem;
}

#main .photo-video-area .all-box .btn:hover {
  background: #fff;
  color: #00997b;
}

#main .post-list .post {
  margin-bottom: 30px;
}

#main .post-list .post:last-child {
  margin-bottom: 0;
}

#main .post-list .post .thumbnail {
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 768px) {
  #main .post-list .post .thumbnail {
    margin-bottom: 20px;
  }
}

#main .post-list .post .thumbnail img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .post-list .post .thumbnail:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#main .post-list .post .post--title {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #103748;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  display: block;
}

#main .post-list .post .post--title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background: #00897b;
}

#main .post-list .post .post--title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e0e0e0;
  height: 1px;
}

#main .post-list .post .post-meta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #878787;
  font-size: 0.875rem;
  font-weight: 500;
}

#main .post-list .post .post-meta .post-date {
  margin-right: 20px;
}

#main .post-list .post .post-meta .fas {
  margin-right: 5px;
}

#main .post-list .post .post-summary {
  line-height: 20px;
}

#main .post-list .post .reading-more-button {
  border-radius: 6px;
  background: #008287;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.25);
  color: #fff;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .post-list .post .reading-more-button:hover {
  opacity: .7;
}

#main .post-list .post .reading-more-button:before {
  content: "\f06e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}

#main .sidebar .widget {
  margin-bottom: 40px;
}

#main .sidebar .widget .widget-title {
  font-weight: bold;
  padding-bottom: 0;
}

#main .sidebar .widget .widget-title span {
  border: 0;
  display: inline-block;
}

#main .sidebar .widget .widget-title:after {
  content: "";
  background: #00897b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 70%;
}

#main .sidebar .widget .search-widget form {
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .sidebar .widget .search-widget form input {
  border: 0;
  background: 0;
  height: 50px;
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
}

#main .sidebar .widget .search-widget form button {
  border: 0;
  background: #00897b;
  color: #ffffff;
  width: 45px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  #main .sidebar .widget .search-widget form button {
    display: none;
  }
}

#main .sidebar .widget .search-widget form button:hover {
  opacity: .8;
}

#main .sidebar .widget .news-widget .news-list .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#main .sidebar .widget .news-widget .news-list .news:last-child {
  margin-bottom: 0;
}

#main .sidebar .widget .news-widget .news-list .news .thumbnail {
  display: block;
  margin-right: 15px;
}

#main .sidebar .widget .news-widget .news-list .news .thumbnail img {
  width: 100px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  #main .sidebar .widget .news-widget .news-list .news .thumbnail img {
    height: 100%;
  }
}

#main .sidebar .widget .news-widget .news-list .news .news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main .sidebar .widget .news-widget .news-list .news .news-content .news-title {
  color: #103748;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

#main .sidebar .widget .news-widget .news-list .news .news-content .news-meta {
  margin-top: 5px;
  color: #878787;
  font-size: 0.75rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  #main .sidebar .widget .news-widget .news-list .news .news-content .news-meta {
    display: none;
  }
}

#main .sidebar .widget .news-widget .news-list .news .news-content .news-meta .post-views {
  margin-right: 15px;
}

#main .sidebar .widget .news-widget .news-list .news .news-content .news-meta .fas {
  margin-right: 5px;
}

#main .sidebar .widget .bid-widget .bid-list .bid:nth-child(-n+2) {
  margin-bottom: 15px;
}

#main .sidebar .widget .bid-widget .bid-list .bid .bid-date {
  background: #008287;
  width: 65px;
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  margin-right: 20px;
}

#main .sidebar .widget .bid-widget .bid-list .bid .bid-content .bid-title {
  font-weight: 500;
  color: #103748;
  line-height: 10px;
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .sidebar .widget .bid-widget .bid-list .bid .bid-content .bid-title:hover {
  color: #008287;
}

#main .sidebar .widget .bid-widget .bid-list .bid .bid-content .bid-meta {
  font-size: 0.625rem;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  #main .sidebar .widget .bid-widget .bid-list .bid .bid-content .bid-meta {
    display: none;
  }
}

#main .sidebar .widget .bid-widget .bid-list .bid .bid-content .bid-meta .fas,
#main .sidebar .widget .bid-widget .bid-list .bid .bid-content .bid-meta .far {
  margin-right: 5px;
}

#main .sidebar .widget .bid-widget .bid-list .bid .bid-content .bid-meta .bid-views {
  margin-right: 15px;
}

#main .article--area {
  position: relative;
}

#main .article--area .share-area {
  position: absolute;
  padding: 20px;
  left: -65px;
  max-width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  #main .article--area .share-area {
    display: none;
  }
}

#main .article--area .share-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  z-index: -1;
}

#main .article--area .share-area a {
  margin-bottom: 10px;
}

#main .article--area .share-area a:last-child {
  margin-bottom: 0;
}

#main .article--area .share-area a .icons {
  display: block;
}

#main .article--area .post--content .post-thumbnail {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #main .article--area .post--content .post-thumbnail {
    height: 400px;
  }
}

@media only screen and (max-width: 480px) {
  #main .article--area .post--content .post-thumbnail {
    height: 300px;
  }
}

#main .article--area .post--content .post-title {
  font-size: 1.5rem;
  color: #103748;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

#main .article--area .post--content .post-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  height: 1px;
  width: 50%;
}

#main .article--area .post--content .post-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #00897b;
  width: 30%;
}

#main .article--area .post--content .post-meta {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #878787;
}

#main .article--area .post--content .post-meta .post-date {
  margin-right: 25px;
}

#main .article--area .post--content .post-meta .fas {
  margin-right: 5px;
}

#main .article--area .post--content .article {
  margin-top: 20px;
}

#main .article--area .post--content .article p {
  color: #878787;
  line-height: 26px;
}

#main .article--area .post--content .article p:first-child {
  font-weight: 600;
}

#main .article--area .post--content .post-gallery {
  margin-top: 50px;
}

#main .article--area .post--content .post-gallery .image {
  display: block;
  position: relative;
  overflow: hidden;
}

#main .article--area .post--content .post-gallery .image:before {
  content: "";
  background: rgba(0, 137, 123, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .article--area .post--content .post-gallery .image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .article--area .post--content .post-gallery .image span {
  position: absolute;
  top: 50%;
  left: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 0.8125rem;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main .article--area .post--content .post-gallery .image span .icons {
  display: block;
  margin-bottom: 20px;
}

#main .article--area .post--content .post-gallery .image:hover:before {
  opacity: 1;
}

#main .article--area .post--content .post-gallery .image:hover span {
  left: 50%;
  z-index: 2;
}

#main .article--area .post--content .prev-next-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -7.5px 0;
}

@media only screen and (max-width: 768px) {
  #main .article--area .post--content .prev-next-posts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main .article--area .post--content .prev-next-posts .post {
  border: 1px solid #e4e2e2;
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(50% - 7.5px);
  margin: 0 7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  #main .article--area .post--content .prev-next-posts .post {
    width: 100%;
    margin-bottom: 30px;
  }
  #main .article--area .post--content .prev-next-posts .post:last-child {
    margin-bottom: 0;
  }
}

#main .article--area .post--content .prev-next-posts .post .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main .article--area .post--content .prev-next-posts .post .arrow {
  background: #e0e0e0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: #545454;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .article--area .post--content .prev-next-posts .post .arrow.left {
  margin-left: 20px;
}

#main .article--area .post--content .prev-next-posts .post .arrow.right {
  margin-right: 20px;
}

#main .article--area .post--content .prev-next-posts .post:hover {
  border-color: #00897b;
}

#main .article--area .post--content .prev-next-posts .post:hover .arrow {
  background: #00897b;
  color: #fff;
}

#main .article--area .post--content .other-posts {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #main .article--area .post--content .other-posts .post {
    margin-bottom: 15px;
  }
}

#main .article--area .post--content .other-posts .post .post-thumbnail-link {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}

#main .article--area .post--content .other-posts .post .post-thumbnail-link .post-thumbnail {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .article--area .post--content .other-posts .post .post-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #103748;
  position: relative;
  display: block;
  padding-top: 15px;
  margin-top: 15px;
}

#main .article--area .post--content .other-posts .post .post-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
}

#main .article--area .post--content .other-posts .post .post-title:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 60%;
  background: #008287;
  height: 2px;
}

#main .article--area .post--content .other-posts .post .post-summary {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #878787;
}

#main .article--area .post--content .other-posts .post:hover .post-thumbnail-link .post-thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#main .article--area .post--content .other-posts .post.small:first-child {
  margin-bottom: 30px;
}

#main .article--area .post--content .other-posts .post.small .post-thumbnail-link {
  height: 140px;
}

#main .article--area .post--content .other-posts .post.small .post-thumbnail-link .post-thumbnail {
  height: 100%;
}

#main .article--area .post--content .other-posts .post.small .post-title {
  font-size: 0.875rem;
}

#main .person-list .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 480px) {
  #main .person-list .person {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main .person-list .person:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#main .person-list .person .person-image {
  position: relative;
  width: 150px;
  overflow: hidden;
  margin-right: 30px;
}

@media only screen and (max-width: 480px) {
  #main .person-list .person .person-image {
    width: 100%;
    margin-right: 0;
    height: 400px;
    margin-bottom: 30px;
  }
}

#main .person-list .person .person-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .person-list .person .person-image:hover .social-media {
  bottom: 0;
}

#main .person-list .person .person-image .social-media {
  background: rgba(0, 130, 135, 0.65);
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .person-list .person .person-image .social-media a {
  margin: 0 2.5px;
}

#main .person-list .person .person-information {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main .person-list .person .person-information .information-header {
  position: relative;
  display: block;
  padding-bottom: 10px;
}

#main .person-list .person .person-information .information-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30%;
  background: #008287;
  height: 2px;
}

#main .person-list .person .person-information .information-header .person-name {
  font-size: 1.375rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

#main .person-list .person .person-information .information-header .person-job {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
}

#main .person-list .person .person-information .information-content {
  margin: 10px 0;
}

#main .person-list .person .person-information .information-content .phone,
#main .person-list .person .person-information .information-content .mail {
  position: relative;
  padding-left: 35px;
}

#main .person-list .person .person-information .information-content .phone span,
#main .person-list .person .person-information .information-content .mail span {
  font-weight: bold;
  margin-right: 5px;
}

#main .person-list .person .person-information .information-content .phone .icons,
#main .person-list .person .person-information .information-content .mail .icons {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#main .person-list .person .person-information .information-content .phone {
  margin-bottom: 10px;
}

#main .person-list .person .person-information .information-content .mail a {
  color: #000;
  font-weight: bold;
}

#main .person-list .person .person-information .information-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #main .person-list .person .person-information .information-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main .person-list .person .person-information .information-footer .box {
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  width: 140px;
  text-align: center;
  margin-right: 10px;
  line-height: 18px;
}

@media only screen and (max-width: 768px) {
  #main .person-list .person .person-information .information-footer .box {
    margin-bottom: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #main .person-list .person .person-information .information-footer .box:last-child {
    margin-right: 10px !important;
  }
}

#main .person-list .person .person-information .information-footer .box:nth-child(1), #main .person-list .person .person-information .information-footer .box:nth-child(3) {
  background: #5e8081;
}

#main .person-list .person .person-information .information-footer .box:nth-child(2) {
  background: #008287;
}

#main .person-list .person .person-information .information-footer .box:last-child {
  margin-right: 0;
}

#main .load-more-content {
  background: #e5eded;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

#main .load-more-content .icons {
  margin-right: 10px;
}

#main .load-more-content .text {
  font-size: 17px;
  font-weight: bold;
  color: #5e8081;
  line-height: 20px;
}

#main .mayor-information {
  position: relative;
  margin-bottom: 50px;
}

#main .mayor-information .image {
  height: 430px;
  padding: 5px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

#main .mayor-information .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .mayor-information .mayor-info {
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #fff;
  background: rgba(0, 130, 135, 0.65);
  padding: 10px 20px;
}

@media only screen and (max-width: 480px) {
  #main .mayor-information .mayor-info {
    right: 5px;
  }
}

#main .mayor-information .mayor-info .fullname {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

#main .mayor-information .mayor-info .job {
  font-size: 0.75rem;
  text-transform: uppercase;
}

#main .mayor-information .mayor-social {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

@media only screen and (max-width: 480px) {
  #main .mayor-information .mayor-social {
    display: none;
  }
}

#main .mayor-information .mayor-social a {
  margin-right: 5px;
}

#main .mayor-information .mayor-social a:last-child {
  margin-bottom: 0;
}

#main .mayor-content-area .mayor-tab {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #main .mayor-content-area .mayor-tab {
    display: block;
  }
}

#main .mayor-content-area .mayor-tab .nav-item .nav-link {
  background: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #7a7b7c;
  padding: 0;
  text-align: left;
  font-size: 0.9375rem;
}

@media only screen and (max-width: 768px) {
  #main .mayor-content-area .mayor-tab .nav-item .nav-link {
    padding: 10px;
  }
}

#main .mayor-content-area .mayor-tab .nav-item .nav-link.active {
  color: #103748;
}

@media only screen and (max-width: 768px) {
  #main .mayor-content-area .mayor-tab .nav-item .nav-link.active {
    background: #00897b;
    color: #fff;
    border-radius: 0;
  }
}

#main .mayor-content-area .mayor-tab .nav-item .nav-link.active span {
  border-bottom: 2px solid #00897b;
  padding-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  #main .mayor-content-area .mayor-tab .nav-item .nav-link.active span {
    border-bottom: 0;
  }
}

#main .mayor-content-area .resume-list {
  border-left: 2px solid #008287;
  padding-left: 40px;
}

#main .mayor-content-area .resume-list li {
  position: relative;
  margin-bottom: 20px;
}

#main .mayor-content-area .resume-list li:last-child {
  margin-bottom: 0;
}

#main .mayor-content-area .resume-list li:hover:before {
  background: #fff;
  border-color: #008287;
}

#main .mayor-content-area .resume-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #008287;
  border-radius: 50%;
  left: -48px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main .mayor-content-area .old-mayors .old-mayor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

#main .mayor-content-area .old-mayors .old-mayor:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#main .mayor-content-area .old-mayors .old-mayor .old-mayor-image {
  width: 80px;
  height: 110px;
  margin-right: 20px;
}

#main .mayor-content-area .old-mayors .old-mayor .old-mayor-image img {
  width: 100%;
  height: 100%;
}

#main .mayor-content-area .old-mayors .old-mayor .old-mayor-information .old-mayor-name {
  font-size: 1.0625rem;
  color: #103748;
  font-weight: bold;
}

#main .mayor-content-area .old-mayors .old-mayor .old-mayor-information .old-mayor-job-title {
  color: #a4a4a5;
  font-style: italic;
}

#main .mayor-content-area .old-mayors .old-mayor .old-mayor-information .old-mayor-period {
  margin-top: 15px;
}

#main .mayor-content-area .old-mayors .old-mayor .old-mayor-information .old-mayor-period .text {
  font-size: 1.0625rem;
  font-weight: bold;
}

#main .mayor-content-area .old-mayors .old-mayor .old-mayor-information .old-mayor-period .date {
  color: #a7a7a7;
  font-weight: 500;
}

#main .mayor-content-area .mayor-message input {
  font-size: 0.875rem;
  color: #878787;
  height: 55px;
  border-radius: 0;
  padding: 0 20px;
  border-color: #ebebeb;
}

#main .mayor-content-area .mayor-message textarea {
  height: 180px;
  font-size: 0.875rem;
  color: #878787;
  border-radius: 0;
  padding: 20px;
  border-color: #ebebeb;
  resize: none;
}

#main .mayor-content-area .mayor-message button {
  background: #008287;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.36) !important;
          box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.36) !important;
}

#main .mayor-content-area .mayor-message button:hover {
  background: #103748;
}

#main .mayor-content-area .mayor-message button .icons {
  margin-right: 10px;
  vertical-align: -5px;
}

#main .mayor-content-area .mayor-message select {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 55px;
  width: 100%;
  -webkit-border-radius: 0;
  border: 0;
  outline: 1px solid #ebebeb;
  outline-offset: -1px;
  border-radius: 0;
  padding: 0 20px;
  color: #878787;
  font-size: 0.875rem;
}

#main .mayor-content-area .mayor-message select:after {
  content: "a";
}

#main .contact-page-form input {
  font-size: 0.875rem;
  color: #878787;
  height: 55px;
  border-radius: 0;
  padding: 0 20px;
  border-color: #ebebeb;
}

#main .contact-page-form textarea {
  height: 280px;
  font-size: 0.875rem;
  color: #878787;
  border-radius: 0;
  padding: 20px;
  border-color: #ebebeb;
  resize: none;
}

#main .contact-page-form select {
  display: none;
}

#main .contact-page-form .clear-div:before {
  content: "";
  display: table;
}

#main .contact-page-form .clear-div:after {
  content: "";
  display: table;
  clear: both;
}

#main .contact-page-form .nice-select {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 0;
  border-color: #ebebeb;
  color: #878787;
}

#main .contact-page-form .nice-select .list {
  width: 100%;
}

#main .contact-page-form button {
  background: #008287;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.36) !important;
          box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.36) !important;
}

#main .contact-page-form button:hover {
  background: #103748;
}

#main .contact-page-form button .icons {
  margin-right: 10px;
  vertical-align: -5px;
}

#main .contact-page-form .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1200px) {
  #main .contact-page-form .button-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main .contact-page-form .button-area .btn {
  margin-left: auto;
}

@media only screen and (max-width: 1200px) {
  #main .contact-page-form .button-area .btn {
    width: 100%;
    margin-top: 20px;
  }
}

#main.contact-page .map-area {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

#main.contact-page .map-area iframe {
  width: 100%;
  height: 225px;
  display: block;
}

#main.contact-page .address-area {
  margin-top: 50px;
}

#main.contact-page .address-area .nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #103748;
  font-weight: 500;
}

#main.contact-page .address-area .nav .nav-item:nth-child(-n+2) {
  margin-bottom: 30px;
}

#main.contact-page .address-area .nav .nav-item .icons {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}

#main.contact-page .address-area .nav .nav-item a {
  color: #103748;
}

#footer .pharmacies-area .map {
  background: url("../img/map.png");
  height: 300px;
}

#footer .pharmacies-area .map .btn-area {
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .pharmacies-area .map .btn {
  background: #00897b;
  font-size: 0.875rem;
  padding: 15px 35px;
  color: #fff;
}

#footer .pharmacies-area .map .btn:hover {
  background: #008287;
}

#footer .pharmacies-area .pharmacy-slide {
  margin-top: -113px;
}

#footer .pharmacies-area .pharmacy-slide .pharmacy-box {
  background: #fff;
  padding: 30px 0;
  -webkit-box-shadow: 0px 20px 10px rgba(244, 244, 244, 0.5);
          box-shadow: 0px 20px 10px rgba(244, 244, 244, 0.5);
}

#footer .pharmacies-area .pharmacy-slide .swiper-slide {
  padding-left: 60px;
}

#footer .pharmacies-area .pharmacy-slide .swiper-slide .box-title {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #00897b;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}

#footer .pharmacies-area .pharmacy-slide .swiper-slide .box-title:before {
  content: "";
  background: #00897b;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer .pharmacies-area .pharmacy-slide .swiper-slide .pharmacy-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #103748;
}

#footer .pharmacies-area .pharmacy-slide .swiper-slide .pharmacy-address {
  font-size: 0.875rem;
  margin-top: 10px;
}

#footer .pharmacies-area .pharmacy-slide .buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

#footer .pharmacies-area .pharmacy-slide .buttons .button {
  background: #00897b;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#footer .pharmacies-area .pharmacy-slide .buttons .button:hover {
  background: #007b6e;
}

#footer .address-form-area {
  margin: 50px 30px 30px;
}

@media only screen and (max-width: 768px) {
  #footer .address-form-area {
    border-bottom: 0;
  }
}

#footer .address-form-area .nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #103748;
  font-weight: 500;
}

#footer .address-form-area .nav .nav-item:nth-child(-n+2) {
  margin-bottom: 30px;
}

#footer .address-form-area .nav .nav-item .icons {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}

#footer .address-form-area .nav .nav-item a {
  color: #103748;
}

@media only screen and (max-width: 768px) {
  #footer .address-form-area .form-area {
    margin-top: 30px;
  }
}

#footer .address-form-area .form-area .form-title {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #00897b;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#footer .address-form-area .form-area .form-title:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: #00897b;
  height: 1px;
  position: absolute;
}

#footer .address-form-area .form-area form input {
  font-size: 0.875rem;
  color: #878787;
  height: 55px;
  border-radius: 0;
  padding: 0 20px;
  border-color: #ebebeb;
}

#footer .address-form-area .form-area form textarea {
  height: 130px;
  font-size: 0.875rem;
  color: #878787;
  border-radius: 0;
  padding: 20px;
  border-color: #ebebeb;
  resize: none;
}

#footer .address-form-area .form-area form button {
  background: #008287;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.36) !important;
          box-shadow: 0px 0px 10px 0px rgba(0, 130, 135, 0.36) !important;
}

#footer .address-form-area .form-area form button:hover {
  background: #103748;
}

#footer .address-form-area .form-area form button .icons {
  margin-right: 10px;
  vertical-align: -5px;
}

#footer .menu-area {
  border-top: 1px solid #d9d9d9;
  margin: 0 15px 80px;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  #footer .menu-area {
    display: none;
  }
}

#footer .menu-area .row .col-12 {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #footer .menu-area .row .col-12 {
    margin-bottom: 30px;
  }
}

#footer .menu-area .menu-title {
  font-weight: 500;
  font-size: 1.125rem;
  color: #1d1c1c;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#footer .menu-area .menu-title span {
  position: relative;
}

#footer .menu-area .menu-title span:after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  bottom: -19px;
  background: #00897b;
}

#footer .menu-area .menu .nav-item .nav-link {
  padding: 5px 0;
  color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer .menu-area .menu .nav-item .nav-link:hover {
  color: #103748;
}

#footer .menu-area .app-button {
  width: 100%;
}

#footer .menu-area .app-button:first-child {
  margin-bottom: 10px;
}

#footer .copyright-area {
  margin: 0 30px;
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
  text-align: center;
  font-size: 0.875rem;
}

.scroll-box {
  position: absolute;
  z-index: 9;
  right: -30px;
}

@media only screen and (max-width: 1200px) {
  .scroll-box {
    display: none;
  }
}

.scroll-up {
  background: #008287;
  color: #fff;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.scroll-up.show {
  opacity: 1;
}

.scroll-up:hover {
  background: #103748;
}

.scroll-up .fas {
  font-size: 1.125rem;
  display: block;
}

/** v2 **/
@media only screen and (max-width: 1200px) {
  #header.v2 .bottom {
    padding: 20px 0;
  }
}

#header.v2 .bottom .nav .nav-item:nth-child(5) {
  margin-left: auto;
}

#header.v2 .bottom .nav .nav-item .head-work-btn {
  padding: 10px 20px;
}

#header.v2 .bottom .nav .nav-item .nav-link {
  padding: .5rem 1.5rem;
}

#header.v2 .bottom .logo {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width: 1200px) {
  #header.v2 .bottom .logo {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: none;
  }
  #header.v2 .bottom .logo .desktop {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  #header.v2 .bottom .mobile-logo img {
    height: 80px;
    padding-left: 20px;
  }
}

#work-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/** UPDATE **/
#page-head {
  height: 120px;
  background: url("../img/pagehead.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  #page-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#page-head:before {
  content: "";
  background: rgba(0, 130, 135, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#page-head .page-head-left,
#page-head .page-head-right {
  z-index: 9;
  position: relative;
}

#page-head .page-head-left {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

#page-head .page-head-left .icons {
  margin-right: 10px;
  vertical-align: 2px;
}

#page-head .page-head-right .bread-crumb .breadcrumb-link {
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#page-head .page-head-right .bread-crumb .breadcrumb-link:hover {
  opacity: .7;
}

#page-head .page-head-right .bread-crumb .breadcrumb-link:after {
  content: "/";
  margin: 0 5px;
}

#page-head .page-head-right .bread-crumb .breadcrumb-link:last-child:after {
  content: none;
}

#headposts {
  background: #f2f2f2;
  padding: 20px 15px;
  position: relative;
}

#headposts .post {
  height: 177px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

#headposts .post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#headposts .post:first-child {
  margin-bottom: 15px;
}

#headposts .post .post-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#headposts .post .post-title {
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fff;
}

#headposts .post .post-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  width: 200px;
  height: 2px;
  background: #00897b;
}

#headposts .post:hover:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 127, 123, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 127, 123, 0.8) 100%);
}

#headposts .post:hover .post-title:before {
  background: #fff;
}

#headposts .button-prev,
#headposts .button-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  background: #007b6e;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#headposts .button-prev:hover,
#headposts .button-next:hover {
  opacity: .9;
}

#headposts .button-next {
  right: 0px;
}

#headposts .button-prev {
  left: 0px;
}

@-webkit-keyframes spin {
  from {
    transform:rotate(0deg) {
    }
  }
  to {
    transform:rotate(360deg) {
    }
  }
}

@keyframes spin {
  from {
    transform:rotate(0deg) {
    }
  }
  to {
    transform:rotate(360deg) {
    }
  }
}
/*# sourceMappingURL=main.min.css.map */