@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&family=Lexend:wght@500&display=swap');
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.eot');
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff'),
        url('../fonts/Lato-Medium.ttf') format('truetype'),
        url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --base-font-size: 16px;
    --base-font-family: "Lato", sans-serif;;
    --heading-font-family: "Lexend", sans-serif;;

    --color-primary: #547AF7;
    --color-secondary: #A41418;
    --color-black: #080404;
    --color-navy-blue: #222E5A;
    --color-brand:#FBC029;
}


* {
    box-sizing: border-box;
}

body {
    font-family: var(--base-font-family);
    font-size: var(--base-font-size);
    color: var(--color-black);
    font-weight: 400;
    color: #252525;
}

a {
     transition: all 0.3s;
     text-decoration: none;
}
a:hover {
    color: var(--color-green);
}

p {
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.75;
}

/*Typography*/
h1,h2,h3{
    letter-spacing: 0;
    font-family: var(--heading-font-family);
}

#top #wrap_all .all_colors h1,
#top #wrap_all .all_colors h2,
#top #wrap_all .all_colors h3{
    font-weight: 500;
}

.av-thin-font strong, 
.modern-quote strong {
  font-weight: 700;
}

h1 {
    font-size: 56px;
    letter-spacing: -0.01em;
}
h2 {
    font-size: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
h3 {
    font-size: 24px;
}

.html_header_top.html_header_sticky #main {
    padding-top: 130px;
}

.template-page .entry-content-wrapper h1 strong {
    font-weight: 500;
}
.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: 0;
}
.template-page .entry-content-wrapper h1{
     letter-spacing: -0.01em;
}
.template-page .entry-content-wrapper h2{
     letter-spacing: -0.02em;
}

.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;
}

.avia-section-large .content,
.avia-section-large .sidebar{
    padding-top: 80px;
    padding-bottom: 80px;
}


#header_main .inner-container {
    border: 1px solid #F2F2F2;
    border-radius: 44px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
#header_main .inner-container:after {
    content: "";
    position: absolute;
    background: #FFFFFFB2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 44px;
    backdrop-filter: blur(70px);
}

#header .header_bg {
    display: none;
}
#top .av_header_with_border.av_header_transparency #header_main,
#header_main {
    border: 0;
}
.menu-item span.avia-menu-text {
    color: #000;
}
.inner-container a.av-contains-svg {
    max-height: unset !important;
}
.av-main-nav-wrap a {
    height: auto !important;
    line-height: normal !important;
}
.container.av-logo-container {
    height: 77px !important;
    line-height: normal !important;
}
#top #menu-item-search {
    display: none;
}
.main_menu {
    position: static;
}
span.logo.avia-svg-logo {
    position: static;
    max-width: 219px;
    width: 100%;
}
li#menu-item-search {
    display: none;
}
.header-cta a,
#header .av-main-nav>li.header-cta>a,
.main_color input[type=submit],
#top .av-masonry-load-more,
 #top .main_color .container .av-masonry-load-more {
    display: inline-block;
    color: #222222 !important;
    background-color: #FBC029;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(177, 127, 0, 0) 43.75%, #B17F00 110.42%);
    box-shadow: 0px 3px 2px 0px #FBC029 inset;
    box-shadow: 0px -4px 6px 0px #FDE4A599 inset;
    height: auto;
    padding: 13px 20px;
    border-radius: 42px;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--heading-font-family);
    text-transform: capitalize;
    height: 48px;
}
.av-masonry-container {
    margin-bottom: 30px;
}
#top .av-masonry-load-more{
    line-height: 1.2;
    min-width: 200px;
    margin: 0 auto;
    display: block !important;
    max-width: 200px;
}
.submit-btn {
    text-align: center;
}

.submit-btn input[type="submit"] {
    min-width: 140px;
}
.header-cta.mobile-cta{
    display: none;
}
.header-cta a:hover {
    color: #222222;
}

#header_main .container.av-logo-container {
    height: 100% !important;
    line-height: normal !important;
    padding: 0 30px;
}
.menu-item span.avia-menu-text {
    font-size: 16px;
    font-weight: 500;
    font-family: Lato;
}
ul#menu-webinars-events > li > a {
    font-family: var(--heading-font-family) !important;
    text-transform: capitalize;
    color: #000 !important;
}

