@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css";
@import url('https://fonts.cdnfonts.com/css/muli');

body {
  padding-top: 111px;
  overflow: hidden;
  overflow-y: auto;
}

body.elementor-template-canvas {
  padding-top: 0;
}

body.home {
  padding-top: 0;
}

a.theme_btn.theme_btn-secondary:hover {
  background-color: #2de298;
}

.container {
  max-width: 1520px;
  margin: 0 auto;
}

.secure-heading h2 span {
  word-break: break-word;
}

@media (max-width: 1919px) {
  .container {
    max-width: 1140px;
    padding: 0 16px;
  }
}

/*--resource-page-css--*/
.watch-now-slider button.slick-arrow {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100px;
  padding: 0;
  border: none;
  content: "";
  z-index: 9;
}

.watch-now-slider button.slick-prev.slick-arrow:before {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 7px;
  height: 7px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  content: "";
}

.watch-now-slider button.slick-next.slick-arrow:before {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  content: "";
}

.watch-now-item p strong {
  padding-right: 10px;
}

.watch-now-item a.theme_btn.theme_btn_secondary {
  border-color: #fff;
  margin-left: 30px;
}

.watch-now-item a.theme_btn.theme_btn_secondary:hover {
  background-color: #fff;
}

.watch-now-slider .slick-track {
  display: flex;
  align-items: center;
}

.watch-now-item p {
  text-align: center;
}

.watch-now-slider button.slick-next.slick-arrow {
  right: 0;
}

.watch-now-slider button.slick-prev.slick-arrow {
  left: 0;
}

.resources-box-in {
  box-shadow: -12px -12px 30px rgb(91 140 126 / 10%),
    12px 12px 20px rgb(91 140 126 / 10%);
  width: 100%;
  padding-bottom: 23px;
  margin-bottom: 36px;
  height: calc(100% - 36px);
  display: flex;
  flex-direction: column;
}

.resources-box-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.resources-box-img {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
}

.resources-box-img img {
  object-fit: contain !important;
  height: calc(100% - 50px) !important;
  top: 25px !important;
  max-width: 100%;
  width: 147px;
}

.resources-box-cat h4 {
  font-size: 18px;
  line-height: 23.26px;
  padding: 15px 12px 11px;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #faf3f0;
}

.resources-box-content-btn {
  padding: 30px 0 0 26px;
  margin-top: auto;
}

/* .resources-box .resources-box-content h4, */
.resources-box .resources-box-content h4 a {
  padding: 26px 26px 0;
  text-decoration: none;
  color: #1c3136;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* height: 136px; */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23.26px;
}

/* .resources-list .resources-box {
  margin-right: 76px;
} */
/* .resources-list .resources-box:nth-of-type(3n) {
  margin-right: 0;
} */
.resources-list .resources-box {
  width: calc(calc(100% / 3) - 76px);
  margin: 0 calc(76px / 2);
}

.resources-list {
  display: flex;
  margin: 0 calc(-76px / 2);
  padding: 40px 0;
  flex-wrap: wrap;
}

.resources-filter-in {
  box-shadow: 0px 20px 40px rgb(91 140 126 / 10%);
  padding: 25px 30px;
  display: flex;
  align-items: center;
}

.resources-filter-in .resources-filter-search {
  width: 55%;
}

.resources-filter-in .resources-filter-cat {
  width: 30%;
  padding: 0 20px;
  position: relative;
}

.resources-filter-in .resources-filter-title {
  width: 15%;
}

.resources-filter-cat select+.select2 .select2-selection {
  background: #f9f8fc;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  line-height: 22.44px;
  border: 1px solid #e7e7e9;
  padding: 11px 25px;
  font-family: "Mulish", sans-serif;
  font-weight: 300 !important;
  -webkit-appearance: none;
}

.resources-filter-cat select+.select2 {
  width: 100% !important;
}

.resources-filter-cat select+.select2-container .select2-selection--single[aria-expanded="true"] {
  border-bottom: none;
}

.resources-filter-cat select+.select2-container .select2-selection--single {
  height: auto;
}

.resources-filter-cat select+.select2-container .select2-selection__arrow {
  display: none;
}

.resources-filter-cat select+.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f9f8fc;
  color: #1c3136;
}

body .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}

body .select2-container--default .select2-results__option[aria-selected="true"]:hover {
  background-color: #f9f8fc;
}

body .select2-results__option[aria-selected] {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}

body span.select2-selection.select2-selection--single:focus {
  border-left: 1px solid #2de298;
  border-top: 1px solid #2de298;
  border-right: 1px solid #2de298;
}

body .select2-dropdown {
  border-left: 1px solid #2de298;
  border-top: none;
  border-right: 1px solid #2de298;
  border-bottom: 1px solid #2de298;
}

.resources-filter-search input {
  background: #f9f8fc;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  line-height: 22.44px;
  border: 1px solid #e7e7e9;
  padding: 14px 25px;
  font-family: "Mulish", sans-serif;
  font-weight: 300 !important;
}

.resources-filter {
  padding: 60px 50px;
}

.resources-load-more {
  text-align: center;
  padding: 0 0 20px;
}

.resources-load-more a.theme_btn.theme_btn-secondary {
  font-size: 16px;
}

.resources-filter-cat:after {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 8px;
  height: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 40px;
  content: "";
  top: 50%;
  pointer-events: none;
}

/*--end--*/

/*--single-resource-page-css--*/
.resource-hero {
  padding: 100px 15px 150px 15px;
  position: relative;
  overflow: hidden;
}

.resource-hero .row {
  display: flex;
  flex-flow: wrap;
}

.resource-hero .resource-hero-left-box {
  width: 45%;
}

.resource-hero .resource-hero-right-box {
  width: 55%;
  padding-left: 80px;
}

.resource-hero-right-box .form-box-in {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 56px 43px 52px;
  max-width: 632px;
  background: #fff;
  box-shadow: 0px 20px 40px rgb(91 140 126 / 10%);
  text-align: center;
  position: relative;
  margin-left: auto;
  z-index: 2;
}

.resource-hero .resource-hero-left-box h1 {
  margin-bottom: 45px;
  font-size: 70px;
  line-height: 73px;
  font-weight: 900;
}

.resource-hero-left-box p {
  /*   max-width: 455px; */
  letter-spacing: 0.36px;
}

.box-designs .yellow-box {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 50px;
  right: 45px;
  background-color: #ffc933;
}

.box-designs .red-box {
  background-color: #e7295e;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 20px;
  right: -10px;
}

.here-what-sec {
  background-color: #2bda93;
  padding: 100px 15px;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.here-what-sec .row.title-box {
  padding: 10px;
  text-align: center;
}

.row.here-what-sec-list {
  padding: 10px;
}

.row.here-what-sec-list {
  padding: 10px;
}

.row.here-what-sec-list {
  padding: 10px;
  display: flex;
  /* flex-flow: wrap; */
  margin: 0;
  justify-content: space-between;
}

.row.here-what-sec-list .here-what-sec-col {
  padding: 0;
  max-width: 270px;
  text-align: center;
}

.here-what-sec-col p {
  letter-spacing: 0.36px;
}

.here-what-sec-col .number {
  font-size: 88px;
  line-height: 74px;
  color: #fff;
  font-family: "Mark Pro", Sans-serif;
  padding: 20px 0;
  font-weight: 800;
}

.here-what-sec .row.title-box h2 {
  font-size: 70px;
  line-height: 74px;
  letter-spacing: -1.4px;
}

/*--end--*/

/* Blog Listing Hero Start  */

.blog_hero-section {
  padding: 49px 0 78px 0;
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/Background-1.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

.theme_container {
  max-width: 1274px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.blog_hero-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}

body .blog_hero-main-heading h1 {
  font-family: "Mark pro", sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 55.2px;
  letter-spacing: -0.2px;
}

.blog_hero-main-heading {
  margin-right: 58px;
  width: 100%;
}

.blog_hero-main-search {
  max-width: 350px;
  flex-shrink: 0;
  width: 100%;
}

.blog_hero-search-wrapper input {
  width: 100%;
  padding: 16px 39px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  line-height: 22px;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.8px;
  color: rgba(28, 49, 54, 1);
  font-weight: 300;
}

.blog_hero-search-wrapper input::placeholder {
  font-weight: 300;
  color: rgba(28, 49, 54, 0.5);
}

.blog_hero-search-wrapper {
  position: relative;
  z-index: 0;
}

.blog_hero-search-wrapper::after {
  width: 21px;
  height: 19px;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/Icon-1.png);
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
  pointer-events: none;
  background-repeat: no-repeat;
}

.blog_hero-popular-blog {
  max-width: 65%;
  margin-right: 56px;
}

.blog_hero-popular-blog img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
}

.blog_item_category {
  color: rgba(28, 49, 54, 1);
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 25.25px;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}

.blog_item-title {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.9px;
  font-weight: 900;
  margin-bottom: 23px;
  display: block;
  text-decoration: none;
  font-family: 'Muli' !important;
  color: inherit;
}

body h5.single_blog-category a {
  text-decoration: none;
  color: inherit;
  /* font-weight: 300;
  font-family: "Mulish", sans-serif; */
}

.blog_item-date {
  font-family: "Muli", sans-serif;
  color: rgba(28, 49, 54, 1);
  font-size: 14px;
  font-weight: 700;
  line-height: 17.75px;
  letter-spacing: 0.3px;
  display: block;
}

.blog_hero-subscribe-form {
  flex-grow: 1;
  align-self: stretch;
  padding: 70px 39px;
  background-color: #fff;
  box-shadow: 6px 6px 20px 7px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}

.subscription_form-item {
  padding: 46px 38px 52px 38px;
}

.blog_hero-subscribe-form img,
.subscription_form-item img {
  max-width: 49px;
  margin: auto;
  display: block;
  margin-bottom: 26px;
}

body .blog_hero-subscribe-form h4,
body .subscription_form-item h4 {
  font-family: "Muli", sans-serif !important;
  font-weight: 800;
  font-size: 35px;
  line-height: 40.25px;
  letter-spacing: -0.2px;
  margin-bottom: 32px;
  text-align: center;
  color: rgba(28, 49, 54, 1);
}

body .blog_hero-subscribe-form p,
body .subscription_form-item p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 22.44px;
  letter-spacing: 0.3px;
  color: rgba(28, 49, 54, 1);
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
}

body .subscription_form-item h4,
body .subscription_form-item p {
  color: #fff;
}

body .subscription_form-item p {
  letter-spacing: 0.5px;
}

.blog_hero-subscribe-form p {
  font-family: "Muli", sans-serif;
}

body .hero_tabs-trigger button {
  padding: 0;
  background: transparent;
  border: transparent;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.44px;
  letter-spacing: 0.4px;
  color: rgba(28, 49, 54, 1);
  text-transform: uppercase;
  margin-right: 43px;
  cursor: pointer;
  margin-bottom: 24px;
}

body .hero_tabs-trigger button:hover,
body .hero_tabs-trigger button:focus {
  background-color: transparent !important;
}

body .hero_tabs-trigger:last-child button {
  margin-right: 0;
}

body .hero_tabs-trigger button.active_trigger {
  font-weight: 800;
  position: relative;
}

body .hero_tabs-trigger button.active_trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: rgba(28, 49, 54, 1);
}

/* Blog Listing Hero End */

/* .hero_tabs-trigger {
  margin-bottom: 24px;
} */

.blog_listing-row {
  display: flex;
  flex-wrap: wrap;
}

.blog_item,
.subscription_form-item {
  width: calc(33.33% - 52px);
  margin: 0 calc(52px / 2);
  margin-bottom: 73px;
}

.blog_listing-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -26px;
}

.blog_item-img {
  display: block;
  margin-bottom: 22px;
}

body .blog_item-img img {
  width: 100%;
  height: 273px;
  border-radius: 10px;
  object-fit: cover;
}

.blog_item .blog_item-title {
  font-size: 25px;
  line-height: 32.5px;
  font-weight: 800;
  letter-spacing: -0.2px;
  margin-bottom: 13px;
  color: rgba(28, 49, 54, 1);
  text-decoration: none;
}

.subscription_form-item {
  background-color: #1c3136;
  border-radius: 15px;
}

.full_width {
  width: 100%;
  margin-top: 101px;
  text-align: center;
  margin-bottom: 90px;
}

.full_width .read-more-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.44px;
  letter-spacing: 0.5px;
  color: rgba(28, 49, 54, 1);
  font-family: "Mark Pro", sans-serif;
  text-decoration: underline;
  width: max-content;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.featured_resource-section {
  margin-bottom: 83px;
  padding: 80px 0 120px 0;
}

.featured_row {
  display: flex;
}

.featured_column {
  width: 100%;
  max-width: 610px;
}

.featured_content {
  flex-grow: 1;
}

.featured-image img {
  width: 100%;
  display: block;
  transform: skewY(7deg) scale(1.25);
}

.featured_row {
  display: flex;
  align-items: center;
  background-color: #fcf4f0;
  transform: skewY(-10deg);
  overflow: hidden;
  border-radius: 15px;
}

.featured_content {
  padding-left: 126px;
  padding-right: 60px;
  transform: skewY(10deg) translateY(15px);
}

body .featured_content h6 {
  font-family: "Mark Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.44px;
  letter-spacing: 0.05px;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 10px;
}

body .featured_content h2 {
  font-size: 35px;
  color: rgba(28, 49, 54, 1);
  font-weight: 800;
  line-height: 40.25px;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

/*body .featured_content a {
  font-size: 14px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  line-height: 19.64px;
  color: rgba(28, 49, 54, 1);
  text-decoration: underline;
  text-transform: uppercase;
}*/

body h5.single_blog-category {
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  font-family: "Mark Pro", sans-serif;
  letter-spacing: 0.2px;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 16px;
  display: block;
}

body h1.single_blog-title {
  font-family: "Mark Pro", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 55.2px;
  letter-spacing: -0.5px;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 24px;
}

.single_blog-description {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25.25px;
  letter-spacing: 0.5px;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 24px;
  display: block;
  margin-bottom: 55px;
}

.single_blog-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
}

.single_blog-details {
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17.75px;
  color: rgba(28, 49, 54, 1);
}

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

.single_blog-row ul li img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.single_blog-row ul li {
  margin-left: 16px;
}

.single_blog-feature-img {
  width: 100%;
  border-radius: 15px;
  display: block;
  margin-bottom: 84px;
}

.single_blog-content {
  padding-bottom: 120px;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
}

.single_blog-content p,
.single_blog-content span {
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 22.44px;
  letter-spacing: 0.3px;
  margin-bottom: 28px;
}

.single_blog-content strong p,
.single_blog-content strong span {
  font-weight: 700 !important;
}

.single_blog-content p a,
.single_blog-content span a {
  color: rgba(45, 226, 152, 1);
  font-weight: 700;
}

.single_blog-section {
  padding-top: 60px;
  padding-bottom: 41px;
}

body .single_blog-content h2 span,
body .single_blog-content h2 {
  font-family: "Mark Pro", sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 40.25px;
  letter-spacing: -0.3px;
  color: rgba(28, 49, 54, 1);
  display: inline-block;
  margin: 0;
}

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

body .single_blog-content h2 a,
body .single_blog-content a {
  color: rgba(45, 226, 152, 1);
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
  font-family: "Mark Pro", sans-serif;
}

body .single_blog-content h4 span,
body .single_blog-content h4 {
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.44px;
  letter-spacing: -0.36px;
  margin: 0;
  display: inline-block;
}

body .single_blog-content h3 span,
body .single_blog-content h3 {
  font-family: "Mark Pro", sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 32.44px;
  letter-spacing: -0.36px;
  margin: 0;
  display: inline-block;
  margin-bottom: 4px;
}

body .single_blog-content h4 {
  margin-bottom: 24px;
  margin-top: 24px;
}

body .single_blog-content h2+h4 {
  margin-top: 0;
}

body .single_blog-content hr {
  margin: 16px 0;
}

body .single_blog-content h5,
body .single_blog-content h5 span {
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.44px;
  letter-spacing: 0.2px;
}

body .single_blog-content h5 {
  margin-bottom: 28px;
  margin-top: 28px;
}

body .single_blog-content h6 span,
body .single_blog-content h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25.25px;
  letter-spacing: 0.2px;
}

