.site-btn, .single_add_to_cart_button {
  background: #008BD2 !important;
  font-family: "Titillium Web", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  padding: 10px 35px !important;
  margin-right: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}
.site-btn:hover, .single_add_to_cart_button:hover {
  background-color: #004388 !important;
  text-decoration: none !important;
}

.white-btn {
  background: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 35px;
  margin-right: 0 !important;
  color: #004388 !important;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}
.white-btn:hover {
  background-color: transparent;
  color: #ffffff !important;
  text-decoration: none !important;
}

.left-btn-area {
  display: flex;
  margin-top: 30px;
}

.center-btn-area {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.right-btn-area {
  display: flex;
  justify-content: end;
}

.site-section {
  padding: 100px 0;
}
.site-section h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 72px;
  font-weight: 600;
  color: #004388;
  margin-bottom: 28px;
}
.site-section h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 29px;
  font-weight: 600;
  color: #004388;
  margin-bottom: 22px;
}
.site-section h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 29px;
  font-weight: 500;
  color: #004388;
}
.site-section p {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #070707;
  line-height: 24px;
}
.site-section ul {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #070707;
  line-height: 24px;
}

.site-img {
  width: 100%;
  height: auto;
}

.page-hero {
  display: flex;
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.page-hero h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 72px;
  font-weight: 600;
  color: #004388;
}

.single-product .site-section .woocommerce-Price-amount {
  font-size: 2em;
  color: #004388;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100% !important;
}

.header {
  padding: 25px 0;
  background: #ffffff;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 11;
  height: 120px;
  transition: height 0.3s ease;
}
.header .fixed-header {
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1000;
}
.header .fixed-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
  padding: 15px 0;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header .logo {
  float: left;
  max-width: 200px;
  transition: all 0.3s ease;
}
.header .logo .website-logo {
  width: 220px;
  height: auto;
}
.header .menu-items {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.header .menu-items .top-menu {
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  display: block;
  margin: 0 auto;
}
.header .menu-items .top-menu ul {
  padding-inline-start: 0 !important;
  margin-block-start: 0 !important;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.header .menu-items .top-menu ul li {
  float: left;
  position: relative;
  font-size: 1em;
  font-weight: 600;
  list-style: none;
  padding: 10px 0;
}
.header .menu-items .top-menu ul li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #004388;
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  margin: 3px 16px;
}
.header .menu-items .top-menu ul li a:hover {
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}
.header .menu-items .top-menu .menu-cta a {
  background: #008BD2;
  border-radius: 50px;
  padding: 10px 35px;
  margin-right: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.header .menu-items .top-menu .menu-cta a:hover {
  background-color: #004388;
  text-decoration: none !important;
}
.header .menu-items .top-menu .sub-menu {
  display: none;
  position: absolute;
  border-bottom: 3px solid #004388;
  top: 38px;
  z-index: 1001;
  background: #ffffff;
  transition: all 0.4s;
  flex-wrap: wrap;
  padding: 20px 30px !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateZ(0) translateX(-50%);
  left: 50%;
}
.header .menu-items .top-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 16px;
  border-bottom: 16px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.header .menu-items .top-menu .sub-menu .indent {
  padding-left: 10px;
}
.header .menu-items .top-menu .sub-menu li {
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
  padding: 3px 0;
}
.header .menu-items .top-menu .sub-menu li a {
  padding: 5px 0px;
  font-weight: 400;
  color: #070707 !important;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}
.header .menu-items .top-menu .sub-menu li a::after {
  display: none;
}
.header .menu-items .top-menu .sub-menu li a:hover {
  opacity: 0.7;
}
.header .menu-items .top-menu li:hover .sub-menu {
  display: flex;
}

footer {
  padding: 60px 0;
  background: #ffffff;
  font-family: "Titillium Web", sans-serif;
  border-top: 12px solid #004388;
}
footer .logo .website-logo {
  width: 220px;
  height: auto;
}
footer h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
footer h3 a {
  color: #004388;
}
footer h3 a:hover {
  color: #070707;
}
footer p {
  font-size: 14px;
  font-weight: 400;
  color: #070707;
}
footer p a {
  color: #070707;
}
footer p a:hover {
  color: #008BD2;
}
footer h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
footer h6 a {
  color: #004388;
}
footer h6 a:hover {
  color: #070707;
}
footer .footer-menu {
  padding: 0;
  overflow: hidden;
  font-family: "Titillium Web", sans-serif;
}
footer .footer-menu ul {
  padding: 0 !important;
  margin: 0 !important;
}
footer .footer-menu ul .indent {
  padding-left: 10px;
}
footer .footer-menu ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  position: relative;
  display: flex;
}
footer .footer-menu ul li a {
  color: #070707;
  font-weight: 400;
  text-decoration: none;
  transition: 0.35s ease;
  margin: 6px 0px;
}
footer .footer-menu ul li a:hover {
  opacity: 0.5;
}

.horizon-hero {
  min-height: 900px;
  position: relative;
}
.horizon-hero .fixed-content {
  position: absolute;
  bottom: 0;
}
.horizon-hero .homepage-slider {
  min-height: 900px;
  display: flex;
  position: relative;
}
.horizon-hero .homepage-slider .slide {
  min-height: 900px;
  display: flex;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.horizon-hero .homepage-slider .slide .container {
  position: relative;
}
.horizon-hero .homepage-slider .slide h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 72px;
  font-weight: 600;
  color: #004388;
}
.horizon-hero .homepage-slider .slide .fixed-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.horizon-hero .homepage-slider .slide .fixed-content .slider-fixed-content {
  padding: 30px 25px;
  background-color: rgba(0, 67, 136, 0.6);
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  border-left: 15px solid #004388;
}

.slide-arrow-absolute {
  display: inline-block !important;
  background-color: transparent;
  border: none;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  outline: none;
  top: 50%;
}
.slide-arrow-absolute:focus {
  outline: none !important;
}
.slide-arrow-absolute:hover {
  opacity: 0.7;
}

.next-arrow6 {
  margin-left: 15px;
  right: 30px;
}

.prev-arrow6 {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 30px;
}

#about-home .home-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
}

#tabs {
  background-color: #004388;
}
#tabs .linkage:hover {
  text-decoration: none;
}
#tabs .page-tab {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: 50% !important;
  padding: 23px;
  display: flex;
  align-items: flex-end;
}
#tabs .page-tab h3 {
  color: #ffffff;
  font-weight: 600;
}

