:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-family--inter: "Inter", sans-serif;
  --wp--preset--font-family--cardo: Cardo;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flex {
  display: flex;
}
.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}
.is-layout-flex > :is(*, div) {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
.is-layout-grid > :is(*, div) {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}
.woocommerce form .form-row .required {
  visibility: visible;
}
#mysticky-nav {
  width: 100%;
  position: static;
  height: auto !important;
}
#mysticky-nav.wrapfixed {
  position: fixed;
  left: 0px;
  margin-top: 0px;
  z-index: 999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #015662;
}
#mysticky-nav.wrapfixed .myfixed {
  background-color: #015662;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
#mysticky-nav .myfixed {
  margin: 0 auto;
  float: none;
  border: 0px;
  background: none;
  max-width: 100%;
}
.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  background-image: none !important;
}
@media screen and (max-height: 1024px) {
  .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}
@media screen and (max-height: 640px) {
  .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300 900;
  font-display: fallback;
  src: url("/Assets/Fonts/Main/Inter-VariableFont_slnt-wght.woff") format("woff");
  font-stretch: normal;
}
@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/Assets/Fonts/Main/cardo_normal_400.woff") format("woff");
}
.btn,
.elementor-1169
  .elementor-element.elementor-element-4ea098e:hover
  .elementor-widget-container,
.elementor-1169
  .elementor-element.elementor-element-9f06011:hover
  .elementor-widget-container,
.elementor-1169
  .elementor-element.elementor-element-08b5cb9:hover
  .elementor-widget-container {
  background-color: #015662 !important;
  box-shadow: 0px 25px 68px 6px rgba(1, 63, 24, 0.5) !important;
}
.man_page [type="submit"] {
  background-color: #015662 !important;
}

@media (max-width: 1024px) {
  .elementor-78 .elementor-element.elementor-element-51190a3 .man_logo_img {
    max-width: 160px;
    padding-top: 5px;
  }

  .sm_menu {
    z-index: 9999;
    top: 0;
    background-color: #015662;
    padding-top: 50px;
  }

  .sm_menu_toggle_close {
    z-index: 99999;
  }
}