body .single_blog-content h6 {
  margin-bottom: 28px;
  margin-top: 28px;
}

body .single_blog-content h1,
body .single_blog-content h2,
body .single_blog-content h3,
body .single_blog-content h4,
body .single_blog-content h5,
body .single_blog-content h6 {
  display: block;
}

.single_blog-content img {
  /* margin-left: auto;
  margin-right: auto; */
  display: block;
  max-width: 100%;
  /* margin-bottom: 16px; */
  /* margin-top: 80px; */
  border-radius: 15px;
}

.single_blog-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

body .single_blog-content ul,
body .single_blog-content ul li {
  list-style-type: disc;
}

body .single_blog-content ul,
body .single_blog-content ol {
  padding-left: 40px;
  margin-bottom: 28px;
}

body .single_blog-content ol,
body .single_blog-content ol li {
  list-style-type: decimal;
}

.single_blog-content img+span {
  margin-bottom: 82px;
}

body .single_blog-content ul li ul,
body .single_blog-content ol li ul,
body .single_blog-content ul li ol,
body .single_blog-content ol li ol {
  margin-top: 20px;
}

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

.single_blog-navigations a {
  color: rgba(28, 49, 54, 1);
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.44px;
  letter-spacing: 0.02px;
  text-transform: uppercase;
}

.popular_blogs-section {
  padding: 195px 0 233px 0;
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/Backgroun-d-scaled.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

body popular_blogs-section .section_heading {
  font-family: "Mark Pro", sans-serif;
  font-size: 48px;
  line-height: 55.2px;
  letter-spacing: -0.2px;
  text-align: center;
  color: rgba(28, 49, 54, 1);
  width: 800;
  margin-bottom: 57px;
}

.subscribe_section {
  padding: 104px 0 125px 0;
}

body .subscribe_content h2 {
  font-family: "Mark Pro", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 55.2px;
  letter-spacing: -0.3px;
  text-align: center;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 24px;
}

.subscribe_content p {
  color: rgba(28, 49, 54, 1);
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  line-height: 22.44px;
  letter-spacing: 0.3px;
}

.blog_category-hero-section {
  padding: 56px 0 138px 0;
  background: none;
}

body .blog_category-hero-section .blog_hero-main-heading h1 {
  color: rgba(28, 49, 54, 1);
}

body .blog_hero-section.blog_category-hero-section input {
  background-color: #f8f7fb;
  border: 1px solid #ebeaec;
  padding-left: 29px;
  padding-right: 13px;
}

body .blog_hero-section.blog_category-hero-section input::placeholder {
  color: #1c3136;
  opacity: 0.5;
}

body .blog_hero-section.blog_category-hero-section .blog_hero-row {
  margin-bottom: 0;
}

.blog_hero-subscribe-form.blog-category_subscription-form {
  width: calc(33.33% - 52px);
  margin: 0 calc(52px / 2);
  margin-bottom: 73px;
}

body h2.popular_blogs-heading {
  font-family: "Mark Pro";
  font-weight: 800;
  font-size: 48px;
  line-height: 55.2px;
  letter-spacing: -0.3px;
  text-align: center;
  margin-bottom: 57px;
}

.hide-tab-desk {
  display: none;
}

.counter_section {
  position: relative;
}

.counter_section::before {
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: calc(100% + 23px * 2);
  left: calc(100% + 24px * -4);
  background-color: #ffc933;
  content: "";
  display: block;
}

.counter_section::after {
  background-color: #e7295e;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: calc(100% + 20px);
  left: calc(100% - 21px * 2);
  display: block;
  content: "";
}

/* 14-july-2022 Start  */

.video_tabs-trigger a {
  background: transparent;
  padding: 16px;
  padding-bottom: 32px;
  font-size: 14.2224px;
  border: transparent;
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  color: #1c3136;
  line-height: 16.3558px;
  flex: auto;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid rgb(28, 49, 54);
  transition: border-bottom 0.3s ease;
  text-transform: uppercase;
}

.video_tabs-trigger {
  display: flex;
  /* flex-wrap: wrap; */
  margin-bottom: 58px;
}

.video_tabs-trigger a.active_tab {
  border-bottom: 10px solid #2de298;
  margin-bottom: -6px;
  transition: border-bottom 0.3s ease;
}

body .video_tabs-content video {
  width: auto;
  max-width: 100%;
  margin: auto;
  display: block;
}

.video_tabs-content {
  display: none;
}

.video_tabs-content:first-child {
  display: block;
}

.readup_cards-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.readup_cards-item {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  background: #f8f8f8;
  padding-bottom: 23px;
  display: flex;
  flex-direction: column;
}

a.readup_cards-img {
  display: block;
  max-width: 147px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 24px;
}

p.readup_cards-strip {
  font-size: 18px;
  line-height: 23.26px;
  padding: 15px 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1c3136;
  margin-bottom: 24px;
  font-family: "Mark Pro", sans-serif;
  background-color: #faf3f0;
  text-align: center;
}

a.readup_cards-title {
  font-family: "Mark Pro", sans-serif;
  font-weight: bold;
  color: #1c3136;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 26px 26px 0;
  overflow: hidden;
  min-height: 95px;
  line-height: 23.26px;
  margin-bottom: 29px;
}

a.readup_cards-btn button {
  text-transform: uppercase;
  font-weight: bold;
}

a.readup_cards-btn {
  margin-left: 26px;
  margin-top: auto;
}

.mobile_only-title {
  background: transparent;
  padding: 16px 76px;
  padding-bottom: 32px;
  font-size: 16px;
  border: transparent;
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  color: #1c3136;
  line-height: 136.25%;
  flex: auto;
  text-align: center;
  display: none;
  border-bottom: 1px solid #969696;
  transition: border-bottom 0.3s ease;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}

.mobile_only-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 10px;
  width: 275px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2de298;
}

/* 14-july-2022 End */

/* 18-july-2022 Start */

.consolidate_section {
  position: relative;
}

.consolidate_section .elementor-widget {
  position: unset;
}

@keyframes cubeAnimation {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(40px);
  }
}

.red-cube {
  position: absolute;
  bottom: -10%;
  right: 21%;
  position: absolute;
  animation: cubeAnimation 2s linear infinite;
  animation-delay: 1s;
  animation-direction: alternate-reverse;
}

.yellow-cube {
  position: absolute;
  top: -2%;
  right: 13%;
  position: absolute;
  animation: cubeAnimation 2s linear infinite;
  animation-delay: 1.2s;
  animation-direction: alternate-reverse;
}

.blue-cube {
  position: absolute;
  left: 9%;
  right: unset;
  top: 25%;
  position: absolute;
  animation: cubeAnimation 2s linear infinite;
  animation-delay: 0.5s;
  animation-direction: alternate-reverse;
}

.getit_row {
  display: flex;
  align-items: center;
}

.getit_logos {
  padding: 160px 0 115px;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1104px;
  flex-shrink: 0;
  padding-left: 86px;
  padding-right: 172px;
}

.getit_logos::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/arrow_left-13e19ee3cb72a1fe406166899b2ee06b.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  background-position: top left;
}

.getit_logos::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/arrow_right-7f973e74025c07467defb7daca35dae8.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  background-position: top right;
}

.getit_logos {
  gap: 57px;
}

body .getit_wrapper img {
  width: 263px;
  height: 263px;
  max-width: unset;
  padding: 48px;
  background: #fff;
  object-fit: contain;
  box-shadow: -12px -12px 30px rgba(91, 140, 126, 0.1),
    12px 12px 20px rgba(91, 140, 126, 0.1);
}

.getit_wrapper {
  flex: 1;
  width: 129px;
}

.getit_wrapper:first-child {
  margin-left: -50px;
}

body .getit_heading h2 {
  line-height: 74px;
  font-size: 70px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 800;
  letter-spacing: -1.4px;
}

body .about_page-they-getit .getit_heading h2 {
  max-width: 270px;
}

.getit_heading {
  margin-left: 151px;
}

.own-risk_slider-item.slick-slide {
  display: flex;
  align-items: center;
}

.own-item_heading {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.own-item_content {
  width: 50%;
  max-width: 546px;
}

body .own-item_heading h2 {
  max-width: 378px;
  line-height: 74px;
  font-size: 70px;
}

body .own-item_content img {
  max-width: 208px;
  display: block;
  margin: auto;
}

.own-item_content p {
  font-size: 20px;
  line-height: 140.25%;
  /* max-width: 546px; */
  margin: 22px 0 38px;
  font-style: italic;
}

.own-item_content h6 {
  font-family: "Mark Pro", sans-serif;
  font-size: 20px;
  line-height: 129.2%;
  text-transform: uppercase;
}

.own-risk_slider .slick-arrow {
  width: 24px;
  height: 24px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  padding: 0;
  justify-content: center;
  z-index: 9;
}

.own-risk_slider .slick-arrow.slick-prev:before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotateZ(-45deg);
}

.own-risk_slider .slick-arrow.slick-next:before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotateZ(135deg);
}

.own-risk_slider .slick-dots li button:before {
  display: none;
}

.own-risk_slider .slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: #1c3136;
  opacity: 0.2;
  border-radius: 0;
}

.own-risk_slider .slick-dots .slick-active button {
  opacity: 1;
}

.own-risk_slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.page-vulnerbility-managment .readup_cards-item {
  box-shadow: -12px -12px 30px rgba(91, 140, 126, 0.1),
    12px 12px 20px rgba(91, 140, 126, 0.1);
}

.page-vulnerbility-managment .readup_cards-item {
  display: flex;
  flex-direction: column;
}

.page-vulnerbility-managment .readup_cards-item a.readup_cards-btn {
  margin-top: auto;
}

.page-vulnerbility-managment .readup_cards-item a.readup_cards-title {
  height: 115px;
}

.underline_link a {
  text-decoration: underline !important;
}

.slick-dots li button {
  padding: 0;
}

.free_hero {
  position: relative;
  z-index: 0;
}

.free_hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  width: 50%;
  background-color: #fff;
  display: block;
  z-index: -1;
  box-shadow: 0px 20px 40px rgba(91, 140, 126, 0.1);
}

/* 22-july-2022 Start  */

.preloader {
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #2de298;
  border-color: #2de298 #2de298 #2de298 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom_tabs-trigger-wrapper {
  margin-bottom: 88px;
}

@media (max-width: 1023px) {
  .custom_tabs-trigger-wrapper {
    margin-bottom: 56px;
  }
}

/* 22-july-2022 End */

/* 25-july-2022 Start  */

.about_page-they-getit .getit_wrapper {
  flex: 1;
  width: 179px;
}

.leadership_row {
  display: flex;
  flex-wrap: wrap;
}

.leadership_item {
  width: calc(100% / 3);
  position: relative;
}

.leadership_name {
  font-family: "Mark Pro", sans-serif;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: 0.36px;
  position: relative;
  color: rgb(28, 49, 54);
}

.leadership_profile {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  color: rgb(28, 49, 54);
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 25.2px;
}

.leadership_item img {
  width: 261px;
  margin-left: auto;
  display: block;
  margin-right: auto;
}

.leadership_item:nth-child(1),
.leadership_item:nth-child(7) {
  background-color: #e7295e;
}

.leadership_item:nth-child(2),
.leadership_item:nth-child(6),
.leadership_item:nth-child(8n) {
  background-color: #5cc2eb;
}

.leadership_item:nth-child(3),
.leadership_item:nth-child(9) {
  background-color: #ffc933;
}

.leadership_item:nth-child(4) {
  background-color: #2de298;
}

.leadership_item:nth-child(5) {
  background-color: #ff7b00;
}

