/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it maor-stykes the block editor your best brush. With new
block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and
eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates
your portfolio, business website, or personal blog.
Tags:
one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editle,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.6.1659690198
Updated: 2022-08-05 09:03:18
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
  font-family: "Muli", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
dl,
multicol {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

h3,
:is(article, aside, nav, section) :is(article, aside, nav, section) h1 {
  font-size: inherit;
  font-weight: inherit;
}

.custom_tabs-item {
  display: none;
}

.custom_tabs-item.active {
  display: block;
}

.section_heading h2 {
  color: #fff !important;
  font-size: 48px;
  line-height: 115%;
  font-family: "Mark Pro", Sans-serif;
  letter-spacing: -0.02em;
}

.section_heading {
  margin-bottom: 30px;
}

.custom_tabs-row {
  display: flex;
  align-items: center;
}

.custom_tabs-img {
  width: 100%;
  max-width: 654px;
  flex-shrink: 0;
}

.custom_tabs-content {
  max-width: 342px;
  margin-right: auto;
}

.custom_tabs-content img {
  width: 67px;
  margin-bottom: 19px;
}

body .custom_tabs-content h4 {
  font-size: 25px;
  font-weight: 800;
  font-family: "Mark Pro", sans-serif;
  color: #fff !important;
  line-height: 115%;
  margin-bottom: 18px;
}

.custom_tabs-content p {
  font-size: 16px;
  color: #fff;
  line-height: 22.44px;
  letter-spacing: 2%;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  margin-bottom: 18px;
}

.custom_tabs-content h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 18px;
}

.custom_tabs-content a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22.44px;
  font-family: "Mark Pro", sans-serif;
  display: block;
  margin-top: 20px;
  color: #fff;
  text-decoration: underline;
}

.custom_tabs-trigger {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.custom_tabs-trigger::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  width: calc(100% - (100% / 8));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.custom_tabs-trigger a {
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  flex: 1;
  z-index: 0;
}

.custom_tabs-btn::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: 2px;
  opacity: 0.2;
  top: 10px;
  left: calc(-50% + 10px);
  z-index: -1;
}

.custom_tabs-btn.active::before {
  width: calc(100% - 10px);
  transition: width 250ms;
}

.custom_tabs-btn.active~.custom_tabs-btn::before {
  width: 0;
}

.custom_tabs-btn:first-child:before {
  display: none;
}

.custom_tabs-trigger a p {
  font-family: "Mark Pro", sans-serif;
}

.v-image {
  width: 20px;
  height: 20px;
  background-image: url("https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/Unchosen-V.png");
  background-size: contain;
  background-position: center;
  margin: auto;
  margin-bottom: 18px;
}

.clicked .v-image {
  background-image: url("https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/Clicked-V.png");
}

.clicked.active .v-image,
.custom_tabs-btn:hover .v-image {
  background-image: url("https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/Chosen-V.png");
}

.custom_tabs-btn p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

h2,
:is(article, aside, nav, section) h1 {
  font-size: inherit;
  font-weight: inherit;
}

/* 5-july-2022 Start */

.link-hover-effect a,
.custom_tabs-content a {
  position: relative;
  display: inline-block;
  transform: translate(0);
  transition: 150ms;
}

.link-hover-effect a:hover {
  color: #2DE2AB !important;
}

/*
.link-hover-effect a:hover::after,
.custom_tabs-content a:hover::after {
transform: translate(0, -50%) rotateZ(-45deg);
transition: 150ms;
opacity: 1;
} */
.arrow-link span {
  text-decoration: none !important;
}

/* Header Start */

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  /* background-color: #ecfaf5; */
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 0 rgba(28, 49, 54, 0.05);
  transition: 500ms;
}

.home .header {
  background-color: #ecf9f5;
  border-bottom: 1px solid #ecf9f5;
}

.header.effect .header_left nav>ul>li>a {
  padding: 20px 0;
  transition: 250ms;
}

.header.effect,
.mobile_header.effect {
  box-shadow: 0px 7px 20px rgb(91 140 126 / 10%);
  transition: 500ms;
  background-color: #fff;
}

.header_container {
  /* padding: 0 13%; */
  max-width: 1247px;
  width: 100%;
}

.header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  display: block;
  max-width: 170px;
  margin-right: 34px;
}

.header_logo img {
  display: block;
}

.header_left {
  display: flex;
  align-items: center;
  width: 100% !important;
  justify-content: space-between;
}

.header_left nav>ul {
  display: flex;
  align-items: center;
}

.header_left nav ul .header_mega-menu {
  opacity: 0;
  transform: translatey(15px);
  transition: 150ms;
  pointer-events: unset;
  visibility: hidden;
  filter: drop-shadow(0px 14px 7px rgba(91, 140, 126, 0.1));
  transition-delay: 1s;
}

.header_mega-menu-row {
  max-width: 1253px;
  padding: 0 10px;
  margin: auto;
  display: flex;
}

.header_left nav>ul>li:hover .header_mega-menu,
.header_left nav ul .header_mega-menu:hover {
  opacity: 1;
  transform: translatey(0);
  transition: 350ms;
  transition-delay: 300ms;
  pointer-events: all;
  visibility: visible;
  z-index: 9;
}



.header_left nav>ul>li {
  padding: 0 10.5px;
}

.header_left nav>ul>li>a {
  font-family: 'Muli';
  font-size: 14px;
  line-height: 17.75px;
  font-weight: 600;
  color: #1F525E;
  text-transform: capitalize;
  padding: 27px 0;
  display: inline-block;

}

.top_links {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: 500ms;
}

.header.effect .top_links {
  margin-bottom: 11px;
  transition: 500ms;
}

.top_links li a {
  font-family: "Mark Pro", sans-serif;
  margin-left: 24px;
  color: #1c3136;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.theme_btn,
#hs-eu-confirmation-buttonz,
.elementor-kit-6 .elementor-button {
  padding: 9px 30px;
  display: inline-block;
  font-size: 14px;
  /*   text-transform: capitalize; */
  font-weight: 600;
  font-family: "Muli", sans-serif;
  border-radius: 100px;
  color: #1c3136;
  line-height: 1;
  border: #2DE2AB 3px solid;
  position: relative;
  z-index: 0;
  letter-spacing: 0 !important;
}


.elementor-28603 .elementor-element.elementor-element-1e1a838 .elementor-button {
  font-size: 1.04166666667vw;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  fill: var(--e-global-color-a772b7a);
  color: var(--e-global-color-a772b7a);
  background-color: #2DE2AB;
  border-radius: 5px 5px 5px 5px;
  padding: 12px 34px;
  font-family: 'Muli';
}

.hero-button-2 a.elementor-button-link:hover svg path {
  fill: #fff;
}

.theme_btn-primary,
#hs-eu-confirmation-button {
  background-color: #2DE2AB;
  cursor: pointer;
  outline: 2px solid transparent;
  transition: all .3s linear;
}

/* .theme_btn-primary:hover {
background-color: #FFF;
} */

.theme_btn {
  text-transform: none !important;
}

.theme_btn::after {
  display: none !important;
}

.theme_btn:hover,
#hs-eu-confirmation-button:hover {
  background: #edfbf5;
  border: 2px solid #1f525e;
}

/* .elementor-32228 .elementor-element.elementor-element-5931b86 .elementor-button,
.theme_btn {
  font-family: "Muli", Sans-serif;
  font-size: 1.04166666667vw;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1px;
  background-color: #2DE2AB;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #2de2ab;
  border-radius: 30px 30px 30px 30px;
  padding: 20px 30px 20px 30px;
} */

.header_right {
  text-align: right;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
}

.header_mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  right: 0;
  border-top: 1px solid rgb(187, 187, 182);
}

.header_mega-menu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  background-color: #faf3f0;
  z-index: -1;
}

.header_mega-menu-row {
  max-width: 1253px;
  padding: 0 10px;
  margin: auto;
}

.header_mega-menu-links {
  display: flex;
  /* max-height: 450px; */
  flex-flow: row wrap;
  justify-content: space-between;
}

.header_mega-menu-left {
  max-width: 764px;
  width: 100%;
  flex-shrink: 0;
  padding: 40px 0;
}

.header_left nav>ul>li>a {
  border-bottom: 2px solid transparent;
}

.header_left nav>ul>li:hover a {
  border-color: #2DE2AB;
}

.header_mega-menu-right {
  flex-grow: 1;
  padding: 40px 20px;
}

.header_mega-menu-item {
  width: calc(50% - 32px);
  margin-bottom: 36px;
}

.header_mega-menu-item h6 {
  font-size: 15px;
  font-weight: 700;
  font-family: "Mark Pro", sans-serif;
  line-height: 19px;
  text-transform: uppercase;
  color: rgba(187, 184, 182);
  margin-bottom: 18px;
}

.header_mega-menu-item a p {
  font-size: 16px;
  font-weight: 700;
  color: #1F525E;
  font-family: "Mark Pro", sans-serif;
  text-transform: capitalize;
  display: inline;
  position: relative;
  margin-bottom: 2px;
}

.header_mega-menu-item a p::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #2DE2AB;
  display: inline-block;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  transform: translate(-5px, -50%) rotateZ(-45deg);
  margin-left: 4px;
  transition: 150ms;
  position: absolute;
  right: -15px;
  bottom: 0;
  top: auto;
}

.header_mega-menu-item li {
  margin-bottom: 18px;
}

.header_mega-menu-item a {
  transform: translateX(0);
  transition: 500ms;
  display: block;
}

.header_mega-menu-item a:hover {
  transform: translateX(20px);
  transition: 500ms;
}

.header_mega-menu-item a:hover p::after {
  transform: translate(0, -50%) rotateZ(-45deg);
  transition: 150ms;
  opacity: 1;
}

.header_mega-menu-item a:hover p {
  text-decoration: underline;
}

.header_mega-menu-item a span {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Muli", sans-serif;
  color: #1F525E;
  display: block;
}

.header_mega-menu-item a span.free-label {
  background: #2DE2AB;
  z-index: 3;
  position: relative;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 10px;
  color: #fff;
  font-family: "Mark pro", sans-serif;
  font-weight: 700;
  margin-left: 4px;
  display: inline-block;
}

body .header_mega-menu-right img {
  max-width: 215px;
  margin-bottom: 20px;
}

body .header_mega-menu-right h4 {
  font-size: 35px;
  font-weight: 800;
  color: rgba(28, 49, 54);
  line-height: 37px;
  letter-spacing: -1px;
  font-family: "Mark pro", sans-serif;
  margin-bottom: 15px;
}

body .header_mega-menu-right p {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: rgba(28, 49, 54);
  margin-bottom: 26px;
  line-height: 21px;
  font-weight: 300;
}

.mobile_header {
  position: fixed;
  left: 0;
  top: 0;
  border: 0;
  overflow: auto;
  z-index: 99;
  background: #fff;
  width: 100%;
  height: auto;
  display: none;
}

.mobile_header_row {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile_header-logo {
  max-width: 125px;
  width: 100%;
}

.mobile_menu-dropdown {
  display: none;
}

.mobile_menu_navigation {
  padding: 24px 36px;
  margin-bottom: 40px;
}

.mobile_menu-trigger {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.mobile_menu-trigger svg rect {
  transform-origin: 23% center;
}

.mobile_menu-trigger svg rect:first-child {
  transform: rotate(0);
  transition: 500ms;
}

.toggled .mobile_menu-trigger svg rect:first-child {
  transform: rotate(45deg);
  transition: 500ms;
}

.mobile_menu-trigger svg #center {
  opacity: 1;
  transition: 500ms;
}

.toggled .mobile_menu-trigger svg #center {
  opacity: 0;
  transition: 500ms;
}

