body {
  overflow-x: hidden;
}

/**********
BootStrap Overrides
**********/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.btn-primary, a.btn-primary {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: white !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active {
  background-color: #00234b;
  border-color: #00234b;
  color: white;
}

/**********
Header
**********/
.header-wrapper {
  z-index: 999;
  background-color: #00234b;
  width: 100%;
}
.header-wrapper .nav-wrapper {
  background-color: #2c4967;
}
.header-wrapper .col-header {
  display: inline-block;
}
.header-wrapper P, .header-wrapper li, .header-wrapper a {
  font-size: 15px;
  line-height: 34px;
  color: #ffffff;
}
.header-wrapper .header-menu {
  text-align: right;
  margin-top: 8px;
  margin-bottom: -8px;
}
.header-wrapper .header-menu #top-bar-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.header-wrapper .header-menu #top-bar-menu > li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  position: relative;
}
.header-wrapper .header-menu #top-bar-menu > li a {
  background: none;
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 35px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-wrapper .header-menu #top-bar-menu > li a:last-of-type {
  padding-right: 0px;
}
.header-wrapper .header-menu #top-bar-menu > li a:hover {
  opacity: 0.8;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.header-wrapper .header-menu #top-bar-menu > li .fa {
  background: none;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.header-wrapper .search-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .header-wrapper .search-row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.header-wrapper .search-wrapper, .header-wrapper .cart-wrapper {
  margin-top: 6px;
  margin-bottom: 10px;
}
@media (min-width: 798px) {
  .header-wrapper .search-wrapper, .header-wrapper .cart-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.header-wrapper .site-branding a {
  display: inline-block;
}
.header-wrapper .site-branding a .site-logo {
  height: auto;
  width: auto;
  max-width: 116%;
  padding-inline: 16px;
  padding-bottom: 16px;
}
.header-wrapper .site-branding a:hover {
  opacity: 0.8;
}
.header-wrapper .header-inner {
  margin-top: 16px;
  margin-bottom: 8px;
}
.header-wrapper .main-navigation ul#primary-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.header-wrapper .main-navigation ul#primary-menu > li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  position: relative;
}
.header-wrapper .main-navigation ul#primary-menu li a {
  background: #ffffff;
  color: #00234b;
  display: block;
  font-size: 14px;
  line-height: 85px;
  padding: 4px 18px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
.header-wrapper .main-navigation ul#primary-menu li.gr-request-quote a {
  background: none;
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 4px 18px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #070b13;
}
.header-wrapper .main-navigation ul#primary-menu li a:hover {
  background-color: #ed1c24;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrapper .main-navigation ul#primary-menu li.current-menu-item a {
  background-color: #f2f7fc;
  border: 1px solid #f2f7fc;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/**********
Footer
**********/
footer, .footer-cta, .copyright-wrapper {
  position: relative;
  z-index: 990;
  isolation: isolate;
}

.footer-cta {
  width: 100%;
  background-color: #ed1c24;
  text-align: center;
}
.footer-cta .contact-footer {
  padding-block: 24px;
}
.footer-cta .contact-footer:last-of-type {
  border: none;
}
.footer-cta .contact-footer p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.footer-cta .contact-footer p a {
  color: white;
}
.footer-cta .contact-footer p .fas {
  font-size: 26px;
  margin-right: 15px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-cta .contact-footer {
    border-right: 1px dashed rgba(0, 35, 75, 0.16);
  }
}

footer {
  padding: 0px;
  background-color: #081818;
  border-top: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
}
footer p, footer li, footer a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
footer a:hover {
  text-decoration: none;
  color: #ed1c24;
}
footer .footer-widgets {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding-top: 70px;
  padding-bottom: 50px;
}
footer .footer-widgets .fa {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #ac1958;
  margin-right: 3px;
}
footer .footer-widgets a:hover {
  text-decoration: none;
  color: #ed1c24;
}
footer .footer-widgets ul {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  list-style: square;
}
footer .footer-widgets li {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 0px;
  color: #ffffff;
}
footer .footer-widgets h2.widget-title {
  color: #ed1c24;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
}
footer .footer-widgets ul.menu li {
  font-size: 14px;
  line-height: 18px;
  margin: 8px 0px;
  border-bottom: 1px solid #081f20;
}
footer .copyright-wrapper {
  text-decoration: none;
  padding: 24px 0px 48px 0;
  background-color: #050f0f;
  position: relative;
}
footer .copyright-wrapper p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}
footer #gr-branding a {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}
footer .footer-copyright {
  margin: 0px;
}