.leadership_linkedin {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.leadership_linkedin i {
  color: rgb(28, 49, 54);
}

.lovehere_slider-item {
  position: relative;
  z-index: 0;
  padding: 50px;
  padding-bottom: 0;
}

.lovehere_slider-item::after {
  content: "";
  position: absolute;
  background-color: rgb(250, 243, 240);

  display: block;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 150px;
  z-index: -1;
}

/* 25-july-2022 End */

.here-what-sec .container {
  max-width: 1220px;
}

.box-designs {
  display: none;
}

.here-what-sec {
  position: relative;
}

.here-what-sec::before {
  content: "";
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 26px;
  height: 26px;
  background-color: #e7295e;
  position: absolute;
  bottom: calc(100% + 20px);
  left: calc(100% - 21px * 2);
}

.here-what-sec::after {
  content: "";
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 26px;
  height: 26px;
  background-color: #ffc933;
  position: absolute;
  bottom: calc(100% + 23px * 2);
  left: calc(100% + 24px * -4);
}

.resource-hero .container {
  max-width: 1373px;
}

.here-what-sec {
  margin-bottom: 80px;
}

/* 18-july-2022 End */

@media (max-width: 1599px) {
  .getit_wrapper {
    flex-grow: 1;
    width: 90px;
  }

  .about_page-they-getit .getit_heading {
    margin-left: 143px;
  }
}

/* 27-july-2022 Start */

.toggle_row {
  display: flex;
  flex-wrap: wrap;
}

.toggle_item {
  width: 50%;
  margin-bottom: 49px;
}

.toggle_img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

h4.toggle_title {
  text-align: center;
  margin-bottom: 15px;
  font-family: "Mark Pro", sans-serig;
  font-size: 20px;
  line-height: 129.2%;
  text-transform: uppercase;
}

.toggle_item p {
  font-size: 14px;
  line-height: 140.25%;
  text-align: center;
  max-width: 384px;
  margin-left: auto;
  letter-spacing: 0.36px;
  font-family: "Mulish", sans-serif;
  margin-right: auto;
}

button.toggle_btn {
  display: none;
}

button.toggle_btn {
  display: none;
}

.theme_slider-item-row {
  max-width: 963px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.theme_img-wrapper {
  width: 100%;
  max-width: 346px;
  margin-right: 105px;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}

.teme_img-wrapper img {
  box-shadow: 0px 20px 40px rgba(91, 140, 126, 0.1);
}

p.theme_slider-name {
  font-family: "Mark Pro", sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 129.2%;
  text-transform: uppercase;
}

a.theme_slider-link {
  width: 34px;
  height: 31px;
  background: #fff;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  color: #000;
  justify-content: center;
}

.theme_slider-quote {
  font-size: 20px;
  line-height: 140.25%;
  font-style: italic;
}

.theme_img-wrapper::before {
  position: absolute;
  width: 116px;
  height: 116px;
  bottom: -40px;
  left: -46px;
  content: "";
  z-index: -1;
  background: #e7295e;
}

.theme_img-wrapper::after {
  position: absolute;
  width: 63px;
  height: 63px;
  top: -25px;
  right: -15px;
  background: #ffc933;
  z-index: 2;
  content: "";
}

.theme_slider-item {
  padding: 50px 0;
}

.theme_slider .slick-track {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 0;
}

.theme_slider .slick-track::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 290px;
  background: #faf3f0;
  z-index: -1;
}

.slick-prev,
.slick-next {
  z-index: 9;
}

.theme_slider .slick-arrow,
.theme_slider .slick-arrow:hover {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  cursor: pointer;
  background: #fff;
  justify-content: center;
  padding: 0;
  right: 5%;
  padding-right: 4px;
  display: flex;
  align-items: center;
  box-shadow: 3px 5px 10px rgba(91, 140, 126, 0.1);
  border: none;
  z-index: 9;
}

.theme_slider .slick-arrow.slick-prev {
  right: auto;
  left: 5%;
  transform: rotate(180deg);
}

.theme_slider .slick-arrow::before {
  display: none;
}

.theme_slider .slick-arrow::after,
.theme_slider .slick-arrow:hover::after {
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 11px;
  height: 11px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: static;
}

.theme_slider .slick-dots button {
  border-radius: 0;
  width: 9px;
  height: 9px;
  background: #2de298;
  opacity: 0.2;
}

.theme_slider .slick-dots li.slick-active button:before {
  display: none;
}

.theme_slider .slick-dots .slick-active button {
  opacity: 1;
}

.theme_slider .slick-dots {
  bottom: 40px;
}

.career_search_form {
  display: flex;
  max-width: 684px;
  margin: 66px auto 64px;
  gap: 28px;
  align-items: center;
}

.theme_search {
  flex-shrink: 0;
  max-width: 274px;
  width: 100%;
  position: relative;
  z-index: 0;
}

.career_search_form p {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  letter-spacing: 0.36px;
  line-height: 22.4px;
}

.theme_search select {
  height: 47px;
  border: none;
  background: #f9f8fc;
  padding: 0 25px;
  font-size: 16px;
  line-height: 140.25%;
  appearance: none;
  color: rgb(28, 49, 54);
  width: 100%;
  font-family: "Mulish", sans-serif;
}

.theme_search::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.theme_search select option {
  width: 100%;
}

.career_search-result-row {
  display: flex;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  flex-wrap: wrap;
}

.career_search-result-item {
  width: 100%;
  max-width: 336px;
  padding: 43px 37px 22px;
  box-shadow: 3px 5px 10px rgba(91, 140, 126, 0.1);
  margin-bottom: 62px;
  background: #fff;
}

body .career_search-result-item h3 {
  font-size: 20px;
  line-height: 129.2%;
  color: #1c3136;
  text-transform: uppercase;
  margin: 0 0 27px;
  max-width: 259px;
  font-family: "Mark Pro", sans-serif;
  height: 60px;
}

.career_search-result-item img {
  display: inline-block;
  margin-right: 2px;
}

.career_search-result-item p {
  display: inline-block;
  font-size: 16px;
  line-height: 140.25%;
  margin-bottom: 22px;
  color: #1c3136;
  font-family: "Mulish", sans-serif;
}

.career_search-result-item hr {
  margin: 0;
  height: 1px;
  border: 1px solid #faf3f0;
}

.career_search-result-action {
  display: flex;
  align-items: center;
  padding-top: 21px;
}

.career_search-result-action p {
  margin-bottom: 0;
}

.career_search-result-action a {
  justify-content: center;
  width: 24px;
  height: 24px;
  align-items: center;
  display: flex;
  background: #2de298;
  border-radius: 50px;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

.career_search-result-action a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotateZ(45deg);
}

.theme_search select:focus-visible {
  outline: none;
}

.career_search-wrapper {
  position: relative;
  z-index: 0;
}

.career_search-wrapper::after {
  position: absolute;
  bottom: 80px;
  left: 40px;
  width: 136px;
  height: 136px;
  z-index: -1;
  background: rgb(231, 41, 94);
  content: "";
}

.career_search-wrapper::before {
  position: absolute;
  background-color: rgb(255, 201, 51);
  content: "";
  bottom: 0;
  left: 0;
  width: 43px;
  height: 43px;
}

.join-us_section {
  position: relative;
  z-index: 0;
}

.join-us_section::before {
  position: absolute;
  content: "";
  bottom: 120px;
  left: auto;
  width: 136px;
  right: 50px;
  height: 136px;
  background: rgb(92, 194, 235);
}

.join-us_section::after {
  position: absolute;
  content: "";
  bottom: 40px;
  right: 0;
  width: 43px;
  height: 43px;
  background: rgb(255, 201, 51);
}

.theme_slider .slick-dots li {
  width: auto;
  height: auto;
}

.hs-input {
  background-color: #f9f8fc;
  background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  border: 1px solid #f9f8fc;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 19px;
  width: 100% !important;
}

.hs-input:focus {
  outline: 1px solid #1c3136;
}

.hs-form {
  grid-template-columns: repeat(2, 50%);
  display: grid;
  gap: 20px;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 43px 30px;
}

.hs-button.primary.large {
  font-family: "Mark Pro", sans-serif;
  width: 203px;
  min-width: unset;
  height: 69px;
  font-size: 16px;
  line-height: 96.25%;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 800;
}

.hs_submit.hs-submit {
  grid-column: 1/-1;
  text-align: center;
}

.hs-error-msg,
.hs-error-msgs .hs-main-font-element {
  font-size: 12px;
  color: #e7295e;
  display: block;
  margin-top: 4px;
  line-height: 1.5;
}

.hs-error-msg:before,
.hs-error-msgs .hs-main-font-element:before {
  content: "*";
  font-size: inherit;
  color: inherit;
  margin-right: 3px;
}

/* 27-july-2022 End */

/* 28-july-2022 Start */

.elementor-button:not(.elementor-size-xs) {
  position: relative;
  z-index: 0;
}

/*.elementor-button:not(.elementor-size-xs)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  width: 0;
  left: 0;
  transition: 350ms;
}

.btn-secondary .elementor-button:not(.elementor-size-xs) {
  background-color: transparent;
  right: 0;
}

.btn-secondary .elementor-button:not(.elementor-size-xs)::after {
  background-color: #2de298;
}

.elementor-button:not(.elementor-size-xs):hover::after {
  width: 100%;
  transition: 350ms;
}

.elementor-kit-6 .elementor-button-wrapper button {
  position: relative;
  z-index: 0;
}

.elementor-kit-6 .elementor-button-wrapper button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  width: 0;
  left: 0;
  transition: 350ms;
}

.elementor-kit-6 button:hover::after {
  width: 100%;
  transition: 350ms;
}*/

body.elementor-kit-6 button:hover,
body.elementor-kit-6 button:focus,
body.elementor-kit-6 input[type="button"]:hover,
body.elementor-kit-6 input[type="button"]:focus,
body.elementor-kit-6 input[type="submit"]:hover,
body.elementor-kit-6 input[type="submit"]:focus,
body.elementor-kit-6 .elementor-button:hover,
body.elementor-kit-6 .elementor-button:focus {
  background-color: #2de298;
}

.theme_slider-name br {
  display: none;
}

.theme_img-wrapper a.theme_slider-link {
  display: none;
}

/* 28-july-2022 End */

/* 1-aug-2022 Start */

.own-risk_slider .slick-track {
  display: flex;
  align-items: center;
}

.partners-own-risk_wrapper .own-risk_slider .slick-dots li.slick-active button {
  background-color: #1c3136;
}

.partners-own-risk_wrapper .slick-dots {
  bottom: -45px;
}

body .readup_cards-item button {
  padding: 19px 28px;
  font-size: 11px;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

body .readup_cards-item button::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: 350ms;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

body .readup_cards-item button:hover::after {
  width: 100%;
  transition: 350ms;
}

/* 1-aug-2022 End */

/* 3-aug-2022 Start */

.hero_section {
  display: flex;
  align-items: center;
  padding: 171px 0;
  height: 621px;
  background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/background-triangle.png);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

body h1.h1_heading {
  font-size: 64px;
  text-align: center;
  line-height: 72px;
  margin-bottom: 20px;
}

.hero_section-content {
  max-width: 665px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero_section-content p {
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 30px;
}

section.blog-listing_section .container {
  max-width: 1254px;
  padding: 0 10px;
}

.blog_scroller {
  display: flex;
  position: sticky;
  height: 89px;
  align-items: center;
  top: 99.75px;
  background: #fff;
  z-index: 8;
}

.blog_scroller a {
  width: calc(100% / 3);
  text-align: center;
  font-size: 16px;
  line-height: 136.25%;
  font-family: "Mark Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 1px solid #96969682;
  cursor: pointer;
  color: #1c3136;
  text-decoration: none;
}

.blog_scroller a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: -6px;
  background-color: #2de298;
  transition: 350ms;
}

.blog_scroller a.active::after {
  height: 8px;
  transition: 350ms;
}

.blog_listing-heading-wrapper {
  padding: 80px 0 92px 0;
}

body h2.blog_listing-heading {
  line-height: 74px;
  font-size: 70px;
  margin-bottom: 35px;
  text-align: center;
}

p.blog_listing-subheading {
  text-align: center;
}

.blog_listing-search-wrapper {
  max-width: 1128px;
  margin-left: auto;
  margin-top: 68px;
  margin-right: auto;
  position: relative;
  margin-bottom: 84px;
}

.blog_listing-search-wrapper input[type="text"] {
  width: 100%;
  height: 47px;
  padding: 0 35px;
  background: #f9f8fc;
  border: 1px solid #ebebeb;
}

.blog_listing-search-wrapper::after {
  content: "\f002";
  font-family: "FONT AWESOME 5 FREE";
  font-weight: bold;
  position: absolute;
  right: 16px;
  font-size: 20px;
  top: 50%;
  opacity: 0.8;
  transform: translateY(-50%);
}

.blog_listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -29.5px;
}

.blog_listing-item {
  width: calc(calc(100% / 3) - 59px);
  margin: 0 29.5px;
  margin-bottom: 55px;
  position: relative;
  z-index: 0;
  box-shadow: rgba(91, 140, 126, 0.1) -12px -12px 30px 0px,
    rgba(91, 140, 126, 0.1) 12px 12px 20px 0px;
  padding-bottom: 26px;
}

a.blog_listing-img img {
  width: 100%;
  display: block;
}

.blog_listing-img {
  margin-bottom: 29px;
  display: block;
}

a.blog_listing-title {
  font-size: 18px;
  line-height: 129.2%;
  display: block;
  margin-bottom: 13px;
  font-weight: 800;
  text-decoration: none;
  color: #1c3136;
  font-family: "Mark Pro", sans-serif;
  text-transform: uppercase;
  padding: 0 21px;
}

span.blog_listing-autor-date {
  font-size: 14px;
  line-height: 105.75%;
  margin-bottom: 13px;
  color: #2de298;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
  display: block;
  padding: 0 21px;
}

p.blog_listing-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 140.25%;
  max-width: 236px;
  padding: 0 21px 0 21px;
  height: 88px;
  overflow: hidden;
}

.blog_listing-readmore {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2de298;
  border-radius: 100%;
  bottom: 29px;
  box-shadow: 3px 5px 10px rgba(91, 140, 126, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
  position: absolute;
  right: 29px;
  width: 24px;
  height: 24px;
  z-index: 2;
  text-decoration: none;
  text-decoration: none;
}

.blog_listing-readmore i {
  color: #000;
  font-size: 14px;
}

.blog_listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 184.5px;
  max-width: calc(1128px + 57px);
  margin-left: auto;
  margin-right: auto;
}

.center_button {
  text-align: center;
}

.blog_listing-item:first-child {
  width: calc(66% - 59px);
}

.blog_listing-item:first-child .blog_listing-img {
  width: 100%;
  display: block;
  max-width: 336px;
  float: right;
}

.blog_listing-item:first-child p.blog_listing-description {
  max-width: 673px;
  width: 100%;
}

.blog_listing-item:first-child a.blog_listing-title {
  padding: 29px 0 0 21px;
  width: calc(50% - 32px);
}

/* 3-aug-2022 End */

/* 4-aug-2022 Start  */

select.hs-input {
  appearance: none;
  cursor: pointer;
}

.hs-fieldtype-select {
  position: relative;
}

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input::after {
  content: "";
  position: absolute;
  right: 19px;
  top: calc(50% - 4px);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-top-color: transparent;
  border-left-color: transparent;
  pointer-events: none;
}

.own-risk_wrapper .slick-dots {
  bottom: -45px;
}

/* 4-aug-2022 End */

/* 5-aug-2022 Start */

.bg-arrow-effect {
  position: relative;
  z-index: 0;
}

.bg-arrow-effect::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 343px;
  background-color: var(--theme-ui-colors-white-100, #ffffff);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 0%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 50% 0%, 100% 100%, 100% 0%);
  z-index: -1;
}

.elementor-widget-heading.bg-arrow-effect::after {
  height: 44px;
  z-index: 0;
}

.custom_table-wrapper th {
  font-size: 16px;
  font-family: "Mark Pro", sans-serif;
  text-transform: uppercase;
  color: #1c3136;
  font-weight: 700;
}

.custom_table-wrapper td {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
}

.custom_table-wrapper th,
.custom_table-wrapper td {
  padding: 20px 35px;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}

.custom_table-wrapper th:last-child,
.custom_table-wrapper td:last-child {
  border-radius: none;
}

.custom_table-wrapper td:first-child {
  white-space: nowrap;
  min-width: 310px;
}

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

.custom_table-wrapper table {
  border-collapse: collapse;
}

span.table_tootltip {
  margin-left: 24px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  background: #2de298;
  opacity: 0.5;
  cursor: pointer;
}

.custom_table-wrapper td:last-child {
  border-right: none;
}

.custom_table-wrapper tr:last-child td {
  border-bottom: none;
}

tr.green_head {
  background: #2de298;
  text-align: left;
}

.custom_table-wrapper tr td:not(:first-child) {
  text-align: center;
  width: calc(100% / 3);
}

.table_row-head b {
  font-size: 20px;
  font-weight: 800;
}

a.theme_btn.theme_btn-sm {
  font-size: 11px;
  padding: 15px 19px;
}

.custom_table-wrapper tr th:last-child {
  border-right: none;
}

[data-tippy-root] .tippy-box {
  background-color: #faf3f0;
  padding: 16px;
  border-radius: 0;
  border: 3px solid #2de298;
}

.header {
  z-index: 999999999;
}

[data-tippy-root] {
  max-width: 157px;
}

[data-tippy-root] .tippy-box .tippy-content {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  -webkit-letter-spacing: 0.02em;
  -moz-letter-spacing: 0.02em;
  -ms-letter-spacing: 0.02em;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
}

.tippy-arrow {
  color: transparent;
}

.tippy-box[data-placement^="right"]>.tippy-arrow::before {
  content: "";
  position: absolute;
  left: -26px;
  top: -3px;
  border: 13px solid transparent;
  border-right-color: #2de298;
  z-index: 9999;
}

.tippy-arrow::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0px;
  border: 10px solid transparent;
  border-right-color: rgb(250, 243, 240);
  z-index: 9999;
}

/* 5-aug-2022 End */

/* 8-aug-2022 Start  */

.question_faq-wrapper {
  box-shadow: -12px -12px 30px rgba(91, 140, 126, 0.1),
    12px 12px 20px rgba(91, 140, 126, 0.1);
  padding: 69px 51px;
  position: relative;
  background-color: #fff;
  z-index: 0;
}

.question_faq-img {
  width: 244.94px;
  height: 244.94px;
  background: rgb(255, 201, 51);
  position: absolute;
  top: -106px;
  right: 93px;
  text-align: center;
  display: flex;
  align-items: flex-end;
}

.question_faq-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.question_faq-img::before {
  content: "";
  width: 26.92px;
  height: 26.92px;
  position: absolute;
  top: -48px;
  background: inherit;
  right: -30px;
}

.question_faq-img::after {
  width: 53.83px;
  height: 53.83px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: -75px;
  background: inherit;
}

body .question_faq-heading h2 {
  line-height: 74px;
  font-size: 70px;
  letter-spacing: -0.02em;
  color: #1c3136;
  margin-bottom: 38px;
}

.question_faq-content {
  padding: 18px 10px 0px 17px;
  display: none;
}

.question_faq-item {
  margin-bottom: 30px;
  position: relative;
  width: calc(50% - 74px);
  margin: 0 37px;
  padding: 30px 0;
  cursor: pointer;
}

.question_faq-item:last-child::after {
  background: none;
}

.question_faq-item:nth-last-child(2)::after {
  background: none;
}

.question_faq-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60%;
  background-color: #89898977;
}

.faq_question-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -37px;
}

body h3.question_faq-title {
  font-size: 18px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  position: relative;
  letter-spacing: 0.36px;
  padding-right: calc(502px - 370px);
  line-height: 25px;
  cursor: pointer;
}

h3.question_faq-title::after {
  content: "\f054";
  font-family: "FONT AWESOME 5 FREE";
  position: absolute;
  right: 0;
  top: 6px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #000;
  background-color: #2de298;
  display: flex;
  transform: rotateZ(0);
  transition: 350ms;
}

.question_faq-active h3.question_faq-title::after {
  transform: rotateZ(90deg);
  transition: 350ms;
}

.bg_blue-graphics {
  position: relative;
}

.bg_blue-graphics::before {
  content: "";
  height: 42.53px;
  background: rgb(92, 194, 235);
  width: 42.53px;
  position: absolute;
  bottom: 90px;
  left: -80px;
}

.bg_blue-graphics::after {
  content: "";
  height: 133.82px;
  width: 133.82px;
  content: "";
  position: absolute;
  background: rgb(92, 194, 235);
  z-index: -1;
  left: -40px;
  bottom: -44px;
}