@media (max-width: 767px) {
  body h1 {
    font-size: 34px !important;
    line-height: 44px !important;
  }
}
.man_page,
.site-content {
  background-color: #f5f5f5;
}
.man_page .man_sidebar:before,
.man_page article.sticky .man_news_item_cont_list,
.man_page .page-links a,
.man_page table tr {
  background-color: #f0f0f0;
}
.man_404_section {
  background-color: #001443;
}
.man_404,
.man_page .man_404_section,
.man_page .man_404_section h2,
.man_page .man_404_section p {
  color: #fff;
}
.man_intro .man_over {
  background-color: rgba(0, 21, 68, 0.56);
}
.man_page .man_intro_cont,
.man_page .man_intro h1 {
  color: #ffffff;
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs a span {
  color: #ffffff;
}
.man_news_item_title h3 a:hover,
.input[type="text"] a:hover,
.elementor-widget ul.menu li a:hover,
.elementor-widget ul.menu a:before,
.sm_nav_menu > li ul a:hover,
.sm_nav_menu > li ul a:hover:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-LoopProduct-link:hover h3,
.widget ul a:hover,
.elementor-widget ul.menu a:before,
.widget ul:not(.product_list_widget) a:hover:before,
.btn_inline_style,
.btn_inline_style:hover,
.man_number_block_title span,
.man_vertical_products h5,
.woocommerce ul.man_vertical_products_default li.product .man_product_cont h3,
.man_demos:hover .man_demos_title,
.woocommerce-message:before,
.woocommerce-info:before,
.man_news_item_date a:hover,
.man_map_pin_cont b,
.woocommerce-LoopProduct-link:hover,
.breadcrumbs a:hover,
.man_page h3 a,
.man_navigation .current,
.eicon-play:before,
.stm-product-item__price .regular_price,
.stm-product-item__content .product-categories a,
.woocommerce-page .man_sidebar .product-categories > li .toggle,
a.man_posts_item_link {
  color: #015662;
}
.man_navigation span:after,
.elementor-widget ul.menu a:after,
.man_single_page_footer span:after,
.sm_nav_menu > .current-menu-item > a:before,
.sm_nav_menu > .current-menu-parent > a:before,
.sm_nav_menu > .current_page_parent > a:before,
.sm_nav_menu > li ul a:hover:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.widget ul:not(.product_list_widget) a:after,
.widget ul:not(.product_list_widget) a:after,
.widget ul.woocommerce-widget-layered-nav-list li:hover span,
.widget_categories ul li:hover span,
.widget ul li.chosen span,
.cat-item:hover span.count,
body:after,
.btn_inline_style:before,
.btn_inline_style:after,
.woocommerce-mini-cart__buttons .button:before,
.man_timeline_point,
.man_map_point_border,
.man_map_point_second_border,
.man_map_pin span.man_map_point,
.man_map_pin span.man_map_point_second_border,
.man_bordered_block a:hover,
.sm_nav_menu > li > a:before,
.man_timeline_pin_cont,
.page-links a:hover,
.man_page table thead tr,
.sm_video_link span i:after,
.sm_video_link span b:after,
.stm-product-item__content .stm-product-item__add_cart .button:hover,
.stm-view-by .view-type.active,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.stm-products-catalog .man_navigation .page-numbers.current,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart:hover,
.sm_nav_menu > li > a:before,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #015662;
}
.owl-dot.active span,
.man_search_block_bg .search-form .search-form-text,
.stm-product-item__content .stm-product-item__add_cart .button,
.stm-product-item__content .stm-product-item__add_cart .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart,
.stm-product-item__content .stm-product-item__add_cart .added_to_cart:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  border-color: #015662;
}
.woocommerce-message,
.woocommerce-info {
  border-top-color: #015662;
}
.man_timeline_pin_cont_corner svg,
.man_map_pin:hover svg path,
.man_map.active
  .man_map_pins
  .man_map_pin_wrapper:first-child
  .man_map_pin
  svg
  path {
  fill: #015662;
}
.man_page h1,
.man_page h1 a {
  font-family: "Open Sans";
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 60px;
}
.man_page h2,
.man_page h2 a,
.man_page .pseudo-h2,
.elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title,
.man_timeline_pin_cont,
.man_page blockquote,
address,
.man_timeline_pin_title,
.editor-post-title__block .editor-post-title__input,
h2.editor-rich-text__editable {
  font-family: Nunito;
  line-height: 50px;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 37px;
}
.man_page h3,
.elementor-widget-heading.elementor-widget-heading h3.elementor-heading-title,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.comment-reply-title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.wp-block-heading h3 {
  font-family: Nunito;
  line-height: 32px;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 24px;
}
.man_page h4,
.man_page .pseudo-h4,
.man_page h4 a,
.elementor-widget-heading.elementor-widget-heading h4.elementor-heading-title,
h3.widget-title,
.wp-block-heading h4 {
  font-family: "Open Sans";
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 20px;
}
.man_page h5,
.man_page h5 a,
.elementor-widget-heading.elementor-widget-heading h5.elementor-heading-title {
  font-family: Nunito;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 18px;
}
.man_page h6,
.man_page h6 a,
.elementor-widget-heading.elementor-widget-heading h6.elementor-heading-title {
  font-family: Nunito;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 16px;
}
h2:after,
h2:after {
  background-image: url("");
}
h2:after {
  height: 19px;
  width: 44px;
}
h2:after {
  margin-top: 15px;
}
h2,
.elementor-widget-heading h2.elementor-heading-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
body .man_page,
.elementor-widget-text-editor,
.man_page input,
textarea,
.woocommerce-ordering .man_page select,
.man_cart_block a,
.man_news_item_date a,
.man_news_item_date,
.widget ul:not(.product_list_widget) a:before,
.woocommerce-product-details__short-description p,
.editor-default-block-appender textarea.editor-default-block-appender__content,
.editor-styles-wrapper p,
ul.editor-rich-text__editable,
footer {
  font-family: "Open Sans";
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #4b4b4b;
  font-size: 16px;
}
.btn,
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
.man_page button,
.man_page [type="button"],
[type="reset"],
.man_page [type="submit"],
.woocommerce div.product form.cart .button,
body div.wpforms-container-full .wpforms-form button[type="submit"],
.woocommerce #review_form #respond .form-submit input,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit,
.man_page .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce_checkout_place_order,
.woocommerce button.button.alt,
.products .man_product_photo .added_to_cart,
.added_to_cart,
.woocommerce a.added_to_cart,
.man_product_cont_desc a.button,
.add_to_cart_button,
.product_type_simple,
.wp-block-button__link,
.added_to_cart {
  background-color: #015662;
}
.btn:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.man_page button:hover,
.man_button [type="button"]:hover,
[type="reset"]:hover,
.man_page [type="submit"]:hover,
.woocommerce div.product form.cart .button:hover,
body div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit:hover,
.man_page .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-.man_page button:hover,
.woocommerce_checkout_place_order:hover,
.woocommerce button.button.alt:hover,
.products .man_product_photo .added_to_cart:hover,
.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.man_product_cont_desc .button:hover,
.add_to_cart_.man_page button:hover,
.product_type_simple:hover,
.wp-block-button__link:hover,
.added_to_cart:hover,
.products-default .man_product_cont_desc a:hover {
  background-color: #015662;
}
.btn,.btn:hover,div.wpforms-container-full .wpforms-form input[type="submit"],div.wpforms-container-full .wpforms-form button[type="submit"],div.wpforms-container-full .wpforms-form input[type="submit"]:hover,div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.man_page button,
.man_page [type="button"],
.man_page [type="reset"],
.man_page [type="submit"],
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button:hover,
body div.wpforms-container-full .wpforms-form button[type="submit"],
body div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit,
.man_page .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.man_page .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.cart button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce_checkout_place_order,
.woocommerce button.button.alt,
.products .man_product_photo .added_to_cart,
.man_page input[type="text"],
.man_page input[type="email"],
.man_page input[type="url"],
.man_page input[type="password"],
.man_page input[type="search"],
.man_page input[type="number"],
.man_page input[type="tel"],
.man_page input[type="range"],
.man_page input[type="date"],
.man_page input[type="month"],
.man_page input[type="week"],
.man_page input[type="time"],
.man_page input[type="datetime"],
.man_page input[type="datetime-local"],
.man_page input[type="color"],
.man_page textarea,
.man_page select,
.input-text,
.added_to_cart,
.woocommerce a.added_to_cart,
.man_product_cont_desc .button,
.add_to_cart_button,
.add_to_cart_button:hover,
.product_type_simple:hover,
.product_type_simple,
.wp-block-button__link,
.added_to_cart,
.added_to_cart:hover,
.man_product_cont .button {
  font-family: Nunito;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}