ul#menu-webinars-events {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
}


div#layer_slider_1{
    display: none !important;
}

/*Navigation*/
#top .av_header_transparency .avia-menu-fx {
    bottom: 0;
}

#header .av-main-nav>li>a {
    padding: 10px;
}

#header .av-main-nav {
    display: flex;
    gap: 20px;
    align-items: center;
}

/*Global component*/
body div .avia-button {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 1;
    padding: 15px 20px !important;
    font-family: var(--heading-font-family);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(42, 82, 212, 0) 43.75%, #203EA1 110.42%);
    box-shadow: 0px 3px 4.8px 0px #476CE4CC inset;
    box-shadow: 0px -4px 7.2px 0px #7494FE99 inset;
    border-radius: 30px;

}
body div .avia-button.avia-color-theme-color-highlight{
    background-color: #FBC029;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(177, 127, 0, 0) 43.75%, #B17F00 110.42%);
    box-shadow: 0px 3px 2px 0px #FBC029 inset;
    box-shadow: 0px -4px 6px 0px #FDE4A599 inset;
} 
body div .avia-button.avia-color-theme-color-highlight:hover {
    background-color: #FBC029;
    color: #000000;
}
.section-head h2 {
    margin-bottom: 20px;
}
.section-head-label {
    background: #F3F3F3;
    display: block;
    margin: 0 auto;
    width: max-content;
    padding: 5px;
    min-width: 130px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
    font-weight: 500;
    border: 1px solid #E8E8E8;
    margin-bottom: 20px;
}

.section-head-label > * {
    margin: 0;
}

/* Banner section CSS Start */
.section-welcome{
    padding-top: 180px;
    padding-bottom: 62px;
    position: relative;
}
.section-welcome .av-section-color-overlay-wrap {
    position: static;
}

.section-welcome  .image-overlay{
    display: none !important;
}

.section-welcome .av-section-color-overlay-wrap .av-section-color-overlay:after,
.section-welcome .av-section-color-overlay-wrap .av-section-color-overlay:before {
    content: "";
    position: absolute;
    top: 16%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-bg-color.png);
    background-size: 100% 100%;
    background-position: 50% 50%;
    opacity: 0.8;
}

.section-welcome .av-section-color-overlay-wrap .av-section-color-overlay:before{
    background-image: url(../images/box-bg-pattern.png);
    z-index: 1;
    background-blend-mode: luminosity;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    top: 0;
}
.section-welcome .av-section-color-overlay-wrap .av-section-color-overlay:after {
    background-size: 100% 100%;
    background-position: 40% 0;
    opacity: 1;
    filter: blur(10px);
}

.section-welcome h1 {
    margin-bottom: 20px;
}
#footer .image-overlay {
    display: none !important;
}
#footer .news-content a.news-title {
    color: var(--enfold-footer-color-primary);
}
.section-welcome .logo-left-content{
    width: 52% !important;
}
.section-welcome .google-logo{
    width: 100px !important;
}
.section-welcome .logo-left-content p {
    margin: 0;
}

@keyframes linear-gradient-loop {
    0% {
        left: 0;
        top: -200px;
    }
    50% {
        left: 0;
        top: 0px;
    }
    100% {
        left: 0px;
        top: -200px;
    }
}


.ga-video-banner-section .avia_textblock h3 {
    font-size: 36px;
    font-weight: 500;
    font-family: var(--heading-font-family);
    margin-bottom: 40px;
}
.ga-video-banner-section .avia-video {
    border-radius: 12px;
    margin-bottom: 40px;
}
#top .avia_playpause_icon:before {
    background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 0C16.149 0 0 16.149 0 36C0 55.851 16.149 72 36 72C55.851 72 72 55.851 72 36C72 16.149 55.851 0 36 0ZM36 63C21.111 63 9 50.886 9 36C9 21.114 21.111 9 36 9C50.889 9 63 21.114 63 36C63 50.886 50.889 63 36 63ZM27 22.5L51 36L27 49.5V22.5Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: '';
    font-family: var(--heading-font-family);
    background-size: 100px 100px;
    background-position: center center;
}
#top .avia-video .av-click-to-play-overlay .avia_playpause_icon {
    background-color: unset;
}
/* Video section CSS End */
/* text-content-banner-css start */
.ga-text-banner-section .avia_textblock h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
}
.ga-text-banner-section .avia_textblock p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 800px;
    line-height: 1.33;
}
.ga-text-banner-section .avia_textblock:not(.top-text) {
    display: inline-flex;
    align-items: center;
}
.ga-text-banner-section .avia_textblock.av_inherit_color h3 {
    font-size: 50px;
    font-weight: 400;
    font-family: var(--heading-font-family);
    margin-right: 20px;
}
.ga-text-banner-section .avia_textblock.top-text p {
    margin-bottom: 15px;
}
/* text content banner css End */