.mobile_menu-trigger svg rect:last-child {
  transform: rotate(0);
  transition: 500ms;
}

.toggled .mobile_menu-trigger svg rect:last-child {
  transform: rotate(-45deg);
  transition: 500ms;
}

.arrow-transparent svg path {
  fill: transparent;
}

.mobile_menu_navigation>ul>li>a {
  color: #1c3136;
  cursor: pointer;
  font-family: "Mark Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(187, 184, 182);
  margin-bottom: 5px;
  padding: 16px 0px 20px;
  position: relative;
  display: block;
}

.mobile_menu_navigation>ul>li>a::after {
  color: #2DE2AB;
  content: "^";
  display: block;
  font-weight: 700;
  position: absolute;
  top: 14px;
  transform: rotate(90deg);
  transition: all 0.3s ease 0s;
  font-size: 20px;
  right: 0px;
}

.mobile_menu_navigation>ul>li.toggled>a::after {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}

.mobile_mini-navigation {
  padding: 24px 36px;
}

.mobile_mini-navigation ul li a {
  border-bottom: none;
  color: #1c3136;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  margin: 0 0 20px 0 !important;
  text-transform: uppercase;
  font-family: "Muli", sana-serif;
  display: block;
}

.mobile_header .theme_btn {
  margin-left: 40px;
  margin-top: 32px;
  border: 3px solid #2DE2AB;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  /*   text-transform: uppercase; */
  padding: 19px 70px;
}

.mobile_header-wrapper {
  display: none;
  padding-bottom: 60px;
}

.mobile_menu-item h6 {
  margin-top: 24px;
  color: rgb(187, 184, 182);
  display: block;
  margin: 40px 0px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  line-height: 20px;
}

.mobile_menu-item a p {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  color: #1c3136;
  font-family: "Muli", sans-serif;
}

.mobile_menu-item a span {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgb(28, 49, 54);
}

.mobile_menu-item>ul>li>a {
  margin-bottom: 25px;
  display: block;
}

.mobile_menu-item>ul>li:last-child a {
  margin-bottom: 0;
}

.mobile_menu-item {
  margin: 0px 0px 6px;
  min-width: 0px;
  border-bottom: 1px solid rgb(187, 184, 182);
  padding-bottom: 46px;
  width: 100%;
}


/*.arrow-link a::before,
a.arrow-link::before,
a.acordiation-btn::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  transform: translate(0, -60%) rotate(0);
  color: inherit;
}*/

/*.arrow-link a::after,
a.arrow-link::after,
a.acordiation-btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 11px;
  font-size: 18px;
  transform: translate(0, -60%) rotate(0);
  color: inherit;
  transition: 150ms;
}*/

/*.arrow-link a:hover::before,
a.arrow-link:hover::before,
a.acordiation-btn:hover::before {
  display: none;
}*/

/*.arrow-link a:hover::after,
a.arrow-link:hover::after,
a.acordiation-btn:hover::after {
  right: 0;
  color: #2bda93;
  transition: 150ms;
}*/

.arrow-link.arrow-link-dark a {
  border-color: #1c3136;
}

.arrow-link.arrow-link-dark a:hover {
  border-color: #2DE2AB;
}

/* Header End */

/* 5-july-2022 End */