.faq_question-section {
  position: relative;
  z-index: 0;
}

.faq_question-section {
  background-image: linear-gradient(to bottom,
      #ffffff00 36.7%,
      #faf3f0 36.7%,
      #faf3f0 79%,
      #ffffff00 79%);
}

.pricing-btn a {
  padding: 23.5px 25px !important;
}

tr.green_head th {
  color: #fff;
}

.custom_table-wrapper table {
  min-width: 1100px;
}

.custom_table-wrapper {
  overflow: auto;
}

.custom_table-wrapper th {
  box-shadow: rgba(91, 140, 126, 0.1) -5px 0px 10px 0px inset;
}

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

/* 8-aug-2022 End */

/* 9-aug-2022 Start  */

section.career_single-section {
  padding: 60px 0 120px 0;
}

a.career_back {
  font-family: "Mark Pro";
  font-size: 14px;
  font-weight: 300;
  line-height: 96.25%;
  text-transform: uppercase;
  margin-bottom: 120px;
  color: rgb(75, 179, 116);
  text-decoration: none;
  display: block;
}

body h3.career_single-title {
  font-size: 43px;
  line-height: 105.75%;
  margin: 0px 0px 12px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

span.career_single-desc {
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 59px;
  line-height: 140.25%;
}

body h2.career_single-accordion-title {
  font-size: 20px;
  line-height: 129.2%;
  margin: 0px 0px 12px;
}

.career_single-descrition-content p {
  margin-bottom: 18px;
  line-height: 25px;
  letter-spacing: 0.36px;
}

.career_single-descrition-content ul {
  list-style-type: none;
  padding-left: 30px;
}

.career_single-descrition-content ul li {
  position: relative;
  margin-bottom: 10px;
}

.career_single-descrition-content ul li:before {
  position: absolute;
  content: "";
  background: #e7295e;
  width: 8px;
  height: 8px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: -28px;
}

.career_single-descrition-content p strong {
  font-weight: 500;
}

.career_single-row {
  display: flex;
  justify-content: space-between;
}

.career_single-content {
  width: 100%;
  max-width: 840px;
  margin-right: 20px;
}

.career_single-form {
  width: 100%;
  max-width: 415px;
}

a.career_back.careerback-bottom {
  margin-top: 160px;
  margin-bottom: 0;
}

.career_single-form-wrapper {
  max-width: 316px;
  margin: 0 auto;
  padding-top: 79px;
  position: relative;
  width: 100%;
}

.css-7sb6i0 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: absolute;
  width: 63px;
  height: 73px;
  top: 171px;
  right: 100%;
  margin-right: -27px;
  z-index: -1;
}

.css-gzggib {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: absolute;
  width: 73px;
  height: 79px;
  top: 192px;
  left: 100%;
  margin-left: -27px;
}

.css-7sb6i0:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: rgb(231, 41, 94);
}

.css-7sb6i0:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: rgb(255, 201, 51);
}

.css-gzggib:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55px;
  height: 56px;
  background: rgb(92, 194, 235);
}

.css-gzggib:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 18px;
  height: 17px;
  background: rgb(231, 41, 94);
}

hr.section-end {
  margin-top: 180px;
  height: 0.5px;
  background: #969696;
  margin-left: -20px;
  margin-right: -20px;
}

section.unpositioned_section {
  padding: 30px 0 120px 0;
}

section.unpositioned_section h2 {
  line-height: 74px;
  font-size: 70px;
  font-family: "Mark Pro", sans-serif;
  text-align: center;
  color: rgb(28, 49, 54);
  font-weight: 800;
  letter-spacing: -1.4px;
  margin-bottom: 53px;
}

.btn-center {
  text-align: center;
}

.theme_btn.btn-normal {
  font-size: 16px;
  line-height: 15px;
  padding-left: 48px;
  padding-right: 48px;
}

.bg-full {
  background-size: 100% 100% !important;
}

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

.arrow-link.link-hover-effect.link-dark a:hover {
  border-bottom-color: #2de298;
}

.single_blog-content table,
td {
  border: 1px solid #ccc;
  padding: 2px 12px;
}

.slick-dots li:only-child {
  display: none;
}

/* 9-aug-2022 End */

/* 10-aug-2022 Start */

section.cs-hero_section {
  padding: 95px 0 185px 0;
  background: #fcf4f0;
}

section.cs-hero_section .container {
  max-width: 870px;
  padding: 0 15px;
}

.cs-hero_section-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.cs-hero_img {
  max-width: 280px;
  flex-shrink: 0;
}

.cs-hero_img img {
  width: 100%;
}

.cs-hero_content {
  flex-grow: 1;
}

body .cs-hero_content h1 {
  font-size: 64px;
  line-height: 72px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}

.cs-hero_content p {
  margin-bottom: 30px;
  letter-spacing: 0.36px;
}

section.cs_content-section .container {
  width: 1720px;
  max-width: calc(100% - 20px);
  position: relative;
}

section.cs_content-section .container::after {
  box-shadow: 0px -10px 20px rgb(91 140 126 / 10%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 212px;
  pointer-events: none;
}

section.cs_content-section {
  margin-top: -90px;
}

.cs-content-row {
  background: #fff;
  gap: 125px;
  padding: 95px 50px;
  display: flex;
}

aside.cs-content_sidebar {
  width: 275px;
  flex-shrink: 0;
}

.cs-content-chapters {
  background: #2de298;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
}

.cs-content-chapters::before {
  content: "";
  position: absolute;
  background-color: rgb(231, 41, 94);
  height: 48px;
  left: -24px;
  top: 60%;
  width: 24px;
  animation: cubeAnimation 5s 1.5s infinite linear;
  animation-delay: 350ms;
}

.cs-content-chapters::after {
  content: "";
  position: absolute;
  background-color: rgb(255, 201, 51);
  height: 15px;
  left: -48px;
  top: calc(60% + 50px);
  width: 15px;
  animation: cubeAnimation 5s 1.5s infinite linear;
}

@keyframes cubeAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(25px);
  }

  100% {
    transform: translateY(0);
  }
}

body .cs-content-chapters h4 {
  font-size: 30px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
}

.cs-content-chapters ol li {
  margin-bottom: 20px;
  display: flex;
  letter-spacing: 0.36px;
  cursor: pointer;
}

.cs-content-chapters ol li::before {
  content: attr(data-num);
  margin-right: 8px;
}

ul.cs-content_social-links {
  display: flex;
}

ul.cs-content_social-links li a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #1c3136;
  background-color: #2de298;
  font-size: 13px;
}

.cs-content_block {
  margin-bottom: 50px;
  width: 100%;
  max-width: 1035px;
}

body .cs-content_block>h3 {
  font-size: 43px;
  position: sticky;
  line-height: 48px;
  top: 135px;
  background: #fff;
  margin-bottom: 13px;
  z-index: 8;
  padding: 16px 0;
}

.cs-content-editor-output ul {
  margin: 40px 0;
}

.cs-content-editor-output ul li {
  display: flex;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.36px;
}

.cs-content-editor-output ul li::before {
  background-color: rgb(45, 226, 152);
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 10px;
}

body .cs-content-editor-output h4 {
  display: block;
  font-size: 20px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  line-height: 25px;
  margin: 40px 0;
}

body .cs-content-editor-output p {
  margin-bottom: 20px;
  letter-spacing: 0.36px;
}

.cs-content-editor-output table,
.cs-content-editor-output table td {
  border: none;
  padding: 0;
}

.cs-content-editor-output>img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.cs-content-editor-output>table {
  width: 100%;
}

a.readup_cards-img img {
  width: 100%;
}

section.read-up_section .container {
  max-width: 1530px;
  padding: 0 30px;
}

.read-up_row {
  display: flex;
  padding: 134px 95px;
  background: #2de298;
  justify-content: space-between;
}

.readup_cards-wrapper {
  max-width: 943px;
  width: 100%;
}

body .readu-up_heading h2 {
  line-height: 74px;
  font-size: 70px;
  letter-spacing: -1.4px;
}

.content-mobile-chapters {
  display: none;
}

/* 10-aug-2022 End */

/* 13-aug-2022 Start */
.lifecycle-methods-trigger {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  gap: 44px;
  width: max-content;
}

.lifecycle-methods-trigger::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  left: 0;
  z-index: -1;
}

.lifecycle-methods-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  flex: 1;
  z-index: 0;
  margin-bottom: 32px;
}

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

.lifecycle-methods-trigger-wrapper {
  position: relative;
}

.indicator-line {
  position: absolute;
  width: 0;
  height: 2px;
  background: #2de298;
  opacity: 0.2;
  top: 10px;
  left: 0;
  z-index: 0;
  transition: 350ms;
}

.lifecycle-methods-btn p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  display: inline-block;
  font-family: "Mark Pro", sans-serif;
  position: relative;
}

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

/* .lifecycle-methods-btn.active ~ .lifecycle-methods-btn::before {
  width: 0;
} */

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

ul.lifecycle-methods-list {
  margin: 24px 0;
}

ul.lifecycle-methods-list li {
  font-family: "Mulish", sans-serif;
  color: #fff;
  margin-bottom: 14px;
  font-size: 16px;
  width: 130px;
  /* letter-spacing: -.36px; */
}

a.lifecycle-methods-readmore {
  font-size: 11px;
  font-family: "Mark Pro", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

a.lifecycle-methods-readmore::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  background-color: #fff;
  transition: 350ms;
}

a.lifecycle-methods-readmore::after {
  content: ">>";
  display: inline-block;
  font-size: 18px;
  margin-left: 4px;
  color: inherit;
  transform: translateX(0);
  transition: 350ms;
}

a.lifecycle-methods-readmore:hover {
  color: #2de298;
  transition: 350ms;
}

a.lifecycle-methods-readmore:hover::before {
  background-color: #2de298;
  transition: 350ms;
}

a.lifecycle-methods-readmore:hover::after {
  content: ">";
  transform: translateX(5px);
  transition: 350ms;
}

.v-image {
  display: block;
}

/* .lifecycle-methods-btn .v-image{
  position: relative;
} */

.lifecycle-methods-btn:first-child .v-image::before {
  content: "";
  position: absolute;
  left: -1px;
  width: calc(50% - 10px);
  height: 5px;
  background: #1c3136;
  top: 9px;
}

.lifecycle-methods-btn.active {
  position: relative;
}

.lifecycle-methods-btn.active span.you-here {
  display: block;
}

span.you-here {
  position: absolute;
  width: 48px;
  bottom: calc(100% + 11px);
  font-family: "Mark pro", sans-serif;
  left: 50%;
  color: #2de298;
  text-transform: uppercase;
  text-align: center;
  transform: translate(-50%, 0);
  line-height: 13px;
  font-size: 11px;
  font-weight: 700;
  animation-name: jump;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-direction: alternate-reverse;
  display: none;
}

.o-a {
  overflow: auto;
  padding-top: 80px;
}

@keyframes jump {
  from {
    transform: translate(-50%, 0);
  }

  to {
    transform: translate(-50%, 10px);
  }
}

.lifecycle-methods-btn:first-child p {
  position: relative;
}

.lifecycle-methods-btn:last-child .v-image::before {
  content: "";
  position: absolute;
  top: 8px;
  height: 5px;
  background: #1c3136;
  z-index: -1;
  width: 100%;
}

/* 13-aug-2022 End */

/* 14-aug-2022 Start */

[data-form-id="3ee63bda-9194-4ab3-8488-949aca23bdf2"] .hs-form-field {
  grid-column: 1/-1;
}

[data-form-id="3ee63bda-9194-4ab3-8488-949aca23bdf2"] .hs-button.primary.large {
  width: 100%;
}

[data-form-id="3ee63bda-9194-4ab3-8488-949aca23bdf2"] {
  padding: 0;
}

/* 14-aug-2022 End */

/* 16-aug-2022 Start */

.header_notification {
  background: #71E6BD;
  padding: 8px 0;
  position: relative;
}

.header_notification {
  border-radius: 4px;
  margin: 10px;
  margin-bottom: 0;
}

.header_notification-slider-item p {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: #1F525E;
}

.header_notification-slider-item p a {
  color: #1F525E;
}

.header_notification-slider-item p b {
  font-family: "Mark pro", sans-serif;
  font-size: 16px;
}

.header_notification-slider-item p b {
  letter-spacing: -0.36px;
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.67px;
}

.header_notification-slider .slick-arrows {
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  box-shadow: 12px 12px 20px 0px #d5dee780;
  padding: 0;
  font-size: 14px;
  align-items: center;
  background-color: transparent;
  border: none;
}

.header_notification-slider .slick-arrows:focus,
.header_notification-slider .slick-arrows:hover {
  color: #1c3136;
  background-color: transparent;
}

.header_notification-slider .slick-arrows::before {
  display: none;
}

.close-slider {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 51px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.header_notification .header_container {
  position: relative;
}

.header_notification .slick-prev {
  left: 0;
}

.header_notification .slick-next {
  right: 0;
}

.error-page-custom-styling {
  padding-top: 34.4vw;
  padding-bottom: 30px;
  min-height: calc(100vh - 109px);
  background-position: center -6vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.header {
  z-index: 999 !important;
}

.testimonial-ver2_section {
  padding: 147px 0 0;
}

.testimonial-ver2_nav {
  margin-bottom: 160px;
  margin-top: 36px;
}

.testimonial-ver2_section .container {
  max-width: 1285px;
  padding: 0 20px;
}

.testimonial-ver2_section .slick-arrows {
  width: 27px;
  border-radius: 50px;
  height: 27px;
  display: flex;
  padding: 0;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.testimonial-ver2_section .slick-arrows::before {
  display: none;
}

.testimonial-ver2_section .slick-arrows:focus,
.testimonial-ver2_section .slick-arrows:hover {
  color: #1c3136;
  background-color: #2bda93;
}

body h2.testimonial-ver2_slider-heading {
  font-family: "Mark Pro", sans-serif;
  font-size: 80px;
  line-height: 84px;
  margin-bottom: 63px;
  letter-spacing: 0.36px;
  text-align: center;
}

body p.testimonial-ver2_slider-description {
  min-width: 0;
  font-style: italic;
  font-size: 20px;
  line-height: 140.25%;
  text-align: center;
  max-width: 807px;
  margin: 63px auto 26px;
  letter-spacing: 0.36px;
}

body h6.testinonial-ver2_slider-client-name {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.36px;
  font-family: "Mark Pro", sans-serif;
  line-height: 25.8px;
  text-transform: uppercase;
  text-align: center;
}

body h6.testinonial-ver2_slider-client-name br {
  display: none;
}

.mobile_logo {
  display: none;
  text-align: center;
}

.testimonial-ver2_section .container {
  max-width: 1285px;
  padding: 0 20px;
}

.testimonial-ver_nav-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-ver_nav-slider img {
  filter: opacity(0.3) grayscale(100%) brightness(0.3);
  transition: 350ms;
  width: 236px;
}

.testimonial-ver_nav-slider img.active {
  filter: opacity(1) grayscale(0) brightness(1);
  transition: 350ms;
}

.testimonial-ver2_slider .slick-dots li button:before {
  display: none;
}

.testimonial-ver2_slider .slick-dots li button {
  display: none;
}

.testimonial-ver2_slider .slick-dots li {
  width: 10px !important;
  height: 10px !important;
  opacity: 0.3;
  background-color: #2de298;
  display: inline-block;
  transition: 500ms;
}

.testimonial-ver2_slider .slick-dots li.slick-active {
  opacity: 1;
  transition: 500ms;
}

.form_ver2 {
  position: relative;
  z-index: 0;
}

.form_ver2 form {
  background: #fff;
  display: block;
  padding: 55px 52px 72px;
  box-shadow: 0px 20px 40px rgba(91, 140, 126, 0.1);
}

.form_ver2 form fieldset {
  max-width: 100%;
}

.form_ver2 form fieldset .input {
  margin-bottom: 37px;
}

.form_ver2 form fieldset .hs-form-field:first-child {
  padding-right: 39px;
}

.form_ver2 form fieldset .hs-form-field:first-child:only-child {
  padding-right: 0;
}

.form_ver2::after {
  content: "";
  position: absolute;
  width: 136px;
  height: 136px;
  left: -102px;
  bottom: 63px;
  background-color: rgb(255, 123, 0);
  z-index: -1;
}

.form_ver2::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  background-color: rgb(255, 201, 51);
  bottom: -7px;
  left: -147px;
  z-index: -1;
}

#newsletter_signup-80161b0a-e9d8-4f9d-8728-50c4cc5be7a0 {
  display: inline-block;
  width: auto !important;
  margin-right: 10px;
}

#newsletter_signup-80161b0a-e9d8-4f9d-8728-50c4cc5be7a0+span {
  display: inline-block;
}

