@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

:root {
    --base-font-size: 16px;
    --base-font-family: "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;
    --heading-font-family: "Space Grotesk", "Inter", "Helvetica Neue", Arial, sans-serif;
    --color-primary: #1F6BFF;
    --color-secondary: #143074;
    --color-black: #1A1A1A;
    --color-natural-100: #F3F4F6;
    --color-highlight: #FFD64A;
    --color-white: #fff;
    --color-green: #15B097;
    --base-bg: #1676ce29;
    --color-alert: #FF6B6B;
}


* {
    box-sizing: border-box;
}

body {
    font-size: var(--base-font-size);
    font-family: var(--base-font-family);
    color: var(--color-black);
    font-weight: 400;
}

body.roboto {
    font-family: var(--base-font-family);
}

a {
    transition: all 0.3s;
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 24px;
}

ul {
    margin-left: 0;
}

img {
    max-width: 100%;
    height: auto;
}
.hr {
    height: 20px;
    line-height: 20px;
    margin: 20px 0;
}
.hr-custom .hr-inner{
    top: 0;
}

/*Typography*/
h1,
h2,
h3 {
    font-family: var(--heading-font-family);
}

h4,
h5,
h6 {
    font-family: var(--base-font-family);
}

h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 24px;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 24px;
}

h3 {
    font-size: 26px;
    margin-bottom: 18px;
    line-height: 1.3;
}

h4 {
    margin-bottom: 12px;
    line-height: 1.4;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    text-align: center;
}

/*------------------------------
# Global components
-----------------------------*/
#main{
    z-index: 1;
    position: relative;
}
.main_color strong,
.main_color b {
    color: var(--color-secondary);
}
.content,
.sidebar {
    box-sizing: border-box;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
    text-transform: none;
}
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 30px;
}

/* .column-content {
    padding: 0 10px;
} */

.avia_image {
    border-radius: 8px;
}
.av-elegant-toggle .toggle_content {
    background-color: transparent;
    padding: 5px 50px 20px 15px;
}
.js_active .av-elegant-toggle .toggler,
.avia-admin-preview-container .av-elegant-toggle .toggler{
    padding: 15px 55px 15px 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-secondary);
    border-radius: 0 !important;
}
.av-elegant-toggle .toggle_content p:last-of-type,
.av-elegant-toggle .toggle_content ol:last-of-type{
    margin-bottom: 0;
}
.av-elegant-toggle .toggle_icon {
    border-color: #fcb713;
    opacity: 1;
}
.av-elegant-toggle .toggle_content ol{
    margin-left: 0;
}

.av-elegant-toggle .toggle_icon .hor_icon, 
.av-elegant-toggle .toggle_icon .vert_icon {
    border-color: #fcb713;
}
.av-elegant-toggle.togglecontainer .av_toggle_section:first-of-type .toggler {
    border-top: none;
}

.av-elegant-toggle.togglecontainer .av_toggle_section .toggler.activeTitle {
    background: transparent;
    color: var(--color-secondary);
    border-bottom-color: transparent;
}
.main_color input[type='submit']:hover{
    color: var(--color-black);
}

#top #header .av-main-nav > li.current-menu-item > a .avia-menu-text,
#top #header .av-main-nav > li.current-menu-item > a .avia-menu-subtext,
#top #header .av-main-nav > li:hover > a .avia-menu-text,
#top #header .av-main-nav > li:hover > a .avia-menu-subtext {
    color: var(--color-primary);
}
/*------------------------------
# Button css
-----------------------------*/

body div .avia-button,
input[type="submit"], #submit, .button {
    padding: 15px 30px;
    border-radius: 30px;
    font-size: inherit;
    text-transform: none !important;
    letter-spacing: 0.02em;
    font-weight: 700;
}

#top .main_color .avia-color-theme-color-highlight {
    color: var(--color-secondary)
}

/* banner slider css */

#top .avia-slideshow-button {
    padding: 15px 30px;
    border-radius: 30px;
    font-size: inherit;
}