@media (max-width: 1919px) {

  /* .header_container,
  .header_mega-menu-row {
    max-width: 1140px;
  } */



  .header_mega-menu-left {
    max-width: 700px;
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .header {
    display: none;
  }

  .mobile_header {
    display: block;
    overflow: auto;
    max-height: 100vh;
  }

  .elementor-32228 .elementor-element.elementor-element-ff6ef30:not(.elementor-motion-effects-element-type-background) {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .section_heading h2 {
    font-size: 48px !important;
    line-height: 55.2px;
    font-weight: 800;
    text-align: center;
  }

  .home-hero-row2 .home-hero-row2-col1 {
    width: 100% !important;
  }

  .home-hero-vid-button a span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
  }

  .home-hero-vid-button a span.elementor-button-content-wrapper span.elementor-button-icon.elementor-align-icon-left {
    margin: 2px 10px 0 0;
  }

  /* .section_heading {
margin-bottom: 83px;
} */

  .custom_tabs-wrapper {
    display: flex;
    flex-direction: column;
  }

  .custom_tabs-trigger-wrapper {
    order: 2;
    overflow: auto;
    padding-bottom: 20px;
  }

  .custom_tabs-trigger a {
    min-width: 129px;
  }

  .custom_tabs-item.active {
    order: 3;
  }

  .custom_tabs-trigger {
    width: max-content;
    margin-top: 0;
  }

  .custom_tabs-row {
    flex-direction: column-reverse;
    margin-top: 66px;
  }

  .custom_tabs-content {
    max-width: 654px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom_tabs-img {
    margin-bottom: 54px;
  }
}

@media (max-width: 991px) {
  .footer-logo img.attachment-full.size-full {
    max-width: 130px !important;
    height: auto !important;
  }
}

@media(min-width:767px) and (max-width:990px) {

  .animate-svg svg {
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .custom_tabs-trigger a {
    min-width: 109px;
  }

  .section_heading {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom_tabs-item {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }

  .elementor-counter .elementor-counter-number-prefix,
  .elementor-counter .elementor-counter-number-suffix {
    flex-grow: 0 !important;
  }

  .counter_center .elementor-counter .elementor-counter-number-prefix,
  .counter_center .elementor-counter .elementor-counter-number-suffix {
    flex-grow: 1 !important;
  }

  .mobile_header .theme_btn {
    padding: 16px;
    font-size: 16px;
  }

  .they-get-it-sec .elementor-container.elementor-column-gap-default>.elementor-column:nth-child(even) {
    padding-right: 25px;
  }

  .they-get-it-sec .elementor-container.elementor-column-gap-default>.elementor-column:nth-child(odd) {
    padding-left: 25px;
  }

  .secure-heading h2 {
    font-size: 30px !important;
    line-height: 40.25px !important;
  }
}

@media (max-width: 479px) {
  .custom_tabs-content {
    max-width: 280px;
    margin: auto;
  }

  .tab-bottom-button {
    max-width: 280px !important;
    width: 100% !important;
  }

  .section_heading h2 {
    font-size: 36px !important;
    line-height: 44.2px !important;
    font-weight: 800;
    text-align: center;
  }

  .right-button-box .plain-btn {
    margin-right: 26px;
  }
}

@media (max-width: 320px) {

  .section_heading,
  .custom_tabs-item {
    padding: 0 10px;
  }
}

/* 2 august */

.theme_form {
  background-color: #fff;
  box-shadow: 6px 6px 20px 7px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 36px 44px 45px;
}

.theme_form .hs-form {
  padding: 0 15px;
}

.theme_form .theme_form-title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 31px;
  line-height: 1.05;
}

.theme_form .hs-input {
  border: 1px solid #ebeaec;
  border-radius: 5px;
  color: rgba(28, 49, 54, 0.6);
}

.theme_form .hs_form_comments {
  grid-column: 1 /-1;
}

.integration-posts .post-listings {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  padding-top: 40px;
}

.integration-posts .resources-filter {
  max-width: 1140px;
  margin: auto;
}

.integration-posts .post-listings .post-item {
  width: calc(100% / 4 - 60px);
  margin: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.integration-posts {
  padding: 0 40px;
}

.integration-posts .post-listings .post-item img {
  max-height: 76px;
  margin: auto;
  display: block;
  width: 150px;
  object-fit: contain;
  margin-bottom: 30px;
}

.integration-posts .post-listings .post-item a {
  display: block;
  pointer-events: none;
  box-shadow: -12px -12px 30px rgb(91 140 126 / 10%),
    12px 12px 20px rgb(91 140 126 / 10%);
  padding: 30px;
  height: 100%;
  transform: translate(0px, 0px);
  transition: all .5s;
  padding-bottom: 60px;
}

.integration-posts .post-listings .post-item.active a {
  pointer-events: all;
}

.integration-posts .post-listings .post-item a i {
  background: #2DE2AB;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #1c3136;
}

.integration-posts .post-listings .post-item.active:hover a {
  box-shadow: -12px -12px 30px transparent, 12px 12px 20px transparent;
  transform: translate(-4px, 4px);
}

.integration-posts .post-listings .post-item h4 {
  font-size: 20px;
  line-height: 26px;
  color: #1c3136;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.integration-posts .post-listings .post-item p {
  font-size: 16px;
  font-family: "Muli";
  color: #1c3136;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.integration-posts .post-listings .post-item .img-wrap {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.integration-banner-section {
  background: #fcf4f0;
  position: relative;
  padding: 50px 0;
}

.integration-banner-section .col-md-40 {
  width: 40%;
  padding: 0 15px;
}

.integration-banner-section .col-md-60 {
  width: 60%;
  padding: 0 15px;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-md-6 {
  width: 50%;
  padding: 0 15px;
}

.integration-banner-section .custom-row {
  align-items: center;
}

.integration-banner-section .left-img img {
  max-width: 100%;
  margin-bottom: -140px;
}

.integration-banner-section p {
  margin: 20px 0 40px;
}

.integration-banner-section a {
  text-decoration: none;
  border-radius: 0;
  font-size: 18px;
}

.benifit-section {
  padding: 150px 0 100px;
}

.benifit-section .benifit-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.benifit-section .benifit-row .box {
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 30px;
}

.benifit-section .benifit-row .box .num-box {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.benifit-section .benifit-row .box:nth-child(2) .num-box {
  background: #59d793;
}

.benifit-section .benifit-row .box:nth-child(3) .num-box {
  background: #f7ce61;
}

.benifit-section .benifit-row .box:nth-child(4) .num-box {
  background: #70aedf;
}

.benifit-section .benifit-row .box:nth-child(5) .num-box {
  background: #f67660;
}

.benifit-section .benifit-row .box .num-box span {
  font-size: 150px;
  opacity: 0.3;
  display: block;
  font-weight: 700;
  position: relative;
  top: 5%;
  left: -24px;
  color: #fff;
}

.benifit-section .benifit-row .box h2 {
  font-size: 60px;
}

.int-image-slider .slick-arrow {
  display: none !important;
}

.slider-wrap {
  background: #2DE2AB;
  padding: 106px 55px 45px;
}

.slider-wrap .upper-sec {
  display: flex;
  margin-bottom: 60px;
}

.slider-wrap .upper-sec .heading {
  width: 30%;
}

.slider-wrap .upper-sec .desc {
  width: 70%;
}

.slider-wrap .int-image-slider .item img {
  width: 100%;
}

.int-image-slider .slick-dots li {
  width: 15px;
  height: 15px;
}

.int-image-slider .slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  opacity: 0.25;
  content: "";
  background: #fff;
}

.int-image-slider .slick-dots li.slick-active button:before,
.int-image-slider .slick-dots li:hover button:before {
  opacity: 1;
}

.int-key-solution {
  padding: 100px 0;
}

.int-key-solution h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}

.int-key-solution .key-solu-row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.int-key-solution .key-solu-row .key-box {
  width: calc(100% / 3);
  padding: 0 15px;
  /* box-shadow: -12px -12px 30px rgb(91 140 126 / 10%), 12px 12px 20px rgb(91 140 126 / 10%); */
}

.int-key-solution .key-solu-row .key-box .content {
  box-shadow: -12px -12px 30px rgb(91 140 126 / 10%),
    12px 12px 20px rgb(91 140 126 / 10%);
  padding: 22px 12px 21px 30px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.int-key-solution .key-solu-row .key-box .content img {
  max-height: 60px;
  margin-bottom: 20px;
}

.int-key-solution .key-solu-row .key-box .content h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Mark Pro";
  font-weight: 400;
}

.int-key-solution .action-btn {
  text-align: center;
  margin-top: 30px;
}

.int-profile-section {
  background: #faf3f0;
  padding: 100px 0;
  /* z-index: -1; */
}

.int-profile-section .profile-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.int-profile-section .profile-row .left-img {
  width: 30%;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.int-profile-section .profile-row .right-cont {
  width: 70%;
  padding-left: 60px;
}

.int-profile-section .profile-row .left-img img {
  max-width: 100%;
}

.int-profile-section .profile-row .right-cont h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.int-profile-section .profile-row .right-cont p {
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}

.int-profile-section .profile-row .left-img::before {
  content: "";
  width: 78px;
  height: 78px;
  background: #e7295e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.int-profile-section .profile-row .left-img::after {
  content: "";
  width: 48px;
  height: 48px;
  background: #ffc933;
  position: absolute;
  left: -30px;
  top: 50%;
}

.int-about-sec {
  padding: 100px 0;
}

.int-about-sec .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.int-about-sec .col-md-6 h2 {
  font-size: 70px;
  line-height: 80px;
}

.int-about-sec .right-cont img {
  margin-bottom: 10px;
  max-width: 200px;
}

.int-about-sec .right-cont p {
  margin-bottom: 20px;
}

.int-bottom-content .content-wrap {
  background: #2DE2AB;
  padding: 69px 181px 68px;
  text-align: center;
}

.cta-section {
  padding: 170px 0 100px;
  text-align: center;
  position: relative;
}

.cta-section .container h2 {
  font-size: 70px;
  margin-bottom: 50px;
}

.cta-section::before {
  content: "";
  width: 78px;
  height: 78px;
  background: #e7295e;
  position: absolute;
  top: 30px;
  right: 100px;
}

.cta-section::after {
  content: "";
  width: 48px;
  height: 48px;
  background: #ffc933;
  position: absolute;
  top: 160px;
  right: 200px;
}

.int-key-solution .action-btn .theme_btn,
.int-about-sec .theme_btn,
.cta-section .theme_btn {
  font-size: 14px;
}

.highlight-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.highlight-listing .highlight-box {
  width: calc(100% / 3);
  padding: 0 20px;
}

.highlight-listing .highlight-box a.blog_listing-img img {
  height: 168px;
  object-fit: cover;
}

.highlight-listing .highlight-box .blog_listing-item {
  height: 100%;
}

@media (max-width: 1199px) {
  .integration-posts .post-listings .post-item {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
    margin-bottom: 40px;
  }

  .cta-section::after,
  .cta-section::before {
    display: none;
  }
}

@media (max-width: 1023px) {

  .highlight-listing .highlight-box {
    width: calc(100% / 2);
    margin-bottom: 40px;
  }

  .integration-posts .post-listings .post-item {
    width: calc(100% / 2 - 40px);
  }

  .integration-banner-section .col-md-40,
  .integration-banner-section .col-md-60 {
    width: 50%;
  }

  .integration-banner-section .left-img img {
    margin-bottom: 0;
  }

  .benifit-section {
    padding: 100px 10px 80px;
  }

  .integration-banner-section {
    padding: 50px 10px;
  }

  .benifit-section .benifit-row .box {
    width: calc(100% / 2);
  }

  .benifit-section .benifit-row {
    justify-content: start;
  }

  .slider-wrap .upper-sec {
    flex-wrap: wrap;
  }

  .slider-wrap .upper-sec .heading,
  .slider-wrap .upper-sec .desc {
    width: 100%;
  }

  .slider-wrap .upper-sec .heading h2 {
    margin-bottom: 20px;
  }

  .int-key-solution {
    padding: 100px 10px;
  }

  .int-key-solution .key-solu-row .key-box {
    width: calc(100% / 2);
  }

  .int-profile-section .profile-row .left-img {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .int-profile-section .profile-row .right-cont {
    width: 100%;
  }

  .int-profile-section {
    padding: 100px 10px;
  }

  .int-profile-section .profile-row .right-cont {
    padding-left: 0;
  }

  .int-about-sec {
    padding: 100px 10px;
  }

  .int-about-sec .row .col-md-6 {
    width: 100%;
    text-align: center;
  }

  .int-about-sec .col-md-6 h2 {
    margin-bottom: 30px;
  }

  .int-bottom-content .content-wrap {
    padding: 69px 40px 68px;
  }

  .cta-section .container h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .theme_form .theme_form-title {
    font-size: 25px;
    line-height: 105.75%;
  }

  .theme_form {
    padding: 36px 14px 45px;
  }

  .integration-posts .post-listings .post-item {
    width: 100%;
  }

  .integration-posts {
    padding: 0 20px;
  }

  .integration-banner-section .col-md-40,
  .integration-banner-section .col-md-60 {
    width: 100%;
  }

  .benifit-section .benifit-row .box {
    width: 100%;
  }

  .slider-wrap {
    padding: 80px 15px 45px;
  }

  .int-key-solution .key-solu-row .key-box {
    width: 100%;
  }

  .int-about-sec .col-md-6 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .int-bottom-content .content-wrap {
    padding: 69px 20px 68px;
  }

  .cta-section {
    padding: 100px 0;
  }

  .benifit-section .benifit-row .box .num-box {
    margin-left: auto;
    margin-right: auto;
  }

  .benifit-section .benifit-row,
  .slider-wrap .upper-sec {
    text-align: center;
  }

  .cta-section .container h2 {
    font-size: 35px;
    line-height: 37px;
  }

  .int-key-solution .container h2 {
    font-size: 35px;
    line-height: 37px;
  }

  .integration-banner-section .custom-row {
    text-align: center;
  }

  .benifit-section .benifit-row .box h2 {
    font-size: 35px;
    line-height: 37px;
  }

  .slider-wrap .upper-sec .heading h2 {
    font-size: 35px;
    line-height: 37px;
  }

  .int-profile-section .profile-row .right-cont {
    text-align: center;
  }

  .highlight-listing .highlight-box {
    width: 100%;
  }
}

.platform-acordiation .elementor-accordion:after {
  position: absolute;
  content: "";
  height: 84%;
  width: 1px;
  background: #fff;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.platform-acordiation .elementor-accordion {
  position: relative;
  z-index: 99;
}

.platform-acordiation .elementor-accordion>div {
  z-index: 9;
  position: relative;
}

/*a.acordiation-btn:hover {
  color: #2DE2AB !important;
}*/



a.round-green-btn {
  font-family: "Muli", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  fill: #1c3136;
  color: #1c3136;
  background-color: #2DE2AB;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #2DE2AB;
  border-radius: 100px;
  padding: 16px 39px 16px 39px;
  min-width: 217px;
  width: auto !important;
  line-height: 1;
  border: #2DE2AB 3px solid;
  position: relative;
  z-index: 0;
  letter-spacing: 0 !important;
  display: inline-block !important;
  box-shadow: none;
  text-decoration: none;
  transition: all .3s;
  text-transform: inherit;
}

a.round-green-btn:hover {
  color: #FFF;
  border-color: #FFF;
  background-color: transparent;
}

a.round-green-btn.hover-bg-dark:hover {
  color: #1f525e;
  border-color: #1f525e;
}


.acordiation-btn {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.acordiation-btn:after {
  content: "";
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2024/06/wicon-arrow-w.png);
  width: 18px;
  height: 11px;
  background-size: contain;
  right: 7px !important;
  top: 6px;
  position: absolute;
  transition: all .3s ease;
}

.acordiation-btn.dark-line-btn {
  color: #1F525E;
}

.acordiation-btn.dark-line-btn:after,
.read-more-btn:after,
.read-more-btn.load_more.arrow-link:after {
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2024/06/arrow-dark-right.png);
  top: 7px;
}

.acordiation-btn {
  border: none;
  text-transform: inherit !important;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0 32px 0 0 !important;
}

.acordiation-btn:hover:after {
  right: 0 !important;
}

.cyber-risk-links ul.elementor-icon-list-items li a {
  flex-direction: row-reverse;
  justify-content: space-between !important;
  width: 100%;
}

.cyber-risk-links ul.elementor-icon-list-items li a span.elementor-icon-list-icon:after {
  position: relative;
  content: "";
  width: 90px;
  height: 90px;
  background: url('https://vulcan.io/wp-content/uploads/2022/12/arrow-sharp.png');
  background-size: contain;
}

.cyber-risk-links ul.elementor-icon-list-items li a span.elementor-icon-list-icon svg {
  display: none;
}

.cyber-risk-links ul.elementor-icon-list-items li a span.elementor-icon-list-icon {
  position: relative;
}

.elementor-element-bd2848b .elementor-accordion-item .elementor-tab-title {
  display: flex;
}

.plateform-faqs .elementor-accordion-item:last-child {
  border-bottom: 0;
}

.plateform-faqs .elementor-accordion-item:first-child {
  border-top: 0;
}

.plateform-faqs .elementor-accordion-item {
  border-left: 0 !important;
  border-right: 0 !important;
}

.plateform-faqs .elementor-accordion-item .elementor-tab-title span.elementor-accordion-icon {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

}

.plateform-faqs .elementor-accordion-item .elementor-tab-content {
  border: 0 !important;
}

.plateform-faqs .elementor-accordion-item .elementor-tab-title {
  position: relative;
}

.plateform-faqs .elementor-accordion-item .elementor-tab-title span.elementor-accordion-icon:after {
  position: relative;
  content: "";
  width: 90px;
  height: 90px;
  background: url('https://vulcan.io/wp-content/uploads/2022/12/arrow-sharp.png');
  transition: ease 0.4s all;
  display: inline-block;
  background-size: contain;
}

.plateform-faqs .elementor-accordion-item .elementor-tab-title.elementor-active span.elementor-accordion-icon:after {
  transform: rotate(90deg);
  margin-right: 10px;
}


.plateform-faqs .elementor-accordion-item .elementor-tab-title span.elementor-accordion-icon>span {
  display: none !important;
}

@media(max-width:767px) {
  .platform-acordiation .elementor-accordion:after {
    top: 48%;
  }

  .elementor-element-974cadd h2 {
    font-size: 35px !important;
    line-height: 40px !important;
    max-width: 300px;
  }
}


/*
header.header .header_left .header_logo .dark-log, .mobile_header a.mobile_header-logo .dark-log {
display: none !important;
}

.page-id-28804 header.header .header_left .header_logo img:first-child, .page-id-28804 .mobile_header
a.mobile_header-logo img:first-child {
display: none !important;
}
.page-id-28804 header.header .header_left .header_logo .dark-log,.page-id-28804 .mobile_header a.mobile_header-logo
.dark-log {
display:block !important;
}

.page-id-28804 header.header, .page-id-28804 .mobile_header {
background: #1c3136;
}

.elementor-element-9652b1c {
margin-top: -1px;
border-top: 1px solid rgb(255 255 255 / 50%);
}

.page-id-28804 .top_links li a, .page-id-28804 .header_left nav > ul > li > a, .page-id-28804 .mobile_menu_navigation >
ul > li > a,.page-id-28804 .mobile_mini-navigation ul li a,.page-id-28804 .mobile_header .theme_btn {
color: #ffffff;
}

.page-id-28804 .mobile_header .theme_btn:hover{
color:#1c3136;
} */

/* @media(max-width:420px){

.elementor-element-974cadd h2 {
font-size: 30px!important;
line-height: 38px!important;
}
} */



header.header .header_left .header_logo .dark-log,
.mobile_header a.mobile_header-logo .dark-log {
  display: none !important;
}

.page-id-28804 header.header .header_left .header_logo img:first-child,
.page-id-28804 .mobile_header a.mobile_header-logo img:first-child {
  display: none !important;
}

.page-id-28804 header.header .header_left .header_logo .dark-log,
.page-id-28804 .mobile_header a.mobile_header-logo .dark-log {
  display: block !important;
}

.page-id-28804 header.header,
.page-id-28804 .mobile_header {
  background: #1c3136;
}

.elementor-element-9652b1c {
  margin-top: -1px;
  /* border-top: 1px solid rgb(255 255 255 / 50%); */
}

.page-id-28804 .top_links li a,
.page-id-28804 .header_left nav>ul>li>a,
.page-id-28804 .mobile_menu_navigation>ul>li>a,
.page-id-28804 .mobile_mini-navigation ul li a,
.page-id-28804 .mobile_header .theme_btn,
.page-id-28804 .mobile_menu-item a p {
  color: #ffffff;
}

.page-id-28804 .mobile_menu-item a span {
  color: rgb(225 225 225);
}

.page-id-28804 .mobile_header .theme_btn:hover {
  color: #1c3136;
}

.page-id-28804 header.header.effect,
.page-id-28804 .mobile_header.effect {
  background: #fff;
}

.page-id-28804 header.header.effect .header_left .header_logo img:first-child,
.page-id-28804 .mobile_header.effect a.mobile_header-logo img:first-child {
  display: block !important;
}

.page-id-28804 header.header.effect .header_left .header_logo .dark-log,
.page-id-28804 .mobile_header.effect a.mobile_header-logo .dark-log {
  display: none !important;
}

.page-id-28804 header.header.effect .top_links li a,
.page-id-28804 header.header.effect .header_left nav>ul>li>a,
.page-id-28804 .mobile_header.effect .mobile_menu_navigation>ul>li>a,
.page-id-28804 .mobile_header.effect .mobile_mini-navigation ul li a,
.page-id-28804 .mobile_header.effect .theme_btn,
.page-id-28804 .mobile_header.effect .mobile_menu-item a p {
  color: #1c3136;
}

.page-id-28804 .mobile_header.effect .mobile_menu-item a span {
  color: rgb(28, 49, 54);
}



.img-for-tab .elementor-widget-image:first-child {
  display: block;
}

.img-for-tab .elementor-widget-image {
  display: none;
}

.elementor-editor-active .img-for-tab .elementor-widget-image {
  display: block;
}

.img-for-tab .elementor-widget-image.show {
  display: block;
}

.header_mega-menu-item a p {
  font-size: 14px;
}

.header_mega-menu-item a span {
  font-size: 14px;
}

.header_mega-menu-item li {
  margin-bottom: 10px;
}

body .header_mega-menu-right img {
  max-height: 120px;
}

body .header_mega-menu-right h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.header_mega-menu-left {
  padding: 30px 0 20px;
}

body .header_mega-menu-right p {
  font-size: 14px;
  line-height: 18px;
}

.header_mega-menu-right {
  padding: 30px 20px 20px;
  background-color: #faf3f0;
}

.header_mega-menu-item {
  margin-bottom: 25px;
}

/* .header_mega-menu-item {
width: 50%;
margin-bottom: 25px;
}

.header_mega-menu-links {
flex-flow: inherit;
flex-wrap: wrap;
} */

.header_mega-menu-item h6 {
  margin-bottom: 10px;
  font-size: 14px;
}

.header_mega-menu-right a.theme_btn {
  padding: 14px 21px;
  font-size: 10px;
}

.header_mega-menu-links {
  /*     max-height: 350px; */
}

.mobile_menu_navigation>ul>li>a {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0px 15px;
}

.mobile_menu_navigation {
  margin-bottom: 15px;
}

.mobile_mini-navigation {
  padding: 24px 36px 10px;
}


body .single_blog-content h3 span,
body .single_blog-content h3,
body .single_blog-content h2 span,
body .single_blog-content h2 {
  font-weight: 800 !important;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #2DE2AB !important;
  border-color: #2DE2AB !important;
  color: #000 !important;
  font-weight: 600 !important;
  border-width: 2px !important;
  border-radius: 5px !important;
}

.tab-main-are .tab-teaser {
  display: flex;
}

.tab-menu .tab-list ul li {
  list-style: none;
  border-top: 1px solid rgb(28 49 54 / 50%);
  padding: 20px 0;
}

.tab-menu .tab-list ul li a {
  font-family: "Mark Pro", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  color: #1C3136;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: start;
  align-items: start;
}

.tab-menu .tab-list ul li a:hover span,
.tab-menu .tab-list ul li a:hover span.txt-label {
  color: #1c3136b3 !important;
}

.social-ico ul {
  border-top: 1px solid rgb(28 49 54 / 50%);
  padding-top: 20px;
}

.social-ico ul li a {
  color: #1c3136;
  font-size: 20px;
}

.social-ico ul li {
  display: inline-block;
  margin-right: 10px;
}

.tab-menu {
  width: 275px;
}

.tab-main-box {
  width: calc(100% - 260px);
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.tab-menu .tab-list ul li a.active {
  font-weight: 800;
}

.tab-menu .tab-list ul li a span {
  margin-right: 10px;
  display: inline-block;
}

.tab-menu .tab-list ul li a.active span {
  color: #2DE2AB;
}

.tab-main-box .tab-box h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #1C3136;
}

.tab-main-box .tab-box p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #1C3136;
  letter-spacing: 0.02em;
}

.tab-main-box .tab-box p a {
  color: #2DE2AB !important;
  text-decoration: underline;
}

.tab-main-box .tab-box h4,
.tab-main-box .tab-box h5 {
  margin-bottom: 25px;
  color: #1C3136;
}

.tab-main-box .tab-box strong {
  font-weight: 700;
  color: #1c3136;
}

h6.image-des {
  text-align: center;
  font-size: 14px;
  color: #1C3136;
  font-weight: 400;
  margin-bottom: 60px;
  max-width: 740px;
}

.tab-main-box .tab-box img {
  max-width: 100% !important;
  width: auto !important;
  margin-top: 40px;
}

.tab-main-box .tab-box {
  max-width: 1000px;
}

.select-input {
  display: none;
}

.tab-menu .tab-list ul li a span.txt-label {
  color: #162528;
}




@media(max-width:1024px) {
  .tab-main-box {
    width: calc(100% - 250px);
    padding-left: 30px;
  }
}


@media(max-width:767px) {
  .tab-main-are .tab-teaser>div {
    width: 100%;
  }

  .tab-main-are .tab-teaser {
    display: flex;
    flex-direction: column;
  }

  .case-top .elementor-shape.elementor-shape-bottom {
    transform: rotate(0deg) scaleY(-1) !important;
  }

  .case-top .elementor-shape.elementor-shape-bottom svg {
    height: 100px !important;
  }

  .select-input {
    display: block;
  }

  .tab-main-box {
    padding-left: 0;
    padding-top: 50px;
  }

  .social-ico {
    display: none;
  }

  .select-input:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px solid rgb(0 0 0 / 80%);
    border-bottom: 1px solid rgb(0 0 0 / 80%);
    transform: translateY(-50%) rotate(-45deg);
    right: 20px;
    top: 50%;
    transition: ease 0.4s all;
  }

  .select-input {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    background: rgb(235 234 236 / 50%);
    border-color: rgb(0 0 0 / 10%);
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-family: 'Muli';
  }

  ul.tab-main {
    display: none;
  }

  .tab-menu .tab-list ul li {
    padding: 15px 0;
  }

  .select-input.active:after {
    transform: rotate(135deg);
  }

  .tab-main-box .tab-box img {
    margin-top: 20px;
  }

  h6.image-des {
    margin-bottom: 30px;
  }

}

.tab-main-are {
  padding: 30px;
}

.tab-box ul,
.tab-box li {
  list-style: disc;
}

li::marker {
  color: #2DE2AB;
}

.tab-box br {
  display: none;
}

.tab-main-box .tab-box h3 span,
.tab-main-box .tab-box h3 {
  font-size: 25px !important;
  line-height: 32.44px !important;
  letter-spacing: -0.36px !important;
  margin-bottom: 25px;
}

.tab-main-box .tab-box .tab-box h4 span,
.tab-main-box .tab-box .tab-box h4,
.tab-main-box .tab-box h5,
.tab-main-box .tab-box h5 span {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22.44px !important;
  letter-spacing: -0.36px !important;
}


.tab-menu ul.tab-main li:first-child {
  border-top: 0;
}

.tab-menu .tab-list ul li.active a span:first-child {
  color: #2DE2AB !important;
}

.tab-box .cs-content-editor-output ul li {
  display: list-item;
  margin-bottom: 5px;
  position: relative;
  padding-left: 0;
  letter-spacing: 0.36px;
}

.tab-box .cs-content-editor-output ul li::before {
  display: none;
}

.tab-main-box ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.tab-main-box ul li {
  margin-bottom: 10px;
}



/* Marketo forms css start */

.theme_form .mktoForm {
  width: 100% !important;
}

.theme_form .mktoFormRow {
  display: flex;
  gap: 20px;
  /* width: calc(50% - 10px); */
}

.theme_form .mktoFormRow .mktoClear {
  display: none;
}

.theme_form .mktoForm .mktoFormCol {
  width: calc(50% - 10px);
}

.theme_form .mktoForm .mktoFormCol {
  width: calc(50% - 10px);
}

.theme_form .mktoForm .mktoFormCol.mktoFieldDescriptor {
  width: 100%;
}

.page-id-28181 .theme_form .mktoForm .mktoFormCol.mktoFieldDescriptor {
  width: calc(50% - 20px);
}

.theme_form .mktoForm .mktoFormCol textarea.mktoField {
  height: 72px;
}

.theme_form .mktoForm .mktoFormCol select {
  appearance: none;
  cursor: pointer;
}

.theme_form .mktoForm .mktoFormCol select:focus-visible,
.theme_form .mktoForm .mktoFormCol textarea.mktoField:focus-visible {
  border-color: #000;
  box-shadow: none;
  outline: none;
}


.theme_form .mktoForm .mktoFormCol select~.mktoInstruction {
  position: absolute;
  right: 19px;
  top: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-top-color: transparent;
  border-left-color: transparent;
  pointer-events: none;
  display: block;
  color: transparent;

}

.theme_form .mktoForm .mktoOffset {
  display: none;
}

.theme_form .mktoLabel {
  display: none;
}

.theme_form .mktoGutter {
  display: none;
}

.theme_form .mktoForm .mktoFieldWrap {
  float: none;
  margin-bottom: 10px;
}

theme_form .mktoForm .mktoFormRow {
  clear: both;
  /* margin-bottom: 10px; */
  /* width: calc(50% - 10px); */
}

.theme_form .mktoButtonRow {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* .theme_form .mktoForm .mktoFormRow:has(p), 
.theme_form .mktoForm .mktoFormRow:nth-child(8), 
.theme_form .mktoForm .mktoFormRow:nth-child(8) .mktoHtmlText {
  width: 100% !important;
} */

.theme_form .mktoButtonWrap {
  margin: 0 !important;
}

/* .theme_form .mktoForm .mktoButtonRow{
	margin-top:-10px;
} */

.theme_form .mktoForm .mktoError {
  position: static;
}

.theme_form .mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}

.theme_form .mktoForm .mktoError .mktoErrorMsg {
  background-color: #fff;
  color: red;
}

.theme_form .mktoForm input[type=text],
.theme_form .mktoForm input[type=url],
.theme_form .mktoForm input[type=email],
.theme_form .mktoForm input[type=tel],
.theme_form .mktoForm input[type=number],
.theme_form .mktoForm input[type=date],
.theme_form .mktoForm textarea.mktoField,
.theme_form .mktoForm select.mktoField {
  float: none;
  height: auto;
}

.theme_form .mktoForm .mktoError .mktoErrorMsg {
  background: #fff;
  box-shadow: none;
  font-family: 'Muli', sans-serif;
  border: none;
  font-size: 12px;
  color: #e7295e;
  font-weight: 400;
  text-shadow: none;
  margin-top: 2px;
  width: 100%;
  max-width: 100%;
  display: block;
}

.theme_form.theme_form-remove-shadow {
  box-shadow: none;
  padding: 0 20px;
}

.page-id-184 .theme_form {
  padding: 0;
  background: transparent;
}

.page-id-184 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  text-transform: uppercase;
  width: 100%;
}

.page-id-184 .mktoForm .mktoButtonWrap {
  width: 100%;
}

.page-id-28871 .theme_form.theme_form-remove-shadow

/* .page-id-28871 .theme_form.theme_form-remove-shadow form */
  {
  padding: 32px;
  border-radius: 0;
}


.page-id-28871 .theme_form.theme_form-remove-shadow form {
  padding: 0 20px;
}

.page-id-29471 .theme_form form {
  padding: 0 20px;
}

.page-id-29471 .theme_form input,
.page-id-29471 .theme_form select,
.page-id-27843 .theme_form input,
.page-id-27843 .theme_form select,
.page-id-27842 .theme_form input,
.page-id-27842 .theme_form select,
.page-id-27857 .theme_form input,
.page-id-27857 .theme_form select,
.page-id-27859 .theme_form input,
.page-id-27859 .theme_form select,
.page-id-27861 .theme_form input,
.page-id-27861 .theme_form select,
.theme_form.form-1003 input,
.theme_form.form-1003 select,
.page-id-27844 .theme_form input,
.page-id-27844 .theme_form select,
.page-id-28181 .theme_form input,
.page-id-28181 .theme_form select,
.theme_form select,
.theme_form input,
.theme_form textarea {
  border-color: transparent !important;
}


.page-id-27843 .theme_form form,
.page-id-27849 .theme_form form,
.page-id-27842 .theme_form form,
.page-id-27857 .theme_form form,
.page-id-27859 .theme_form form,
.page-id-27861 .theme_form form,
.theme_form.form-1003 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

/* .page-id-27843 .theme_form form, 
.page-id-27849 .theme_form form, 
.page-id-27842 .theme_form form, 
.page-id-27857 .theme_form form, 
.page-id-27859 .theme_form form, 
.page-id-27861 .theme_form form, 
.theme_form.form-1003 form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  justify-content: space-between;
} */

.page-id-29471 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.page-id-27843 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.page-id-27849 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.page-id-27842 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.page-id-27857 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.page-id-27859 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.page-id-27861 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.theme_form.form-1003 .mktoButtonWrap.mktoSimple .mktoButton {
  font-size: 16px;
}

/* .page-id-29471 .theme_form{
	padding:0 40px;
}
 */
.page-id-27843 .theme_form .mktoButtonRow,
.page-id-27849 .theme_form .mktoButtonRow,
.page-id-27842 .theme_form .mktoButtonRow,
.page-id-27857 .theme_form .mktoButtonRow,
.page-id-27859 .theme_form .mktoButtonRow,
.page-id-27861 .theme_form .mktoButtonRow,
.theme_form.form-1003 .mktoButtonRow {
  grid-column: 1/-1;
}

/* Hide second repeated form */
.page-id-28181 .hb-custom-form.theme_form .mktoButtonRow~div,
.page-id-27855 .hb-custom-form.theme_form .mktoButtonRow~div,
.page-id-29471 .hb-custom-form.theme_form .mktoButtonRow~div,
.postid-28288 .hb-custom-form.theme_form .mktoButtonRow~div,
.theme_form.blog_form .mktoButtonRow~div {
  display: none;
}

.theme_form.blog_form {
  background-color: transparent;
}

.mktoError+.mktoError {
  display: none;
}

.theme_form.blog_form {
  padding: 0;
}

.theme_form.blog_form .mktoButton {
  font-size: 16px !important;
  width: 100% !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-size: 16px !important;
}

.theme_form.blog_form .mktoButtonWrap {
  width: 100%;
}

.theme_form.theme_form-dark .mktoForm .mktoError .mktoErrorMsg {
  background-color: transparent;
}


.theme_form-subscription {
  padding: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 516px;
  gap: 0;
  justify-content: flex-start;
  margin: auto;
}

.theme_form-subscription form {
  display: grid;
  grid-template-columns: 1fr auto;
}

.theme_form-subscription form .mktoFormRow:not(:nth-child(2)) {
  order: 2;
}

.theme_form.theme_form-subscription .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}

.theme_form.theme_form-subscription .mktoForm .mktoFieldWrap {
  margin-bottom: 0 !important;
  height: 100%;
}

.theme_form.theme_form-subscription .mktoForm .mktoFieldWrap input {
  height: 69px !important;
  border-radius: 5px 0 0 5px;
}

.theme_form.theme_form-subscription .mktoForm .mktoButton {
  border-radius: 0 5px 5px 0 !important;
}

.page-id-184 .theme_form .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol {
  width: auto;
}

/* New header design css start */

.header-hovered {
  border-bottom: 0.5px solid #bbb8b6;
}

.top_links {
  display: none;
}

.header_right .theme_btn {
  letter-spacing: 1px;
}

.header_mega-menu-right {
  display: none;
}

.header_mega-menu::after {
  display: none;
}

.header_mega-menu {
  background-color: transparent;
  filter: none;
  border-top: none;
}

.header_mega-menu-left {
  background-color: #fff;
  padding: 26px 51px;
  border-radius: 12px;
  padding-right: 32px;
  max-width: 797px;
  box-shadow: 0px 15px 40px 0px #1c31361f;
}

.header_mega-menu {
  top: calc(100% + 1px);
}

.header_mega-menu-item h6 {
  color: #bbb8b6;
  letter-spacing: 1px;
  margin-bottom: 13px;
}

.header_mega-menu-item a span {
  font-weight: 300;
}

.header_mega-menu-item {
  margin-bottom: 0;
}

.header_mega-menu-item a span.free-label {
  padding: 2px 8px 1px 8px;
}

.header_mega-menu-item {
  width: 100%;
  max-width: 295px;
}

.header_mega-menu-item a {
  letter-spacing: 0.5px;
}

.header_mega-menu-item li {
  margin-bottom: 24px;
}

.header_left>nav>ul>li:nth-child(2) .header_mega-menu {
  left: 87px;
}

.header_left>nav>ul>li:nth-child(3) .header_mega-menu {
  left: 159px;
}

.header_left>nav>ul>li:nth-child(4) .header_mega-menu {
  left: 228px;
}

.header_left nav>ul>li:hover a {
  border-bottom-color: transparent;
}

.header_left nav>ul>li>a {
  position: relative;
  border-bottom: none;
}

.header_left nav>ul>li>a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  border-radius: 5px;
  background-color: #2DE2AB;
  display: block;
  transition: width 350ms;
}