/* our Services css start */
.section-our-service .section-head {
    max-width: 708px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: none;
}

.ga-our-services-section .section-head-label p {
    display: inline-block;
    padding: 14px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 38px;
    background: #F3F3F3;
    margin-bottom: 20px;
}

.ga-our-services-section .av_textblock_section .avia_textblock h3 {
    font-family: var(--heading-font-family);
    max-width: 600px;
    margin: 0 auto 20px;
}

.ga-our-services-content-box {
    padding: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
}
.ga-our-services-content-box .avia-image-container.avia-align-left {
    margin-bottom: 30px;
}
.ga-our-services-content-box .av_textblock_section .avia_textblock h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--heading-font-family);
    margin-bottom: 16px;
}
.ga-our-services-content-box .av_textblock_section p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato';
    margin-bottom: 0;
}
.ga-our-services-content-box:hover {
    background-color: #547AF7;
    box-shadow: 1px 27px 38.5px 0px #0000001A;
}
.ga-our-services-content-box:hover h3 {
    color: #393a3f;
}
.ga-our-services-content-box:hover .av_textblock_section .avia_textblock h4,
.ga-our-services-content-box:hover .av_textblock_section p,
.ga-our-services-content-box:hover h3 {
    color: #fff !important;
}
.ga-our-services-content-box:hover  .avia-button{
    background: #ffffff;
    color: #547af7 !important;
}
.ga-ads-content-text-banner h2 strong {
    font-weight: 400;
}

/* our services css end */
.section-logo-slider-heading .content{
    padding-bottom: 0;
    padding-top: 60px;
}
.section-logo-slider .content{
    padding-top: 50px;
    padding-bottom: 90px;
}
.section-logo-slider .logo-item{
    clear: none !important;
    margin: 0 !important;
}
.section-logo-slider .logo-item img {
    max-height: 56px;
    max-width: 112px;
}

.section-logo-slider .logo-item {
    text-align: center;
    padding: 0 10px;
}
.ga-ads-content-text-banner .content{
    padding-top: 64px;
    padding-bottom: 64px;
}
.ga-ads-content-text-banner .container{
    padding: 0 40px;
}
.ga-ads-content-text-banner h2 {
    margin-bottom: 40px;
}


/* Footer CSS Start */
#footer section.widget_media_image {
    max-width: 166px;
    margin: 30px 0 0;
}
#footer section.widget_text {
    margin: 0;
    max-width: 248px;
    font-size: 18px;
    font-weight: 400;
}
/* #footer section .textwidget a {
    background-color: #547AF7;
    padding: 14px 20px;
    display: inline-block;
    margin-top: 30px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(42, 82, 212, 0) 43.75%, #203EA1 110.42%);
    border-radius: 42px;
    color: #fff;
} */
/* #footer section.widget_media_image {
    max-width: 148px;
    margin: 30px 0 0;
} */
#footer section.widget_text {
    margin: 0;
    max-width: 248px;
    font-size: 18px;
    font-weight: 400;
}
#footer section .textwidget .avia-button {
    background-color: #547AF7;
    padding: 14px 20px;
    display: inline-block;
    margin-top: 30px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(42, 82, 212, 0) 43.75%, #203EA1 110.42%);
    border-radius: 42px;
    color: #fff;
}
#top .widget_nav_menu ul {
    padding: revert-layer;
    list-style: disc;
    padding-left: 20px;
}
#footer .widget .widgettitle {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heading-font-family);
    text-transform: capitalize;
}
#footer .widget_nav_menu a,
#footer .news-content a.news-title {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--base-font-family);
}
#socket .copyright {
    float: unset;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: var(--base-font-family);
    font-weight: 600;
}
#top #footer .widget #menu-blog-menu {
    list-style: none;
    padding: 0;
}