.header-video-banner .caption_framed .slideshow_caption .avia-caption-title,
.header-video-banner .caption_framed .slideshow_caption .avia-caption-content p {
    background: transparent;
}

#header .logo>a {
    display: flex;
    align-items: center;
}

.header-video-banner {
    position: relative;
}

.header-video-banner video {
    object-fit: cover;
    object-position: left bottom;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
}

#top #header .av-main-nav>li>a {
    height: auto !important;
}

#top div .caption_center .slideshow_caption {
    height: auto;
    top: 12%;
    bottom: auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 60px 50px;
}

#top div .caption_center .slideshow_caption>div {
    max-width: 800px;
    margin: 0 auto;
}

#top #menu-item-search.menu-item-search-dropdown>a {
    font-size: 22px !important;
}


.responsive .header-video-banner .container {
    max-width: 100%;
    padding: 0 !important;
}

.avia-fullscreen-slider.header-video-banner {
    display: none;
}

.header-video-banner .avia-video,
.header-video-banner .mejs-container,
.header-video-banner {
    max-height: calc(100vh - 90px);
    overflow: hidden;
}
.av-main-nav > li > a{
    padding: 0 10px;
}


/* tab-section */

.tab-section {
    position: relative;
    padding: 60px 0 0 0;
}

.tab-section .container {
    max-width: 90%;
    padding: 0;

}

.tab-section .container>div {
    border-radius: 20px;
    overflow: hidden;
}

.tab-section .av-tab-section-tab-title-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 50% !important;
    z-index: 1;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 30px;
    max-width: 430px;
    width: 100%;
    padding: 6px 3px;
}

.tab-section .column-content>section {
    max-width: 40vw;
}


.tab-section .av-tab-section-tab-title-container .av-inner-tab-title {
    width: auto;
    margin: 0;
}

.tab-section .av-tab-section-tab-title-container .av-outer-tab-title {
    padding: 0 !important;
}

.tab-section .av-tab-section-tab-title-container .av-outer-tab-title,
.tab-section .av-tab-section-tab-title-container .av-inner-tab-title {
    display: block;
}

.tab-section .av-tab-section-tab-title-container .av-tab-arrow-container {
    display: none;
}

#top .tab-section .av-tab-section-tab-title-container>a {
    margin: 0 5px;
    color: var(--color-primary);
    padding: 10px;
    border-radius: 20px;
}

.tab-section .av-tab-section-tab-title-container>a.av-active-tab-title {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

.tab-section .av-layout-tab .av-layout-tab-inner>div>div {
    background: var(--base-bg);
    border-radius: 10px;
}

.tab-section .column-image .avia-image-container-inner {
    width: 100%;
}

.tab-section .column-image img {
    border-radius: 0;
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    object-position: top;
}


.tab-section .av-layout-tab {
    padding: 0;
}

.tab-section .av-tab-section-outer-container {
    position: relative;
    padding-top: 25px;
}

/*Slider section */
/* .section-with-text-slider  .flex_column_div > p {
    color: var(--color-white);
} */
/* .section-with-text-slider  .flex_column_div{
    margin-bottom: 80px;
} */
.section-with-text-slider .avia-content-slider-inner .slide-entry {
    padding: 50px 30px;
    border: 1px solid #142f7417;
    border-radius: 20px;
    margin-bottom: 15px;
    background: var(--color-natural-100);
    backdrop-filter: blur(3px);
    margin-left: 0;
    justify-content: center;
    font-size: 18px;
    width: 25%;

}

.section-with-text-slider .avia-content-slider-inner .slide-entry.av_one_third {
    width: 33%;
}

.section-with-text-slider .content-slider .slide-entry {
    display: flex;
    align-items: center;
    gap: 0;
    text-align: center;
}

.section-with-text-slider .content-slider .slide-entry-title {
    font-size: 4.1em;
    line-height: 1.2;
    display: none;
}

.section-with-text-slider .content-slider .slide-entry p:last-of-type {
    margin-bottom: 0;
}

.avia-content-slider-element-container .avia-smallarrow-slider-heading {
    margin-bottom: 30px;
}

#top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev a.prev-slide,
#top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev a.next-slide {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows {
    width: 100px;
    height: 45px;
}