/**********
Page Title
**********/
.main-image-wrapper {
  background-color: #ed1c24;
  color: #333333;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 370px;
  margin-bottom: 20px;
}
.main-image-wrapper .page-heading {
  position: absolute;
  display: block;
  bottom: -15px;
  margin-left: 15px;
  overflow-x: visible;
}
.main-image-wrapper .main-image__title {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0px 20px;
	background: #ED1C24;
  	display: inline-block;
	padding: 4px 10px;
}

/**********
Blog
**********/
.blog .news-block__content {
  overflow: hidden;
  border: 1px solid #F1F2F3;
}
.blog h1.entry-title a {
  color: #222222 !important;
  font-size: 16px;
  font-weight: 400;
}
.blog .entry-text .date.blog-single-date {
  font-weight: 400;
  color: #00234b;
  text-transform: uppercase;
}
.blog .bricks-wrapper .entry-text {
  padding: 1.8rem 2.8rem 2.7rem;
}
.blog .entry-text .entry-more a {
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.blog .entry-text .entry-more a:hover {
  color: #00234b;
}

/**********
Card Defaults
 **********/
.card .entry-thumb {
  position: relative;
  overflow: hidden;
}

.card .entry-thumb .thumb-link img {
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card .entry-thumb .thumb-link::before {
  content: "";
  display: block;
  background: #ed1c24; /* The Fallback */
  background: rgba(237, 28, 36, 0.5);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.card .entry-thumb .thumb-link::after {
  content: "...";
  font-size: 4.5rem;
  z-index: 1;
  display: block;
  height: 90px;
  width: 90px;
  letter-spacing: -2.6px;
  line-height: 90px;
  margin-left: -45px;
  margin-top: -45px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.card .entry-thumb:hover .thumb-link::before {
  opacity: 1;
  visibility: visible;
}

.card .entry-thumb:hover .thumb-link::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card .entry-thumb:hover .thumb-link img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/**********
 Back To Top
 **********/
#back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #081818;
  color: #fff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:hover {
  background: #00234b;
}
#back-to-top.show {
  opacity: 1;
}

/**********
Social
**********/
.global-social {
  margin-top: 5px;
}
.global-social a {
  text-decoration: none;
}
.global-social ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.global-social ul li {
  background-image: none;
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 3px;
}
.global-social ul li a .fa {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #ed1c24;
  color: #ffffff;
  border: 1px solid #ed1c24;
  border-radius: 50%;
  font-size: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-social ul li a:hover .fa {
  background: #00234b;
  color: #ffffff;
  border: 1px solid #00234b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sticky-footer-popup p:first-of-type{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .sticky-footer-popup h4, .sticky-footer-popup a {
    font-size: 16px;
  }
  .sticky-footer-popup h4 {
    margin-block: 0.5rem;
  }
}


/**********
This Theme Customer Parts
**********/
.rainline .home-cta {
  background-color: #ececec;
  padding-top: 8px;
}
.rainline .home-cta .home-cta_col {
  padding: 16px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rainline .home-cta .home-cta_col .home-cta_icon {
  margin-right: 16px;
}
.rainline .home-cta .home-cta_col .home-cta_text h3 {
  color: #00234b;
  font-size: 1.1em;
  margin: 0;
}
.rainline .home-cta .home-cta_col .home-cta_text p {
  color: #00234b;
  font-size: 12px;
  margin: 0;
  line-height: 180%;
}
.rainline .services-section {
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}
.rainline .services-section .services-title {
  margin-bottom: 1em;
}
.rainline .services-section .services-title h1 {
  font-size: 2em;
  color: #00234b;
  font-weight: 700;
}
.rainline .services-section .services-title h1 span {
  font-weight: 400;
}
.rainline .services-section .services-title .line {
  width: 80px;
  height: 3px;
  background-color: #ed1c24;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.rainline .services-section .card {
  -webkit-box-shadow: -6px 6px 0px 0px #E04564;
  box-shadow: -6px 6px 0px 0px #E04564;
  border-radius: 0;
}
.rainline .services-section .card .card-body {
  position: relative;
}
.rainline .services-section .card .card-body .service-icon {
  width: 50px;
  height: 50px;
  background: #ed1c24;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1px;
  text-align: center;
}
.rainline .services-section .card .card-body .service-icon i {
  font-size: 30px;
  color: white;
  line-height: 45px;
}
.rainline .services-section .card .card-body a.card-link {
  color: #ed1c24;
  text-decoration: none;
}
.rainline .services-section .card .card-body .entry-title {
  margin-left: 40px;
  margin-top: -5px;
}
.rainline .services-section .card .card-body .entry-title a {
  color: #ed1c24;
  text-decoration: none;
}
.rainline .newsletter-section {
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
}
.rainline .newsletter-section .newsletter-bg {
  background-image: url("../images/newsletter-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: table;
  width: 100%;
}
.rainline .newsletter-section .newsletter-bg .newsletter-inner {
  display: table-cell;
  height: 100%;
  width: 50%;
  vertical-align: middle;
  padding: 4em;
}
.rainline .newsletter-section .newsletter-bg .newsletter-inner h3 {
  color: #00234b;
}
.rainline .blog-section {
  min-height: 500px;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}
.rainline .blog-section .news-title {
  text-align: left;
  margin-bottom: 3em;
}
.rainline .blog-section .news-title h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 7px;
  font-size: 1.7em;
}
.rainline .blog-section .news-title h1 {
  font-size: 2em;
  color: #00234b;
  font-weight: 600;
}
.rainline .blog-section .news-title h1 span {
  font-weight: 400;
}
.rainline .blog-section .news-title .line {
  width: 80px;
  height: 3px;
  background-color: #ed1c24;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.rainline .blog-section .card .cat-links a {
  color: #ed1c24;
}
.rainline .blog-section .card .card-text {
  color: #000;
}
.rainline .blog-section .card h5, .rainline .blog-section .card p {
  color: white;
}
.rainline .blog-section .card h5 a, .rainline .blog-section .card p a {
  color: #ed1c24;
  font-size: 24px;
  margin-top: 1em;
  display: inline-block;
}
.rainline .testimonial-section {
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}
.rainline .testimonial-section .testimonial-title {
  margin-bottom: 6em;
  text-align: center;
}
.rainline .testimonial-section .testimonial-title h1 {
  font-size: 2em;
  color: #00234b;
  font-weight: 700;
}
.rainline .testimonial-section .testimonial-title h1 span {
  font-weight: 400;
}
.rainline .testimonial-section .testimonial-title .line {
  width: 80px;
  height: 3px;
  background-color: #ed1c24;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.rainline .testimonial-section .card {
  background-image: url("../images/left-quotes-sign.png");
  background-repeat: no-repeat;
  background-position: 90% 10%;
}
.rainline .testimonial-section .card .stars {
  color: gold;
}
.rainline .testimonial-section .card .testimonial-thumb {
  margin-top: -40px;
  margin-left: 20px;
}
.rainline .news-section {
  background-image: url("../images/guide-bg.png");
  min-height: 500px;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.rainline .news-section .news-title {
  text-align: center;
  margin-bottom: 3em;
}
.rainline .news-section .news-title h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 7px;
  font-size: 1.7em;
}
.rainline .news-section .news-title h1 {
  font-size: 2em;
  color: #fff;
  font-weight: 600;
}
.rainline .news-section .news-title h1 span {
  font-weight: 400;
}
.rainline .news-section .news-title .line {
  width: 80px;
  height: 3px;
  background-color: #ed1c24;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.rainline .news-section .card .cat-links a {
  color: #ed1c24;
}
.rainline .news-section .card .card-text {
  color: #000;
}
.rainline .news-section .card h5, .rainline .news-section .card p {
  color: white;
}
.rainline .news-section .card h5 a, .rainline .news-section .card p a {
  color: #ed1c24;
  font-size: 24px;
  margin-top: 1em;
  display: inline-block;
}
.rainline .product-section {
  min-height: 500px;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
}
.rainline .product-section .slick-slider .slick-slide > div {
  margin-left: 5px;
  margin-right: 5px;
}
.rainline .product-section .slick-slider .slick-next, .rainline .product-section .slick-slider .slick-prev {
  width: 40px;
  height: 40px;
  position: absolute;
}
.rainline .product-section .slick-slider .slick-next {
  top: -45px;
  right: 0;
  background: #ed1c24;
}
.rainline .product-section .slick-slider .slick-prev {
  top: -45px;
  right: 42px !important;
  left: unset;
  background: #00234b;
}
.rainline .product-section .product-title {
  text-align: left;
  margin-bottom: 3em;
}
.rainline .product-section .product-title h1 {
  font-size: 2em;
  color: #00234b;
  font-weight: 600;
}
.rainline .product-section .product-title h1 span {
  font-weight: 400;
}

.cases-section {
  min-height: 500px;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}
.cases-section .case-slider .case {
  padding: 1em;
}
.cases-section .case-slider .slick-next, .cases-section .case-slider .slick-prev {
  width: 40px;
  height: 40px;
  background: #d9d9d9;
}
.cases-section .case-slider .slick-next {
  right: -50px;
}
.cases-section .case-slider .slick-prev {
  left: -50px;
}
.cases-section .cases-title {
  text-align: center;
  margin-bottom: 3em;
}
.cases-section .cases-title h4 {
  text-transform: uppercase;
  font-weight: 200;
  color: #e04662;
  letter-spacing: 7px;
}
.cases-section .cases-title h1 {
  font-size: 3em;
  color: #00234b;
  font-weight: 700;
}
.cases-section .cases-title h1 span {
  font-weight: 400;
}
.cases-section .cases-title .line {
  width: 80px;
  height: 3px;
  background-color: #ed1c24;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cases-section .card {
  background-color: #ed1c24;
  color: white;
}
.cases-section .card .entry-thumb {
  position: relative;
}
.cases-section .card .cat-links a {
  color: white;
}
.cases-section .card .card-text {
  display: none;
}
.cases-section .card h5, .cases-section .card p {
  color: white;
}
.cases-section .card h5 a, .cases-section .card p a {
  color: white;
  font-size: 24px;
  display: inline-block;
}
.cases-section .card h6 {
  text-transform: uppercase;
  font-weight: 300;
}

/*Swiper slider*/
.homeSwiper {
  height: 480px;
}
@media (min-width: 992px) {
  .homeSwiper {
    height: 600px;
  }
}
.homeSwiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.homeSwiper .swiper-slide::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 35, 75, 0.64)), color-stop(88%, rgba(0, 35, 75, 0)));
  background: linear-gradient(90deg, rgba(0, 35, 75, 0.64) 0%, rgba(0, 35, 75, 0) 88%);
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: -1;
}
.homeSwiper .swiper-slide .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.homeSwiper .swiper-slide .slide-content .slide-row {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homeSwiper .swiper-slide .slide-content .slide-row .slide-col {
  padding-left: 40px;
  padding-right: 40px;
}
.homeSwiper .swiper-slide .slide-content .slide-row h1 {
  color: white;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 20px;
}
.homeSwiper .swiper-slide .slide-content .slide-row p {
  font-size: 20px;
  max-width: 45ch;
  margin-bottom: 20px;
}
.homeSwiper .swiper-slide .slide-content .slide-row .button {
  display: inline-block;
  padding: 12px 32px;
  font-size: 17px;
  line-height: 100%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.homeSwiper .swiper-slide .slide-content .slide-row .button.primary-button {
  color: white;
  background-color: #ed1c24;
  margin-right: 16px;
}
.homeSwiper .swiper-slide .slide-content .slide-row .button.secondary-button {
  color: #00234b;
  background-color: white;
}
.homeSwiper .swiper-slide .slide-content .slide-row .button:hover {
  color: white;
  background-color: #00234b;
  text-decoration: none;
}
.homeSwiper .swiper-pagination-bullet-active {
  background-color: white;
}
.homeSwiper .swiper-pagination-bullet {
  background-color: white;
}
.homeSwiper .swiper-button-prev:after, .homeSwiper .swiper-button-next:after {
  font-size: 20px;
  font-weight: 800;
  color: white;
}

/*Popular product Carousel*/
.product-section ul.slick-dots {
  display: none !important;
}
@media (max-width: 768px) {
  .product-section .woocommerce ul.products li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 1% 2.992em;
  }
}

.mega_main_menu.primary .symbol_menu, .mega_main_menu.mobile .symbol_menu {
  font-size: 40px;
  color: #ed1c24;
  font-weight: 400;
}
.mega_main_menu.primary .symbol_cross, .mega_main_menu.mobile .symbol_cross {
  color: #ed1c24;
  font-weight: 600;
}
.mega_main_menu.primary .mmm_fullwidth_container, .mega_main_menu.mobile .mmm_fullwidth_container {
  background-color: transparent !important;
}
@media (max-width: 810px) {
  .mega_main_menu.primary li.nav-icon, .mega_main_menu.mobile li.nav-icon {
    display: none !important;
  }
}
.mega_main_menu.primary li.nav-icon a, .mega_main_menu.mobile li.nav-icon a {
  border-left: 1px solid #ccc;
  font-size: 30px !important;
}
@media (max-width: 810px) {
  .mega_main_menu.primary li.nav-icon-right, .mega_main_menu.mobile li.nav-icon-right {
    display: none !important;
  }
}
.mega_main_menu.primary li.nav-icon-right a, .mega_main_menu.mobile li.nav-icon-right a {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 30px !important;
}

.page-template-page-contact .contact-form {
  border-right: 1px solid #ccc;
}
.page-template-page-contact .contact-form input {
  height: 3rem;
  border-color: #e2e2e2;
  border: 1px solid;
}
.page-template-page-contact .contact-form textarea {
  border-color: #e2e2e2;
  height: 5em;
  border: 1px solid;
}
.page-template-page-contact .contact-form input[type=submit] {
  background-color: #ed1c24;
  color: #fff !important;
  width: 150px;
}
.page-template-page-contact .contact-form label {
  display: block;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0 0 0.75rem 0;
}
.page-template-page-contact ul.contacts {
  padding: 0;
  list-style: none;
  margin-top: 4em;
  margin-left: 2em;
}
.page-template-page-contact ul.contacts li {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
}
.page-template-page-contact ul.contacts li a {
  color: #ed1c24;
}
.page-template-page-contact ul.contacts li .contact-text {
  margin-left: 10px;
}
.page-template-page-contact ul.contacts li .contact-icon {
  background: #ed1c24;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
.page-template-page-contact ul.contacts li .contact-icon i {
  color: white;
}
.page-template-page-contact .contact-title {
  text-align: center;
  margin-bottom: 3em;
}
.page-template-page-contact .contact-title h4 {
  text-transform: uppercase;
  font-weight: 200;
  color: #e04662;
  letter-spacing: 7px;
}
.page-template-page-contact .contact-title h1 {
  font-size: 3em;
  color: #00234b;
  font-weight: 700;
}
.page-template-page-contact .contact-title h1 span {
  font-weight: 400;
}
.page-template-page-contact .contact-title .line {
  width: 80px;
  height: 3px;
  background-color: #ed1c24;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-services .content-area {
  padding-top: 5em;
}
.page-template-page-services .main-image-wrapper-service {
  background-color: #ed1c24;
  color: #333333;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 590px;
  margin-bottom: 20px;
}
.page-template-page-services .main-image-wrapper-service .page-heading {
  background-color: #f6f5f3;
  margin-top: 2em;
  padding: 2em 2em 2em 2em;
  position: absolute;
  display: block;
  bottom: -60px;
  margin-left: 15px;
  overflow-x: visible;
  width: 40%;
}
@media (max-width: 810px) {
  .page-template-page-services .main-image-wrapper-service .page-heading {
    background-color: #f6f5f3;
    margin-top: 2em;
    padding: 15px;
    position: absolute;
    display: block;
    bottom: -60px;
    margin-left: 0;
    overflow-x: visible;
    width: 100%;
    left: 0;
  }
}
.page-template-page-services .main-image-wrapper-service .page-heading h1 {
  font-size: 3em;
  color: #00234b;
  font-weight: 700;
}
@media (max-width: 810px) {
  .page-template-page-services .main-image-wrapper-service .page-heading h1 {
    font-size: 1.5em;
  }
}
.page-template-page-services .main-image-wrapper-service .page-heading h1 span {
  font-weight: 400;
}
.page-template-page-services .main-image-wrapper-service .page-heading .line {
  width: 80px;
  height: 3px;
  background-color: #ed1c24;
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-template-page-services .main-image-wrapper-service a {
  color: #ed1c24;
}
.page-template-page-services .subs ul {
  list-style: none;
  padding: 0;
}
.page-template-page-services .subs ul li i {
  color: #ed1c24;
}
.page-template-page-services .subs ul li a {
  color: #00234b;
}
.page-template-page-services .subs ul li a:hover, .page-template-page-services .subs ul li a:active {
  color: #ed1c24;
}
.page-template-page-services .subs h1 {
  font-size: 2.2em;
  color: #00234b;
  font-weight: 500;
}
.page-template-page-services .subs h1 span {
  font-weight: 400;
}
.page-template-page-services .subs .line {
  width: 80px;
  height: 3px;
  background-color: #ed1c24;
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce {
  /**
  Fix compatability with bootstrap 4
  https://github.com/woocommerce/woocommerce/issues/15793#issuecomment-356598091
   */
  /**
  Sidebar Widgets
   */
  /**
  Cat / Archive
   */
  /**
  Loop
   */
  /**
  Cat Loop
   */
  /**
  Notices
   */
  /**
  Checkout
   */
  /* Pagination
  --------------------*/
  /*categories list in single product pages
  -----------------*/
  /*Woocommerce brand img
  -----------------*/
  /*Single products descr
  -------------------------------*/
}
.woocommerce .dropdown-menu {
  width: 250px;
  padding: 10px;
}
.woocommerce .dropdown-menu .wc-forward {
  margin-right: 5px;
}
.woocommerce .dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #00234b;
}
.woocommerce .dropdown-menu a.remove {
  font-weight: 800;
  float: right;
  font-size: 16px;
  color: #ed1c24;
}
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}
.woocommerce .woocommerce-breadcrumb {
  color: #00234b;
  margin-top: 1.5em;
}
.woocommerce #secondary .wc-block-product-search__label {
  display: none;
}
.woocommerce #secondary .wc-block-product-search__field {
  border: 1px solid #ccc;
}
.woocommerce #secondary .widgettitle, .woocommerce #secondary .widget-title {
  background: #00234b;
  font-size: 1.2em;
  padding: 10px;
  margin-bottom: 0;
  color: white;
}
.woocommerce #secondary .woocommerce-widget-layered-nav-list, .woocommerce #secondary .product-categories {
  padding: 10px;
  background: #ececec;
  list-style: none;
}
.woocommerce #secondary .woocommerce-widget-layered-nav-list li, .woocommerce #secondary .product-categories li {
  line-height: 2;
}
.woocommerce #secondary .woocommerce-widget-layered-nav-list li.current-cat a, .woocommerce #secondary .product-categories li.current-cat a {
  color: #ed1c24;
}
.woocommerce #secondary .woocommerce-widget-layered-nav-list li a, .woocommerce #secondary .product-categories li a {
  color: #00234b;
}
.woocommerce #secondary .wc-block-product-search button {
  background: #00234b;
  border: 1px solid #00234b;
  color: white;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