.header_left nav>ul>li:hover>a::after {
  transition: width 350ms;
  width: 100%;
}

.header_row {
  position: relative;
}

.header_mega-menu {
  right: unset;
  width: 797px;
}

.header_mega-menu-row {
  padding: 0;
}

.header_mega-menu-links {
  max-height: unset;
}

.header_mega-menu-title h6 {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
  color: #1F525E;
}

.header_mega-menu-title p {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #1F525E;
}

.header_mega-menu-title {
  padding-bottom: 25px;
  margin-bottom: 29px;
  border-bottom: 1px solid #bbb8b6;
}

.header_left>nav>ul>li:not(:first-child) .header_mega-menu-title {
  display: none;
}

.header_left nav ul .header_mega-menu {
  transition-delay: 0ms;
}

.header_left nav>ul>li:hover .header_mega-menu,
.header_left nav ul .header_mega-menu:hover {
  transition-delay: 0ms;
}

.header_left nav ul .header_mega-menu {
  pointer-events: none;
}

.page-id-185 .theme_form .mktoForm .mktoFormRow:nth-last-child(4) .mktoFormCol {
  width: 100%;
}

.page-id-185 .theme_form .mktoForm .mktoFormRow:nth-last-child(4) .mktoFormCol .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}


/* New header design css end */