#footer .social-wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
#top #footer .social-wrapper::after{
    display: none;
}
#top #footer .social_bookmarks{
    height: 36px;
    margin: 0;
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}
#top #footer .social-wrapper .social_bookmarks li{
    width: 36px;
    border: 0;
}
#top #footer .social-wrapper .social_bookmarks li a {
    width: 36px;
    color: #fff;
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    border-radius: 50%;
    height: 36px;
    background: #3B56A2;
}
#footer .social-wrapper .google_bookmark{
    margin-bottom: 0;
}
#footer .first section.widget_text p {
    line-height: 1.4;
}
#top .news-wrap li a.news-thumb {
    display: none;
}
.section-logo-slider .slick-list:after,
.section-logo-slider .slick-list:before {
    filter: blur(20px);
    content: "";
    background: #f9f9f9;
    width: 90px;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    min-height: 74px;
    top: 50%;
    transform: translateY(-50%);
}

.section-logo-slider .slick-list:after {
    left: auto;
    right: 0;
}

.section-welcome.inner-page-top {
    padding-top: 100px;
    padding-bottom: 70px;
}
.section-welcome.inner-page-top .avia_textblock  strong {
    color: var(--color-black);
}
.section-welcome.inner-page-top .av-section-color-overlay-wrap .av-section-color-overlay:after{
    opacity: 1;
    filter: blur(120px);
    background-image: linear-gradient(45deg, #fbc0294a 0%, #a4141829);
    top: 15%;
    height: 75%;
}

.section-media-content .column-content p{
    margin-bottom: 16px;
}
.section-media-content .av-section-color-overlay{
    filter: blur(0);
    opacity: 0.1;
}

ul.avia-timeline-vertical li h2 {
    vertical-align: top;
    padding-top: 64px !important;
    height: auto;
}

.avia-timeline-vertical .av-milestone-icon-wrap {
    vertical-align: top;
}
.avia-timeline-vertical .av-milestone-content {
    text-align: center;
}
.avia-timeline-boxshadow .av-milestone-contentbox {
    box-shadow: 0 0 2px rgb(84 122 247 / 38%);
    border-radius: 10px;
}
.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-date strong {
    font-weight: 400;
    font-size: 30px;
}
.main_color .av-milestone-icon-wrap:after{
    border-color: var(--color-brand);
}
.main_color .avia-timeline .av-milestone-date span{
    background-color: var(--color-brand);
}

/*About page*/
.full-bg-image {
    position: relative;
}
.full-bg-image .container,
.full-bg-image .content{
    position: static;
}
.full-bg-image .column-image{
    position: absolute;
    left: 0;
    top: 0;
    /* border-radius: 0 70% 30% 0; */
    overflow: hidden;
    /* background: #e7eeff45; */
    height: 100%;
    width: 50% !important;
}
.full-bg-image .column-image img {
    max-height: 540px;
    width: auto;
}
.section-content-cards .card-item {
    background: #fbf0d7;
    border-radius: 10px;
    padding: 15px 24px;
    border: 1px solid #fbc02936;
    box-shadow: 0px 10px 0 #ffc300;
}
.section-content-cards .bg-image{
    position: absolute;
    top: auto;
    height: 80%;
    width: 100%;
    bottom: 0;
    z-index: 0;
    background-size: contain;
    background-position: center center;
    opacity: 0.2;
    background-blend-mode: multiply;
}
.section-content-cards .card-item .av_font_icon{
    margin-bottom: 14px;
}

.section-team-list .flex_column_table{
    display: flex !important;
    flex-wrap: wrap;
}
.section-team-list .flex_column_table > div.flex_column {
    margin: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0 20px rgba(0,0,0,0.08);
}
.avia-team-member{
    padding: 20px;
}
.avia-team-member .team-member-description{
    padding-top: 14px;
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
}
.team-img-container {
    border-radius: 15px;
}
.avia-team-member .team-member-description p {
    margin-bottom: 10px;
}
.avia-team-member .team-member-name {
    color: #547af7;
}
.avia-team-member .team-member-job-title {
    margin-top: 0;
    color: #547af7ad !important;
}

.avia-team-member .team-member-name,
.avia-team-member .team-member-job-title,
.avia-team-member .team-member-description   {
    padding-left: 0;
    padding-right: 0;
}
.team-social a.avia-svg-icon svg {
    width: 30px;
    height: 30px;
    margin: 0;
}

.avia-team-member .team-social {
    background: #fbc02926;
    border: none;

}

.team-social a.avia-svg-icon {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-social a.avia-svg-icon svg {
    margin: 0 !important;
}

.team-social-inner {
    display: flex;
    justify-content: center;
}

h3.price-stamp {
    color: #fbc029;
    font-size: 34px;
    font-weight: 400 !important;
    text-transform: uppercase;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: 'Lato';
    letter-spacing: -0.02em;
}
h3.price-stamp em {
    font-size: 18px;
    display: block;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 10px;
    color: #5b5b5b;
}
h3.price-stamp > strong {
    font-size: 60px;
}

.section-media-content .column-content .montly-fee p {
    line-height: 1.4;
    font-size: 20px;
}

.avia-icon-list li {
    margin: 12px 0;
}

.avia-icon-list-container {
    margin-top: 0;
}
#top .av-iconlist-small .iconlist_icon {
    margin-left: 0;
    margin-right: 12px;
}

.avia-admin-preview-container .av-elegant-toggle .toggler, .js_active .av-elegant-toggle .toggler{
    padding: 20px 55px 20px 20px;
    font-size: 18px;
    color: #272f4b;
}
.av-elegant-toggle .toggle_icon {
    border-color: #547af7;
    opacity: 1;
}

.av-elegant-toggle .toggle_icon .hor_icon, .av-elegant-toggle .toggle_icon .vert_icon {
    border-color: #547af7;
}

.av-elegant-toggle .toggle_content {
    background: #fff;
    padding: 0px 80px 0 20px;
}
.av-elegant-toggle.togglecontainer .av_toggle_section:first-of-type .toggler {
    border-top-width: 0;
}

.av-elegant-toggle.togglecontainer .av_toggle_section .toggler.activeTitle {
    border-bottom-width: 0;
}

.section-media-content.box-content .flex_column_table{
    background: #547af71a;
    border-radius: 10px;
    padding: 12px;
}
.section-media-content.box-content .flex_column_table .column-content{
    padding: 14px 14px 0 14px;
}
.section-media-content.box-content .avia-video {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}
.content-sub-title{
    margin-bottom: 20px;
}

#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
    background: #f1efe9;
    width: 60px;
    height: 60px;
}