#top .av-control-minimal .avia-slideshow-arrows a.avia-svg-icon svg:first-child {
    fill: var(--color-primary);
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon svg:first-child,
#top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon img[is-svg-img="true"] {
    margin: 0;
    height: 15px;
}

.section-with-text-slider .content-slider .avia-content-slider-inner>div {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.form-group.submit-btn {
    text-align: center;
}
.form-group.submit-btn span.wpcf7-spinner {
    position: absolute;
    margin: 10px 10px;
}
/* promobox */
.av_promobox {
    border-radius: 30px;
    padding: 40px 40px;
    border: none;
}

.av_promobox .avia-promocontent {
    margin: 0;
    text-align: center;
}

.av_promobox .avia-promocontent h2 {
    color: inherit;
    font-size: 30px;
}
.av_promobox .avia-promocontent p > b {
    color: #fff;
}

.av_promobox .avia-button-right {
    display: flex;
    width: 100%;
    text-align: center;
}

.av_promobox .avia-button-right .avia-button {
    position: static;
    display: block;
    margin: 0 auto;
}

.column-callout {
    border-radius: 30px;
}

.section-callout-box .column-content:after {
    content: "";
    background: #142f744f;
    width: 2px;
    height: 100%;
    position: absolute;
    left: auto;
    right: -6%;
    top: 0;
    visibility: visible;
}

.section-callout-box .column-content {
    position: relative;
    z-index: 1;
}

.section-image-content.section-box .flex_column_table {
    border: 1px solid #142f7417;
    border-radius: 20px;
    overflow: hidden;
}
#top .section-image-content.section-box.with-bg .flex_column_table {
    background-color: #fff;
    /* display: flex;
    flex-wrap: wrap; */
}
.section-box .column-image .avia-image-container-inner {
    width: 100%;
}
.section-box .column-image .avia-image-container-inner img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    min-height: 400px;
}
.section-box  .column-content,
.section-box  .column-image {
    padding: 30px;
}
.section-content-card .content-card {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #142f7417;
    padding: 30px 20px;
    background: var(--color-natural-100);
    margin-top: 0;
}
.section-content-card.column-4 .content-card p {
    font-size: 14px;
    line-height: 1.5;
}
.section-content-card .content-card > .avia-image-container {
    width: 40px;
    height: 40px;
    margin: 0 0 25px 0;
}
.full-promo-box .av_promobox h2 {
    font-size: 44px;
}
.full-promo-box  .avia-promocontent{
    max-width: 900px;
    margin: 0 auto;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.col {
    padding-left: 10px;
    padding-right: 10px;
}
.col.col-4 {
    width: 33.33%;
}
.col.col-6 {
    width: 50%;
}
.col.col-12 {
    width: 100%;
}
#top  .form-group .wpcf7-form-control {
    height: 46px;
    border-radius: 8px;
    padding: 5px 15px;
    border: none;
    margin-bottom: 0;
}
#top  .form-group .wpcf7-form-control.wpcf7-submit{
    min-width: 120px;
    border-radius: 30px;
    font-weight: 700;
}
#top .form-group textarea.wpcf7-form-control {
    height: 150px;
}
#top  .form-group .control-wrapper p br {
    display: none;
}
#top  .form-group .control-wrapper p > label{
    display: block;
    margin-bottom: 5px;
}
#top label {
    font-weight: 500;
    font-size: inherit;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 0;
}


.section-why-partner .text-block {
    background: #d9e7f7;
    margin: 20px 0;
    padding: 15px;
    border-radius: 10px;
}
.section-why-partner .text-block p,
.section-why-partner .text-block h3 {
    break-inside: avoid;
}
.section-why-partner .text-block h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.section-why-partner .text-block p:last-of-type {
    margin: 0;
}


.blog-post-liting .slide-entry.av_one_third {
    width: 33.33%;
    margin: 0;
    padding-bottom: 70px;
}

