<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@400;500&display=swap" rel="stylesheet">@font-face
{
  font-family: "Jost";
  src: url(../fonts/Jost-Black.eot);
  src: url("../fonts/Jost-Black.eot?#iefix") format("embedded-opentype"),
    url(../fonts/Jost-Black.woff2) format("woff2"),
    url(../fonts/Jost-Black.woff) format("woff"),
    url(../fonts/Jost-Black.ttf) format("truetype"),
    url("../fonts/Jost-Black.svg#Jost-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-Bold.eot);
  src: url("../fonts/Jost-Bold.eot?#iefix") format("embedded-opentype"),
    url(../fonts/Jost-Bold.woff2) format("woff2"),
    url(../fonts/Jost-Bold.woff) format("woff"),
    url(../fonts/Jost-Bold.ttf) format("truetype"),
    url("../fonts/Jost-Bold.svg#Jost-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-ExtraBold.eot);
  src: url("../fonts/Jost-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url(../fonts/Jost-ExtraBold.woff2) format("woff2"),
    url(../fonts/Jost-ExtraBold.woff) format("woff"),
    url(../fonts/Jost-ExtraBold.ttf) format("truetype"),
    url("../fonts/Jost-ExtraBold.svg#Jost-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-Medium.eot);
  src: url("../fonts/Jost-Medium.eot?#iefix") format("embedded-opentype"),
    url(../fonts/Jost-Medium.woff2) format("woff2"),
    url(../fonts/Jost-Medium.woff) format("woff"),
    url(../fonts/Jost-Medium.ttf) format("truetype"),
    url("../fonts/Jost-Medium.svg#Jost-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-Regular.eot);
  src: url("../fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"),
    url(../fonts/Jost-Regular.woff2) format("woff2"),
    url(../fonts/Jost-Regular.woff) format("woff"),
    url(../fonts/Jost-Regular.ttf) format("truetype"),
    url("../fonts/Jost-Regular.svg#Jost-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-SemiBold.eot);
  src: url("../fonts/Jost-SemiBold.eot?#iefix") format("embedded-opentype"),
    url(../fonts/Jost-SemiBold.woff2) format("woff2"),
    url(../fonts/Jost-SemiBold.woff) format("woff"),
    url(../fonts/Jost-SemiBold.ttf) format("truetype"),
    url("../fonts/Jost-SemiBold.svg#Jost-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body {
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: #434343;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: #fff0;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a img {
  border: none;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s;
  -moz-transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
:focus {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
ul {
  list-style: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #6e6f72;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
::-moz-placeholder {
  color: #6e6f72;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #6e6f72;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
::-moz-selection {
  color: #fff;
  background: #295970;
}
::selection {
  color: #fff;
  background: #295970;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
input:invalid {
  box-shadow: none;
}
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
  height: auto !important;
  min-height: 173px;
  overflow: hidden;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.form-group {
  margin-bottom: 30px;
  position: relative;
}
.form-control {
  width: 100%;
  padding: 10px 15px;
  border: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 40px;
  background: #fff;
  font-size: 14px;
  color: #5a5a5a;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
}
.form-control:focus {
  border-color: #00ffff !important;
}
[class*="btn-"]:focus {
  outline: 1px solid #fff;
  outline-offset: -4px;
}
.container-fluid {
  width: 100%;
  padding-right: 38px;
  padding-left: 38px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1380px;
  }
}
@media (min-width: 1640px) {
  .container {
    width: 1480px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}
.row::after,
.container::after,
.clearfix::after {
  clear: both;
}
.width50,
.width33 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.width33 {
  width: 33.33%;
}
.width25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.container.flex-container:before,
.container.flex-container:after,
.row.align-items-center:before,
.row.align-items-center:after {
  display: block;
}
.flex-container .width50 {
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-center {
  text-align: center !important;
}
.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.mCSB_inside > .mCSB_container {
  margin-right: 60px;
}
.mCustomScrollbar .mCSB_scrollTools {
  opacity: 0;
}
.mCustomScrollbar:hover .mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #f3373f;
}
.scrollTop {
  position: fixed;
  display: inline-block;
  right: 49px;
  bottom: 86px;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: rgb(0 0 0 / 0.2) 0 6px 10px 0;
  z-index: 99;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
  font-weight: 700;
  font-size: 15px;
  background: #295970;
}
.scrollTop:hover {
  transform: scale(1.1);
}
::-webkit-input-placeholder {
  color: #6e6f72;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
::-moz-placeholder {
  color: #6e6f72;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #6e6f72;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
::-moz-selection {
  color: #fff;
  background: #295970;
}
::selection {
  color: #fff;
  background: #295970;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
input:invalid {
  box-shadow: none;
}
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
  height: auto !important;
  min-height: 173px;
  overflow: hidden;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.form-group {
  margin-bottom: 30px;
  position: relative;
}
.form-control {
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 60px;
  background: #fff;
  font-size: 14px;
  color: #5a5a5a;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
}
.form-control:focus {
  border-color: #295970 !important;
}
p a,
.contact-list li a,
.link span,
.call-caption a span,
.footer .call-panel-list p {
  position: relative;
  display: inline-block;
}
.footer .call-panel-list p:hover {
  text-decoration: underline;
}
p a:after,
footer ul > li > a:after,
.footer-bottom .call-info a:after,
.more-link:after,
.contact-list li a:after,
.header-right ul li a .sb-txt:after,
.link span:after,
.call-caption a span:after {
  width: 40%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00b8d1;
  opacity: 0;
  pointer-events: none;
  content: "";
  -webkit-transform: translate(50%);
  transform: translate(50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.header-right ul li a .sb-txt:after,
.call-caption a span:after {
  bottom: -5px;
}
p a:hover:after,
footer ul > li > a:hover:after,
.footer-bottom .call-info a:hover:after,
.post-item a:hover .more-link:after,
.contact-list li a:hover:after,
.header-right ul li a:hover .sb-txt:after,
.link:hover span:after,
.call-caption a:hover span:after {
  width: 100%;
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.footer ul > li.active > a,
.footer ul > li:hover > a {
  color: #295970;
}
.heading-32,
h2 {
  font-size: 32px;
  color: #434343;
  line-height: 100%;
  margin-bottom: 45px;
  font-weight: 700;
}
h2 {
  margin-bottom: 25px;
  font-size: 24px;
}
.page-heading {
  font-size: 28px;
  color: #0c325b;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 100%;
  margin-bottom: 8px;
}
.heading-22 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 30px;
}
.post-heading {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.pdtb-100 {
  padding: 70px 0 70px;
  width: 100%;
}
.heading-28 {
  font-size: 28px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin-bottom: 45px;
}
.header-line span {
  padding: 0 45px;
  display: inline-block;
  background: #e8eef5;
  z-index: 1;
}
.header-line:before {
  position: absolute;
  content: "";
  width: 50%;
  background: #a5a5a5;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: -1;
  opacity: 0.24;
}
.header-line:after {
  position: absolute;
  content: "";
  width: 50%;
  background: #a5a5a5;
  height: 1px;
  right: 0;
  top: 50%;
  z-index: -1;
  opacity: 0.24;
}
ul.woo_breadcums {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}
ul.woo_breadcums li {
  list-style: none;
  color: #262626;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: capitalize;
}
ul.woo_breadcums li a {
  text-decoration: none;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  color: #262626;
  z-index: 0;
}
.woo_breadcums li a:before {
  content: "/";
  position: absolute;
  right: -10px;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 0;
  margin: 0;
}
ul.woo_breadcums li a:hover {
  color: #0194c6;
}
.left-border {
  border-left: 1px solid #b3c7de;
}
.pdl-40 {
  padding-left: 40px;
}
.mrgb70 {
  margin-bottom: 70px;
}
.dlist {
  display: flex;
  flex-wrap: wrap;
}
.dlist li {
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  width: 100%;
  color: #434343;
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 400;
}
.dlist li a {
  text-decoration: underline;
}
.dlist li a:hover {
  color: #0194c6;
}
.dlist.half li {
  width: 50%;
}
.dlist.thrice li,
.thrice li {
  width: 33.33%;
}
.dlist li:before {
  position: absolute;
  content: "";
  background: url(../images/bullet-icon.png) no-repeat left top;
  left: 0;
  width: 16px;
  height: 14px;
  top: 4px;
}
.btnlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin: 0;
}
.btnlist li {
  padding: 0 8px;
}
[class*="btn-"] {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 12px 20px;
  border-radius: 3px;
  height: 45px;
  overflow: hidden;
}
[class*="btn-"]::before,
[class*="btn-"]::after,
.button::after,
.button::before,
.btn-cart::after {
  background: #295970;
  content: "";
  position: absolute;
  z-index: -1;
}
[class*="btn-"]::after,
.button::after,
.btn-cart::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button::after,
.btn-cart::after,
.btn-social:after,
.submitblock .btn-theme:after,
.btn-whishlist:after {
  background-color: #295970;
}
.btn-whishlist:hover img {
  filter: invert(0) brightness(50);
}
[class*="btn-"]:hover::after,
.button:hover::after,
.btn-cart:hover::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
[class*="btn-"] img {
  margin-left: 10px !important;
}
[class*="btn-"] i {
  font-size: 12px;
  margin-left: 20px;
}
.btn-white {
  background-color: #fff;
}
.btn-theme {
  background-color: #295970;
  font-size: 16px;
}
.btn-cart {
  font-size: 16px;
  color: #295970;
  text-transform: unset;
  border: 1px solid #295970;
}
.mrgb55,
.footer-links {
  margin-bottom: 45px;
  line-height: 0;
}
.ft-block-3,
.ft-block-4 {
  width: 20%;
}
.ft-block-3 {
  width: 24%;
}
.ft-block-1 {
  width: 15%;
}
.ft-block-2 {
  width: 15%;
}
.mrgb35 {
  margin-bottom: 35px;
}
.heading-line {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 100%;
}
.heading-line:after {
  content: "";
  width: 13px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
}
.footer .call-panel-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -80px;
  line-height: 0;
}
.pd50 {
  padding: 50px 0;
}
.footer .call-panel-list p {
  font-size: 20px;
  line-height: 24px;
}
.col-4 {
  width: 25%;
  position: relative;
  display: inline-block;
}
ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 0;
}
ol li {
  padding: 0 0 70px 75px;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  --size: 14px;
  left: 0;
  line-height: 40px;
  width: var(--size);
  height: var(--size);
  top: 0;
  width: 40px;
  height: 40px;
  background: #0194c6;
  border-radius: 50%;
  text-align: center;
}
ol li:not(:last-child):after {
  position: absolute;
  content: "";
  border: 1px dotted #707070;
  top: 38px;
  bottom: 0;
  height: 100%;
  left: 20px;
  z-index: -1;
}
ol li a {
  font-weight: 700;
}
ol li a:hover,
.category a:hover {
  color: #0194c6;
}
.order-2 {
  order: 2;
}
.para-lead,
.para-lead p {
  margin-bottom: 30px;
}
.para-lead p {
  font-size: 18px;
  line-height: 30px;
}
.para-lead p:last-child {
  margin-bottom: 0;
}
.inpg {
  padding: 25px 0;
  position: relative;
  z-index: 0;
}
.sec-bg {
  background-color: #e8eef5;
  padding: 70px 0 50px;
}
.inner-banner {
  padding: 50px 0 !important;
}
.table {
  background-color: #e8eef5;
  border: 5px solid #b3c7de;
  width: 100%;
  table-layout: fixed;
}
.table tr th {
  font-weight: 600;
  padding: 25px;
  border-bottom: 1px solid #b3c7de;
  border-right: 1px solid #b3c7de;
  vertical-align: middle;
  font-size: 17px;
}
.table-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.table-heading img {
  margin-right: 10px;
}
.table-heading p {
  line-height: 120%;
}
.table-heading p span {
  font-weight: 400;
}
.table tr td {
  padding: 15px 25px;
  line-height: 100%;
  text-align: center;
  font-size: 20px;
  border-right: 1px solid #b3c7de;
}
.table tr td:first-child {
  font-weight: 600;
}
.table tr:not(:last-child) td {
  border-bottom: 1px solid #b3c7de;
}
.table tr td label {
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 992px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.headicon {
  width: 64px;
  height: 64px;
  background: #295970;
  border-radius: 100%;
  line-height: 60px;
  display: inline-block;
  z-index: 2;
  text-align: center;
}
.heading-h1 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.proheader {
  position: relative;
  background: #0194c6;
  padding: 7px 35px;
  color: #fff;
  display: inline-block;
  z-index: 1;
  margin-left: -3px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
h1.proheader {
  font-size: 28px;
}
h2.proheader {
  margin-bottom: 0;
  font-size: inherit;
}
.proheader:after {
  position: absolute;
  content: "";
  background-color: #0194c6;
  transform: skew(-30deg);
  right: -16px;
  top: 0;
  width: 28px;
  height: 100%;
  z-index: -1;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.proheader:before {
  position: absolute;
  content: "";
  border-top-right-radius: 10px 50%;
  border-bottom-right-radius: 10px 50%;
  width: 22px;
  height: 100%;
  left: -15px;
  top: 0;
  bottom: 0;
  background: #e8eef5;
  z-index: -2;
}
.heading-border {
  border-bottom: 1px solid rgb(183 183 183 / 0.24);
  width: 100%;
}
.product-bg {
  background-color: #fff;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 0 6px rgb(0 0 0 / 0.06);
  margin: 1px 0 0 0;
}
.product-item-list .product-bg {
  text-align: left;
}
.product-bg .price-item,
.product-heading {
  margin-bottom: 10px;
}
.product-item-list .product-bg img {
  margin: 0 auto;
}
.product-item-list .product-bg {
  margin-bottom: 25px;
  padding: 23px 15px 20px;
  min-height: 192px;
  position: relative;
}
.products.slick-slider .slick-prev {
  z-index: 1;
}
.dark-bg {
  background-color: #0c325b;
  color: #fff;
}
.footer-bg {
  background-color: #0194c6;
  color: #fff;
}
.footer .call-panel-list .col-4 {
  padding: 0 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer .call-panel-list .col-4 img {
  display: inline-block;
  margin-right: 20px;
}
.footer .call-panel-list .col-4:not(:last-child):after {
  position: absolute;
  content: "";
  background: rgb(40 120 199 / 0.38);
  top: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  width: 1px;
}
.ft-title {
  font-size: 18px;
}
.divider {
  border-bottom: 1px solid rgb(213 213 213 / 0.5);
}
.footer-top {
  padding: 25px 0;
}
.btnlist.social {
  font-size: 0;
  line-height: 0;
  margin: 0 -8px;
}
.social a {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  padding: 0;
}
.social a i {
  color: #2878c7;
  margin: 0;
  font-size: 24px;
}
.ft-inline {
  display: inline-flex;
  align-items: center;
}
.ft-inline .ft-title {
  margin-right: 10px;
}
.footer-links li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.footer-links li {
  margin-bottom: 5px;
}
.footer-bottom {
  border-top: 1px solid rgb(67 149 230 / 0.5);
  padding: 30px 0;
  line-height: 100%;
}
.footer-bottom .call-info {
  font-size: 22px;
  font-weight: 600;
}
.footer-bottom .call-info a {
  display: inline-block;
  line-height: 100%;
  position: relative;
  padding-bottom: 3px;
}
.footer-bottom .call-info span {
  margin-right: 10px;
}
.footer-bottom .ft-inline label {
  margin-right: 20px;
  display: inline-block;
}
.copyright-footer {
  padding: 15px 0;
}
.mrgb60 {
  margin-bottom: 60px;
}
.mrgb0 {
  margin-bottom: 0 !important;
}
.mrgb40 {
  margin-bottom: 40px !important;
}
.pdb0 {
  padding-bottom: 0 !important;
}
.copyright-footer p {
  font-size: 16px;
  color: #0c325b;
  letter-spacing: 0.5px;
}
.ft-newletter .mc4wp-form-fields label input {
  width: 300px;
  padding: 15px 20px;
  border: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 45px;
  background: #fff;
  font-size: 14px;
  color: #5a5a5a;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
}
.ft-newletter .mc4wp-form-fields input.singup {
  background-color: #0c325b;
  font-size: 16px;
  outline: none;
  border: 0;
  color: #fff;
  min-width: 124px;
  height: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  border-radius: 5px;
  line-height: 100%;
}
.ft-newletter .mc4wp-form-fields input:hover {
  background: #295970;
}
.woocommerce ul.products li.product {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  transition: box-shadow 0.3s ease-in-out;
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.3);
}
.woocommerce ul.products li.product a {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  line-height: 24px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:before {
  position: absolute;
  content: "";
  width: 62px;
  height: 1px;
  background-color: rgb(1 148 198 / 0.2);
  left: 50%;
  margin-left: -31px;
  top: -10px;
}
.woocommerce ul.products li.product .button {
  margin: 0;
  display: inline-flex;
  background: #fff0;
  border: 1px solid #295970;
  height: 44px;
  align-items: center;
  justify-content: center;
  min-width: 147px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}
.woocommerce ul.products li.product .button:hover,
.btn-cart:hover {
  color: #ffffff !important;
}
.woocommerce ul.products li.product .button:hover img,
.btn-cart:hover img {
  filter: invert(0) brightness(50);
}
.woocommerce a.button {
  border-radius: 3px;
  height: auto;
  font-size: 16px;
  color: #295970 !important;
}
.woocommerce a.button img {
  width: auto !important;
  margin: 0 0 0 10px !important;
}
.woocommerce ul.products li.product .price {
  margin-bottom: 10px;
  font-size: 20px;
}
.woocommerce ul.products li.product .hover-product-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
}
.woocommerce
  ul.products
  li.product
  .hover-product-icon
  .yith-wcwl-add-button
  > a
  i {
  margin-right: 0 !important;
  color: #bfbfbf;
  font-size: 20px;
}
.yith-wcwl-add-button button {
  background: none;
  border: none;
  font-size: 19px;
}
.woocommerce ul.products li.product .hover-product-icon a.wc-icon {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #bfbfbf;
  display: inline-table;
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce ul.products li.product .hover-product-icon {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  border: 1px solid #fff0;
  border-radius: 100%;
  background-color: #707070;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #295970;
}
.align-none {
  align-items: inherit !important;
}
.inner-cta-left {
  width: 561px;
  position: relative;
  display: inline-block;
  position: sticky;
  top: 10px;
}
.cta-wrapper {
  overflow: hidden;
  padding: 68px 90px;
  min-height: 610px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px;
}
.cta-content .cta-heading {
  font-size: 46px;
  color: #fff;
  line-height: 120%;
  border-bottom: 1px solid rgb(255 255 255 / 0.2);
  padding-bottom: 10px;
  font-weight: 700;
}
.call-caption {
  text-align: center;
  width: 100%;
  background-color: #295970;
  padding: 12px 15px;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
}
.cta-wrapper > img.bgimg {
  height: auto;
}
.faq-block {
  width: calc(100% - 626px);
  position: relative;
  display: inline-block;
}
.logo-border {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  padding: 0 50px;
}
.logo-border:after,
.logo-border:before {
  position: absolute;
  content: "";
  width: 47%;
  background-color: rgb(255 255 255 / 0.2);
  bottom: 0;
  height: 1px;
}
.logo-border:before {
  left: -20px;
}
.logo-border:after {
  right: 0;
}
.pdtb0 {
  padding: 0 !important;
}
.choose-single-product li {
  width: 100% !important;
  margin: 0 !important;
}
.overlay.active {
  opacity: 1;
  display: block;
}
.img-overlay {
  position: relative;
  overflow: hidden;
}
.img-overlay:before {
/*   content: ""; */
  position: absolute;
  z-index: 0;
  width: 100%;
  bottom: 0;
  min-height: 100px;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    #fff0 0%,
    rgb(0 0 0 / 0.9) 79%,
    rgb(0 0 0 / 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #fff0 0%,
    rgb(0 0 0 / 0.9) 79%,
    rgb(0 0 0 / 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    #fff0 0%,
    rgb(0 0 0 / 0.9) 79%,
    rgb(0 0 0 / 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#e6000000',GradientType=0);
}
.thank_you_content {
  text-align: center;
}
.img-overlay.remove_img_shodow:before {
  content: none !important;
}
#mega-menu-wrap-primary {
  clear: both;
  width: 100%;
}
#mega-menu-wrap-primary {
  clear: both;
  width: 100%;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  background: #fff0;
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary {
    background: #fff0;
  }
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  background: #fff;
  margin-top: 15px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  color: #295970;
  font-size: 16px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  border-bottom: 1px solid rgb(183 183 183 / 0.24);
  margin-bottom: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  padding: 15px 20px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children.mega-hide-arrow
  > a.mega-menu-link
  > span.mega-indicator {
  display: inline-block !important;
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 6px 10px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    margin-top: 0;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    li.mega-menu-item
    > a.mega-menu-link {
    font-size: 14px;
  }
}

/* 27-01-25 */
body {
    font-family: 'jost';
}
.about-caption p {
    font-size: 18px;
    font-family: 'Jost';
}
h2.heading-32 {
    font-size: 25px;
    margin-bottom: 30px;
}