/* 16-aug-2022 End */

/* 17-aug-2022 Start */

section.awards-hero_section {
  background-image: Url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/08/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 140px 0 173px 0;
  background-size: cover;
}

body h1.awards_hero-heading {
  line-height: 74px;
  font-size: 70px;
  margin-bottom: 13px;
  font-weight: 800;
  font-family: "Mark Pro", sans-serif;
}

section.awards-hero_section .container {
  max-width: 1274px;
  padding: 0 20px;
}

p.awards_hero-subheading {
  max-width: 35ch;
  letter-spacing: 0.36px;
  margin-bottom: 50px;
}

section.award-listing_section {
  padding-top: 129px;
}

section.award-listing_section .container {
  max-width: 1595px;
  padding: 0 20px;
}

section.award-listing_section.desktop-listing {
  padding-top: 129px;
}

.award-listing_sidebar {
  max-width: 340px;
  width: 100%;
  flex-shrink: 0;
}

.award-listing_row {
  display: flex;
  gap: 58px;
}

.award-listing-sidebar-wrapper {
  background: rgb(45, 226, 152);
  padding: 20px;
  min-height: 372px;
  position: relative;
}

.searcbar-wrapper input {
  padding: 13px 42px 13px 21px;
  width: 100%;
  font-size: 18px;
  background: #f9f8fc;
  border: 0.622843px solid #ebebeb;
  font-family: "Mulish", sans-serif;
}

.searcbar-wrapper {
  margin-bottom: 56px;
  position: relative;
}

.searcbar-wrapper::after {
  content: "\f002";
  position: absolute;
  font-weight: bold;
  font-family: "FONT AWESOME 5 FREE";
  top: 50%;
  right: 16px;
  font-size: 20px;
  transform: translateY(-50%);
}

ul.award-sildebar-listing li {
  margin-top: 30px;
  cursor: pointer;
}

ul.award-sildebar-listing li.filter-active {
  color: #fff;
}

ul.award-sildebar-listing {
  padding-left: 20px;
}

.award-listing_content {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin: 0 calc(-59px / 2);
}

.award_listing-items {
  width: calc((100% / 3) - 59px);
  margin: 0 calc(59px / 2);
  background: #fff;
  box-shadow: -12px -12px 30px rgba(91, 140, 126, 0.1),
    12px 12px 20px rgba(91, 140, 126, 0.1);
  padding: 40px 37px;
  margin-bottom: 59px;
  padding-bottom: 86px;
  position: relative;
  transition: 350ms;
  transform: translate(5px, -5px);
  display: block;
}

.award_listing-items:hover {
  transform: translate(0, 0);
  transition: 350ms;
  box-shadow: none;
}

.award_listing-items .award_item-img {
  height: 76px;
  margin: 0 auto;
  width: 150px;
  display: block;
  margin-bottom: 36px;
  object-fit: contain;
}

body h4.award-listing-type {
  color: #1c3136;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Mark Pro", sans-serif;
}

body h3.award-listing-award-name {
  color: #1c3136;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
}

p.award-listing-award-description {
  color: rgb(28, 49, 54);
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

p.award-listing-award-readmore {
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  background: #2de298;
  border-radius: 50px;
  color: #1c3136;
}

.award-listing-sidebar-wrapper::after {
  content: "";
  width: 51px;
  height: 62px;
  background-image: Url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/08/download.png);
  position: absolute;
  left: -40px;
  z-index: -1;
  top: 130px;
}

.mobile_accordion-award-lists {
  display: none;
}

section.award-resource_section {
  padding-top: 170px;
}

section.award-resource_section h1 {
  text-align: center;
  letter-spacing: -1.4px;
  font-size: 70px;
  line-height: 70px;
  font-family: "Mark Pro", sans-serif;
  margin-bottom: 53px;
}

form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 516px;
  gap: 0;
  margin-left: 0;
  justify-content: flex-start;
}

.form-center form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d {
  margin-left: auto;
}

form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_submit.hs-submit {
  order: 2;
  width: 160px;
}

form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_submit.hs-submit input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_error_rollup {
  order: 3;
}

form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs-fieldtype-booleancheckbox {
  order: 4;
  margin-top: 16px;
}

form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
}

form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input[type="checkbox"] {
  width: 20px !important;
  margin-right: 16px;
}

form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: calc(100% - 160px);
  order: 0;
}

form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field input {
  height: 69px;
}

[data-form-id="80161b0a-e9d8-4f9d-8728-50c4cc5be7a0"] .hs-button.primary.large {
  width: 100%;
}

.resource-hero-right-box .form-box-in h3 {
  margin-bottom: 24px;
}

.linkedColumn>.elementor-widget-wrap {
  cursor: pointer;
}

.custom_tabs-content .arrow-link {
  text-transform: uppercase;
}

/* 17-aug-2022 End */

/* 18-aug-2022 Start */

.featured_content a.arrow-link {
  border-bottom: 1px solid rgba(28, 49, 54, 1);
}

.hs-input {
  border-radius: 5px;
}

input:focus {
  outline: none;
}

.arrow-link-reverse {
  position: relative;
  padding-left: 26px;
  color: #1c3136;
  transition: 350ms;
  border-bottom: 1px solid transparent;
  line-height: 1;
}

.arrow-link-reverse:hover {
  border-bottom-color: #2bda93;
}

.arrow-link-reverse:hover {
  color: #2bda93;
  transition: 350ms;
}

.arrow-link-reverse::before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  transform: translate(0, -50%) rotate(0);
  color: inherit;
}

.arrow-link-reverse::after {
  content: "<";
  position: absolute;
  top: 50%;
  left: 11px;
  font-size: 18px;
  transform: translate(0, -50%) rotate(0);
  color: inherit;
  transition: 150ms;
}

.arrow-link-reverse:hover::before {
  display: none;
}

.arrow-link-reverse:hover::after {
  left: 0;
  color: #2bda93;
  transition: 150ms;
}

.header_notification-slider-item p a {
  color: inherit;
}

.blog_listing-search-wrapper input[type="text"]:focus-visible,
.blog_listing-search-wrapper input[type="text"]:focus,
.blog_listing-search-wrapper input[type="text"]:focus-within {
  outline-color: #1c3136;
}

input:focus,
input:focus-within,
input:focus-visible {
  outline: 1px solid #1c3136 !important;
}

/* 18-aug-2022 End */

/* 22-aug-2022 Start */

.cs-content-editor-output img {
  max-width: 100%;
}

.o-a {
  margin-bottom: 42px;
}

.secure-heading h2 {
  word-break: break-word;
}

/* 22-aug-2022 End */

/* 31-aug-2022 Start  */

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ul li {
  list-style: disc;
}

.elementor-widget-text-editor ul {
  padding-left: 24px;
}

h3.hb-form-title {
  font-size: 35px;
  text-align: center;
  line-height: 40px;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}

.hb-custom-form {
  background: #fff;
  border-radius: 15px;
  box-shadow: 6px 6px 20px 7px #00000012;
  padding: 30px 19px 30px;
}

.form-editor-text {
  max-width: 554px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.form-editor-text p {
  font-family: "Mulish", sans-serif;
  font-size: 11px;
  line-height: 13.78px;
  letter-spacing: 0.36px;
  color: #1c3136;
  margin: 0 -25px;
}

.green-bg-custom {
  background-position: top right;
  background-size: 50% 63%;
  background-repeat: no-repeat;
}

@media (min-width: 1336px) and (max-width: 1919px) {
  .green-bg-custom {
    background-position: top right;
    background-size: 53% 70%;
    background-repeat: no-repeat;
  }
}

/* 31-aug-2022 End */

/* 1-sep-2022 Start */

.lifecycle-methods-trigger-wrapper.default-list-hide .lifecycle-methods-btn:not(.active) .lifecycle-methods-list,
.lifecycle-methods-trigger-wrapper.default-list-hide .lifecycle-methods-btn:not(.active) .lifecycle-methods-readmore {
  display: none;
}

.lifecycle-methods-trigger-wrapper.default-list-hide .lifecycle-methods-trigger {
  min-width: 100%;
}

.green-bg-custom {
  background-size: 50% 80% !important;
}

/* 1-sep-2022 End */

/* 2-sep-2022 Start */

.lifecycle-methods-btn:last-child .v-image::before {
  width: 20vw;
}

/* 2-sep-2022 End */

/* 12-sep-2022 Start */

.pricing_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 37px;
}

.pricing_item {
  box-shadow: 6px 6px 20px 0px rgba(28, 49, 54, 0.05);
  border-radius: 15px;
}

.pricing_title {
  padding: 31px 16px 43px 16px;
  background-image: url(https://vulcan.io/wp-content/uploads/2022/09/Background-1.png);
  background-size: 100% 100%;
  position: relative;
}

body .pricing_title h5 {
  font-weight: 800;
  font-size: 16px;
  line-height: 22.44px;
  letter-spacing: 0.36px;
  color: #fff;
  text-align: center;
}

.pricing_label {
  position: absolute;
  font-family: "Mark Pro", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.42px;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 92px;
  color: #000;
  padding: 6px;
  border-radius: 5px;
}

.pricing_item:nth-child(1) .pricing_label {
  background-color: rgba(247, 55, 83, 1);
  color: #fff;
}

.pricing_item:nth-child(2) .pricing_label {
  background-color: rgba(255, 201, 51, 1);
  color: rgba(28, 49, 54, 1);
}

.pricing_item:nth-child(3) .pricing_label {
  background-color: rgba(92, 194, 235, 1);
  color: rgba(28, 49, 54, 1);
}

.pricing_description {
  padding: 0 16px;
  font-size: 16px;
  line-height: 22.44px;
  letter-spacing: 0.36px;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 21px;
}

body .pricing_quote h5 {
  text-align: center;
  font-size: 35px;
  line-height: 40.25px;
  letter-spacing: -0.36px;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 26px;
}

body .pricing_quote p {
  font-family: "Mark Pro", sans-serif;
  font-size: 11px;
  line-height: 13.94px;
  letter-spacing: 0.42px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.pricing_item .theme_btn {
  padding: 11px 23px;
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13.94px;
  letter-spacing: 0.36px;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 38px;
  font-weight: 700;
}

.elementor-button,
.mktoButton,
.search_bar,
.theme_btn,
.main-btn {
  border-radius: 100px !important;
  overflow: hidden;
  font-size: 1.04166666667vw;
  font-family: 'Mulish';
}

.search_bar {
  position: relative;
}

.search_bar .search-btn {
  font-size: 14px;
  position: absolute;
  right: 0;
  height: 100%;
}


.mktoButton:hover {
  background-color: transparent !important;
  outline: 1px solid #2bda93;
}

.pricing_features {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px;
}

.pricing_features li {
  font-size: 16px;
  line-height: 22.44px;
  font-weight: 300;
  letter-spacing: 0.36px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 18px;
  padding-left: 24px;
  display: flex;
  align-items: center;
}

.pricing_features li::before {
  content: "";
  width: 10px;
  height: 9px;
  background-image: url(https://vulcan.io/wp-content/uploads/2022/09/Vector.png);
  background-size: contain;
  background-position: center;
  margin-right: 13px;
  display: inline-block;
  background-repeat: no-repeat;
}

/* 12-sep-2022 End */

/* 14-sep-2022 Start */

.faq_item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(28, 49, 54, 1);
}

.faq_item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq_title {
  font-size: 16px;
  line-height: 22.44px;
  letter-spacing: -0.36px;
  margin-right: 100px;
}

.faq_item-active .faq_title {
  font-weight: 700;
}

body button.faq_btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 6px 6px 20px 0px rgba(28, 49, 54, 0.05);
  background-image: url(https://vulcan.io/wp-content/uploads/2022/09/Group-1017.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  min-width: unset;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}

body button.faq_btn:hover,
body button.faq_btn:focus {
  background-color: #fff;
}

body .faq_item-active button.faq_btn {
  background-image: url(https://vulcan.io/wp-content/uploads/2022/09/Group-1017-1.png);
}

.faq_content {
  padding-right: 126px;
}


.faq_item-active .faq_content {
  display: block;

}

.faq_item-active .faq_content p {
  opacity: 1;
  transition: opacity 350ms;
  transition-delay: 350ms;
}

.faq_content p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.36px;
  opacity: 0;
  transition: 350ms;
}

/* 14-sep-2022 End */

/* 16-sep-2022 Start  */

.theme-table_wrapper {
  padding: 160px 90px 111px 90px;
  background-color: #fff;
  box-shadow: 6px 6px 30px 0px rgba(28, 49, 54, 0.05);
  border-radius: 30px;
}

.theme-table_header-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 22px;
}

.theme-table_header-items {
  width: 25%;
}

body .theme-table_header-items h3 {
  font-family: "Mark Pro", sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 32.5px;
  letter-spacing: -0.36px;
  text-align: center;
  color: #1c3136;
}

.theme-table_body-row {
  display: flex;
  /* align-items: center; */
  border-bottom: 1px solid #1c3136;
}

.theme-table_body-row:last-child,
.theme-table_body-row:nth-last-child(2) {
  border-bottom: none;
}

.theme_table-item {
  padding: 16px 32px;
  width: 25%;
  display: flex;
  align-items: center;
}

.theme_table-item:not(:first-child) p {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0.36px;
  text-align: center;
  width: 100%;
  color: #1c3136;
}

body .theme_table-item h4 {
  font-family: "Mark Pro", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #1c3136;
  margin-right: 8px;
}

body .theme_table-item img {
  width: 16px;
}

/* 16-sep-2022 End  */

/* 19-sep-2022 Start */

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

.theme-table_header-row:last-child .theme_table-item:last-child,
.theme-table_header-row:last-child .theme_table-item:nth-last-child(2) {
  border-left: none;
}

.theme_table-item .theme_btn {
  margin: auto;
  min-width: 214px;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.36px;
  text-align: center;
  margin-top: 32px;
}

.theme_table-item:first-child img {
  cursor: pointer;
}

.tabel_tooltips .tippy-arrow {
  display: none;
}

.tabel_tooltips .tippy-box {
  border: none;
  background-color: #fff;
  padding: 15px 18px;
  box-shadow: 6px 6px 20px 0px rgba(28, 49, 54, 0.05);
  border-radius: 15px;
  min-width: 242px;
}

.tabel_tooltips .tippy-box .tippy-content {
  font-family: "Mulish", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: -0.36;
  text-align: left;
}

.theme-table_header-row-mobile {
  display: none;
}

/* 19-sep-2022 End */

/* 7-july-2023 Start */

/* Wistia video with mearketo form submit button fix */

.wistiaMarketoFormWrapper .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  height: auto;
  width: 100%;
  box-sizing: border-box !important;
  text-align: center;
  padding: 7.5px 0 !important;
}

/* 7-july-2023 End */

/* 4-dec-2023 Start */

.page-id-31224 .theme_form h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
  line-height: 1.3;
}

.page-id-31224 .mktoForm .mktoHtmlText {
  width: 100% !important;
}

/* 4-dec-2023 End */

@media (min-width: 1200px) and (max-width: 1399px) {
  .learn-more-custom {
    display: none !important;
  }

  .learn-more-title {
    display: block !important;
  }

  .learn-more-title .elementor-hidden-laptop {
    display: block !important;
  }

  .learn-more-title+section {
    padding-top: 0 !important;
    margin-top: -1px;
  }
}