.blog-post-liting .slide-entry-wrap {
    display: flex;
    gap: 0 30px;
}

.blog-post-liting .read-more-link .more-link {
    padding: 14px 20px 14px;
    font-size: 13px;
    min-width: 139px;
    background-color: var(--enfold-main-color-button-border);
    color: var(--enfold-main-color-button-font);
    border-radius: 30px;
    font-weight: 700;
    text-transform: none !important;
    letter-spacing: 0.02em;
    position: absolute;
    top: auto;
    bottom: 0;
    text-transform: capitalize !important;
    line-height: 1.2em;
    text-align: center;
}
.blog-post-liting .read-more-link .more-link svg {
    fill: #fff !important;
}
.blog-post-liting .slide-meta {
    font-size: 14px;
    opacity: 0.7;
}

.section-explore .flex_column_table {
    display: flex !important;
    flex-wrap: wrap;
}
.section-explore .card-item {
   border-radius: 8px;
   border: 1px solid rgba(0, 0, 0, 0.1);
   margin-top: 0 !important;
}


.section-content-image-small .content-image .avia-image-container-inner img {
    max-height: 260px;
    width: auto;
}

.section-content-image-small .content-image {
    width: 40% !important;
    margin: 0;
}

.section-content-image-small .content-column {
    width: 60% !important;
    margin: 0;
}
.section-content-image-small .content-column p:last-of-type {
    margin-bottom: 0;
}

.section-content-image-small .flex_column_table {
    max-width: 970px;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
}
.section-content-image-small .content-column > section {
    max-width: 460px;
    margin: 0 auto 0 0;
}
.section-content-image-small .flex_column_table:before {
    content: "";
    background: #caddff42;
    width: 90%;
    top: 50%;
    position: absolute;
    height: 60%;
    transform: translateY(-50%);
    left: auto;
    border-radius: 0 100px 100px 0;
    right: 0;
}

.section-content-image-small .flex_column_table {
    position: relative;
}
.section-content-image-small .flex_column_table:not(:first-of-type) {
    margin: -30px auto 0 auto !important;
}

.section-content-image-small .flex_column_table:nth-child(2n):before {
    left: 0;
    right: auto;
    border-radius: 100px 0 0 100px;
}

.section-content-image-small .content-image .avia-image-container-inner {
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    margin: 0 auto 0 0;
}

.section-content-image-small .flex_column_table:nth-child(2n) .content-column > section {
       margin-right: 0;
    margin-left: auto;
}
.section-content-image-small .flex_column_table:nth-child(2n) .content-image .avia-image-container-inner {
    margin-left: auto;
    margin-right: 0;
}


.theme-horizontal-tab .av-tab-section-outer-container {
   display: flex;
    max-width: 1140px;
    margin: 0 auto;
    align-items: flex-start;
    background: #142f74;
    padding: 40px;
    border-radius: 30px;
    color: #fff; 
}
.theme-horizontal-tab .av-tab-section-inner-container{
    transform: none !important;
}

#top .theme-horizontal-tab .av-section-tab-title {
    width: 100%;
    padding: 0;
    position: relative;
}
#top .theme-horizontal-tab .av-section-tab-title.av-active-tab-title {
    color: #ffffff;
    opacity: 1;
}

#top .theme-horizontal-tab .av-section-tab-title {
    color: #fff;
    opacity: 0.4;
}

.theme-horizontal-tab .av-inner-tab-title {
    width: 100%;
    text-align: left;
    margin: 0 !important;
}

.theme-horizontal-tab .av-section-tab-title  span.av-tab-arrow-container{
    display: none;
}

.theme-horizontal-tab .av-layout-tab{
    padding: 0;
}
.theme-horizontal-tab .av-layout-tab .container{
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 !important;
}