#top .avia-slider-testimonials.avia-testimonial-wrapper {
    margin: 0;
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    border: 1px solid #fbc0295e;
}

#top .av-large-testimonial-slider .avia-testimonial-name {
    margin: 6px 0 0 0;
}

#top .av-large-testimonial-slider .avia-testimonial-meta {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

#top .av-large-testimonial-slider .avia-testimonial-meta-mini {
    text-align: center;
}


.section-testimonials.pb-30 .content {
    padding-bottom: 30px;
}
.section-content-cards.pt-0 .content {
    padding-top: 0;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.flex-row .col-6 {
    width: 50%;
    padding: 0 15px;
}
#top .form-group .input-wrapper{
    margin-bottom: 15px;
}
#top .form-group p {
    margin-bottom: 0;
}
#top .form-group .wpcf7-form-control {
    border-radius: 7px;
    background: #ffffff61 !important;
    height: 45px;
    margin-bottom: 0;
    border-color: #ffffff61 !important;
    color: #fff !important;
    padding: 4px 15px;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: none;
    color: #ffffff;
    text-align: center;
}

.wpcf7 form  span.wpcf7-spinner {
    position: absolute;
    top: 10px;
}

.submit-btn {
    position: relative;
}

#top .form-group label {
    color: #fff;
    opacity: 0.9;
    font-weight: 400;
}
.contact-from-block {
    max-width: 860px;
    margin: 40px auto 0 auto;
}

.av-masonry-container .av-masonry-entry .av-masonry-outerimage-container{
    padding-bottom:36%;
}
.av-masonry-container .av-masonry-entry .av-masonry-outerimage-container,
.av-masonry-container .av-masonry-entry .av-inner-masonry-content{
    position: static !important;
}
#top .av-inner-masonry {
    position: relative;
    width: 100%;
    overflow: initial;
    display: flex;
    height: auto;
    flex-direction: column;
}

