.m-bot-20 {
    margin-bottom: 20px;
}
.align-items-end {
    align-items: flex-end !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex {
    display: flex;
}
  
.maxtext {
    max-width: 750px;
    color: var(--body-text-color);
}
  
  .border-radius {
    border-radius: var(--general-border-radius, 5px);
}

.m-bot-50 {
    margin-bottom: 50px;
}
  
    .m-bot-10 {
    margin-bottom: 10px !important;
}
.full-width {
    width: 100% !important;
}
.overflow-hidden {
    overflow: hidden;
}
  
  .section-single-blog .hero-blog-wrapper img {
    max-height: 500px;
    object-fit: cover;
    object-position: center center;
}
.full-all {
    height: 100%;
    width: 100%;
}
img {
    display: block;
}
  
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
  
  
h1 {
    font-family: "Poppins", sans-serif;
    margin: 0 0 5px;
    color: var(--body-title-color);
    font-weight: 700;
    display: block;
    font-size: 3.157em;
    line-height: 1;
}
  
  .maxtext p {
    margin: 0 0 30px;
}
  

.border-radius {
    border-radius: var(--general-border-radius, 5px);
}
  
.overflow-hidden {
    overflow: hidden;
}
  
.maxtext>*:last-child {
    margin-bottom: 0 !important;
}
  
select, textarea, input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel] {
    width: 100%;
    height: 50px;
  	max-width: unset !important;
    border: 1px solid #efefef;
    -webkit-appearance: none;
    -moz-appearance: none;
    font: inherit;
    color: var(--body-text-color);
    border-radius: 10px;
    background: #fff;
    padding: 5px 18px;
    transition: .3s;
    border: 2px solid rgba(0, 0, 0, 0);
}

  
  a.inline-cta, input[type=submit], button, .gui-button-small, .cta {
    width: auto;
    max-width: 100%;
    line-height: 20px;
    padding: 14px 30px;
    color: #ffffff;
    border: 1px solid #d71f03;
    background: #d71f03;
    transition: .3s;
    height: unset !important;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: var(--general-border-radius, 5px);
}

.seperator {
    background-image: url(seperator.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
     margin-top: unset !important;
}