.js_active .theme-horizontal-tab .av-layout-tab {
    display: none;
    border: none;
    width: 100%;
}
.js_active  .theme-horizontal-tab .av-layout-tab.av-active-tab-content {
    display: block;
}
.theme-horizontal-tab .av-tab-section-outer-container .av-tab-section-tab-title-container {
    width: 35%;
    min-width: inherit !important;
    background: transparent;
    padding: 0 20px 0 20px;
    position: relative;
}
.theme-horizontal-tab .av-tab-section-outer-container .av-tab-section-tab-title-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff29;
}

.theme-horizontal-tab .av-tab-section-outer-container .av-tab-section-inner-container {
    width: 65% !important;
    display: block !important;
}

.theme-horizontal-tab {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgb(31 106 255 / 4%));
    padding: 80px 0;
}
.theme-horizontal-tab.pt-0{
    padding-top: 0;
}

.template-page.content:has(.tab-section-top-title) {
    padding-bottom: 30px;
    padding-top: 60px;
}
div#after_section_1,
div#after_section_3 {
    border: none;
}
.theme-horizontal-tab .av-layout-tab h2{
    color: #fff;
    margin-bottom: 12px;
}
.theme-horizontal-tab .av-section-tab-title:before {
    content: "";
    position: absolute;
    left: -20px;
    width: 3px;
    height: 100%;
    background: #ffa133;
    opacity: 0;
}

.theme-horizontal-tab .av-section-tab-title.av-active-tab-title:before {
    opacity: 1;
}

.theme-horizontal-tab  .col-image .avia-image-container-inner img {
    max-height: 220px;
    width: auto;
}
.theme-horizontal-tab  .col-content p:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
}




.section-content-card.section-card-counter .content-card {
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #00000014;
}

.section-content-card.section-card-counter .content-card .step-number-wrapper {
    background-color: #ffa133;
    border: 0 solid #0000001a;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
}
.section-content-card.section-card-counter .content-card .step-number {
    color: var(--ld-text-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 170%;
}
.section-content-card.section-card-counter .content-card h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #000;
}
.section-content-card.section-card-counter .content-card  .avia_textblock {
    position: relative;
}

.section-content-card.section-card-counter .content-card  .avia_textblock .step-number-wrapper {
    position: absolute;
    left: 0;
    top: 0;
}

.section-content-card.section-card-counter .content-card .avia_textblock {
    padding-left: 70px;
}


/* responsive  css*/
@media (max-width: 1280px) {
    .tab-section .container {
        max-width: calc(100% - 40px);
    }

    .theme-horizontal-tab .av-tab-section-outer-container {
        max-width: calc(100% - 100px);
    }
}


@media (max-width: 1100px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 38px;
    }

    .responsive .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #top #header .av-main-nav>li>a {
        font-size: 14px;
    }

    .tab-section .container {
        max-width: 100%;
    }
    .section-content-image-small .content-column > section {
        max-width: 360px;
        margin: 0 auto 0 0;
        padding: 0 20px;
    }
    .theme-horizontal-tab .av-tab-section-outer-container {
        max-width: calc(100% - 40px);
    }
}

