/*
Theme Name: Genesis Block Theme Child
Theme URI: https://github.com/studiopress/genesis-block-theme/
Template: genesis-block-theme
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Tags: one-column,featured-images,theme-options,custom-background,custom-colors,custom-logo,custom-menu,editor-style,translation-ready,footer-widgets,full-width-template,blog,sticky-post,threaded-comments,wide-blocks
Version: 1.0.13
Updated: 2025-1-5 08:03:38

*/
.entry-header {
  display: none;
}
.btn_theme1 i {
  color: #10069f;
}
.btn_theme1 span.elementor-button-content-wrapper {
  display: flex;
}
.margin_bottom_zero {
  margin-bottom: 0;
}
.video_wrapper::after {
  content: '';
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.iframe {
  border-radius: 5px;
}
.has_circle::after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.orange {
  color: #fe5000;
}
.font_weight_600 {
  font-weight: 600;
}
.mt-radius10 {
  border-radius: 10px;
}
.box-height {
  height: 100%;
}
.cta-link {
  padding: 0;
  border: none;
  color: #fe5000;
  display: inline-block;
  font-family: 'montserrat';
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.cta-link:hover {
  color: #fe5000;
}
.cta-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fe5000;
  top: 102%;
  left: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1) translateY(2px);
  transform: scale3d(0, 1, 1) translateY(2px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cta-link:hover::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1) translateY(2px);
  transform: scale3d(1, 1, 1) translateY(2px);
}
.cta-link::before {
  content: '';
  display: inline-block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #10069f;
  border-width: 5px 0 5px 6px;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cta-link.cta-link-two::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  color: #10069f;
  padding: 0 0 0 10px;
  transition: all 0.3s ease;
  display: block;
  border-style: none;
  top: 46%;
  right: -15px;
  border: 0;
}
.box {
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.box .elementor-image-box-title::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  color: #fe5000;
  padding: 0 0 0 10px;
  transition: all 0.3s ease;
}

.box:hover {
  transform: translateY(-6px);
}
.box:hover .elementor-image-box-title {
  transition: all 0.5s ease;
  color: #fe5000 !important;
}
.box:hover::after {
  background: #fe5000;
}
.box:after {
  content: '';
  border-radius: 0 0 10px 10px;
  background: #e6e6e6;
  position: absolute;
  height: 5px;
  width: calc(100% - 20px);
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.solution_box .elementor-image-box-title::after {
  font-size: 16px;
}
.bg_post_circle:after {
  content: '';
  background: rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 994px;
  height: 994px;
  border-radius: 50%;
}
::marker {
  color: #fe5000;
}
li {
  margin-bottom: 18px;
}
.elementor-pagination .page-numbers {
  font-weight: 800;
  font-size: 14px;
  transition: all 0.3s ease;
}
.elementor-pagination .page-numbers.current,
.elementor-pagination .page-numbers:hover {
  background-color: transparent;
}
.mt-image-backdrop,
.mt-image-backdrop .elementor-widget-container img {
  position: relative;
}
.mt-image-backdrop .elementor-widget-container::before {
  content: '';
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  left: 0;
  z-index: 0;
}
/*  Solution pages */
.solutions-template-default .homepage_box_one .elementor-image-box-title::after {
  display: none;
}
.solutions-template-default .homepage_box_one .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 30px;
  line-height: 1.4;
}
.solutions-template-default .mt-box-grey {
  background-color: #f4f4f4;
  border-radius: 5px;
}
.solutions-template-default .mt-grey,
.solutions-template-default article.post_box__.mt-grey {
  background-color: #f4f4f4;
}
.btn_theme1 .elementor-button .elementor-align-icon-right {
  margin-left: 5px !important;
}
.btn_theme1 a.elementor-button {
  transform: all 0.3s ease;
}
.btn_theme1 a.elementor-button:hover .elementor-button-text {
  transform: translate(-10px, 0px);
}

.btn_theme1 .elementor-button-text,
.btn_theme1 i {
  transition: 0.25s;
}

.btn_theme1 a.elementor-button:hover .elementor-align-icon-right i {
  margin-left: 25%;
}
.elementor-custom-embed-play {
  z-index: 999;
}
.elementor-custom-embed-image-overlay:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(36, 33, 31, 0.2) 0%, rgba(36, 33, 31, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.mt-gallery-logo.mt-gallery-logo-padd-big .gallery-item .gallery-icon {
  padding: 30px 25px;
}
#news-content a {
  color: #fe5000;
}
.sticky_sidebar__ .sticky_sidebar {
  position: sticky;
  top: 100px;
}

.elementor-accordion-icon-opened::before {
  display: none;
}

.mt-career-pages .postings-group h2 {
  color: #10069f;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.mega-menu-size .elementor-column-gap-extended {
  max-width: 100% !important;
}