@media screen and (max-width: 1199px) {
  .theme_form .mktoFormRow {
    width: 100%;
  }
}

@media(max-width:1023px) {
  .theme_form-subscription form {
    grid-template-columns: 1fr;
  }

  .theme_form.theme_form-subscription .mktoForm .mktoFieldWrap input {
    border-radius: 5px !important;
    margin-bottom: 16px;
  }

  .theme_form.theme_form-subscription .mktoForm .mktoButton {
    border-radius: 5px !important;
    margin-top: 16px;
  }
}

@media(max-width:767px) {
  .theme_form .mktoFormRow {
    flex-direction: column;
  }

  .theme_form .mktoFormRow {
    gap: 10px;
    width: 100%;
  }

  .page-id-27843 .theme_form form,
  .page-id-27849 .theme_form form,
  .page-id-27842 .theme_form form,
  .page-id-27857 .theme_form form,
  .page-id-27859 .theme_form form,
  .page-id-27861 .theme_form form,
  .theme_form.form-1003 form {
    grid-template-columns: 1fr;
  }

  .resource-hero-right-box .form-box-in {
    padding: 56px 13px 52px;
  }

  .form-editor-text p {
    margin: 0 5px;
  }

  .page-id-28181 .theme_form .mktoForm .mktoFormCol.mktoFieldDescriptor {
    width: 100%;
  }

  .theme_form.theme_form-subscription .mktoForm .mktoButton {
    width: 100%;
  }

  .page-id-184 .theme_form .mktoForm .mktoFormRow:nth-child(7) {
    flex-direction: row;
  }
}

body .single_blog-content h2 {
  margin-bottom: 20px;
  margin-top: 50px;
}

@media(max-width:480px) {
  .page-id-185 .mktoHtmlText.mktoHasWidth p a {
    padding: 0;
  }
}

/* 30-aug-2023 Start */