@media (max-width: 991px) {

    .tab-section,
    .avia-section-large .content,
    .avia-section-large .sidebar {
        padding: 40px 0;
    }

    .avia-section-huge .content,
    .avia-section-huge .sidebar {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #top #header .av-main-nav>#menu-item-search>a svg {
        top: 3px;
        position: relative;
    }

    #top #av-burger-menu-ul {
        vertical-align: top;
    }


    .section-content-card .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
    }

    .section-content-card .content-card {
        width: calc(50% - 10px) !important;
        margin: 0 !important;
    }

    #top .section-card .flex_column_table {
        display: flex;
    }

    .section-content-card .flex_column_table .av-flex-placeholder {
        display: none !important;
    }

    .theme-horizontal-tab .av-tab-section-outer-container {
        flex-direction: column;
        gap: 30px;
    }

    .theme-horizontal-tab .av-tab-section-outer-container .av-tab-section-tab-title-container,
    .theme-horizontal-tab .av-tab-section-outer-container .av-tab-section-inner-container {
        width: 100% !important;
    }

}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 20px;
    }

    .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
    }

    .responsive #top #wrap_all .av-logo-container,
    .responsive #top #wrap_all .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #top div .caption_center .slideshow_caption {
        padding: 30px 15px;
    }

    .responsive #top .logo {
        width: 100%;
        max-width: 200px;
    }

    .tab-section .av-tab-section-tab-title-container {
        white-space: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .tab-section .av-tab-section-tab-title-container::-webkit-scrollbar {
        display: none;
    }

    .tab-section .container {
        padding: 0 !important;
    }

    .tab-section .column-content {
        text-align: center;
        padding: 20px;
    }

    #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 20px;
    }

    .section-with-text-slider .content-slider .avia-content-slider-inner>div {
        display: block;
    }

    .section-with-text-slider .content-slider .avia-content-slider-inner>div>.slide-entry {
        margin: 10px 0 !important;
    }

    .av_promobox {
        padding: 30px 20px;
    }

    #footer .widget {
        margin: 15px 0;
    }

    div#footer .flex_column {
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .flex_column .widget .widgettitle,
    .content .widget .widgettitle {
        margin-top: 5px;
        margin-bottom: 12px;
    }

    #socket .copyright,
    #socket .social_bookmarks {
        width: 100%;
        text-align: center;
    }

    #socket .social_bookmarks {
        display: flex;
        justify-content: center;
    }

    #top .social_bookmarks li {
        float: none;
    }

    .tab-section .column-content>section {
        max-width: 100%;
    }

    .av_promobox .avia-promocontent h2 {
        font-size: 26px;
    }

    .section-callout-box .column-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .section-callout-box .column-content {
        text-align: left;
        padding-bottom: 20px;
    }

    .section-callout-box .column-content:after {
        right: 0;
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
    }

    .av_promobox .avia-promocontent+div {
        width: auto !important;
    }

    .av_promobox {
        min-height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .av_promobox .avia-promocontent,
    .av_promobox .avia-promocontent+div {
        max-width: 390px;
        margin: 0 auto;
    }

    .section-content-card .content-card {
        width: 100% !important;
    }

    .section-box .column-content {
        padding: 20px;
        order: 2;
    }
    .section-box .column-image {
        order: 1;
        padding: 0;
    }

    .section-box .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
    }

    .col.col-6 {
        width: 100%;
    }

    .blog-post-liting .slide-entry-wrap{
        flex-direction: column;
        gap: 30px 0;
    }
    .avia-content-slider .slide-entry-wrap{
        margin-bottom: 0;
    }

    .section-content-image-small .flex_column_table {
        flex-direction: column;
    }

    .section-content-image-small .content-column > section {
        width: 100%;
        max-width: 100%;
    }

    .section-content-image-small .content-column,.section-content-image-small .content-image {
        width: 100% !important;
    }

    .section-content-image-small .flex_column_table:before{
        display: none;
    }

    .section-content-image-small .content-image {
        order: -1;
        margin-bottom: 40px !important;
    }
    .section-content-image-small .content-column > section {
        text-align: center;
    }
    .section-content-image-small .content-image .avia-image-container-inner {
        min-height: inherit;
        overflow: unset;
    }

    .section-content-image-small .flex_column_table:not(:first-of-type) {
        margin: 0 0 20px 0 !important;
    }

    .section-content-image-small .flex_column_table:nth-child(2n) .content-image .avia-image-container-inner, .section-content-image-small .content-image .avia-image-container-inner {
        margin: 0 auto;
    }

    .theme-horizontal-tab .col-image .avia-image-container-inner{
        width: 100%;;
    }
    .theme-horizontal-tab .col-image .avia-image-container-inner img{
        max-height: 340px;
    }

    .theme-horizontal-tab .av-tab-section-outer-container{
        padding: 24px;
    }
    .section-content-card.section-card-counter .content-card .avia_textblock {
        padding: 70px 0 0 0;
        text-align: center;
    }
    .section-content-card.section-card-counter .content-card .avia_textblock .step-number-wrapper {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .section-content-card.section-card-counter .content-card{
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #00000014;
    }

}