.man_news_item_img {
  height: 300px;
}
.man_nav_over {
  background-color: rgba(0, 20, 67, 0.4);
}
.nav-box:hover .man_nav_over {
  background-color: rgba(0, 20, 67, 0.76);
}
.man_woo_cat_item_over,
.products .man_product_photo a.woocommerce-LoopProduct-link:after,
.products_grid_type .man_product_photo:after {
  background-color: rgba(0, 20, 67, 0.4);
}
.man_woo_cat_item:hover .man_woo_cat_item_over {
  background-color: rgba(0, 20, 67, 0.76);
}
.man_woo_cat_item_cont .man_woo_cat_item_cont_name {
  color: #fff;
}
.elementor-widget-sm-woo-categories .man_woo_cat_item,
.man_service_block_II a {
  height: 250px;
}
.woocommerce-product-gallery {
  opacity: 1 !important;
}
.elementor-button,.elementor-button-link,.elementor-size-sm{
  background-color: #71BBB2 !important;
  box-shadow: #001443 !important;
}

.team-section {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 2em;
  color: #333;
  margin-bottom: 20px;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.team-member {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  text-align: center;
}

.team-member img {
  width: 100%;
  max-width: 500px;
  border-radius: 10%;
  margin-bottom: 10px;
}

.team-member h3 {
  color: #333;
  font-size: 1.5em;
}

.team-member p {
  color: #666;
  font-size: 1em;
}


.team-member:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .team-container {
      grid-template-columns: 1fr;
  }

  .team-member img {
      max-width: 150px;
  }

  h2 {
      font-size: 1.8em;
  }

  .team-member h3 {
      font-size: 1.3em;
  }

  .team-member p {
      font-size: 0.9em;
  }
}
.services {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 2em;
  color: #015662 !important;
  margin-bottom: 5px;
}

.service-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  justify-content: center;
  padding: 20px;
}

.service {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  text-align: center;
}

.service img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.service h3 {
  color: #015662;
  font-size: 1.5em;
}

.service p {
  color: #666;
  font-size: 1em;
}

.service:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .service-container {
      grid-template-columns: 1fr;
  }

  .service img {
      max-width: 100%;
  }

  h2 {
      font-size: 1.8em;
  }

  .service h3 {
      font-size: 1.3em;
  }

  .service p {
      font-size: 0.9em;
  }
}