.single-resource .mktoFormRow:nth-child(8) {
  grid-column: 1/-1;
}


.single-resource .mktoFormRow .mktoHasWidth {
  width: 100% !important;
}

/* 30-aug-2023 End */


/* 23-jan-2024 Start  */

.elementor-kit-6 h3.hb-form-title,
body .elementor-27844 .elementor-element.elementor-element-c5720df .elementor-heading-title,
body .elementor-27855 .elementor-element.elementor-element-c5720df .elementor-heading-title,
body .form-box-in h3,
body .blog_hero-subscribe-form h4,
body .subscription_form-item h4,
.theme_form .theme_form-title {
  font-size: 25px;
}

body .elementor-27855 .elementor-element.elementor-element-c5720df>.elementor-widget-container {
  margin-bottom: 8px;
}

body .blog_hero-subscribe-form h4,
body .subscription_form-item h4 {
  margin-bottom: 8px;
}


/* 23-jan-2024 End  */

/* 24-jan-2024 Start */

.pricing_row {
  grid-template-columns: repeat(2, 33.3%);
  justify-content: center;
}

.pricing_item:nth-child(2) {
  display: none;
}

.theme-table_body-row .theme_table-item:nth-child(3) {
  display: none;
}

.theme-table_header-row .theme-table_header-items:nth-child(2) {
  display: none;
}

.theme-table_header-row .theme_table-item:nth-child(2) {
  display: none;
}

.theme_table-item,
.theme-table_header-items {
  width: 33.33%;
}

.theme-table_body-row .theme_table-item:nth-last-child(3) {
  border-left: 1px solid #1c3136;
}

/* .theme_table-item:nth-child(3) {
  display: none;
}

.theme-table_header-items:nth-child(3) {
  display: none;
}

.theme-table_header-items,
.theme_table-item {
  width: 33.33%;
} */

/* .theme_table-item:nth-last-child(3) {
  border-left: 1px solid #1c3136;
} */

@media(max-width:1023px) {
  .pricing_row {
    grid-template-columns: repeat(2, 45%);
  }
}


@media(max-width:767px) {
  .pricing_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .theme-table_header-row .theme-table_header-items {
    width: 50%;
  }

  .theme-table_header-row-mobile .theme_table-item,
  .theme-table_header-row .theme_table-item {
    width: 50%;
  }

  .theme-table_body-row .theme_table-item:nth-last-child(3) {
    border-left: none;
    width: 50%;
  }

  .theme-table_body-row .theme_table-item:last-child {
    width: 50%;
  }

  .theme-table_header-row {
    margin: 0;
  }

  .theme-table_header-row-mobile .theme-table_header-row {
    margin: 0;
    width: 100%;
  }

  /*
  .theme-table_body-row .theme_table-item:nth-last-child(4) {
    width: 50%;
  }

  .theme-table_body-row .theme_table-item:nth-last-child(2) {
    width: 50%;
  } */
}



/* 24-jan-2024 End */

/* New blog page css 1-jan-2024 */

.blog-new-container,
section.free-risk-sec .free-risk-container {
  width: 100%;
  max-width: 1185px;
  margin: 0 auto;
  padding: 0 30px;
}

.blog-new-top-are .top-cont h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1C3136;
}

.blog-new-top-are .top-cont h1 {
  font-size: 48px;
  line-height: 56px;
  color: #1C3136;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: "Playfair Display", serif !important;
}

.blog-editable-cont-are h2,
.blog-nav-inn h4,
.blog-editable-cont-are>div>p>span,
.blog-nav-inn ul li a {
  font-family: 'Muli' !important;
}

.blog-new-top-are .top-cont p {
  margin-bottom: 15px;
}

.blog-new-top-are .strip-right.scl-icon ul {
  padding: 0;
  border: 0;
}

.blog-new-top-are .btm-strip {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.blog-new-top-are {
  padding: 40px 0 60px;
}

.blog-new-top-are .strip-left {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.blog-new-featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.blog-new-bottom-cont {
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
}

.blog-nav-are {
  width: 30%;
  position: relative;
  padding-right: 50px;
}

.blog-editable-cont-are {
  width: 70%;
}

.blog-nav-inn {
  position: sticky;
  top: 160px;
}

.blog-nav-inn ul li a {
  color: #BBB8B6;
  font-size: 14px;
  font-weight: 700;
  font-family: "Mark Pro", Sans-serif;
  letter-spacing: 0.3px;
  line-height: 21px;
  position: relative;
  padding-right: 10px;
  display: inline-block;
}

.blog-nav-inn ul li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #2DE2AB;
  border-radius: 2px;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 20px;
  opacity: 0;
  transition: ease 0.4s all;
}

.blog-nav-inn ul li a:hover::after {
  opacity: 1;
  right: 0;
}

.blog-nav-inn ul li a:hover {
  color: #000;
}

.blog-nav-inn ul li {
  margin-bottom: 20px;
}

body .blog-nav-inn h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

.nav-btm-bx {
  width: 100%;
  max-width: 264px;
  text-align: center;
  border: 2px solid #1c3136;
  padding: 20px 20px 30px;
  border-radius: 10px;
  margin-top: 40px;
}

.nav-btm-bx h5 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.nav-btm-bx p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.nav-btm-bx a {
  width: 100%;
  max-width: 165px;
  font-size: 12px;
}

.blog-editable-cont-are p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #000000;

}

.blog-editable-cont-are p,
.blog-editable-cont-are li {
  letter-spacing: 0.02em;
}


.editable-box {
  background: #FCF4F0;
  padding: 50px 50px 40px;
  border-radius: 10px;
  margin: 50px 0;
}

body .editable-box h3,
body .blog-editable-cont-are h3 {
  font-size: 25px;
  color: #1C3136;
  margin-bottom: 20px;
  line-height: 1.3;
}

body .blog-editable-cont-are h2 {
  font-size: 35px;
  color: #1C3136;
  margin-bottom: 20px;
  line-height: 1.2;
}

.editable-box.col-items {
  display: flex;
  align-items: center;
}

.blog-editable-cont-are p a {
  font-weight: 700;
  color: #2DE2AB;
}

.editable-box h3 {
  font-size: 25px;
  color: #1C3136;
}

.editable-box.col-items {
  display: flex;
  align-items: center;
}

.lef-editable * {
  font-size: 48px !important;
  font-weight: 800;
}

.lef-editable {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.right-editable {
  width: 85%;
  padding-left: 40px;
}

body .editable-box .lef-editable h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.editable-box.col-items p {
  margin-bottom: 0;
}

.blog-editable-cont-are h6 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
}

.blog-editable-cont-are>img,
.blog-editable-cont-are>p>img {
  width: 100%;
  margin: 30px 0;
}

.quote-are {
  display: flex;
  padding: 20px 20px;
  gap: 30px;
}

.btm-auth-qote p strong {
  font-weight: 700;
}

.btm-auth-qote p {
  margin-bottom: 0;
}

.btm-auth-qote {
  display: flex;
  align-items: center;
  gap: 20px;
}

.editable-box.col-items h2 {
  margin-bottom: 0;
  font-size: 48px;
}

.quote-are+.editable-box {
  margin-top: 30px;
}

/*.blog-bottom-arrow-navs a:hover {
  color: #2DE2AB;
}

.blog-bottom-arrow-navs a {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1c3136;
  text-decoration: underline;
  transition: ease 0.4s all;
}
*/
.blog-bottom-arrow-navs {
  display: flex;
  justify-content: space-between;
}

section.blog-new-all {
  padding-bottom: 30px;
}

section.free-risk-sec:before {
  position: absolute;
  top: -1px;
  height: 130px;
  background: #fff;
  width: 100%;
  left: 0;
  content: "";
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

section.free-risk-sec {
  background: #1C3136;
  padding-top: 180px;
  padding-bottom: 140px;
  position: relative;
  margin-bottom: -250px;
}

.free-risk-row {
  display: flex;
}

.free-risk-left p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

body .free-risk-left h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.free-risk-right img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

.free-risk-left,
.free-risk-right {
  width: 50%;
}

.blog-bottom-arrow-navs.for-mob {
  display: none;
}

.free-risk-left .mobile-cont {
  display: none;
}

.lef-editable img {
  max-width: 65px;
}

.blog-editable-cont-are ul,
.blog-editable-cont-are ol {
  padding-left: 18px;
  margin-bottom: 15px;
}

.blog-editable-cont-are ol li {
  list-style: auto;
  margin-bottom: 5px;
}

.blog-editable-cont-are ul li {
  list-style: disc;
  margin-bottom: 5px;
}

/* h4 edit */
.blog-editable-cont-are h4,
.blog-editable-cont-are h5,
.blog-editable-cont-are h6 {
  margin-bottom: 15px;
}

@media(max-width:1024px) {

  section.free-risk-sec {
    margin-bottom: -200px;
  }
}

@media(max-width:991px) {

  .blog-new-top-are .top-cont h1 {
    font-size: 35px;
    line-height: 40px;
    color: #1C3136;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .blog-new-top-are {
    padding: 20px 0 40px;
  }

  .blog-new-top-are .top-cont p {
    font-size: 16px;
  }

  .blog-new-top-are .btm-strip {
    margin-top: 20px;
  }

  .blog-new-bottom-cont {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }

  .blog-nav-are {
    width: 100%;
    padding: 0;
  }

  .blog-editable-cont-are {
    width: 100%;
  }

  section.free-risk-sec {
    margin-bottom: -100px;
    padding-top: 130px;
  }

  section.free-risk-sec:before {
    height: 90px;
  }

  body .free-risk-left h2 {
    font-size: 35px;
  }

  .blog-nav-inn {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
}

@media(max-width:767px) {
  .btm-strip {
    flex-wrap: wrap;
  }

  .lef-editable {
    padding: 10px 0 15px;
  }

  .btm-strip>div {
    width: 100%;
  }

  .btm-strip .social-ico {
    display: block;
    margin-top: 20px;
  }

  .blog-new-featured-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .blog-new-featured-image {
    margin: 0 -15px;
  }

  .editable-box {
    padding: 15px;
    margin: 30px 0;
  }

  body .blog-editable-cont-are h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .editable-box.col-items>div {
    width: 100%;
  }

  .editable-box.col-items {
    flex-wrap: wrap;
  }

  .editable-box.col-items .right-editable {
    padding-top: 20px;
    padding-left: 0;
  }

  .editable-box.col-items .lef-editable {
    align-items: start;
  }

  body .editable-box h3,
  body .blog-editable-cont-are h3 {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .quote-are {
    display: flex;
    padding: 20px 0px;
    gap: 10px;
    flex-direction: column;
  }

  .quote-cont>p {
    padding-left: 25px;
  }

  .editable-box.col-items h2 {
    font-size: 40px;
    line-height: 1;
  }

  .editable-box.col-items .right-editable {
    padding-top: 10px;
  }

  .blog-bottom-arrow-navs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .blog-new-bottom-cont {
    flex-wrap: wrap;
  }

  .blog-nav-inn {
    position: relative;
    top: 0;
  }

  .blog-navi {
    display: none;
  }

  .nav-btm-bx {
    margin: 30px auto;

  }

  .blog-bottom-arrow-navs.for-desk {
    display: none;
  }


  .blog-editable-cont-are {
    order: 1;
  }

  .blog-nav-are {
    order: 3;
  }

  .blog-bottom-arrow-navs.for-mob {
    display: flex;
    order: 2;
    align-items: center;
    margin: 40px auto;
  }

  .blog-new-bottom-cont {
    padding-bottom: 0px;
  }

  .free-risk-row {
    flex-wrap: wrap;
  }

  .free-risk-left,
  .free-risk-right {
    width: 100%;
  }

  .free-risk-row {
    flex-wrap: wrap;
  }

  .free-risk-left,
  .free-risk-right {
    width: 100%;
  }

  .free-risk-left .mobile-cont {
    display: block;
    border-top: 1px solid #fff;
    padding-top: 35px;
    margin-top: 45px;
  }

  .free-risk-right {
    margin-top: 20px;
  }

  section.free-risk-sec:before {
    height: 74px;
  }

  section.free-risk-sec {
    margin-bottom: -150px;
  }

  .blog-new-top-are .strip-right.scl-icon ul {
    margin-top: 25px;
  }
}


@media(max-width:450px) {
  .free-risk-left a.theme_btn.theme_btn-primary {
    width: 100%;
    text-align: center;
  }

  section.free-risk-sec {
    margin-bottom: -75px;
    padding-top: 90px;
    padding-bottom: 60px;
  }
}


.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
  height: initial !important;
}



@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  font-family: "Muli", sans-serif;
}

h4.tab-heading {
  font-size: 18px !important;
  font-family: "Muli", sans-serif !important;
  font-weight: 400 !important;
}

.tab-content-wrapper .tab-heading {
  color: #1F525E;
  font-family: "Muli", sans-serif !important;
  font-size: 25px !important;
  margin: 14px 0;
  font-weight: 700 !important;
  margin-top: 32px;
}

.tab-content-wrapper p {
  color: #1F525E;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "Muli", sans-serif;
}

.learn-btn {
  color: #1F525E;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "Muli", sans-serif;
}



.learn-btn i {
  margin-left: 8px;
}

.admin-panel {
  width: 1158px;
  margin: 0;
  position: relative;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.slidebar {
  background-color: #D0F3E7;
  border: 1.5px solid #1F525E;
}

@media (max-width:1814px) {
  .banner-info {
    padding-right: 72px !important;

  }
}




.slidebar .vrticalTablist {
  position: relative;
  height: 100%;
}

.slidebar .vrticalTablist li a {
  color: #bbb;
  text-decoration: none;
  position: relative;
}

.slidebar .vrticalTablist li#active a {
  position: relative;
}

.slidebar .vrticalTablist li#active h4.tab-heading {
  font-weight: 700 !important;
}

