/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.home .header .top-header-mobile {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .home .header .top-header-mobile {
    padding-bottom: 0px;
  }
}
.home .main-wrapper {
  overflow: hidden;
  padding-bottom: 170px;
  background: #fff url(../images/closing-section-background-mobile.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

@media screen and (min-width: 768px) {
  .home .main-wrapper {
    padding-bottom: 210px;
    background: #fff url(../images/home-closing-section-background.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 150%;
    /*background-size: contain;*/
  }
}
@media screen and (min-width: 992px) {
  .home .main-wrapper {
    padding-bottom: 290px;
    background-size: auto;
  }
}
@media screen and (min-width: 1620px) {
  .home .main-wrapper {
    background-size: contain;
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 1800px) {
  .home .main-wrapper {
    padding-bottom: 350px;
  }
}
.home .main-content {
  padding-top: 40px;
  padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .home .main-content {
    padding-top: 56px;
  }
}
.home .main-content h2 {
  color: #082355;
}

@media screen and (min-width: 992px) {
  .home .main-content h2 {
    color: #373737;
  }
}
.home .main-content .thumbnail-home-des {
  display: none;
}

@media screen and (min-width: 480px) {
  .home .main-content .thumbnail-home-des {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .thumbnail-home-des {
    width: 100%;
  }
}
.home .main-content .thumbnail-home-mb {
  display: block;
}

@media screen and (min-width: 480px) {
  .home .main-content .thumbnail-home-mb {
    display: none;
  }
}
.home .main-content h1 {
  margin-bottom: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home .main-content h1 {
    margin-bottom: 55px;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
@media (max-width: 767px) {
  .home .main-content .image-holder {
    margin-bottom: 2rem !important;
  }
}
.home .main-content .image-holder img {
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.25);
}

@media (max-width: 429px) {
  .home .main-content .image-holder img {
    width: 100%;
  }
}
.home .main-content strong {
  font-size: 21px;
}

.home .main-content .entry-content p:nth-last-child(2) {
  margin-bottom: 15px;
}

.home .main-content .pd-r {
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  .home .main-content .pd-r {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content .pd-r {
    padding-left: 108px;
  }
}
.home .main-content .btn {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 310px;
}

@media screen and (min-width: 992px) {
  .home .main-content .btn {
    margin-top: 15px;
    margin-left: initial;
    margin-right: initial;
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .btn {
    margin-top: initial;
  }
}
@media (max-width: 767px) {
  .home .main-content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home .why-choose-us {
  padding: 90px 0 80px;
  background-color: #f5f5f5;
}

.home .why-choose-us__heading {
  margin-bottom: 75px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us__heading {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us__heading:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 4px solid #e2e1de;
    position: relative;
    left: 50px;
  }
}
.home .why-choose-us__item {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.09);
  border: 8px solid #f8f8f8;
  background-color: #ffffff;
  position: relative;
  padding: 0 30px 40px;
  color: #404040;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
}

.home .why-choose-us__item-wrapper {
  margin-bottom: 70px;
}

.home .why-choose-us__item-wrapper:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us__item {
    margin-bottom: 0;
  }
  .home .why-choose-us__item-wrapper {
    margin-bottom: 0;
  }
}
.home .why-choose-us__item img {
  margin-top: -65px;
  margin-bottom: 60px;
}

.home .vivamus .container .row {
  padding: 60px 0 90px;
}

@media screen and (min-width: 1200px) {
  .home .vivamus__wrapper-image {
    padding-left: calc(30% + 70px);
  }
}
.home .vivamus__wrapper-image img {
  width: 50%;
}

@media screen and (min-width: 1200px) {
  .home .vivamus__wrapper-image img {
    width: auto;
    padding-top: 65px;
    z-index: 10;
  }
}
.home .products {
  background: url(../images/fullwidth-products-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 240px;
}

@media screen and (min-width: 992px) {
  .home .products {
    padding-bottom: 310px;
  }
}
@media screen and (min-width: 1600px) {
  .home .products {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .home .products .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home .products .col-12 {
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .home .products .col-12 {
    padding-top: 55px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home .products__heading {
  text-align: left;
  color: #082355;
}

@media screen and (min-width: 992px) {
  .home .products__heading {
    text-align: center;
    color: #373737;
  }
}
.home .products__content {
  max-width: 698px;
  text-align: left;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .home .products__content {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .home .products__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
  }
}
.home .products__row {
  display: none;
}

@media screen and (min-width: 992px) {
  .home .products__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .home .products__row {
    justify-content: space-between;
  }
}
.home .products__row .items {
  width: 330px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.25);
  margin-bottom: 15px;
  position: relative;
  /*
  &:nth-child(1) {
      a {
          max-width: 240px;
      }
  }
  */
}

@media screen and (min-width: 1400px) {
  .home .products__row .items {
    width: 315px;
  }
}
@media screen and (min-width: 1440px) {
  .home .products__row .items {
    width: 330px;
  }
}
.home .products__row .items__header img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.home .products__row .items__body {
  padding: 0px 17px 30px 17px;
}

.home .products__row .items__body .title {
  color: #082355;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 150% */
  /**/
  height: 95px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .products__row .items__body .title a {
  color: #082355;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: initial;
}

.home .products__row .items__body .content {
  padding-top: 0px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: 149px;
  overflow: hidden;
  margin-bottom: 2px;
}

.home .products__row .items__body .content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0px;
}

.home .products__row .items__body .link {
  display: flex;
  align-items: center;
  position: relative;
  top: 12px;
}

.home .products__row .items__body a {
  transition: none;
  color: #082355;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 242px;
  display: block;
}

.home .products__row .items__body a img {
  position: relative;
  left: 9px;
  top: 4px;
}

.home .products__row .items__body .hover-more-products {
  display: none;
}

.home .products__row .items:hover {
  border-radius: 15px;
  background: #004890;
  box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.45);
}

.home .products__row .items:hover .title,
.home .products__row .items:hover p, .home .products__row .items:hover a {
  color: #fff;
  transition: none;
}

.home .products__row .items:hover .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home .products__row .items:hover .more-products {
  display: none;
}

.home .products__row .items:hover .hover-more-products {
  display: initial;
}

@media screen and (min-width: 1400px) {
  .home .products__row .items:nth-child(5) {
    position: relative;
    left: 165px;
  }
}
@media screen and (min-width: 1440px) {
  .home .products__row .items:nth-child(5) {
    left: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .home .products__row .items:nth-child(7) {
    position: relative;
    right: 165px;
  }
}
@media screen and (min-width: 1440px) {
  .home .products__row .items:nth-child(7) {
    right: 180px;
  }
}
.home .products__row .items:last-child {
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
}

@media screen and (min-width: 1400px) {
  .home .products__row .items:last-child {
    padding-top: initial;
  }
}
.home .products__row .items:last-child .title {
  height: auto;
  overflow: initial;
  display: block;
  justify-content: initial;
  align-items: initial;
}

.home .products__row .items:last-child .link {
  display: initial;
  position: initial;
}

.home .products__row .items:last-child .link .more-products,
.home .products__row .items:last-child .link .hover-more-products {
  position: absolute;
  right: 0px;
  bottom: 15px;
  top: auto;
  left: auto;
}

.home .mb-products {
  display: block;
}

@media screen and (min-width: 992px) {
  .home .mb-products {
    display: none;
  }
}
.home .mb-products .accordion-item {
  margin-bottom: 30px;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .home .mb-products .accordion-item {
    box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.45);
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -khtml-border-radius: 27px;
  }
}
.home .mb-products .accordion-item img {
  border-radius: 15px 15px 0px 0px;
}

.home .mb-products .accordion-item .accordion-button {
  margin-bottom: 0px;
  border-radius: 0px;
  background: none;
  display: block;
  padding: 0px;
  width: 330px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.25);
  position: relative;
}

.home .mb-products .accordion-item .accordion-button span {
  display: block;
  color: #082355;
  font-family: var(--main-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px; /* 150% */
  padding: 20px 58px 22px 18px;
}

.home .mb-products .accordion-item .accordion-button[aria-expanded=true] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #004890;
  box-shadow: none;
}

.home .mb-products .accordion-item .accordion-button[aria-expanded=true] span {
  color: #fff;
}

.home .mb-products .accordion-item .accordion-button[aria-expanded=true]:after {
  content: url(../images/icons/open-icon.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -14px;
  right: 20px;
  background: none;
}

.home .mb-products .accordion-item .accordion-button[aria-expanded=false]:after {
  content: url(../images/icons/close-icon.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -11px;
  right: 20px;
  background: none;
}

.home .mb-products .accordion-item .accordion-button:hover[aria-expanded=false]:after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(32%) saturate(5269%) hue-rotate(208deg) brightness(102%) contrast(107%);
}

.home .mb-products .accordion-item .accordion-body {
  padding: 5px 20px 26px;
  width: 330px;
  border-radius: 0px 0px 15px 15px;
  background: #004890;
  box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.45);
}

.home .mb-products .accordion-item .accordion-body p {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 20px;
}

.home .mb-products .accordion-item .accordion-body a {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  display: block;
}

.home .mb-products .accordion-item .accordion-body a span {
  width: 81%;
  display: block;
}

.home .mb-products .accordion-item .accordion-body a .hover-more-products {
  position: absolute;
  margin-top: -10px;
  top: 0px;
  right: -15px;
}

.home .mb-products .accordion-item:last-child {
  padding-top: 10px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .home .mb-products .accordion-item:last-child {
    padding-top: 5px;
  }
}
.home .mb-products .accordion-item:last-child button {
  box-shadow: none;
  border-radius: 5px;
  border: 2px solid #1382C0;
  background: #fff;
}

.home .mb-products .accordion-item:last-child button span {
  padding: 12px 15px;
  color: #082355;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 22px;
}

.home .mb-products .accordion-item:last-child button span:after {
  content: url(../images/icons/blue-icon-button.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.home .mb-products .accordion-item:last-child button:after {
  display: none;
}

.home .mb-products .accordion-item:last-child img {
  display: none;
}

/*# sourceMappingURL=home.css.map*/