.avia_desktop.avia_transform3d .av-masonry-image-container {
    min-height: 200px;
    max-height: 200px;
}
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
    width: 100%;
    padding-bottom: 0;
}
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
}
.av-masonry-entry .av-masonry-entry-title{
    font-size: 18px;
}
.av-masonry-col-2 .av-masonry-entry{
    padding: 10px 10px;
}
.av-masonry-entry.av-masonry-item-loaded.av-masonry-item-no-image {
    padding: 0;
}
.av-masonry-entry .avia-arrow{
    display: none;
}

.section-head.flex-row {
    display: flex !important;
    justify-content: space-between;
}

.section-head.flex-row:after,.section-head.flex-row:before {
    display: none;
}
.section-reources-list .slide-entry {
    display: flex;
    gap: 0 20px;
}

.section-reources-list .slide-entry:after,
.section-reources-list .slide-entry:before {
    display: none;
}
.section-reources-list .slide-image .image-overlay{
    display: none !important;
}
.section-reources-list .slide-entry .slide-image {
    width: 180px;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #547af759;
    height: auto;
    flex-shrink: 0;
}

.section-reources-list .slide-entry .slide-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.case-study-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
}

.case-study-wrapper .case-study-filters {
    width: 25%;
}

.case-study-wrapper .case-study-grid {
    width: 75%;
}
.case-study-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.case-study-grid .case-study-card {
    width: calc(33.33% - 11px);
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.case-study-card h3 {
    font-size: 20px;
    margin: 12px 0 12px 0;
}

.case-logo  > a{
    position: relative;
    padding-bottom: 66%;
    background: #2727271f;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.case-logo a > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.case-study-filters ul {
    list-style: none;
    margin: 0;
    border-left: 4px solid #fbc0293d;
}

.case-study-filters ul li {
    margin: 0;
}
.case-logo > a .image-overlay {
    display: none !important;
}

.case-study-filters ul li > a {
    color: #25282A;
}

.case-study-filters ul {
    border-left: 2px solid #fbbf2948;
}

.case-study-filters ul > li {
    padding: 0 15px;
    margin-bottom: 10px;
    position: relative;
}
.case-study-filters ul > li::after{
    content: "";
    background-color: #FBC029;
    position: absolute;
    left: -2px;
    top: 0;
    height: 100%;
    width: 1px;
    opacity: 0;
}
.case-study-filters ul > li.active::after{
    opacity: 1;
}

.case-study-filters ul > li.active > a {
    font-weight: 600;
    color: #000;
}

.case-study-filters ul > li > a:hover {
    color: #000;
}

@media (max-width:1200px){
    .ga-text-banner-section .avia_textblock.av_inherit_color h3{
        font-size: 42px;
    }
    .ga-text-banner-section .avia_textblock.av_inherit_color{
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .ga-text-banner-section .avia_textblock.av_inherit_color h3{
        margin-right: 0;
    }
}
@media (max-width:989px){
    h1 {
      font-size: 38px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    .ga-video-banner-section .avia_textblock h3{
        font-size: 28px;
    }
    #footer div .avia-button{
        font-size: 14px !important;
    }
     header .header-cta{
        padding: 0 15px;
        
    }
    header .header-cta a{
        margin-top: 15px;
    }
    .html_header_top.html_header_sticky.responsive #top #wrap_all #header{
        position: fixed;
        background: transparent;
    }
    .header-cta.mobile-cta{
        display: block;
    }
    .header-cta.desktop-cta{
        display: none;
    }
    .html_av-overlay-side.av-burger-overlay-active-delayed body {
        overflow: hidden;
    }

    #top  .section-welcome .flex_column_table {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px 0;
    }

    .section-welcome .google-logo {
        width: 100px !important;
        margin: 0 auto !important;
        float: none !important;
        order: -1;
    }

    #top .section-welcome .flex_column_table > div p {
        text-align: center !important;
    }
    .section-welcome .logo-left-content{
        width: 100% !important;
    }

    .section-welcome.inner-page-top{
        padding-top: 180px;
    }

    #top .section-welcome.inner-page-top .flex_column_table {
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        gap: 0 20px;
    }
    #top .section-welcome.inner-page-top .flex_column_table > div p{
        text-align: left !important;
    }
    .av-no-preview ul.avia-timeline-vertical li{
        display: flex;
        flex-direction: column;
    }
    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date{
        order: -1;
        display: block;
    }
    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap{
        order: 2;
    }
    ul.avia-timeline-vertical li h2{
        padding-top: 30px !important;
    }

    .full-bg-image .column-image {
        position: static;
        width: 100% !important;
    }
    .full-bg-image .column-content {
     padding-left: 0 !important;
    }

    .section-content-cards .card-item{
     width: 50%;
    }
    .section-content-cards .card-item,
    .section-team-list .flex_column_table > div.flex_column {
        width: 48% !important;
        margin-left: 0;
    }

    .section-content-cards .flex_column_table,
     .section-team-list .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        gap: 30px 26px;
    }

    .column-image > div .avia-image-container-inner,
    .column-image > div .avia-image-container-inner img {
        width: 100%;
    }

    .section-content-cards .flex_column_table .av-flex-placeholder,
    .section-team-list .flex_column_table   .av-flex-placeholder{
        display: none !important;
    }
    .responsive.av-no-preview .team-social a {
        padding: 0;
    }
    .section-reources-list .slide-entry .slide-image{
        width: 100%;
    }
    .section-reources-list .slide-entry{
        flex-direction: column;
        gap: 10px 20px
    }

    .case-study-grid .case-study-card {
        width: calc(50% - 11px);
    }



}
@media (max-width:767px){
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    
    .ga-video-banner-section .avia_textblock h3{
        font-size: 20px;
    }

    .responsive #top #wrap_all .container{
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-welcome h1 {
        word-wrap: break-word;
    }

    /* .section-welcome h1 strong {
        display: inline-block;
    } */
    .responsive #top #wrap_all header .main_menu{
        position: static;
        height: inherit;
    }
    .responsive #top header .logo{
        height: 48px !important;
    }

    header .av-hamburger-box{
        width: 25px;
    }
    header .av-hamburger-box .av-hamburger-inner::before{
      top: -8px;
    }
    header .av-hamburger-box .av-hamburger-inner::after{
        bottom: -8px;
    }
    #header_main .inner-container{
        margin-top: 20px;
    }
    .template-page .entry-content-wrapper h2 br{
        display: none;
    }
    .template-page .entry-content-wrapper h2{
        line-height: 1.2;
    }
    body #footer .widget{
        margin: 10px 0 10px 0;
    }
    #footer .widget.newsbox,
    #footer .widget.newsbox .widgettitle{
        margin-top: 0;
    }
    .section-welcome{
        padding-top: 140px;
    }
    .section-logo-slider .logo-item img{
        max-width: 100%;
    }

    .section-welcome  h1 br {
        display: none;
    }

    .section-welcome.inner-page-top {
        padding-top: 150px;
    }

    #top .section-welcome.inner-page-top .flex_column_table {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #top .section-welcome.inner-page-top .avia-image-container.avia-align-center {
        text-align: left;
    }

    .section-media-content .flex_column_table {
        display: flex !important;
        flex-direction: column;
        gap: 20px 0;
    }

    .section-media-content .flex_column_table .column-image {order: -1;}
    ul.avia-timeline-vertical li h2 {
        padding-top: 14px !important;
    }
    .avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-date strong{
        font-size: 24px;
    }
    .avia-timeline-boxshadow .av-milestone-contentbox{
        padding: 15px;
    }
    .avia-section-large .content, .avia-section-large .sidebar {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-content-cards .card-item,
    .section-team-list .flex_column_table > div.flex_column {
        width: 100% !important;
    }
    h3.price-stamp > strong {
        font-size: 40px;
    }
    h3.price-stamp{
        font-size: 20px;
    }
    h3.price-stamp em{
        font-size: 14px;
    }
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
       padding: 0 10px;
    }
    #top .avia-slider-testimonials.avia-testimonial-wrapper{
        padding: 20px;
    }
    .flex-row .col-6{
        width: 100%;
    }
    .section-head.flex-row{
        justify-content: center;
    }

    .case-study-wrapper {
        flex-direction: column;
        gap: 20px 0;
    }
    .case-study-wrapper .case-study-filters,
    .case-study-wrapper .case-study-grid {
        width: 100%;
    }
    .case-study-grid .case-study-card{
        width: 100%;
    }
}