.woocommerce .term-description {
  background: #ececec;
  padding: 1.5em;
  font-size: 14px;
  margin-bottom: 2em;
}
.woocommerce .term-description p {
  margin-bottom: 0;
}
.woocommerce .page-title {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #00234b;
}
.woocommerce span.onsale {
  background-color: #00234b;
  color: white;
  border-radius: 0;
}
.woocommerce .main-title {
  display: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: white !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #00234b;
  border-color: #00234b;
  color: white;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt:hover, .woocommerce #place_order, .woocommerce .checkout-button {
  background-color: #00234b;
  border-color: #00234b;
  color: white;
  font-size: 1.2em;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover:hover, .woocommerce #place_order:hover, .woocommerce .checkout-button:hover {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: white;
}
.woocommerce .woo-product-card {
  overflow: hidden;
}
.woocommerce .woo-product-card .woocommerce-LoopProduct-link .amount {
  color: #00234b;
  font-size: 15px;
}
.woocommerce .woo-product-card .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  color: black;
}
.woocommerce .woo-product-card .woocommerce-LoopProduct-link .card .entry-thumb {
  position: relative;
  overflow: hidden;
}
.woocommerce .woo-product-card .woocommerce-LoopProduct-link img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.woocommerce .woo-product-card .woocommerce-LoopProduct-link img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.woocommerce .woo-category-card {
  text-align: center;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.woocommerce .woo-category-card .woocommerce-loop-category__title {
  color: black;
}
.woocommerce .woo-category-card mark {
  display: none;
}
.woocommerce .woo-category-card .cat-btn {
  width: 80%;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2em;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.woocommerce .woo-category-card:hover .cat-btn {
  background-color: #00234b;
  border-color: #00234b;
}
.woocommerce .woocommerce-info {
  border-top-color: #00234b;
}
.woocommerce .woocommerce-info::before {
  color: #00234b;
}
.woocommerce .form-row label {
  line-height: 2;
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce div.product p.price {
  color: #ed1c24;
}
.woocommerce div.product .quantity .qty {
  line-height: 34px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #00234b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #00234b;
  background-color: #fff;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce nav.woocommerce-pagination {
  margin: 16px 0 40px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin-inline: 5px;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #00234b;
  padding: 8px 12px;
}
.woocommerce .product_meta .posted_in a, .woocommerce .product_meta .tagged_as a {
  color: #ed1c24;
}
.woocommerce .woo_brand_img {
  margin: 16px 16px 16px 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.woocommerce .woo_brand_img:hover {
  opacity: 0.8;
}
.woocommerce.single-product .summary ul, .woocommerce.single-product #tab-description ul {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 0px;
  line-height: 200%;
  margin-bottom: 24px;
}
.woocommerce.single-product .summary ul li::marker, .woocommerce.single-product #tab-description ul li::marker {
  color: #00234b;
}
.woocommerce.single-product .summary table, .woocommerce.single-product #tab-description table {
  border: none;
  margin-block: 20px;
}
.woocommerce.single-product .summary table tr, .woocommerce.single-product #tab-description table tr {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.woocommerce.single-product .summary table th, .woocommerce.single-product #tab-description table th {
  background-color: #e3e3e3;
}
.woocommerce.single-product .summary table th, .woocommerce.single-product .summary table td, .woocommerce.single-product #tab-description table th, .woocommerce.single-product #tab-description table td {
  border: none;
  padding: 12px;
}
.woocommerce.single-product .wc-download-file {
  list-style: none;
  padding-left: 0;
  margin-block: 16px;
}
.woocommerce.single-product .wc-download-file li a {
  color: #ed1c24;
}

.gr-icons {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  padding: 0 !important;
}
.gr-icons.round .icon {
  border-radius: 50%;
}
.gr-icons li {
  margin-right: 5px;
}
.gr-icons li .icon {
  width: 50px;
  height: 50px;
  border: 1px solid white;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
}
.gr-icons li .icon.facebook::before {
  content: "\f09a";
}
.gr-icons li .icon.twitter::before {
  content: "\f099";
}
.gr-icons li .icon.youtube::before {
  content: "\f167";
}
.gr-icons li .icon.instagram::before {
  content: "\f16d";
}
.gr-icons li .icon.linkedin::before {
  content: "\f0e1";
}

.gform_wrapper .gform_fields input[type=text], .gform_wrapper .gform_fields input[type=tel], .gform_wrapper .gform_fields input[type=email] {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: 10px !important;
}
.gform_wrapper .gform_footer input[type=submit] {
  border: none;
  padding: 10px 20px;
  background-color: #ed1c24;
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  color: #ed1c24;
  background-color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}