.mt-mega-menu a:hover,
.mt-mega-menu a:hover h2 {
  color: #fe5000 !important;
}

.mt-mega-menu a.elementor-button:hover {
  color: #fff !important;
}

.ekit-template-content-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}

.blog__content p,
.blog__content li {
  line-height: 1.6em;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .elementskit-megamenu-panel .elementor-button-wrapper .elementor-button-link {
    padding: 10px 10px 10px 10px !important;
    font-size: 12px !important;
  }

  .elementskit-megamenu-panel .mt-mega-menu-item {
    padding-right: 2em;
  }
}

@media (max-width: 991px) {
  header .plus-mobile-menu .menu-item-has-children .dropdown-menu {
    padding-left: 30px !important;
    list-style: outside;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .plus-mobile-menu #menu-mobile-menu-1 {
    max-height: 75vh;
    overflow-y: auto;
  }

  header .plus-mobile-menu .menu-item-has-children .dropdown-menu li {
    margin-bottom: 5px;
  }

  header .plus-mobile-menu .menu-item-has-children .dropdown-menu li a {
    white-space: normal;
  }

  .plus-navigation-wrap .plus-mobile-menu {
    min-height: 100vh;
  }

  #mt-mobile-menu {
    top: -60px;
    padding-right: 10px;
    position: relative;
  }

  #mt-mobile-menu .menu-item-has-children > a {
    justify-content: space-between;
  }

  #mt-mobile-menu .menu-item-has-children li a {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-left: 50px;
  }

  #mt-mobile-menu .menu-item-has-children li a::before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 25px;
    content: '';
    background-color: #fff;
  }

  #mt-mobile-menu .mt-extra-button a {
    background-color: #fe5000 !important;
    max-width: fit-content;
    margin-inline: auto;
    margin-block: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .elementor-custom-embed-play {
    width: 50px;
    height: 50px;
  }
  .elementor-custom-embed-play i {
    font-size: 18px;
  }
  .mt-gallery-logo .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
  .mt-gallery-logo .gallery-item .gallery-icon {
    padding: 10px;
  }
  .mt-gallery-logo.mt-gallery-logo-padd-big .gallery-item .gallery-icon {
    padding: 20px 10px;
  }

  .ts-footer-col.elementor-column {
    width: 100% !important;
    text-align: center;
  }

  .ts-footer-col .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    margin-inline: auto !important;
  }

  .ts-footer-col.ts-footer-cta .elementor-column {
    width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  #customer-testimonial .elementor-section.elementor-section-full_width {
    padding: 50px 10px;
  }
  #customer-testimonial {
    margin: 15px;
  }
  #customer-testimonial .elementor-inner-column {
    width: 100%;
  }
  #customer-testimonial .elementor-inner-column .elementor-icon-wrapper {
    text-align: center;
    max-width: 50%;
    margin: auto;
  }
  #customer-testimonial .elementor-inner-column .elementor-widget-container {
    text-align: center;
  }
  #customer-testimonial .elementor-col-50.elementor-inner-column > .elementor-widget-wrap {
    display: grid;
    justify-content: center;
  }

  #customer-testimonial .elementor-inner-column > .elementor-widget-wrap {
    justify-content: center;
  }
}

/* filter css */