@media (max-width: 1919px) {
  .theme_container {
    max-width: 1140px;
    padding: 0 10px;
  }

  .counter_section::after {
    left: calc(100% - 8px * 2);
  }

  .counter_section::before {
    left: calc(100% + 18px * -4);
  }

  .own-risk_slider .slick-arrow.slick-prev {
    left: 0;
  }

  .own-risk_slider .slick-arrow.slick-next {
    right: 0;
  }

  .about_page-they-getit .getit_wrapper {
    flex: 1;
    width: 144px;
  }

  .lovehere_slider-item::after {
    left: 70px;
  }

  .blog_scroller {
    margin: 0 -10px;
  }

  hr.section-end {
    margin-top: 90px;
  }

  section.career_single-section {
    padding-bottom: 90px;
  }

  a.career_back.careerback-bottom {
    margin-top: 90px;
  }

  .green-bg-custom {
    background-size: 50% 91% !important;
  }



  .theme-table_wrapper {
    overflow: auto;
    max-width: 1076px;
    margin: auto;
    padding: 60px;
  }

  .theme_table-item {
    padding: 12px;
  }
}

@media (max-width: 1599px) {
  section.award-listing_section.desktop-listing .container {
    max-width: 1200px;
  }

  .award_listing-items {
    width: calc((100% / 2) - 59px);
  }
}

@media (max-width: 1366px) {
  .here-what-sec {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 1199px) {
  .theme_container {
    max-width: 992px;
    padding: 0 10px;
  }

  body {
    padding-top: 74px;
  }

  .table_flex-wrap>.elementor-container {
    flex-wrap: wrap;
  }

  .getit_logos::before,
  .getit_logos::after {
    display: none;
  }

  .getit_logos {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    justify-content: center;
  }

  .getit_wrapper:first-child {
    margin-left: calc(57px / 2);
  }

  body .getit_wrapper img {
    width: 193px;
    height: 193px;
    padding: 32px;
    margin: auto;
    display: block;
  }

  .getit_wrapper,
  .about_page-they-getit .getit_wrapper {
    width: calc(50% - 57px);
    flex: unset;
    margin: 0 calc(57px / 2);
    flex-grow: unset;
    margin-bottom: 80px;
    padding-bottom: 70px;
    position: relative;
    padding-top: 20px;
  }

  .getit_wrapper::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/arrow_left-13e19ee3cb72a1fe406166899b2ee06b.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.05;
    background-position: top left;
  }

  .getit_wrapper::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/arrow_right-7f973e74025c07467defb7daca35dae8.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.05;
    background-position: top right;
  }

  .getit_row {
    flex-direction: column-reverse;
  }

  .free_hero::after {
    display: none;
  }

  .watch-now-item {
    padding: 0 80px;
  }

  .watch-now-item a.theme_btn.theme_btn_secondary {
    margin-top: 16px;
  }

  .resource-hero .resource-hero-left-box,
  .resource-hero .resource-hero-right-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 631px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-hero .resource-hero-left-box h1 {
    font-size: 35px;
    text-align: center;
    line-height: 36.75px;
    letter-spacing: -0.7px;
    max-width: 506.44px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-hero-left-box p {
    margin-left: auto;
    margin-right: auto;
  }

  .resource-hero-left-box {
    text-align: center;
  }

  .here-what-sec .row.title-box h2 {
    font-size: 35px;
    line-height: 37px;
  }

  .here-what-sec-col .number {
    font-size: 35px;
    line-height: 37px;
  }

  .leadership_wrapper {
    max-width: 722px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .leadership_item {
    width: calc(100% / 2);
  }

  .leadership_row {
    justify-content: center;
  }

  .lovehere_slider-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  body .getit_heading h2 {
    font-size: 35px;
  }

  .about_page-they-getit .getit_logos {
    padding-top: 56px;
    padding-bottom: 35px;
  }

  .resource-hero .resource-hero-left-box {
    margin-bottom: 56px;
  }

  .row.here-what-sec-list {
    padding: 0;
  }

  .resource-hero-left-box p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.36px;
  }

  .resource-hero-right-box .form-box-in {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-hero-right-box .form-box-in::after {
    box-sizing: border-box;
    content: "";
    margin: 0;
    min-width: 0;
    position: absolute;
    width: 43px;
    height: 43px;
    background-color: #ffc933;
    bottom: 100px;
    right: -15px;
    display: block;
    z-index: 3;
  }

  .form-box {
    position: relative;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-box::before {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: absolute;
    width: 105px;
    height: 105px;
    background-color: #e7295e;
    bottom: -20px;
    left: -57px;
    display: block;
    z-index: 1;
    content: "";
  }

  .toggle_item {
    width: 100%;
  }

  body button.toggle_btn {
    display: block;
    width: 24px;
    display: flex;
    height: 24px;
    padding: 0;
    background-color: #fff;
    align-items: center;
    border: none;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    margin-top: 22px;
    cursor: pointer;
  }

  body button.toggle_btn i.fa-plus,
  .toggle_item-toggled button.toggle_btn i.fa-minus {
    display: block;
  }

  body button.toggle_btn i.fa-minus,
  body .toggle_item-toggled button.toggle_btn i.fa-plus {
    display: none;
  }

  .toggle_item p {
    max-height: 0;
    overflow: auto;
  }

  .toggle_item-toggled.toggle_item p {
    max-height: 1000px;
    overflow: auto;
  }

  .theme_slider-item-row {
    flex-direction: column;
  }

  .theme_img-wrapper {
    max-width: 187px;
    margin-right: 0;
    display: flex;
    margin-bottom: 32px;
    align-items: end;
  }

  .theme_img-wrapper::after {
    top: -19px;
    width: 39px;
    height: 39px;
  }

  .theme_img-wrapper::before {
    width: 68px;
    height: 68px;
    bottom: 40px;
    left: -53px;
  }

  .theme_slider-item-content {
    max-width: 512px;
    display: flex;
    text-align: center;
    flex-direction: column-reverse;
  }

  .theme_slider-quote {
    font-size: 20px;
    line-height: 140.25%;
    max-height: 165px;
    overflow: hidden;
    letter-spacing: 0.36px;
    margin-bottom: 33px;
  }

  a.theme_slider-link {
    display: none;
  }

  .theme_slider .slick-dots {
    bottom: 0px;
  }

  .theme_slider-name br {
    display: block;
  }

  .theme_img-wrapper a.theme_slider-link {
    display: inline-flex;
    flex-shrink: 0;
    margin-left: 16px;
  }

  p.theme_slider-name {
    font-size: 16px;
  }

  .theme_slider .slick-track::after {
    top: 40px;
    height: 460px;
  }

  .theme_slider .slick-dots li {
    margin: 0 10px;
  }

  .career_search_form {
    flex-direction: column;
    max-width: 281px;
    align-items: flex-start;
    position: relative;
    z-index: 0;
  }

  .career_search_form::before {
    position: absolute;
    content: "";
    top: -20px;
    right: -40px;
    width: 41px;
    height: 41px;
    background: rgb(92, 194, 235);
  }

  .career_search_form::after {
    width: 13px;
    height: 13px;
    position: absolute;
    content: "";
    top: 29px;
    right: -61px;
    background: rgb(255, 201, 51);
  }

  .career_search-result-row {
    max-width: 336px;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
  }

  .career_search-wrapper::before,
  .career_search-wrapper::after,
  .join-us_section::after,
  .join-us_section::before {
    display: none;
  }

  .career_search-result-row::after {
    position: absolute;
    content: "";
    right: auto;
    left: -30px;
    width: 41px;
    z-index: -1;
    height: 41px;
    background: rgb(231, 41, 94);
    bottom: 150px;
  }

  .partners-own-risk_wrapper .own-risk_slider-item.slick-slide {
    flex-direction: column;
  }

  body .partners-own-risk_wrapper .own-item_heading h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 36.75px;
    letter-spacing: -0.7px;
  }

  .partners-own-risk_wrapper .own-item_content p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    letter-spacing: 0.36px;
  }

  .partners-own-risk_wrapper .own-risk_slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .partners-own-risk_wrapper .own-item_content h6 {
    font-size: 16px;
    text-align: center;
  }

  .partners-own-risk_wrapper .own-risk_slider .slick-arrow {
    top: 50%;
    margin: -150px 0px 0px;
  }

  .partners-own-risk_wrapper .own-risk_slider {
    padding: 0 40px;
  }

  .partners-own-risk_wrapper .own-item_content {
    width: 100%;
  }

  .partners-own-risk_wrapper .own-risk_slider .slick-arrow.slick-next {
    right: 40px;
  }

  .partners-own-risk_wrapper .own-risk_slider .slick-arrow.slick-prev {
    left: 40px;
  }

  .partners-own-risk_wrapper .slick-dots {
    left: 0;
    right: 0;
  }

  body h2.blog_listing-heading {
    font-size: 35px;
    line-height: 37px;
    letter-spacing: -0.7px;
  }

  .blog_scroller {
    top: 74px;
  }

  .blog_listing-search-wrapper {
    max-width: 720px;
  }

  a.blog_listing-title {
    line-height: 1.3;
  }

  span.blog_listing-autor-date {
    line-height: 1.4;
  }

  .hero_section {
    padding: 80px 0;
    height: 508px;
  }

  body h1.h1_heading {
    font-size: 45px;
    line-height: 47.25px;
    letter-spacing: -0.9px;
  }

  .career_single-row {
    flex-direction: column;
  }

  section.career_single-section .container,
  .unpositioned_section .container {
    max-width: 800px;
  }

  a.career_back {
    margin-bottom: 60px;
  }

  body h3.career_single-title {
    position: relative;
    font-size: 35px;
    margin-bottom: 25px;
  }

  body h2.career_single-accordion-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }

  body h2.career_single-accordion-title::after {
    content: "\f068";
    font-family: "FONT AWESOME 5 FREE";
    font-weight: bold;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: #2de298;
    font-size: 10px;
    display: flex;
    padding: 4px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  body h2.career_single-accordion-title.active-accordion::after {
    content: "\f067";
  }

  .career_single-form {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .career_single-form-wrapper {
    width: 100%;
    margin-bottom: 95px;
  }

  a.career_back.careerback-bottom {
    display: none;
  }

  hr.section-end {
    margin-top: 60px;
  }

  .css-gzggib {
    display: none;
  }

  .career_single-section {
    position: relative;
  }

  .career_single-section::after {
    position: absolute;
    content: "";
    width: 41px;
    height: 41px;
    background: rgb(92, 194, 235);
    bottom: 45px;
    right: 9px;
  }

  .career_single-section::before {
    position: absolute;
    content: "";
    bottom: 25px;
    right: 0;
    width: 13px;
    height: 13px;
    background: rgb(231, 41, 94);
  }

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

  .cs-hero_section-row {
    flex-direction: column;
  }

  body .cs-hero_content h1 {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.9px;
  }

  .cs-hero_content {
    text-align: center;
  }

  .cs-hero_img {
    max-width: 180px;
  }

  .cs-hero_section-row {
    gap: 40px;
  }

  section.cs_content-section .container::after {
    left: 15px;
    right: 15px;
  }

  .cs-content-row {
    flex-direction: column;
    padding: 15px;
  }

  aside.cs-content_sidebar {
    width: 100%;
  }

  .cs-content-chapters {
    display: none;
  }

  ul.cs-content_social-links {
    display: none;
  }

  .content-mobile-chapter-title {
    padding: 25px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
  }

  .content-mobile-chapter-title::after {
    content: "\f054";
    font-family: "FONT AWESOME 5 FREE";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotateZ(0);
    transition: 350ms;
  }

  .content-mobile-chapter-title.toggled::after {
    transform: translateY(-50%) rotateZ(90deg);
    transition: 350ms;
  }

  .content-mobile-chapters {
    box-shadow: 0px 4px 14px rgba(91, 140, 126, 0.1);
    position: relative;
    background-color: #fff;
    z-index: 0;
    display: block;
  }

  .content-mobile-chapter-list {
    display: none;
  }

  ol.content-mobile-chapter-list {
    padding: 0 25px 25px 25px;
  }

  body .cs-content_block>h3 {
    top: 75px;
  }

  ol.content-mobile-chapter-list li {
    margin-bottom: 55px;
  }

  .cs-content-row {
    gap: 40px;
  }

  .content-mobile-chapters::before {
    bottom: -28px;
    content: "";
    position: absolute;
    background-color: rgb(231, 41, 94);
    height: 40px;
    left: -11px;
    width: 40px;
    z-index: -1;
  }

  .content-mobile-chapters::after {
    bottom: -45px;
    content: "";
    position: absolute;
    background-color: rgb(255, 201, 51);
    height: 15px;
    left: -17px;
    width: 15px;
    z-index: -1;
  }

  body .cs-content_block>h3 {
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 13px;
    padding: 5px 0;
  }

  .cs-content_block:last-child {
    margin-bottom: 0;
  }

  .read-up_row {
    padding: 90px 30px;
  }

  .read-up_row {
    flex-direction: column;
  }

  body .readu-up_heading h2 {
    line-height: 37px;
    font-weight: 800;
    font-size: 35px;
    letter-spacing: -0.36px;
    margin-bottom: 43px;
    text-align: center;
  }

  section.read-up_section {
    margin-bottom: 36px;
  }

  .tab-remove-br br {
    display: none;
  }

  .header_notification-slider {
    max-width: calc(100% - 100px);
  }

  body h2.testimonial-ver2_slider-heading {
    font-size: 35px;
    letter-spacing: -0.7px;
    line-height: 36.75px;
    font-weight: 800;
    margin-bottom: 0;
  }

  .testimonial-ver2_section .container {
    padding: 0 36px;
  }

  body p.testimonial-ver2_slider-description {
    font-size: 18px;
    line-height: 25.2px;
    margin: 40px 0 26px 0;
  }

  .testimonial-ver2_section .slick-arrows {
    top: 16px;
  }

  .award-listing_content {
    display: none;
  }

  .mobile_accordion-award-lists .award-listing_content {
    padding-top: 59px;
    margin: 0;
  }

  .award-listing_row {
    justify-content: center;
  }

  .award-listing_sidebar {
    max-width: 333px;
  }

  .award-listing-sidebar-wrapper {
    background-color: transparent;
    padding: 0;
  }

  .award-sildebar-listing {
    display: none;
  }

  .award-listing-sidebar-wrapper::after {
    left: -30px;
    top: 160px;
  }

  .mobile_accordion-award-lists-item {
    height: 69px;
    padding: 22px 26px;
    margin-top: 20px;
    background: #2de298;
    color: #1c3136;
    font-weight: 400;
    position: relative;
  }

  .mobile_accordion-award-lists-item.active-accordion {
    color: #fff;
  }

  .mobile_accordion-award-lists-item.active-accordion::after {
    transform: translateY(-50%) rotate(180deg);
    transition: 350ms;
  }

  .mobile_accordion-award-lists-item::after {
    content: "\f078";
    font-family: "FONT AWESOME 5 FREE";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    transition: 350ms;
  }

  a.award_listing-items {
    width: 100%;
    margin: 0;
    margin-bottom: 59px;
  }

  .mobile_accordion-award-lists {
    display: block;
  }

  section.award-resource_section h1,
  body h1.awards_hero-heading {
    font-size: 35px;
    line-height: 37px;
    font-weight: 800;
  }

  .green-bg-custom {
    background-size: 50% 72% !important;
  }

  .theme-table {
    min-width: 1000px;
  }

  .hs-form {
    padding: 0 10px 30px;
  }
}

@media (max-width: 1023px) {
  .theme_container {
    max-width: 720px;
    padding: 0 10px;
  }

  .blog_item,
  .subscription_form-item,
  .blog_hero-subscribe-form.blog-category_subscription-form {
    width: calc(50% - 32px);
    margin: 0 16px;
    margin-bottom: 76px;
  }

  .blog_listing-row {
    margin: 0 -16px;
  }

  .popular_blogs-section {
    padding: 96px 0 124px 0;
    background-image: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2022/07/Vector-4-2.png);
  }

  .blog_hero-section {
    background-size: 200%;
  }

  .blog_hero-row {
    flex-direction: column;
    margin-bottom: 36px;
  }

  .blog_hero-popular-blog {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 62px;
  }

  .blog_hero-main-heading {
    margin-right: 0;
    text-align: center;
    margin-bottom: 32px;
  }

  .blog_hero-main-search {
    max-width: 100%;
  }

  .blog_hero-section {
    padding-bottom: 28px;
  }

  .hero_tabs-trigger {
    margin-bottom: 21px;
  }

  .featured_row {
    flex-wrap: wrap;
  }

  .featured_column {
    max-width: 100%;
    overflow: hidden;
  }

  .featured_content {
    padding: 95px 16px 130px 16px;
  }

  body .featured_content h6 {
    text-align: center;
  }

  body .featured_content h2 {
    text-align: center;
  }

  body .featured_content a {
    display: block;
    max-width: max-content;
    margin: auto;
  }

  .blog_category-hero-section .blog_hero-main-heading {
    margin-bottom: 44px;
  }

  section.blog_hero-section.blog_category-hero-section {
    padding-bottom: 44px;
  }

  body .blog_hero-main-heading h1 {
    font-size: 35px;
    line-height: 40.25px;
  }

  .counter_section::after {
    left: calc(100% - 19px * 2);
  }

  .counter_section::before {
    left: calc(100% + 21px * -4);
  }

  .readup_cards-item {
    width: 100%;
    margin: 0;
    margin-bottom: 80px;
  }

  .readup_cards-item:last-child {
    margin-bottom: 0;
  }

  .mobile_only-title {
    display: block;
  }

  .video_tabs-content {
    display: block;
  }

  .for_mobile_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #1c3136;
    opacity: 0.2;
    border-radius: 0;
  }

  .for_mobile_slider .slick-dots li.slick-active button {
    opacity: 1;
  }

  .blue-cube {
    right: 37%;
    left: auto;
    top: -17%;
  }

  .red-cube {
    bottom: -10%;
    right: 21%;
    left: auto;
  }

  .own-risk_slider-item.slick-slide {
    flex-direction: column;
    padding: 32px 40px;
  }

  .partners-own-risk_wrapper .own-risk_slider-item.slick-slide {
    padding: 0 40px;
  }

  .own-item_heading,
  .own-item_content {
    width: 100%;
  }

  body .own-item_heading h2 {
    font-size: 35px;
    letter-spacing: -0.7px;
    line-height: 36.75px;
    max-width: 153px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }

  /* .own-item_content p{
    max-width: 100%;
  } */

  .own-item_content h6 {
    font-size: 16px;
  }

  .own-risk_slider .slick-dots {
    text-align: left;
    padding-left: 40px;
  }

  .getit_wrapper {
    width: 50%;
  }

  .getit_heading {
    margin-left: 0;
  }

  .getit_wrapper {
    padding-bottom: 30px;
  }

  .resources-list .resources-box {
    width: calc(calc(100% / 2) - 32px);
    margin: 0 calc(32px / 2);
  }

  .resources-list {
    margin: 0 calc(-32px / 2);
  }

  .resources-filter-in {
    flex-direction: column;
  }

  .resources-filter-in .resources-filter-title {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }

  .resources-filter-in .resources-filter-cat {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }

  .resources-filter-in .resources-filter-search {
    width: 100%;
  }

  .row.here-what-sec-list .here-what-sec-col {
    width: 100%;
  }

  .lovehere_slider-item::after {
    left: 80px;
  }

  .lovehere_slider .slick-dots li button:before {
    display: none;
  }

  .lovehere_slider .slick-dots li button {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: 10px;
    height: 10px;
    background: #2de298;
    border-radius: 0;
    opacity: 0.3;
  }

  .lovehere_slider .slick-dots li.slick-active button {
    opacity: 1;
  }

  .lovehere_slider .slick-dots {
    bottom: -45px;
  }

  .about_page-they-getit .getit_wrapper {
    width: 55%;
  }

  .row.here-what-sec-list {
    flex-wrap: wrap;
  }

  .row.here-what-sec-list .here-what-sec-col {
    max-width: 100%;
    margin-bottom: 62px;
  }

  .toggle_item-toggled.toggle_item p {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 25px;
  }

  .blog_scroller {
    display: none;
  }

  .blog_listing-search-wrapper {
    max-width: 336px;
  }

  .blog_listing-heading-wrapper {
    padding: 60px 0;
  }

  .blog_listing-item:first-child,
  .blog_listing-item {
    width: 100%;
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog_listing-item:first-child a.blog_listing-title {
    width: 100%;
    padding: 0 21px;
  }

  p.blog_listing-description,
  .blog_listing-item:first-child p.blog_listing-description {
    max-width: 280px;
  }

  p.blog_listing-description {
    height: auto;
  }

  .hero_section {
    background-size: cover;
  }

  body .blog_item-img img {
    height: 200px;
  }

  .question_faq-img {
    display: none;
  }

  body .question_faq-heading h2 {
    line-height: 37px;
    font-weight: 800;
    font-size: 35px;
  }

  .question_faq-item {
    width: 100%;
  }

  .bg_blue-graphics::after {
    display: none;
  }

  .question_faq-item:nth-last-child(2)::after {
    background: #89898977;
  }

  body h3.question_faq-title {
    padding-right: calc(611px - 370px);
  }

  .custom_table-wrapper td:first-child {
    min-width: 275px;
    max-width: 275px;
  }

  span.table_tootltip {
    flex-shrink: 0;
  }

  .table_row-head b {
    font-size: 20px;
    font-weight: 800;
    white-space: pre-line;
  }

  section.unpositioned_section {
    padding-top: 0;
  }

  section.career_single-section .container,
  .unpositioned_section .container {
    max-width: 720px;
  }

  body .cs-hero_content h1 {
    margin-right: auto;
    max-width: 673px;
    margin-left: auto;
  }

  .error-page-custom-styling {
    padding-top: 91vw;
    padding-bottom: 129px;
    min-height: calc(100vh - 86px);
    background-position: top center;
    background-size: auto 105vw;
  }

  .testimonial-ver2_section .container {
    padding: 0 20px;
  }

  .testimonial-ver2_section .slick-prev {
    left: 0;
  }

  .testimonial-ver2_section .slick-next {
    right: 0;
  }

  .mobile_logo {
    display: block;
    margin-top: 34px;
  }

  .mobile_logo img {
    margin: auto;
  }

  .testimonial-ver2_nav {
    display: none;
  }

  .form_ver2::after {
    width: 105px;
    height: 105px;
    left: -54px;
    bottom: -31px;
  }

  .form_ver2::before {
    width: 43px;
    height: 43px;
    top: -21.5px;
    right: -18px;
    z-index: 2;
    left: auto;
  }

  body h1.awards_hero-heading {
    font-size: 45px;
    font-weight: 800;
    line-height: 48px;
    text-align: center;
  }

  p.awards_hero-subheading {
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%;

    margin-bottom: 16px;
  }

  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_submit.hs-submit {
    margin: auto;
  }

  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs-fieldtype-booleancheckbox {
    margin-left: auto;
    margin-right: auto;
  }

  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs-fieldtype-booleancheckbox,
  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_submit.hs-submit {
    order: unset;
  }

  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs-fieldtype-booleancheckbox {
    margin-bottom: 16px;
  }

  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_error_rollup {
    margin-left: auto;
    margin-right: auto;
  }

  /* 31-aug-2022 Start  */

  /* .bg-green-graphic{
    background-image: url('https://vulcan.io/wp-content/uploads/2022/08/background-7.png');
    background-size: 100% 100%;
  
  } */

  .bg-full>div {
    background-size: 100% 100%;
  }

  .mobile-bg-contain {
    background-size: contain;
  }

  /* 31-aug-2022 End */

  /* 1-sep-2022 start  */

  .green-bg-custom {
    background: none !important;
  }

  /* 1-sep-2022 end */

  /* 2-sep-2022 Start  */

  .lifecycle-methods-btn:last-child .v-image::before {
    width: 20vw;
  }

  /* 2-sep-2022 End */

  /* 19-sep-2022 Start  */

  .pricing_row {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }

  /* 19-sep-2022 End */

  /* 4-Dec-2023 Start  */

  .page-id-31224 .form-new.elementor-widget-html .theme_form h4 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  /* 4-Dec-2023 End  */
}