.slidebar .vrticalTablist li#active a::before {
  position: absolute;
  content: '';
  background-color: #1F525E;
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 0;
  animation: border-move 7s ease-in;
}

@keyframes border-move {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}


.slidebar .vrticalTablist li {
  text-align: center;
  padding: 0x 0px;
}

.vrticalTablist {
  padding: 0;
  margin: 0;
}

.vrticalTablist li {
  list-style-type: none;
  margin: 0;
  position: relative;
  text-align: center;
  color: #B3B3B3
}

.slidebar i {
  display: block;
  text-align: center;
  color: #B3B3B3;
  font-size: 40px;
  margin-bottom: 8px;
}

.slidebar .vrticalTablist li a {
  color: #B3B3B3;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-flex;
  text-transform: capitalize;
  padding: 14px 20px;
  gap: 18px;
  width: 100%;
  align-items: center;
}

.tab-heading {
  color: #1F525E;
  font-weight: 200;
  font-size: 12px;
}

.slidebar li:hover a,
li#active {
  background-color: #2DE2AB;
}

.slidebar li:hover i,
li#active i {
  color: #17BCE8;
}

.slidebar li:focus i {
  color: #17BCE8;
}

.main-in {
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 62px;
}

.main h2 {
  margin: 1em 30px;
  color: #17BCE8;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #bbb;
  padding: 0px 0px 20px 0px;
}

.tab-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width:1696px) {
  /*   .tab-content-wrapper img {
    width: 546px;
  } */

  .slidebar .vrticalTablist li a img {
    width: 12px;
  }

  h4.tab-heading {
    font-size: 16px !important;
  }
}






.admin-panel-in {
  display: flex;
  width: 100%;
  margin-left: 20px;
  justify-content: center;
}

.admin-panel-in .slidebar {
  width: 257px;
  position: relative;
  border-radius: 12px 0 0 15px;
  padding: 64px 0 0 0;
}

.main {
  width: calc(901px + 20px);
  border-radius: 0 15px 15px 15px;
  left: -20px;
  position: relative;
  z-index: 1;
}

.top-badge-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ecfaf5;
  z-index: 2;
  width: calc(100% + 10px);
  border-radius: 15px 0 0 15px;
  height: 76px;
}

.top-badge-box-in {
  padding: 17px 12px;
  position: relative;
  height: 100%;
}

.top-badge-box-in:before {
  content: '';
  width: calc(100% - 5.4px);
  height: 102%;
  position: absolute;
  top: -1px;
  left: -11px;
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2024/06/sidebar-badge-n.png);
  background-size: 100% 100%;
}

.main:after {
  content: '';
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2024/06/cnt-border-img.png);
  background-size: calc(100% + -8px) calc(100% - 75px);
  background-position: 0 75px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.main-in {
  border: 1.5px solid #1F525E;
  height: calc(100% - 11px);
  border-radius: 15px;
  background-color: #ECF9F5;
}

.top-badge-box-in img {
  width: 168px;
  height: auto;
}


@media (max-width: 1450px) {
  .top-badge-box-in:before {
    width: calc(100% - 6px);
  }
}


@media (max-width:1440px) {
  .tab-bg-img {
    height: 100% !important;
  }

  .banner-info {
    padding-right: 90px !important;
  }
}

@media (max-width: 1400px) {
  .top-badge-box-in:before {
    width: calc(100% - 10px);
    left: -8px;
  }
}

@media (max-width: 1300px) {
  .top-badge-box-in:before {
    width: calc(100% - 11px);
  }
}

.elementor-button-link .elementor-button-content-wrapper .elementor-align-icon-right,
svg,
.learn-btn i {
  transition: all .3s linear;
}

.elementor-button-link:hover svg {
  transform: translateX(10px);
}

.elementor-button-icon svg {
  width: 1em;
  height: auto;
  fill: #07D38F;
  color: #07D38F;
}




@media (max-width:1022px) {
  .admin-panel-in {
    flex-flow: column;
    justify-content: center;
    margin: 0;
  }

  .main:after {
    display: none;
  }

  .tab-bg-img {
    display: none;
  }

  .tab-content-wrapper {
    text-align: center;
  }


  .slidebar {
    background-color: transparent;
    position: static;
    width: 100%;
    height: initial;
    border: none;
    margin-bottom: 22px;
    margin: 0;
  }

  .main {
    width: 100%;
    background-color: transparent;
    position: relative;
    transform: translateY(0%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 8px;
  }

  .slidebar .vrticalTablist li {
    text-align: center;
    padding: 0x 0px;
    background: #D0F3E7;
    height: fit-content;
  }

  .vrticalTablist {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .admin-panel {
    height: initial;
  }

  .tab-content-wrapper .tab-heading {
    font-size: 2.302083vw !important;
    margin: 14px 0;
  }

  .learn-btn {
    font-size: 1.9375vw;
  }

  .tab-content-wrapper p {
    font-size: 1.9375vw;
    line-height: 28px;
    margin-bottom: 18px;
  }

  .admin-panel-in .slidebar {
    background-color: #D0F3E7;
    border: 1.5px solid #1F525E;
    border-radius: 12px 12px 0 0 !important;
    border-bottom: 0;
    width: 100% !important;
    padding: 0;
  }

  .top-badge-box {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 12px;
    background-color: transparent;
  }

  .top-badge-box-in {
    padding: 10px 0 5px;
    position: relative;
    height: 100%;
    text-align: center;
    background-color: #ecfaf5;
    border-radius: 12px;
  }

  .top-badge-box-in:before {
    display: none;
  }

  h4.catelog-heading {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }

  .slidebar .vrticalTablist {
    justify-content: center;
    align-items: center;
  }

  .slidebar .vrticalTablist li a {
    padding: 5px 10px;
    gap: 10px;
  }

  h4.tab-heading {
    font-size: 14px !important;
  }

  .slidebar .vrticalTablist li a img {
    width: 12px;
  }

  .main {
    left: 0;
    border-radius: 0 0 12px 12px;
  }

  .main-in {
    border-radius: 0 0 12px 12px;
  }

  .exposur_wrapper .item .exposur_box {
    padding: 22px !important;
  }

  .exposur_wrapper .item .exposur_box .info_box h4 {
    font-size: 34px;
  }

}

@media (max-width: 767px) {
  .main-in {
    padding: 20px;
  }
}

@media (max-width: 525px) {
  .exposur_wrapper .item .exposur_box .info_box p {
    font-size: 16px !important;
  }

  .exposur_wrapper .item .exposur_box .info_box h4 {
    font-size: 28px !important;
    margin-bottom: 7px;
  }

  .more_arrow {
    margin-top: 2px !important;
  }

  .animate-svg {
    height: 156px;
  }

  .exposur_wrapper .item .exposur_box {
    padding: 16px !important;
  }

  .inner-wxposur_box .inner-item .exposur_box:nth-child(1) {
    padding-bottom: 0 !important;
  }

  figure.graph_img img {
    margin-top: 6px !important;
  }

  .inner-item.info_box h4 {
    font-size: 38px !important;
  }

  .inner-item:nth-child(1) .more_arrow {
    margin-top: 2px !important;
    transform: translate(-88%, -98%);
  }

  .exposur_wrapper-top .item:nth-last-child(1) .more_arrow {
    transform: translate(-2%, -249px);
  }
}

@media (max-width: 425px) {
  .animate-svg {
    height: 137px;
  }

  .exposur_wrapper-bottom {
    display: flex;
    margin-top: 10px;
    gap: 10px;
  }

  .exposur_wrapper-bottom .info_box h4 {
    font-size: 22px !important;
  }

  .exposur_wrapper-bottom .info_box p {
    font-size: 11px !important;
  }

  more_arrow img {
    filter: grayscale(1);
    transition: all .3s linear;
    width: 20px;
  }

  .inner-wxposur_box .inner-item .exposur_box {
    height: 160px;
  }

  figure.graph_img img {
    height: initial;
  }
}



h4.catelog-heading {
  font-size: 16px !important;
  font-family: 'Muli' !important;
  color: #87B0AA !important;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 10px 20px;

}

.vrticalTablist h4.catelog-heading:nth-child(1) {
  padding-top: 28px !important;
}

.tab-content-wrapper>img {
  width: 662px;
}


.animated_box {
  position: relative !important;
  overflow: hidden;
}

.animated_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in;
  border: 3px solid #1f525e;
  z-index: -1;
  border-radius: 8px;
}

.animated_box:hover::after {
  transform: translate(-11px, 9px);
}

.elementor-button span {
  text-decoration: inherit;
  padding-right: 0 !important;
}

.tab-logo-sec {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 34px;
}

.slidebar .vrticalTablist li a img {
  width: 20px;
}

.single_blog-navigations a.acordiation-btn.dark-line-btn:first-child,
.blog-bottom-arrow-navs.for-desk a.acordiation-btn.dark-line-btn:first-child {
  padding: 0 0 0 32px !important;
}

.single_blog-navigations a.acordiation-btn.dark-line-btn:first-child:after,
.blog-bottom-arrow-navs.for-desk a.acordiation-btn.dark-line-btn:first-child:after {
  right: inherit !important;
  left: 7px !important;
  transform: rotate(180deg);
}

.single_blog-navigations a.acordiation-btn.dark-line-btn:first-child:hover:after,
.blog-bottom-arrow-navs.for-desk a.acordiation-btn.dark-line-btn:first-child:hover:after {
  left: 0 !important;
}




.text-right {
  text-align: right;
}

.exposur_wrapper-top {
  display: flex;
  gap: 26px;
}



.exposur_wrapper .item .exposur_box {
  background: #1F525E;
  border-radius: 16px;
  display: block;
  padding: 44px;
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .3s linear;
  z-index: 1;
}

.inner-item {
  position: relative;
}

.inner-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #1f525e;
  border-radius: 20px;
  transition: all .3s linear;
}