#tabs-company .tab-content {
  padding: 30px 0;
  position: relative;
}
#tabs-company .tab-content .canvas-img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  object-position: center;
}
#tabs-company .tab-content .site-img {
  width: 100%;
  height: auto;
}
#tabs-company .nav-tabs {
  width: 100%;
  justify-content: space-between;
  border-bottom: 0 !important;
}
#tabs-company .nav-tabs li {
  width: 25%;
  margin-bottom: 20px;
  font-family: "Titillium Web", sans-serif;
}
#tabs-company .nav-tabs li a {
  color: #004388;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 3px solid #008BD2;
  display: block;
  text-transform: uppercase;
  opacity: 0.3;
  margin: 0 3px;
}
#tabs-company .nav-tabs li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#tabs-company .nav-tabs .active a {
  color: #004388;
  text-align: center;
  border-bottom: 3px solid #008BD2;
  opacity: 1;
}
#tabs-company .chevron::before {
  border-style: solid;
  border-color: #004388;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 1.2em;
  position: relative;
  transform: rotate(-45deg);
  width: 1.2em;
  cursor: pointer;
}
#tabs-company .chevron::before:hover {
  opacity: 0.7;
}
#tabs-company .chevron.right:before {
  transform: rotate(45deg);
}
#tabs-company .chevron.left:before {
  transform: rotate(-135deg);
}
#tabs-company .btnNext {
  right: -50px;
}
#tabs-company .btnPrevious {
  left: -50px;
}
#tabs-company .tabs-arrow {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

#loop h3 {
  font-weight: 600;
  margin-bottom: 22px;
}
#loop .site-img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}
#loop .post-114 img {
  object-fit: contain !important;
}

.child-page {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #004388;
  text-transform: uppercase;
  margin-top: 30px;
}
.child-page:hover {
  color: #070707;
}

.side-bar {
  padding: 25px;
  border-radius: 1px solid #004388;
  border-top: 18px solid #004388;
  -webkit-box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.33);
}
.side-bar h4 {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #004388;
  margin-bottom: 16px;
}
.side-bar a {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #070707;
  display: block;
  margin: 6px 0;
}
.side-bar a:hover {
  color: #008BD2;
  text-decoration: none;
}

#tabs-white .linkage:hover {
  text-decoration: none;
}
#tabs-white .page-tab {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: 50% !important;
  padding: 23px;
  display: flex;
  align-items: flex-end;
}
#tabs-white .page-tab h3 {
  color: #ffffff;
  font-weight: 600;
}

.page-template-careers .site-section .job-post {
  padding: 25px;
  border-radius: 1px solid #004388;
  border-top: 18px solid #004388;
  -webkit-box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.33);
}
.page-template-careers .site-section .job-post .site-btn {
  display: inline-block;
}