@media (max-width: 767px) {

  .theme_container {
    max-width: 576px;
    padding: 0 10px;
  }

  .single_blog-category {
    font-weight: 300;
    font-family: "Mulish", sans-serif;
  }

  body h1.single_blog-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 40.25px;
  }

  .single_blog-description {
    font-size: 16px;
    line-height: 22.44px;
  }

  .single_blog-description {
    margin-bottom: 21px;
  }

  .single_blog-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 44px;
  }

  .single_blog-details {
    margin-bottom: 30px;
  }

  .single_blog-row ul li:first-child {
    margin-left: 0;
  }

  body .single_blog-content h2 {
    font-size: 25px;
    line-height: 26.44px;
  }

  .single_blog-content img {
    margin-top: 59px;
  }

  .single_blog-content img+span {
    margin-bottom: 40px;
  }

  .single_blog-content {
    padding-bottom: 85px;
  }

  .single_blog-navigations {
    flex-direction: column;
  }

  .single_blog-navigations a:not(:last-child) {
    margin-bottom: 39px;
  }

  .single_blog-section {
    padding-bottom: 43px;
  }

  body h2.popular_blogs-heading {
    font-size: 35px;
    line-height: 40.25px;
  }

  .video_tabs-trigger {
    display: none;
  }

  .mobile_only-title {
    display: block;
  }

  body .getit_heading h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .getit_wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .getit_wrapper:first-child {
    margin-left: 0;
  }

  .blue-cube {
    max-width: 32px;
  }

  .red-cube {
    bottom: -20%;
    right: 53%;
  }

  .own-risk_slider-item.slick-slide {
    padding-bottom: 0;
  }

  .watch-now-item {
    padding: 0 30px;
  }

  .resources-filter {
    padding-left: 0;
    padding-right: 0;
  }

  .resources-list .resources-box {
    width: 100%;
  }

  .here-what-sec-col .number {
    font-size: 35px;
    line-height: 37px;
  }

  .leadership_row .slick-dots li button:before {
    display: none;
  }

  .leadership_row .slick-dots li button {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: 10px;
    height: 10px;
    background: #2de298;
    border-radius: 0;
    opacity: 0.3;
  }

  .leadership_row .slick-dots li.slick-active button {
    opacity: 1;
  }

  .leadership_row .slick-dots {
    bottom: -45px;
  }

  .leadership_item:nth-child(1),
  .leadership_item:nth-child(7),
  .leadership_item:nth-child(2),
  .leadership_item:nth-child(6),
  .leadership_item:nth-child(8),
  .leadership_item:nth-child(3),
  .leadership_item:nth-child(9),
  .leadership_item:nth-child(4),
  .leadership_item:nth-child(5),
  .leadership_item {
    background-color: #e7295e;
  }

  .lovehere_slider-item::after {
    width: 100vw;
    height: 100%;
  }

  .about_page-they-getit .getit_wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about_page-they-getit .getit_wrapper:last-child {
    margin-bottom: 0;
  }

  .about_page-they-getit .getit_wrapper::before {
    background-position: -40px -10px;
  }

  .about_page-they-getit .getit_wrapper::after {
    background-position: 120% -10px;
  }

  .resource-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .here-what-sec {
    padding: 60px 0;
  }

  .hs-form {
    grid-template-columns: 1fr;
    padding: 0 8px;
  }

  .career_search_form::before {
    right: 0;
  }

  .career_search_form::after {
    right: -10px;
  }

  body .own-item_content img {
    width: 100%;
  }

  .own-risk_slider .slick-track {
    align-items: flex-start;
  }

  .partners-own-risk_wrapper .own-risk_slider-item.slick-slide {
    padding: 0;
  }

  .partners-own-risk_wrapper .own-risk_slider .slick-arrow.slick-next {
    right: 5px;
  }

  .partners-own-risk_wrapper .own-risk_slider .slick-arrow.slick-prev {
    left: 5px;
  }

  body .partners-own-risk_wrapper .own-item_heading h2 {
    padding: 0 20px;
  }

  .hero_section {
    height: auto;
  }

  body .blog_item-img img {
    height: 160px;
  }

  .mobile-contain {
    background-size: contain !important;
    background-position: top center;
  }

  body h3.question_faq-title {
    padding-right: 25px;
  }

  section.career_single-section .container,
  .unpositioned_section .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .career_single-form-wrapper {
    margin-left: -20px;
    width: auto;
    margin-right: -20px;
  }

  .css-7sb6i0 {
    top: 251px;
    z-index: -1;
    right: 101%;
  }

  .career_single-social {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }

  .mobile-shadow .elementor-widget-wrap {
    box-shadow: 6px 6px 40px rgba(28, 49, 54, 0.15) !important;
  }

  section.cs-hero_section .container {
    padding: 0 40px;
  }

  .cs-hero_content {
    width: 100%;
  }

  body .cs-hero_content h1 {
    min-width: 258.22px;
  }

  .cs-hero_content .theme_btn.btn-normal {
    padding: 8px 27px;
    line-height: 45px;
  }

  .close-slider {
    right: 16px;
  }

  .header_notification-slider {
    max-width: calc(100% - 30px);
    padding: 0 30px;
  }

  body h6.testinonial-ver2_slider-client-name br {
    display: block;
  }

  .testimonial-ver2_section {
    margin-bottom: 80px;
  }

  section.award-resource_section {
    padding: 60px 0;
  }

  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs_submit.hs-submit {
    width: auto;
  }

  form#hsForm_a1ffa110-fb4e-4254-a9dd-d8861206393d .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
    align-items: baseline;
  }

  .cs-content-editor-output>table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    display: block;
  }

  .cs-content-editor-output>table tbody {
    min-width: max-content;
    display: block;
  }

  .hb-custom-form .hs-button.primary.large {
    width: 100%;
  }

  .green-bg-custom {
    background-image: none !important;
  }

  /* 2-sep-2022 Start  */

  .lifecycle-methods-btn:last-child .v-image::before {
    width: 40vw;
  }

  /* 2-sep-2022 End */

  /* 19-sep-2022 Start  */

  .faq_title {
    margin-right: 20px;
  }

  .faq_content {
    padding-top: 14px;
  }

  .faq_content {
    padding-right: 72px;
  }

  .theme-table_wrapper {
    padding: 36px 16px;
  }

  .theme-table {
    min-width: unset;
  }

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

  body .theme-table_header-items h3 {
    font-size: 16px;
    line-height: 22.44px;
    padding: 0 16px;
  }

  .theme-table_body-row {
    flex-wrap: wrap;
  }

  .theme_table-item:first-child {
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #1c3136;
    border-top: 1px solid #1c3136;
  }

  .theme-table_body-row {
    border-bottom: none;
  }

  .theme_table-item:not(:first-child) {
    margin: 8px 0;
    width: 33.33%;
    flex-shrink: 0;
  }

  .theme_table-item:last-child,
  .theme_table-item:nth-last-child(2) {
    border-left: 1px dotted #1c3136;
  }

  .theme_table-item:not(:first-child) p {
    font-size: 10px;
    line-height: 12px;
  }

  .theme_table-item {
    padding: 10px 6px;
  }

  .theme_table-item .theme_btn {
    font-size: 10px;
    line-height: 9.62px;
    padding: 8px 22px;
    min-width: unset;
  }



  .theme-table_header-row-mobile {
    display: flex;
  }

  .theme-table_header-row-mobile .theme_table-item,
  .theme-table_header-row .theme_table-item {
    border: none
  }

  .theme-table_header-row-mobile .theme_table-item .theme_btn {
    margin-top: 0;
  }

  .theme-table_wrapper {
    padding: 36px 44px;
  }

  body .theme_table-item h4 {
    font-size: 14px;
    line-height: 19px;
  }

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


  /* 19-sep-2022 End */


  /* 7-july-2023 Start */

  .wistia_responsive_wrapper h1 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  /* 7-july-2023 Start */


}