.inner-item:hover::before {
  top: 14px;
  left: -11px;
  border-color: #245D6C;
}

.exposur_wrapper .item .exposur_box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #1f525e;
  border-radius: 20px;
  z-index: -1;
  transition: all .3s linear;
}

.exposur_wrapper .item .exposur_box:hover::before {
  top: 14px;
  left: -11px;
  border-color: #245D6C;
}



.exposur_wrapper .item .exposur_box:hover {
  background-color: #245D6C;
}

.inner-wxposur_box {
  display: flex;
  gap: 26px;
  flex-direction: column;
}

.inner-wxposur_box .inner-item .exposur_box {
  height: 261px;
  overflow: hidden;
}

.inner-wxposur_box .inner-item .exposur_box:nth-child(1) {
  padding-bottom: 0;
}

.inner-wxposur_box .inner-item .exposur_box:nth-child(1) .info_box {
  margin: 0 38px -92px 0px;
}


.inner-wxposur_box .inner-item:nth-last-child(1) .info_box {
  padding-right: 235px;
}

.inner-wxposur_box .inner-item .exposur_box::before {
  display: none;
}

.exposur_wrapper .item .exposur_box .info_box h4 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 14px;
}

.exposur_wrapper .item .exposur_box .info_box p {
  color: #fff;
  font-size: 16px;
}

figure.graph_img img {
  /* margin-bottom: -56px; */
  height: 238px;
  width: 100%;
  margin-top: -32px;
}

.text-img img {
  margin-top: 26px;
  width: 100%;
}

img.text-img {
  width: 110px;
  display: block;
  margin-top: 24px;
}

.more_arrow {
  display: block;
  margin-top: 24px;
}

.inner-wxposur_box .info_box p {}

.itelic_info p {
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
}

.over-fraph {
  position: absolute;
  right: 0;
  width: 266px;
  height: 191px;
  bottom: 0;
}

.exposur_wrapper-bottom {
  display: flex;
  margin-top: 24px;
  gap: 24px;
}

.icon-img {
  width: 30px;
  margin-bottom: 21px;
}

.exposur_wrapper-bottom .item:nth-child(1) {
  width: 330px;
}

.exposur_wrapper-bottom .item:nth-child(2) {
  width: 515px;
}

.exposur_wrapper-bottom .item:nth-child(3) {
  width: 347px;
}

.exposur_wrapper-bottom .item:nth-child(3) .info_box {
  position: absolute;
  top: 54%;
  left: 46%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width:1224px) {
  .exposur_wrapper-bottom .item:nth-child(3) .info_box {
    position: absolute;
    top: 54%;
    left: 51%;
  }
}

.over-round-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63%;
  z-index: -1;
}

.me-auto {
  margin-left: auto;
}

.more_arrow img {
  filter: grayscale(1);
  transition: all .3s linear;
}

.exposur_box:hover .more_arrow img {
  filter: grayscale(0);
  transform: translateX(10px);
}

.animate-svg svg {
  height: 100%;
  width: auto;
}

.animate-svg {
  height: 220px;
}

.circular-progress {
  --size: 250px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 3px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
  animation: progress-animation 5s linear 0s 1 forwards;
}

.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}

.circular-progress circle.bg {
  stroke: #194550;
}

.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: #71E6BD;
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@keyframes progress-animation {
  to {
    --progress: 25;
  }

  from {
    --progress: 100;
  }
}


@media (max-width:1200px) {

  .page-id-28804 header.header,
  .page-id-28804 .mobile_header {
    background: #fff;
  }

  .mobile_menu-trigger svg>line {
    stroke: #1c3136;
  }

  .right-button-box .plain-btn {
    margin-right: 15px;
    font-weight: 500;
  }

  .page-id-28804 .mobile_header a.mobile_header-logo img:first-child {
    display: block !important;
  }

  .page-id-28804 .mobile_header a.mobile_header-logo .dark-log {
    display: none !important;
  }

  .page-id-28804 .top_links li a,
  .page-id-28804 .header_left nav>ul>li>a,
  .page-id-28804 .mobile_menu_navigation>ul>li>a,
  .page-id-28804 .mobile_mini-navigation ul li a,
  .page-id-28804 .mobile_header .theme_btn,
  .page-id-28804 .mobile_menu-item a p {
    color: #1f525e !important;
  }
}

@media (max-width:767px) {
  .exposur_wrapper-top {
    flex-direction: column;
  }

  .exposur_wrapper-top .inner-wxposur_box .inner-item:nth-child(2),
  .exposur_wrapper-bottom .item:nth-child(2) {
    display: none;
  }

  .animate-svg svg {
    height: 100%;
    width: 100%;
  }

  .exposur_wrapper .item .exposur_box .info_box h4 {
    margin-bottom: 5px !important;
  }

  .searchbar_wrapper {
    display: none;
  }


}

@media (max-width:525px) {
  .exposur_wrapper-bottom .item {
    width: calc(49% - 0px) !important;
  }

}

@media(max-width:419px) {
  .exposur_wrapper .item .exposur_box .info_box p {
    font-size: 16px !important;
    line-height: normal !important;
  }

  .more_arrow {
    margin-top: 30px !important;
  }

  .exposur_wrapper .item .exposur_box .info_box h4 {
    font-size: 32px !important;
    margin-bottom: 16px !important;
    font-weight: 600 !important;
    font-family: 'Muli';
  }

  .animate-svg {
    height: 140px;
  }

  .more_arrow img {
    width: 26px;
  }

  .exposur_wrapper-bottom .item:nth-child(3) .more_arrow {
    margin-top: 0 !important;
    transform: translateY(28px);
  }
}









.elementor-184.elementor-element.elementor-element-48bff68:not(.elementor-motion-effects-element-type-background) {
  background: #ECF9F5 !important;
}

.core-value-row {
  background: #2DE2AB;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
  padding: 10px 10px 10px 65px;
}

.core-value-head {
  background: #D0F3E7;
  height: 100%;
  width: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.value-bx {
  background: #D0F3E7;
  box-shadow: 6px 6px 20px rgb(28 49 54 / 5%);
  border-radius: 15px;
  width: 23.5%;
  margin: 0 7px;
  padding: 15px 20px;
  min-height: 110px;
}

.btn-center .elementor-button-wrapper {
  text-align: center !important;
}

.elementor-28603 .elementor-element.elementor-element-ac8d328 .elementor-button {
  font-size: 20px;
  padding: 12px 42px 12px 42px !important;
}

.top-banner-section,
.elementor-29831 .elementor-element.elementor-element-e0f61ef:not(.elementor-motion-effects-element-type-background),
.top-heading-section,
.compare-block {
  background: #ECF9F5 !important;
}

.comparison .tab.active {
  background: #2de2ab !important;
}

.blog_item .blog_item-title {
  font-family: 'Muli' !important;
}

p,
dl,
multicol {
  font-family: "Muli", Sans-serif !important;
}

.search_bar .search-btn {
  color: #1C3136;
  background-color: #2de2ab !important;
  border-style: solid;
  border: 2px solid #2de2ab !important;
  padding: 20px 59px;
  font-size: 16px !important;
  font-family: 'Muli';
  transition: all .3s linear;
}


.search_bar .search-btn:hover {
  border-color: #1C3136 !important;
  background-color: transparent !important;
}

.top-heading-section .wrapper>div {
  color: #1F525E;
}

.top-heading-section h2,
.comparison h1 {
  color: #1F525E !important;
  font-weight: 600 !important;
}

.page-id-28804 .header_left nav>ul>li>a {
  color: #1f525e;
}

.page-id-28804 header.header .header_left .header_logo img:first-child {
  display: block !important;
}

.page-id-28804 header.header .header_left .header_logo .dark-log {
  display: none !important;
}

.over-fraph svg {
  width: 100%;
}

svg>line {
  stroke: #2de2ab;
  stroke-width: 3px;
  animation-duration: 1s;
  animation-iteration: 1;
  animation-fill-mode: forwards;
}

svg>line.bar_one {
  stroke-dasharray: 0 5;
  animation-name: appearOne;
}

svg>line.bar_two {
  stroke-dasharray: 0 10;
  animation-name: appearTwo;
  animation-delay: 1s;
  stroke: #fff;
}

svg>line.bar_three {
  stroke-dasharray: 0 20;
  animation-name: appearThree;
  animation-delay: 2s;
  stroke: #2de2ab;
}

@keyframes appearOne {
  0% {
    stroke-dasharray: 0 5;
  }

  50% {
    stroke-dasharray: 5 5;
  }

  100% {
    stroke-dasharray: 5 5;
  }
}

@keyframes appearTwo {
  0% {
    stroke-dasharray: 0 10;
  }

  50% {
    stroke-dasharray: 40 10;
  }

  100% {
    stroke-dasharray: 40 10;
  }
}

@keyframes appearThree {
  0% {
    stroke-dasharray: 0 20;
  }

  50% {
    stroke-dasharray: 80 20;
  }

  100% {
    stroke-dasharray: 80 20;
  }
}

.elementor-27744 .elementor-element.elementor-element-c11b497 .elementor-button:hover,
.elementor-27744 .elementor-element.elementor-element-c11b497 .elementor-button:focus {
  color: #1f525e !important;
  background-color: var(--e-global-color-b372556);
  border-color: #1f525e !important;
}

@media(max-width:991px) {
  .banner-info {
    padding-right: 0 !important;
  }
}

.manage-section .elementor-button-icon svg {
  display: inline-block;
  height: 1em;
}

.manage-section .elementor-button-icon svg g {
  display: block;
}

.manage-section .elementor-button-icon svg g path {
  stroke: #1F525E;
}

@media(max-width:475px) {
  .exposur_wrapper-bottom .item:nth-child(3) .more_arrow {
    transform: translateY(58px);
  }
}

@media(max-width:400px) {
  .exposur_wrapper-bottom .item:nth-child(3) .info_box {
    top: 44%;
  }
}

@media(max-width:375px) {
  .exposur_wrapper-bottom .item:nth-child(3) .info_box {
    top: 44%;
  }
}




@media(max-width:320px) {
  .exposur_wrapper .item .exposur_box .info_box p {
    font-size: 10px !important;
  }
}

.blog-editable-cont-are code {
  background: #f0f6f9;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #ebeff1;
  line-height: 1.3;
  font-family: monospace;
  font-style: italic;
}

.blog-editable-cont-are code * {
  font-family: monospace;
}