.page-template-contact .site-section {
  padding-top: 180px;
}
.page-template-contact .site-section p {
  font-size: 24px;
  line-height: 30px;
}
.page-template-contact .site-section .with_frm_style input[type=text],
.page-template-contact .site-section .with_frm_style input[type=password],
.page-template-contact .site-section .with_frm_style input[type=email],
.page-template-contact .site-section .with_frm_style input[type=number],
.page-template-contact .site-section .with_frm_style input[type=url],
.page-template-contact .site-section .with_frm_style input[type=tel],
.page-template-contact .site-section .with_frm_style input[type=phone],
.page-template-contact .site-section .with_frm_style input[type=search],
.page-template-contact .site-section .with_frm_style select,
.page-template-contact .site-section .with_frm_style textarea {
  box-shadow: none !important;
}
.page-template-contact .site-section .frm_button_submit {
  text-transform: uppercase;
  font-weight: 600 !important;
  display: block;
  margin: auto !important;
}

.single-product .site-section {
  padding-top: 180px;
}

.contact-cta {
  background-color: #008BD2;
}
.contact-cta h2 {
  font-size: 72px;
  color: #ffffff;
}
.contact-cta p {
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
}

@media only screen and (max-width: 1440px) {
  .horizon-hero .homepage-slider .slide h2 {
    font-size: 58px;
  }
  .horizon-hero .homepage-slider .slide .fixed-content .slider-fixed-content {
    font-size: 20px;
  }
  .page-hero h1 {
    font-size: 58px;
  }
  .site-section h1 {
    font-size: 58px;
  }
  .page-template-contact .site-section p {
    font-size: 20px;
  }
  .contact-cta h2 {
    font-size: 58px;
  }
  .contact-cta p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .top-menu {
    display: none !important;
  }
  .ham {
    display: block !important;
  }
  footer .logo .website-logo {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .horizon-hero .homepage-slider .slide h2 {
    font-size: 50px;
  }
  .horizon-hero .homepage-slider .slide .fixed-content .slider-fixed-content {
    font-size: 18px;
  }
  .page-hero h1 {
    font-size: 50px;
  }
  .site-section h1 {
    font-size: 50px;
  }
  .page-template-contact .site-section p {
    font-size: 18px;
  }
  .contact-cta h2 {
    font-size: 50px;
  }
  .contact-cta p {
    font-size: 18px;
  }
  #tabs-company .nav-tabs li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 12px 0;
  }
  #tabs .page-tab h3 {
    font-size: 20px;
  }
  #tabs-white .page-tab h3 {
    font-size: 20px;
  }
  #about-home .home-img {
    height: 320px;
  }
  .page-template-contact .site-section {
    padding-top: 100px;
  }
  .right-btn-area {
    justify-content: flex-start;
  }
  .site-section {
    padding: 75px 0;
  }
  .horizon-hero .homepage-slider .slide {
    padding-top: 140px;
  }
  .horizon-hero .homepage-slider .slide .fixed-content {
    position: relative;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .page-hero {
    height: 500px;
    padding-top: 150px;
    align-items: center;
  }
  .page-hero h1 {
    font-size: 42px;
  }
  .horizon-hero .homepage-slider .slide h2 {
    font-size: 42px;
  }
  .site-section h1 {
    font-size: 42px;
  }
  .contact-cta h2 {
    font-size: 42px;
  }
}
.header-menu {
  background: #ffffff;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
  z-index: 2;
  padding: 20px 20px;
  width: 100vw;
  height: 100%;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.47);
}
.header-menu .main-menu {
  padding: 0;
  overflow: hidden;
  font-family: "Titillium Web", sans-serif;
  display: block;
  margin: 0 auto;
  float: left;
  left: 3%;
  top: 16%;
  position: absolute;
}
.header-menu .main-menu ul {
  padding: 0;
}
.header-menu .main-menu ul li {
  font-size: 30px;
  font-weight: 600;
  list-style: none;
  padding: 6px 0px;
}
.header-menu .main-menu ul li .dropdown {
  position: relative;
}
.header-menu .main-menu ul li .sub-menu {
  display: none;
  font-size: 1rem;
  padding-left: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header-menu .main-menu ul li .sub-menu .indent {
  margin-left: 15px;
}
.header-menu .main-menu ul li .sub-menu li {
  display: block !important;
  font-size: 1.4rem !important;
  padding: 4px 0px !important;
}
.header-menu .main-menu ul li .sub-menu li a {
  padding: 0.6rem 0;
  color: #004388;
}
.header-menu .main-menu ul li a {
  text-align: center;
  text-decoration: none;
  color: #004388;
}
.header-menu .main-menu ul li a:hover {
  opacity: 0.7;
  transition: 0.4s ease;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  z-index: 3;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  top: -23px;
  right: 0;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #004388;
  stroke-width: 3px;
  stroke-linecap: round;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

.product-link {
  border-radius: 28px;
  border: 2px solid #004388;
  padding: 23px 30px;
  height: 100%;
  text-align: center;
}
.product-link:hover {
  text-decoration: none;
}
.product-link .product-img {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 20px;
  transition: opacity 0.3s ease;
}
.product-link .product-info {
  text-align: center;
}
.product-link .product-info h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  color: #004388;
  margin-bottom: 9px;
}
.product-link .product-info .product-desc {
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #070707;
}
.product-link .product-info .product-price {
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #004388;
}
.product-link .product-info .buy-btn {
  background: #008BD2;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 35px;
  margin-right: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.product-link .product-info .buy-btn:hover {
  background-color: #004388;
  text-decoration: none !important;
}

.woocom-variation {
  font-family: "Titillium Web", sans-serif;
}

.single_variation_wrap {
  font-family: "Titillium Web", sans-serif;
}

.shop-banner {
  height: auto;
  display: flex;
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
  background-color: #008BD2;
}
.shop-banner h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 72px;
  font-weight: 600;
  color: #ffffff;
}

.site-section .product-images-slider img {
  width: 100%;
  height: 100% !important;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.site-section .product-title {
  font-family: "Titillium Web", sans-serif;
  color: #070707;
  font-size: 3.5em;
  margin-bottom: 20px;
}

.site-section .product-short-description p,
.product-description p {
  font-family: "Titillium Web", sans-serif !important;
}

.site-section .product-price {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5em;
  margin-top: 24px;
}

.site-section .description h2 {
  font-size: 2.18em;
}
.site-section .description .product-description h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #070707;
}

.site-section .product-form {
  display: flex;
  align-items: center;
}
.site-section .product-form .site-btn {
  border: none;
  cursor: pointer;
  margin: 0 15px;
}
.site-section .description {
  padding-top: 80px;
}
.site-section .buynow-btn {
  background: #008BD2;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 35px;
  margin-right: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.site-section .buynow-btn:hover {
  background-color: #004388;
  text-decoration: none !important;
}

.woocommerce .quantity .qty {
  border-radius: 8px;
  padding: 16px 5px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #070707;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 19px;
  height: 19px;
  padding: 0;
  cursor: pointer;
  border: none !important;
  border-radius: 5px !important;
  background-color: #008BD2 !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #004388 !important;
  border: 1px solid #070707 !important;
}

.woocommerce .woocommerce-notices-wrapper {
  font-family: "Titillium Web", sans-serif;
}
.woocommerce .woocommerce-notices-wrapper .button {
  background: #008BD2;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 35px;
  margin-right: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.woocommerce .woocommerce-notices-wrapper .button:hover {
  background-color: #004388;
  text-decoration: none !important;
}
.woocommerce .cart_totals h2 {
  font-size: 1.7em;
}
.woocommerce .cart_totals .shop_table {
  font-family: "Titillium Web", sans-serif;
}
.woocommerce .woocommerce-cart-form .shop_table {
  font-family: "Titillium Web", sans-serif !important;
}
.woocommerce .wc-proceed-to-checkout .checkout-button {
  background: #008BD2;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 35px;
  margin-right: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #004388;
  text-decoration: none !important;
}

.wc-block-cart {
  font-family: "Titillium Web", sans-serif;
}
.wc-block-cart .wc-block-cart__submit-button {
  background: #008BD2;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 35px;
  margin-right: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.wc-block-cart .wc-block-cart__submit-button:hover {
  background-color: #004388;
  text-decoration: none !important;
}

.woocommerce-input-wrapper {
  width: 100%;
}

#hero2025 {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: center;
}
#hero2025 h1 {
  font-size: 40px;
}
#hero2025 .hero-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: #f5f5f5;
}
#hero2025 .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  #hero2025 {
    min-height: 600px;
    flex-direction: column;
  }
  #hero2025 .hero-img {
    position: relative;
    width: 100%;
    height: 300px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    margin-top: 20px;
    padding: 0 15px;
  }
}
#page-links .page-link-card {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid #004388;
}
#page-links .page-link-card img {
  border-radius: 14px;
  width: 100%;
  height: 270px;
  object-fit: cover;
}
#page-links .page-link-card .link-text {
  font-size: 22px;
  font-weight: 700;
  color: #070707;
  text-align: center;
  padding-top: 10px;
  font-family: "Titillium Web", sans-serif;
}

#lp-cta .cta-content {
  text-align: center;
}
#lp-cta .cta-content h3 {
  font-size: 34px;
  color: #ffffff;
  font-weight: 700;
}
#lp-cta .cta-content p {
  font-size: 18px;
}

#how-we-do-it {
  padding-top: 140px;
}
#how-we-do-it .how-we-do-it-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 14px;
}

.page-template-landing-page .page-hero h1 {
  font-size: 56px;
}

@media (min-width: 1460px) {
  .container {
    max-width: 1328px !important;
  }
}
.hvr-grow:hover {
  transform: scale(1.03) !important;
}/*# sourceMappingURL=style.css.map */