@media (max-width: 480px) {
  .theme_container {
    max-width: 300px;
    padding: 0 10px;
  }

  img.single_blog-feature-img {
    margin-left: -15px;
    height: 220px;
    object-fit: cover;
    margin-right: -25px;
    width: unset;
    max-width: 330px;
    margin-bottom: 45px;
  }

  .blog_item,
  .subscription_form-item,
  .blog_hero-subscribe-form.blog-category_subscription-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .blog_listing-row {
    margin: 0;
  }

  .featured_row {
    margin: 0 -25px;
  }

  .blog_hero-section {
    background-size: 455%;
  }

  .blog_hero-popular-blog img {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    object-position: 20%;
    object-fit: cover;
  }

  .blog_item-title {
    font-size: 25px;
    line-height: 32.5px;
    margin-bottom: 20px;
  }

  .blog_hero-subscribe-form {
    padding-top: 24px;
    padding-bottom: 38px;
  }

  body .hero_tabs-trigger button {
    font-size: 14px;
    margin-right: 33px;
    letter-spacing: 0.3px;
  }

  body .featured_content h2 {
    font-size: 25px;
    line-height: 26.44px;
  }

  .featured_content {
    padding: 60px 16px 110px 16px;
  }

  .subscription_form-item {
    order: 1;
    margin: 0 -100px;
    width: 100vw;
    border-radius: 0;
    min-width: 100%;
  }

  .subscription_form-item>* {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .full_width {
    margin-top: 29px;
    margin-bottom: 128px;
  }

  .blog_listing-section {
    margin-bottom: -50px;
  }

  .blog_listing-section.blog_category-listing-section .blog_item {
    order: 3;
  }

  .blog_listing-section.blog_category-listing-section .blog_item:first-child {
    order: 1;
  }

  .blog_listing-section.blog_category-listing-section .blog_hero-subscribe-form.blog-category_subscription-form {
    order: 2;
  }

  .hide-tab-desk {
    display: block;
  }

  .hero_section .container {
    padding: 0;
  }

  body h2.blog_listing-heading,
  p.blog_listing-subheading {
    text-align: left;
  }

  p.blog_listing-subheading {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.208px;
  }

  section.blog-listing_section .container {
    padding: 0 21px;
  }

  .blog_listing-search-wrapper {
    margin-bottom: 57px;
  }

  .blog_listing-item {
    padding-bottom: 64px;
  }

  .blog_listing-search-wrapper input[type="text"]::placeholder {
    font-size: 18px;
  }

  .form_ver2 form fieldset .hs-form-field:first-child {
    padding-right: 0;
  }

  .form_ver2 label[for="newsletter_signup-80161b0a-e9d8-4f9d-8728-50c4cc5be7a0"] {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 425px) {
  .subscription_form-item {
    margin: 0 -75px;
  }
}

@media (max-width: 375px) {
  .subscription_form-item {
    margin: 0 -50px;
  }
}

@media (max-width: 320px) {
  .subscription_form-item {
    margin: 0 -20px;
  }
}

.bg-dynamic {
  display: flex;
  align-items: center !important;
}

@media(max-width:1023px) {
  .bg-dynamic {
    display: flex;
    align-items: flex-start !important;
  }
}


.mobile_menu-item a span.free-label {
  background: url(https://smartsavingstairlifts.co.uk/wp-content/uploads/2022/10/Folder-1.jpg);
  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;
}

.header_notification-slider-item:not(:first-child):not(.slick-slide) {
  display: none;
}

.core-value-row {
  background: #FAEEE8;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
  padding-left: 65px;
}


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

.value-bx-are {
  display: flex;
  padding: 2px;
  justify-content: flex-end;
}


.value-bx-are .value-bx:first-child {
  margin-left: 0;
}

.value-bx-are .value-bx:last-child {
  margin-right: 0;
}

.value-bx {
  background: #FFFFFF;
  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;
}

.value-bx-cont h6 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
}


.core-value-head h5 {
  font-family: 'Mark Pro' !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1C3136;
  transform: rotate(-90deg) translateX(24%);
  position: absolute;
  top: 50%;
}


@media(max-width: 767px) {
  .core-values-main {
    display: flex;
  }

  body .core-value-head {
    height: 60px;
    width: 100%;
  }

  body .core-value-head h5 {
    line-height: 19px !important;
    text-align: center;
    transform: rotate(0deg) translate(-50%, -50%);
    top: 50%;
    width: 100%;
    max-width: 90px;
    left: 50%;
  }

  body .core-value-row {
    padding: 6px 6px 16px;
    padding-top: 75px;
    width: 33%;
    margin: 0px 3px;
  }

  body .value-bx {
    width: 100%;
    margin: 7px 0;
    padding: 15px 6px;
    min-height: 135px;
  }

  body .value-bx-are {
    flex-wrap: wrap;
    width: 100%;
  }

  body .core-value-row {
    display: flex;
    align-items: flex-end;
  }

  body .value-bx-are .value-bx:last-child {
    margin-bottom: 0;
  }

  body .value-bx-are .value-bx:first-child {
    margin-top: 0;
  }

  body .core-value-row:nth-child(1) {
    order: 3;
  }

  body .core-value-row:nth-child(2) {
    order: 2;
  }

  body .core-value-row:nth-child(3) {
    order: 1;
  }
}


@media(max-width: 576px) {
  .value-bx-cont h6 {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .value-bx-img {
    text-align: center;
  }

  .value-bx {

    padding: 15px 10px;
    min-height: 135px;
  }

  .core-value-head h5 {
    line-height: 16px !important;
    max-width: 80px;
    font-size: 14px !important;
  }
}

@media(max-width: 340px) {
  .value-bx-cont h6 {
    font-size: 11px;
    line-height: 14px;
  }
}


/* 5-dec-2÷022 Start  */

.text-blank {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2DE298;
}

.text-empty-white {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

.arrow-link-light a {
  color: #fff;
}

.form-new form {
  grid-template-columns: 1fr;
}

.form-new.elementor-widget-html {
  /*   background: #fff;
  padding: 32px;
  border-radius: 40px; */
  grid-template-columns: 1fr;
}

.form-new.elementor-widget-html h4 {
  font-size: 35px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #1C3136;
  margin-bottom: 18px;
  text-align: center;

}





@media(max-width:1199px) {
  .hide-mobile-bg {
    background-image: none !important;
  }

  .featured_content {
    transform: skewY(10deg) translateY(5px);
  }
}

@media(max-width:767px) {

  .text-blank,
  .text-empty-white {
    -webkit-text-stroke-width: 1px;
  }

}

/* 5-dec-2÷022 End */


.free-may-23 .hs-form {
  padding: 0 10px 30px;
}



/* 17-may-2023 */

.tab-main-box .tab-box ul li,
.tab-main-box .tab-box ul li span,
.tab-main-box .tab-box p span {
  font-weight: 300 !important;
}




/* Video page css 10-may */

.video-host-head h1.video-main-title {
  font-family: "Mark Pro", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 55.2px;
  letter-spacing: -0.5px;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 24px;
}

.video-des {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: rgba(28, 49, 54, 1);
  display: block;
  margin-bottom: 55px;
}

.video-content p {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 20px;
  display: block;
}

.video-content ul {
  padding-left: 20px;
}

.video-content ul li {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: rgba(28, 49, 54, 1);
  margin-bottom: 5px;
  list-style: disc;
}

.video-content ul li::marker {
  color: rgba(28, 49, 54, 1);
}

section.video-host-page {
  padding-top: 50px;
}


.embeded-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.embeded-video {
  margin-bottom: 50px;
  position: relative;
  width: 80%;
}

/* .embeded-video:after {
    content: '';
    display: block;
    padding-bottom: 56.5%;
} */

.video-content h3,
.video-content h2 {
  font-size: 35px !important;
  line-height: 40px !important;
  margin-bottom: 20px;
  color: #1C3136;
}

.video-social-ico ul li a {
  color: #1C3136;
}

.video-social-ico {
  padding-top: 60px;
}

.video-social-ico ul li {
  display: inline-block;
  padding-right: 15px;
}

section.start-sec {
  padding: 70px 0;
  text-align: center;
}

section.start-sec h2 {
  line-height: 55px;
  font-size: 48px;
  margin-bottom: 25px;
}


.blog__table-of-content li a {
  color: #1C3136;
  font-weight: 200;
}

.blog__table-of-content li::marker {
  color: #1C3136;
}

.page-id-30120 .theme_form .mktoFormRow {
  flex-direction: column;
  gap: 0;
}

.popular_blogs-section {
  background: none;
  padding: 90px 0;
}

.blog-editable-cont-are>div>img,
.blog-editable-cont-are>div>p>img {
  max-width: 100%;
}

.blog-editable-cont-are>div>p>span {
  font-weight: 300 !important;
}

@media(max-width:1199px) {
  section.video-host-page {
    padding-top: 20px;
  }

  .video-social-ico {
    padding-top: 35px;
  }
}

@media(max-width:767px) {
  .video-host-head h1.video-main-title {
    font-size: 35px;
    line-height: 40.5px;
    margin-bottom: 15px;
  }

  .embeded-video {
    margin-bottom: 25px;
  }

  .video-des {
    margin-bottom: 35px;
  }

  section.video-host-page {
    padding-bottom: 40px;
  }

  section.start-sec a.theme_btn {
    display: block;
  }

  .video-content h3,
  .video-content h2 {
    font-size: 30px !important;
  }

  .embeded-video {
    width: 100%;
  }
}

@media(max-width:576px) {
  body .top-heading-section {
    padding-bottom: 30px;
  }
}


/* Global button styling for MK form start */

body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #2DE2AB !important;
  outline: 2px solid transparent;
  transition: all .3s linear;
  text-transform: capitalize;
}

body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #edfbf5 !important;
  outline: 2px solid #1f525e !important;
  transition: all .3s linear;
  border: none;
}

/* Global button styling for MK form end */




/* .single-resource h2,
.single-resource h3,
.single-resource h4,
.single-resource h5,
.single-resource h6, */
.featured_content h2,
.strip-left span,
.tab-box h3,
.tab-box h1 *,
.tab-box h2 *,
.tab-box h3 *,
.tab-box h4 *,
.tab-box h5 *,
.tab-box h6 *,
.tab-box b,
.tab-box strong {
  font-family: 'Muli' !important;
  font-weight: 700 !important;
}




.theme__new-accordion .elementor-accordion .elementor-tab-content {
  border-top: none;
}

.theme__new-accordion .elementor-accordion .elementor-accordion-item {
  border: none;
  background: #F4F7F7;
  margin-bottom: 21px;
  border-radius: 8px;
}

.theme__new-accordion .elementor-tab-title {
  position: relative;
}

.theme__new-accordion .elementor-tab-title::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("https://httpsvulcanstg.wpengine.com/wp-content/uploads/2024/08/add-layer-2-layer-add-design-plus-layers-square-box-1.png");
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.theme__new-accordion .elementor-tab-title.elementor-active::after {
  background-image: url("https://httpsvulcanstg.wpengine.com/wp-content/uploads/2024/08/add-layer-2-layer-add-design-plus-layers-square-box.png");
}

.risk__slider .slick-slide>div {
  padding: 0 25px;
  margin-bottom: 50px
}

.risk__slider .slick-list {
  margin: 0 -25px;
}

.risk__slider .slick-track {
  padding-top: 100px;
}

.risk__slider .slick-slide .e-child {
  position: relative;
}

.risk__slider .slick-slide .e-child::after {
  content: "";
  position: absolute;
  border: inherit;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  border-radius: inherit;
  z-index: -1;
}

.list-action .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
  align-self: start;
}

.list-action .elementor-icon-list-items.elementor-inline-items {
  justify-content: center !important;
}

.slick-initialized .slick-slide {
  margin-top: 0;
  transition: margin-top 350ms;
}

.slick-initialized .slick-current.slick-active {
  margin-top: -90px;
  transition: margin-top 350ms;
}

.slick-initialized .slick-current.slick-active+.slick-active+.slick-active+.slick-active {
  margin-top: -90px;
  transition: margin-top 350ms;
}

.theme__new-accordion img {
  display: none;
}

@media(max-width:1023px) {
  .slick-initialized .slick-current.slick-active {
    margin-top: 0;
  }

  .risk__slider .slick-list {
    margin: 0;
  }

}

@media(max-width:767px) {
  .risk__slider .slick-slide>div {
    padding: 0 16px;
  }

  .theme__new-accordion img {
    display: block;
  }
}

.theme__fade-in {
  animation-name: fade--in;
  animation-duration: 350ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes fade--in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.elementor-location-footer {
  margin-top: 0 !important;
}

/* All resources font changes start */

.tab-main-are h1,
.tab-main-are h2,
.tab-main-are h3,
.tab-main-are h4,
.tab-main-are h5,
.tab-main-are h6,
.tab-main-are p,
.tab-main-are span,
.tab-main-are li,
.tab-main-are strong,
.tab-main-are i,
.tab-main-are a {
  color: #20525F !important;
}

/*
body [data-id="226b3af"] h5,
body [data-id="226b3af"] span {
  color: #fff !important;
  margin-bottom: inherit !important;
}

.single-resource [data-elementor-type="wp-post"] h1 {
  font-family: "Playfair Display", Sans-serif !important;
}

.single-resource h2,
.single-resource h3,
.single-resource h4,
.single-resource h5,
.single-resource h6 {
  font-family: "Muli", Sans-serif !important;
}

.single-resource h1,
.single-resource h2,
.single-resource h3,
.single-resource h4,
.single-resource h5,
.single-resource h6 {
  margin-bottom: 25px !important;
} */

.hb-form-title {
  font-family: "Muli", Sans-serif !important;
}

/* All resources font changes end */

/* Career hero start */

/* selector{
    height: 100%;
}

selector img{
    height: 100% !important;
    width:100%;
    object-fit:cover;
    object-position: center;
} */

.career__hero .elementor-widget-image,
.career__hero .elementor-widget-video {
  height: 100%;
}

.career__hero .elementor-widget-video .e-hosted-video {
  height: 100%;
  width: 100%;
}

.career__hero .elementor-widget-video video {
  object-fit: cover;
  border-radius: 15px;
}

.career__hero .elementor-widget-image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

/* Career hero end */

/* Position listing start */

.position__listing {
  background: #fff;
  border-radius: 15px;
  border: 1.5px solid #1F525E;
  padding: 0 48px 22px 48px;
}

.position__listing li a {
  padding: 25px 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #C6E1DC;
  cursor: pointer;
}

.position__listing li a h6 {
  font-size: 20px;
  color: #1F525E;
  margin-bottom: 20px;
}

.position__listing li:last-child a {
  border-bottom: 0;
}

.position__tags {
  display: flex;
  gap: 17px;
}

.position__tags span {
  padding: 4px 6px;
  display: flex;
  gap: 5px;
  font-size: 14px;
  color: #1F525E;
  font-weight: 600;
  align-items: center;
  border-radius: 3px;
  line-height: 1.3em;
}

.position__tags span img {
  width: 11px;
}

.position__tag-location {
  background: rgb(245, 196, 200, .2);
  border: 1px solid #F5C4C8;
}

.position__tag-domain {
  background: #ECF9F5;
  border: 1px solid #2DE2AB;
}

.position__listing li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(https://httpsvulcanstg.wpengine.com/wp-content/uploads/2024/09/arrow-up-1-arrow-up-keyboard.png);
  background-size: contain;
  transform: translate(0, -50%);
  transition: 350ms;
}

.position__listing li a:hover::after {
  transform: translate(16px, -50%);
  transition: 350ms;
}

.growth__slider.slick-initialized .slick-current.slick-active {
  margin-top: 0;
}

.growth__slider.slick-initialized .slick-dots li button:before {
  display: none;
}

.growth__slider.slick-initialized .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #C0D8D3;
  transition: 350ms;
}

.growth__slider.slick-initialized .slick-dots li.slick-active button {
  background-color: #66948B;
  transition: 350ms;
}


.growth__slider .slick-dots {
  bottom: 0;
}

.growth__slider .slick-slide {
  padding: 0 11px;
}



@media(max-width:1023px) {
  .position__listing li a h6 {
    font-size: 16px;
  }

  .growth__slider .slick-slide img {
    padding: 16px;
  }

  .career__hero .elementor-widget-image img {
    object-position: bottom;
  }
}

@media(max-width:767px) {
  .position__listing {
    padding: 11px;
  }

  .position__listing li a::after {
    right: 12px;
    width: 25px;
    height: 25px;
  }

  .position__tags {
    gap: 15px;
  }

  .growth__slider .slick-slide img {
    padding: 11px;
  }

  .career__hero .elementor-widget-image img {
    object-position: bottom;
  }


}

@media(max-width:377px) {
  .position__tags span {
    font-size: 11px;
  }
}

/* Position listing end */