.ajax_row,
.ajax_row_cs,
.ajax_row_vt {
  display: flex;
  column-gap: 3.33%;
  row-gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.wrapper_ajax {
  display: flex;
  flex: 0 0 30%;
  flex-direction: column;
  position: relative;
  background: transparent;
  border: 2px solid #eee;
  border-radius: 10px;
  transition: all 0.3s ease;
  min-height: 464px;
}
.ajax_heading > a,
.ajax_heading {
  font-family: 'Montserrat', Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  color: #10069f;
}
.wrapper_ajax:hover {
  transform: translateY(-10px);
}
.class-title {
  padding: 30px 30px 30px 30px;
}
.featured-image-ajax {
  margin: 0;
  border-radius: 10px 10px 0 0 !important;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.ajax_avatar {
  aspect-ratio: 1/1;
  width: 25px;
  border-radius: 50% !important;
}
.author-info {
  display: flex;
  margin: 10px 0;
  column-gap: 10px;
}
.author-info > * {
  display: flex;
  align-items: center;
}
.author-name {
  margin: 0;
  color: #575148;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto';
}
.button-search {
  position: absolute;
  top: 0;
  right: 0;
}
.search-block {
  position: relative;
}
.avatar-image > img {
  width: 25px;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 50% !important;
}
.ajax_row .pagination,
.ajax_row_cs .pagination {
  display: inline-block;
  width: 100%;
  margin-top: 8%;
  margin: auto;
  text-align: center;
}
.ajax_row .pagination .page-numbers,
.ajax_row_cs .pagination .page-numbers {
  font-family: 'Montserrat', Sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #fe5000;
  font-size: 14px;
  background: transparent;
  font-weight: 800;
  padding: 0 7px;
  line-height: 1;
  height: unset;
}
.ajax_row .pagination .page-numbers.current,
.ajax_row_cs .pagination .page-numbers.current {
  color: #57514b;
}
.filter-and-search-block {
  display: flex;
  column-gap: 50px;
}
.filter-and-search-block > * {
  display: flex;
  flex: 1 1 auto;
}
.button-search > button {
  background: transparent;
  color: #333;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .filter-and-search-block {
    display: flex;
    column-gap: 20px;
  }
  .wrapper_ajax {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 600px) {
  .wrapper_ajax {
    flex: 0 0 100%;
  }
  .filter-and-search-block {
    /* column-gap: 50px; */
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .filter-and-search-block > * {
    flex: 0 0 100%;
  }
  .blog-form-hero #blog-form .mktoForm {
    width: 100% !important;
  }
  .ekit-template-content-footer .mktoButtonRow,
  #blog-form .mktoButtonRow {
    position: absolute;
    top: 8%;
    right: 0;
    right: 5%;
    /* bottom: 50%; */
    /* margin: auto; */
    display: inline-block !important;
    /* background: yellow; */
    /* min-height: 70px; */
  }
}

.breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.breadcrumb-list-item {
  margin: 0;
}
.beadcrumb {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  text-transform: capitalize;
}
.beadcrumb:hover {
  text-decoration: underline;
  color: #fe5000;
}
.blog-author .elementor-author-box__name::before {
  content: 'By';
  font-style: italic;
  color: #3d3935;
  font-weight: 300;
}
span.elementor-post-info__item-prefix {
  font-weight: 300;
  font-style: italic;
}
.flex-50 {
  padding: 3em;
  flex: 0 0 48%;
}
.flex-grid-2 {
  display: flex;
  column-gap: 2%;
}
.grid-col-1 {
  display: flex;
  flex: 0 0 63%;
}
.grid-col-2 {
  display: flex;
  flex: 0 0 35%;
}
.aspect1_1 {
  aspect-ratio: 1/1;
  width: 90%;
  border-radius: 50% !important;
}
.stories_excerpt {
  padding-top: 20px;
  border-top: 3px dashed #ccc;
  margin-bottom: 20px;
}
.grid-col-1 > h2 {
  padding-bottom: 20px;
}
.grid-col-1 > h2 > a {
  font-size: 30px;
  font-family: 'Montserrat', Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
}
.company_logo_stories {
  object-fit: contain;
  width: 100%;
}
.name__customer {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 600;
}
.designation__customer {
  font-weight: 300;
  padding-left: 5px;
}
.stories_image::after {
  content: '';
  width: 100%;
  height: 50px;
  background-image: url('https://newmindtickle.wpengine.com/wp-content/uploads/2023/02/icon-quotes_.svg');
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  left: 0;
  background-size: 50px;
  z-index: 9999;
  display: inline-block;
}
.stories_image {
  position: relative;
}
.wrapper_ajax.post_title__ .elementor-heading-title::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  color: #fe5000;
  padding: 0 0 0 10px;
  transition: all 0.3s ease;
}

.subscribe-button:hover:before {
  background-color: #fe5000;
  width: 100%;
}
.subscribe-button span {
  color: #fff;
  z-index: 999;
  position: relative;
}

.subscribe-button {
  position: relative;
  font-family: 'Montserrat', Sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-style: none;
  border-radius: 100px;
  padding: 15px 25px 15px 25px;
  color: #fff;
  width: max-content;
  display: block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background: #10069f;
}
.subscribe-button::before {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s;
  z-index: -1;
}
.hide__ {
  display: none !important;
}
button.reset_filter, button.reset_filterct {
  background: transparent;
  color: red;
  padding: 0;
  /* background: yellow; */
  width: max-content;
  font-size: 16px;
  font-family: 'Roboto';
}
.post_box__.result_vt {
  padding: 2.3em;
  min-height: 375px;
  display: flex;
  align-items: center;
}
.ajax_image.featured_image {
  margin-bottom: 10px;
}
#ajax_row_vt .pagination,
.pagination {
  display: block;
  width: 100%;
  margin-top: 0;
  text-align: center;
  font-size: 12px;
}
.pagination .page-numbers {
  font-size: 14px;
  background-color: transparent !important;
  color: #fe5000;
  padding: 0;
  display: inline-block;
  padding: 0 5px;
  height: auto;
  font-family: 'Montserrat';
  font-weight: 800;
}
.pagination .page-numbers.current {
  color: #57514b;
}
.pagination .next,
.pagination .prev {
  font-size: 0 !important;
}

#news-content .mktoForm input.mktoField:not([type=checkbox]) {
    border: none !important;
}

.blog .flex-50{
	padding:0;
    
}

.blog #customer-stories .custom_flip_wrap .featured_img img {
    object-fit: cover;
    padding: 0px;
}