/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs-web-interactives-top-banner-open header.header {
    top: 60px;
}

  .footer__container-bottom-v1 {
    padding: 2rem 0px 0.5rem 0px;
}

.footer-v1 {
    padding: 00px 20px 0 20px;
}
h3.elements--blog--card__featured__title {
    font-size: 30px;
}
/* For Mobile */

@media only screen and (max-width: 667px) {
  section#section-3 .section-3-row-0-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

section#section-3 .section-3-row-2-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

section#section-3 .section-3-row-4-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
  
div#hs_cos_wrapper_widget_1698683507526 .elements-div-content_widget_1698683507526 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
  
div#hs_cos_wrapper_module_17006980518877 .elements-div-content_module_17006980518877 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
  
div#hs_cos_wrapper_widget_1693491348762 .elements-div-content_widget_1693491348762 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
  
div#hs_cos_wrapper_module_16935898689574 .elements-div-content_module_16935898689574 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

div#hs_cos_wrapper_module_16940175869802 .elements-div-content_module_16940175869802 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
  
div#hs_cos_wrapper_module_16940174364295 .elements-div-content_module_16940174364295 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
  
div#hs_cos_wrapper_module_16941077791747 .elements-div-content_module_16941077791747 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
}
  
div#hs_cos_wrapper_widget_1698683507526 .btn-primary-dark {
    text-align: center;
    width: 100%;
}
  
}

/* Web Dev Custom Stylesheet */
.footer .footer_col_head {
  color: #fb835e;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

/* .elements--stats__stat--type-1__section-2-module-1 h2 {
  display: none;
} */

.elements--stats__stat--type-1__section-2-module-1 .stats_head {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  font-weight: 800;
  margin-top: 0px;
  font-size: 52px;
  letter-spacing: -1px;
  line-height: 44px;
  color: #1f325d;
}

.cus_title_reduce {
  color: #1f325d;
  font-weight: 800;
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 44px;
}

.cus_testimonial_text {
  color: #1f325d;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 34px;
}

.cus_key_feature_title {
  color: #1f325d;
}

.cus_key_feature_title_h3 {
  font-size: 18px;
}


/* Web Dev Custom Media Query */
@media screen and (max-width: 767px) {
  .toc ul li a {
    min-height: 48px;
}
  .elements--stats__stat--type-1__section-2-module-1 .stats_head {
    font-size: 32px;
    margin-bottom: 0px;
  }
  
  .cus_title_reduce {
    font-size: 28px;
    line-height: 40px;
  }
  
  .cus_key_feature_title {
    font-size: 18px;
  }
  
}


/* Blog 2024 */

.blog-post-otr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-post-left { 
    width: 65%;
}

.blog-post-rgt { 
    width: 32%;
    padding: 75px 0px; 
    padding-left: 70px; 
}

.elements--post2--blog--header__text {
    max-width: 100% !important;
    margin: 64px 0px !important; 
}

.elements--post2--blog--body {
    max-width: 100% !important;
    margin: 16px 0px !important;
}

.sticky-stopper {
    padding-top: 150px;
}

.post-cta {
  position: -webkit-sticky; 
  position: sticky;
  top: 50px; 
  left: 0px;
}


/******** Mobile Styling *********/

@media (max-width: 1080px) {
   
  .blog-post-left {
      float: left;
      width: 100%;
  }

  .blog-post-rgt {  
      width: 100%;
      padding: 75px 0px;
      padding-left: 0px;
  }
 
  
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
  
}  

@media (max-width: 767px) {
     
 
  
}

@media (max-width: 479px) {

  
}