/* Custom Hide Menu on Certain Width */

@media (max-width: 1100px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}

:root {
	--primary-color: #0076C0;
	--alt-color: #2397dd;
	--gray: #808285;
	--navy: #002F6C;
	--sky: #2397DD;
	--rose: #9D1C64;
	--orange: #E7743E;
}

.logo img {
    width: 200px !important;
    margin-top: 12px !important;
}

.border-radius {
	border-radius: 5px;    
}

/* TEMP CSS Area - Starts */

.contact-form .gfield_required_text {
    display: none;
}

.single-wpsl_stores .logo-list li img {
    min-height: 120px !important;
}

#location-reviews .avia-testimonial-image {
    display: none;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
    font-size: 1em;
}

body#top #wrap_all .all_colors .widgettitle {
    color: inherit !important;
}

/* TEMP CSS Area - Ends */

/* Top Overlay CSS Area - Starts */

.inner-header-bg h1, .title_container h1.main_title, .title_container .main-title {
    padding: 0;
    display: block;
}

h1.main-title.entry-title a {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 32px;
    line-height: 48px;
}

h2.page-subheading {
    color: #fff !important;
    font-size: 17px;
    line-height: 26px !important;
    letter-spacing: 1px;
}

.top-overlay {
    position: relative;
}

.inner-header-bg, .title_container:after {
    background: transparent !important;
}

.top-overlay {
    display: inline-block;
    background: rgb(0 47 108 / .85);
    margin: 150px 0 150px;
    padding: 30px;
    max-width: 450px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .top-overlay {
        margin: 80px 0 80px;
    	max-width: 80%;
    }
}

.title_container h1 {
    letter-spacing: 1px;
}

.title_container .main-title {
    padding: 0 0 15px !important;
}

/* Top Overlay CSS Area - Ends */

/* Scrolling Area CSS - Starts */

.scrolling-services .bx-wrapper {
    max-width: 100% !important;
}

.scrolling-services ul {
    list-style-type: none !important;
    text-align: center;
    margin: 0 !important;
}

.scrolling-services ul {
    display: flex;
}

.scrolling-services ul li {
    background-color: var(--primary-color);
    padding: 25px;
    min-width: 300px;
		border-radius: 10px;
		margin-left: 30px;
		text-align: left;
}

li.service-block img {
    width: auto;
    height: 50px !important;
		margin-bottom: 10px;
}

.scrolling-services ul li * {
    color: #fff;
}

h3.service-title {
    font-size: 23px;
    letter-spacing: 1px;
}

.block-lemon {
    background-color: var(--alt-color) !important;
}

.block-navy {
    background-color: var(--navy) !important;
}

.block-gray {
    background-color: var(--sky) !important;
}

.block-sky {
    background-color: var(--gray) !important;
}

.block-rose {
    background-color: var(--rose) !important;
}

/* Scrolling Area CSS - Ends */

/* TEMP CSS Area - Starts */

#footer #nav_menu-4 .widgettitle {
    display: none;
}

.content-grid {
    background-image: linear-gradient(to left, #000, transparent) !important;
}

/* TEMP CSS Area - Ends */

#header_meta {
    background-color: #fff;
}

#header_meta .menu a {
    font-size: 15px;
		letter-spacing: 1px;
}

.phone-icon:before {
    content: '\e854';
    font-family: 'entypo-fontello';
    display: inline-block;
    transform: rotate(170deg);
    padding-left: 4px;
}

@media (min-width: 768px) {
		#header_meta .menu a {
			font-size: 16px;
		}
		.tel-item a {
        color: var(--orange) !important;
        font-size: 1.8em !important;
    }

    .tel-item a:hover {
        color: var(--navy) !important;
    }
}

.main_menu .menu-item-top-level > a .avia-menu-text {
    /*font-size: 17px;
    text-transform: uppercase; */
    letter-spacing: 1px;
}

.main_menu .sub-menu .avia-menu-text {
    font-size: 17px !important;
    letter-spacing: 0.5px;
    font-weight: normal;
}

.main_menu .sub-menu a:hover {
    background-color: var(--alt-color) !important;
    color: #fff !important;
}

.av-menu-button-bordered .avia-menu-text {
    padding: 9px 13px !important;
    color: var(--alt-color);
    transition: .5s;
    border-radius: 0 !important;
}

.av-menu-button-bordered a {
    padding-right: 0 !important;
}

.av-menu-button-bordered .avia-menu-text:hover {
    background-color: var(--alt-color) !important;
    border-color: var(--alt-color) !important;
    color: #fff !important;
    opacity: 1 !important;
}
/*
#hero_top .container {
    max-width: 1850px;
}
*/
#hero_top .av-section-color-overlay {
    background-color: transparent !important;
    opacity: 1 !important;
    background-image: linear-gradient(to right, rgb(0 119 192 / 0.80), rgb(166 197 18 / 0.5));
}

.hero-title .av-subheading strong {
    display: inline-block;
    margin-bottom: 10px;
}

.avia_button_icon_right {
    padding-left: 5px;
}

.hero-button a {
    font-size: 16px !important;
    letter-spacing: 0.5px;
    transition: .5s;
    border: none !important;
		padding: 15px 25px !important;
}

/* .hero-button a:hover {
    background-color: var(--primary-color) !important;
    opacity: 1 !important;
} */

.section-title .av-special-heading-tag {
    font-weight: bold;
}

.normal-button a {
    font-size: 17px !important;
    padding: 12px 22px 11px !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    letter-spacing: 0.5px;
    transition: .5s;
}

.normal-button a:hover {
    opacity: 1 !important;
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.white-button a {
    font-size: 17px !important;
    padding: 12px 22px 11px !important;
    font-weight: bold !important;
    border: 2px solid #fff !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: .5s;
}

.white-button a:hover {
    opacity: 1 !important;
    color: var(--primary-color) !important;
    background-color: #fff !important;
}

#footer .menu a {
    font-size: 15px;
}

.av-subheading_above {
    margin-bottom: 10px;
}

.av-subheading {
    opacity: 1 !important;
    letter-spacing: 0.5px;
    line-height: 1.7;
}

#jobs .flex_column_table {
    max-width: 950px;
    margin: 0 auto;
}

.avia_textblock strong {
    color: #333;
}

#resources .av-flex-placeholder {
    width: 3%;
}

.link-col {
    text-align: center;
    padding-bottom: 20px;
    border: 1px solid #efefef !important;
    transition: .5s;
}

.link-col:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 5px #c4c4c4;
}

.link-col .team-member-name {
    letter-spacing: 1px;
    margin-top: 18px;
}

.link-col .team-member-job-title {
    opacity: 1 !important;
    letter-spacing: 0.5px;
    margin-top: 6px;
    position: relative;
}

.link-col .team-member-job-title:after {
    content: '\e879';
    font-family: 'entypo-fontello';
    padding-left: 6px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

@media (max-width: 1050px) {
    #footer .container {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 640px) {
    #footer .container {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    #jobs .flex_column {
        padding: 40px 40px 30px;
    }

    .content-grid {
        padding: 40px 60px !important;
    }
}

.reviews-block .avia-testimonial-name {
    display: block;
    font-size: 1.2em;
    color: var(--primary-color) !important;
    margin-bottom: 6px;
}

.bolder-title .av-special-heading-tag {
    font-weight: bold;
}

.avia_button_icon_left {
    padding-right: 3px;
}

.single .comment-entry.post-entry,
.case-studies .slide-meta {
    display: none;
}

.case-studies .slide-entry-title {
    font-size: 19px;
    display: inline-block;
    margin: 10px 0 20px;
}

.case-studies .slide-entry-title:hover {
    opacity: .8;
}

.case-studies .read-more-link a {
    border: 1px solid;
    display: inline-block;
    padding: 4px 5px 4px 14px;
}

.case-studies .slide-entry {
    text-align: center;
}

.team-title .av-special-heading-tag {
    font-weight: bold;
}

.team-iconlist ul li:nth-child(n+2) {
    margin-top: 12px;
}

.team-iconlist {
    margin: 0;
}

.team-title {
    position: relative;
    padding-bottom: 25px !important;
    margin-bottom: 30px;
}

.team-title:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 6px;
	left: 0;
	bottom: 0;
	background-color: var(--alt-color);
}

.team-title .av-subheading {
    font-weight: bold;
    color: #666 !important;
    font-size: 20px !important;
}

.bio-img img {
    border-radius: 100%;
    border: 3px solid var(--primary-color);
    padding: 4px;
}

.team-col-wrap .flex_column_table {
    max-width: 950px;
    margin: 0 auto;
}

.team-col {
    text-align: center;
    padding-bottom: 25px;
    transition: .5s;
}

.team-col .team-member-name {
    color: var(--primary-color) !important;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    transition: .5s;
}

.team-col .team-member-job-title {
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0 20px;
    color: #555;
    font-size: 16px;
    transition: .5s;
}

.team-col:hover {
    transform: translateY(-5px);
    background-color: var(--primary-color);
}

.team-col:hover .team-member-name,
.team-col:hover .team-member-job-title {
    color: #fff !important;
}

.loc-wrap .flex_column_table {
    background-color: #f8f8f8;
    padding: 30px;
    display: flex !important;
    flex-wrap: wrap;
}

@media(min-width: 990px) {
    .loc-wrap .flex_column_table {
        padding: 40px;
        align-items: center;
        justify-content: space-between;
    }

    .loc-wrap .flex_column.av_one_fourth {
        width: 36%;
    }

    .loc-wrap .flex_column.av_three_fourth {
        width: 70% !important;
    }
}

@media (max-width: 1350px) {
    .team-iconlist a {
        word-break: break-all;
    }
}

.inner-text-heading h2 {
    font-size: 27px;
    letter-spacing: 0.7px;
    text-transform: none !important;
    color: var(--alt-color);
}

.inner-text-heading h3 {
    font-size: 22px;
    letter-spacing: 0.7px;
    color: var(--primary-color);
}

.inner-landing-title .av-special-heading-tag {
    font-weight: bold;
}

.faq-content .toggler {
    font-size: 18px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 10px !important;
    font-weight: bold;
    padding: 18px 40px 18px 30px !important;
    transition: .5s;
}

.faq-content .toggler:hover {
    background-color: #ecf8ff !important;
}

.alternate_color .faq-content .toggler {
    background-color: #fff
}

.faq-content .toggle_icon,
.faq-content .vert_icon,
.faq-content .hor_icon {
    border-color: var(--primary-color);
    opacity: 1 !important;
}

.faq-content .av_toggle_section:nth-child(n+2) {
    margin-top: 15px;
}

.faq-content .toggle_content {
    border: none;
    font-size: 16px;
    line-height: 1.7;
}

.faq-content .toggler:focus {
    outline: none;
}

#consultation .flex_column_table,
.location-form {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #efefef !important;
    padding: 25px;
    box-shadow: 0 0 7px #efefef !important;
	background: #fff;
}

.location-form .button {
    margin-top: 10px;
}

.location-form input[type="text"] {
    border-color: #ccc !important;
}

.location-form .gfield_label {
    font-size: 16px !important;
    color: #666;
}

@media (min-width: 768px) {
    #consultation .flex_column_table,
    .location-form {
        padding: 40px 40px 30px;
    }
}

.offices h3 {
    font-size: 23px !important;
    letter-spacing: 0.5px !important;
}

@media (min-width: 990px) {
    .offices .entry-content-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .offices .entry-content-wrapper:before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    .offices .flex_column_table {
        display: flex !important;
    }

    .offices .flex_column {
        width: 50% !important;
    }

    .left-arrow.img-col {
        order: -1;
    }

    .right-arrow.img-col {
        order: 1;
    }
}

@media (min-width: 990px) {
    .left-arrow:before {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-width: 30px;
        border-top-width: 30px;
        border-left: 30px solid #f8f8f8;
        visibility: visible;
    }

    .right-arrow:before {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-width: 30px;
        border-top-width: 30px;
        border-right: 30px solid #f8f8f8;
        visibility: visible;
        margin-left: auto;
    }
}

.top-area .content {
    padding-top: 70px;
}

.bottom-area .content {
    padding-bottom: 70px;
}

.menu.av-main-nav .menu-last-item a{
    padding-right: 0;
}

.menu-item-has-children > a .avia-menu-text:after {
    content: '\e877';
    font-family: 'entypo-fontello';
    padding-left: 5px;
    color: var(--alt-color);
    position: relative;
    top: 0;
}

.avia_mega_div > .sub-menu > li:nth-child(n+2) {
    border-left: 1px solid #e8e8e8 !important;
}

.avia_mega_div > .sub-menu > li {
    padding: 0 25px !important;
}

.avia_mega_div  .avia-bullet {
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid var(--alt-color);
    margin-top: 10px;
}

.avia_mega_div li .sub-menu li a:hover .avia-bullet {
    border-left-color: #fff !important;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a {
    padding-left: 15px;
}

.avia_mega_div > ul.sub-menu {
    padding: 20px 0 25px !important;
}

.service-col svg {
    width: auto;
    height: 65px;
}

.service-col svg,
.service-col svg path {
    fill: var(--rose)
}

.service-col {
		border: 1px solid #dedede !important;
    box-shadow: 0 0 10px #dedede !important;
    transition: .5s;
}

.normal-table td {
    min-width: 400px;
    font-size: 16px;
    color: #333;
    padding: 15px;
		background-color: #fff;
}

.normal-table th {
    background: #ececec;
    color: #000000;
    font-size: 19px;
    min-width: 300px
}

.solo-svg svg {
    width: auto;
    height: 140px;
}

.solo-svg svg,
.solo-svg svg path {
    fill: var(--primary-color);
}

.intro-box {
    text-align: center;
}

.intro-box .team-member-name {
/*     color: #fff; */
    font-size: 19px;
}

.intro-box svg {
    width: auto;
    height: 70px;
    margin: 0 auto 10px;
}

.intro-box svg,
.intro-box svg path {
    fill: var(--sky);
}

/* .intro-col-area {
    background-color: var(--navy) !important;
} */

#services .bolder-title * {
    color: #fff !important;
}

#services svg,
#services svg path {
    fill: #fff
}

#services .bolder-title .av-subheading {
    font-size: 16px;
}

.bolder-title .av-special-heading-tag {
    letter-spacing: 0.7px;
}

#services .service-col:hover {
    background-color: var(--orange);
}

.center-text {
    max-width: 900px;
    margin: 0 auto;
}

.primary-form .gfield {
    margin-bottom: 0 !important;
}

.single-testimonial .avia-testimonial_inner {
    padding: 30px 35px 35px;
    background-color: #fff;
    border: 1px solid #f4f4f4 !important;
    box-shadow: 0 0 5px #efefef !important;
    text-align: center;
}

.single-testimonial .avia-testimonial-markup-entry-content p {
    font-size: 23px;
    line-height: 1.7;
    color: #666;
}

.single-testimonial .avia-testimonial-name {
    color: var(--navy) !important;
    font-size: 1.1em;
}

.single-testimonial .avia-testimonial-name:before {
    content: '\e808\e808\e808\e808\e808';
    display: block;
    font-family: 'entypo-fontello';
    letter-spacing: 4px;
    font-size: 1.3em;
    margin-bottom: 11px;
    color: #ff9800;
}

@media (min-width: 990px) {
    .inner-img-grid .flex_column {
        padding: 80px 60px;
    }
}

.single-testimonial {
    max-width: 900px;
    margin: 40px auto 0;
}

.white-overlay-col {
    margin-bottom: 0 !important;
}

@media (min-width: 990px) {
    .inner-img-bg .flex_column_table {
        max-width: 750px;
    }

    .inner-img-bg-left .flex_column_table {
        margin-left: auto;
    }

    .inner-img-bg .flex_column {
        padding: 40px !important;
    }
}

.relation-img {
    width: 120px;
    height: 120px;
    background-size: cover;
    border-radius: 100%;
    margin: 0 auto 15px;
    /*border: 3px solid var(--gray) !important;*/
}

.relation-block h3 {
    font-size: 23px;
    letter-spacing: 0.6px;
    color: var(--navy);
		font-weight: 600 !important
}
@media (min-width: 0) {
    @keyframes border-dance {
      0% {
        background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
      }
      100% {
        background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
      }
    }

    @keyframes border-dance-alt {
      0% {
        background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
      }
      100% {
        background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
      }
    }
}

.relation-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
}

.relation-block {
    border: 1px solid #e1e1e1 !important;
    padding: 20px 30px;
    border-radius: 10px;
    position: relative;
    place-items: center;
    display: grid;
}

.relation-block .content-wrap {
    display: none;
}

.relation-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.relation-block:after {
    content: '';
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--navy) 50%, transparent 50%);
    background-size: 15px 4px;
    top: 50%;
    right: -50px;
    position: absolute;
    z-index: -2;
}

.relation-block.block-one:after,
.relation-block.block-two:after {
    animation: border-dance 4s infinite linear;
}

.relation-block.block-five:after,
.relation-block.block-six:after {
    right: auto;
    left: -50px;
    animation: border-dance-alt 4s infinite linear;
}


.relation-block.block-three:after,
.relation-block.block-four:after {
    width: 60px;
    height: 4px;
    animation: border-dance 4s infinite linear;
    transform-origin: left;
}

.relation-block.block-three:after {
    top: auto;
    bottom: 0;
    right: auto;
    transform: rotate(90deg);
}

.relation-block.block-four:after {
    top: 0;
    right: auto;
    left: 50%;
    transform: rotate(-90deg);
}

.relation-wrap {
    overflow: hidden;
		width: 1045px;
		max-width: 100%;
		margin: 0 auto;
}

.relation-block:hover .content-wrap { 
    display: block;
}

.relation-block:hover .relation-img {
    display: none;
}

.relation-block:hover h3 {
    border-bottom: 3px solid var(--orange)
}

@media (max-width: 767px) {
    .relation-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 400px;
    }
    
    .relation-block {
        width: 100%;
    }
    .relation-block:after {
        animation: border-dance 4s infinite linear !important;
        transform-origin: left !important;
        width: 60px !important;
        height: 4px !important;
        top: auto !important;
        bottom: 0 !important;
        right: auto !important;
        transform: rotate(90deg) !important;
        display: block !important;
        left: 50% !important;
    }
    
    .relation-block.block-four {order: 2;}
    
    .relation-block.block-five {order: 1;}
}

/* Unique Area CSS Starts Here */

.service-tabs .tab_inner_content {
    margin: 0;
    padding: 0;
		border: none !important;
}


.service-tabs .tab_content {
    padding: 25px !important;
    min-height: auto !important;
		font-size: 18px;
    line-height: 1.6;
    color: #000 !important;
}

.service-tabs .tab:focus {
    outline: none;
}

.service-tabs svg,
.service-tabs svg path {
    fill: #fff;
}

.service-tabs svg {
    width: auto;
    height: 100px;
    margin-bottom: 30px;
		display: none !important;
}

.tab.tab_counter_1 {
    color: var(--navy);
}

.service-tabs .tab {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px !important;
    border: 1px solid #ebebeb !important;
    background: #fff;
}

.service-tabs .tab:hover,
.service-tabs .active_tab {
    color: #fff !important;
}
    
@media (min-width: 990px) {
    .service-tabs .tab {
        text-align: center;
        border-radius: 5px !important;
        padding: 25px 20px !important;
        box-shadow: 0 0 8px #f3f3f3 !important;
        transition: .5s;
        font-size: 22px;
    }
}

.service-tabs {
    margin: 50px 0 !important;
}

table.normal-table {
    margin-bottom: 0;
}

.service-tabs .tab_titles {
    display: grid;
    gap: 10px;
    margin-bottom: 40px;
}

.service-tabs .tab {margin: 0;}

@media (min-width: 768px) {
    .service-tabs .tab_titles {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1050px) {
    .service-tabs .tab_titles {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .service-tabs .active_tab {
        position: relative;
    }

    .service-tabs .active_tab:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        bottom: -40px;
        left: calc(50% - 30px);
        background-image: url('/wp-content/uploads/2021/12/triangle.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }
}

/* Unique Area CSS Ends Here */

/* Color Block CSS - Starts */


#essentials-content .normal-table th {
    background-color: var(--primary-color);
}

#insights-content .normal-table th {
    background-color: var(--navy);
}

#compliance-content .normal-table th {
    background-color: var(--gray);
}

#revenue-content .normal-table th {
    background-color: var(--sky);
}

#expenses-content .normal-table th {
    background-color: var(--rose);
}

#people-content .normal-table th {
    background-color: var(--orange);
}

.service-tabs .tab_inner_content table th {
    color: #fff !important;
}

.service-tabs .tab.tab_counter_0 {
    color: var(--primary-color);
}
.service-tabs .tab.tab_counter_0:hover,
.service-tabs  .tab_counter_0.active_tab {
    background-color: var(--primary-color) !important;
}

.service-tabs .tab.tab_counter_1 {
    color: var(--navy);
}
.service-tabs .tab.tab_counter_1:hover,
.service-tabs  .tab_counter_1.active_tab {
    background-color: var(--navy) !important;
}

.service-tabs .tab.tab_counter_2 {
    color: var(--gray);
}
.service-tabs .tab.tab_counter_2:hover,
.service-tabs  .tab_counter_2.active_tab {
    background-color: var(--gray) !important;
}

.service-tabs .tab.tab_counter_3 {
    color: var(--sky);
}
.service-tabs .tab.tab_counter_3:hover,
.service-tabs  .tab_counter_3.active_tab {
    background-color: var(--sky) !important;
}

.service-tabs .tab.tab_counter_4 {
    color: var(--rose);
}
.service-tabs .tab.tab_counter_4:hover,
.service-tabs  .tab_counter_4.active_tab {
    background-color: var(--rose) !important;
}

.service-tabs .tab.tab_counter_5 {
    color: var(--orange);
}
.service-tabs .tab.tab_counter_5:hover,
.service-tabs  .tab_counter_5.active_tab {
    background-color: var(--orange) !important;
}

/*
.service-tabs .normal-table {
    max-width: 1020px;
}

.service-tabs .tab_content:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    right: -0px;
    top: calc(50% - 80px);
    background-image: url(/wp-content/uploads/2021/12/triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.service-tabs .active_tab_content {
    border: none !important;
}
*/

/* Color Block CSS - Ends */

/* Inner Posts CSS - Starts */
.inner-posts .read-more-link a {
    border: 1px solid var(--alt-color);
    display: inline-block;
    padding: 6px 20px;
    min-width: 180px;
    text-align: center;
    letter-spacing: 0.5px
    font-weight: bold;
    text-transform: capitalize;
    transition: .5s;
    margin-top: 20px;
}

.inner-posts .slide-meta-del,
.inner-posts .slide-meta-comments {
    display: none !important;
}

.inner-posts .read-more-link a:hover {
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
    color: #fff !important;
}

.inner-posts .slide-entry-title {
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
    margin: 15px 0;
}

.inner-posts .slide-entry-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--orange);
}

.inner-posts .slide-image:hover,
.inner-posts .slide-entry-title:hover {
    opacity: .8;
}

.inner-posts .slide-image img,
.img-border {
    border: 1px solid #e8e8e8 !important;
		padding: 0 !important;
}
/* Inner Posts CSS - Ends */

/* Single Page CSS - Starts */

.archive .title_container,
.single .title_container {
    display: none;
}

.single .entry-content h2 {
    font-size: 1.25em;
    letter-spacing: .5px;
}

.single .entry-content h2,
.single .entry-content h3 {
    color: #222 !important;
}

.single h1 {
    color: var(--primary-color);
    margin-top: 10px !important;
    display: block !important;
        position: relative;
}

@media (min-width: 768px) {
    .single.single-success-stories h1 {
        font-size: 35px !important;
    }
    
    .single h1 {
        font-size: 30px !important;
    }
}

.single .av-vertical-delimiter {
    padding-bottom: 50px;
    border-color: var(--orange);
    width: 80px !important;
    border-top-width: 5px;
}

.single .entry-content h3 {
    color: var(--navy);
    font-size: 22px;
}

.single blockquote em {
    display: inline-block;
    font-size: .9em;
    margin-top: 5px;
    font-style: normal;
    letter-spacing: 0;
}

.single.single-success-stories .post-meta-infos {
    display: none !important;
}

.single blockquote {
    border-color: var(--alt-color);
    padding-left: 27px;
    font-size: 1.15em !important;
}

.big-preview.single-big {
    max-width: 750px;
    margin: 0 auto;
}

.single .entry-content-header {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.single .entry-content-header:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 5px;
    left: calc(50% - 40px);
    bottom: 0;
    background-color: var(--orange);
}

.single-success-stories .blog-tags,
.single-success-stories .related_posts {
    display: none;
}

/* Single Page CSS - Ends */

.archive .slide-meta-del,
.archive .slide-meta-comments {
    display: none !important;
}

.archive .slide-entry-title {
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
    margin: 15px 0;
}

.archive a:hover {
    opacity: .8;
}

.archive .slide-entry-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--orange);
}

.stat-box .avia-animated-number-title {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 65px;
    color: var(--navy);
}

.stat-box .avia-no-number {
    font-size: 1em;
    opacity: 1;
    letter-spacing: 0;
}

.stat-box .avia-animated-number-title:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 10px;
    background-image: url('/wp-content/uploads/2022/03/supporting-strategies-icon.png');
   	background-size: contain;
    background-repeat: no-repeat;
}

.stat-box .avia-animated-number-content {
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.65;
}

.stat-col-area {
    position: relative;
}

.stat-col {
    border: 1px solid #f4f4f4 !important;
    box-shadow: 0 0 6px #f4f4f4;
}

@media (min-width: 990px) {
    .landing-hero {
        position: relative;
    }

    .landing-hero:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50px;
        left: 0;
        bottom: 0;
        background-color: #fff;
    }

    .landing-hero .template-page {
        padding-bottom: 0;
    }

    .landing-image {
        padding: 250px 0 !important;
        border-radius: 5px;
    }
}

@media (max-width: 767px) {
    .landing-image {
        margin-bottom: 30px !important;
        border-radius: 5px;
    }
    
    .landing-content {
        text-align: center;
    }
}

.award-logo img {
    width: auto;
    max-width: 350px;
    max-height: 90px;
    margin-bottom: 15px;
}

.narrow-dual .flex_column_table {
    max-width: 1060px;
    margin: 0 auto;
}

.single-solid-area .template-page {
    padding: 35px 0;
}
@media (min-width: 990px) {
    .single-solid-area .flex_column {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .single-solid-area .section-title {
        width: auto;
        padding-bottom: 0 !important;
        padding-right: 30px;
    }
}

.regular-button .avia-button {
    font-size: 16px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
		padding: 12px 23px;
}

.img-shadow img {
    border: 1px solid #fafafa !important;
    box-shadow: 0 0 6px #efefef !important;
}

.career-testimonial {
    position: relative;
    margin: 0 !important;
}
/*
.career-testimonial:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 10px;
    background-image: url('/wp-content/uploads/2021/12/triangle.svg');
}
*/

.career-testimonial .avia-testimonial-meta {
    margin-left: 0;
}

.career-testimonial .avia-testimonial-markup-entry-content {
    font-size: 18px;
    line-height: 1.6;
}

.career-testimonial .avia-testimonial-name {
    font-size: 1.5em;
    display: block;
    margin: 20px 0 12px;
    color: var(--alt-color) !important;
}

.career-testimonial .avia-testimonial-subtitle {
    line-height: 1.6 !important;
    font-weight: bold;
    color: #222;
}

.single-news .text-sep,
.single-news .blog-categories.minor-meta,
.single-news .related_posts.clearfix.av-related-style-tooltip {
    display: none;
}

.single-news .entry-content a {
    word-break: break-all;
}

/* History Slider CSS - Starts */

.main_color .primary-form input[type='text'] {
    background-color: #fff !important
}

.history-slider .slide-entry {
    background-color: #fff;
    padding: 25px;
}

.history-slider .active-slide {
    display: flex;
}

.history-slider .slide-entry-wrap:last-child .slide-entry.first {
    width: 100%;
}

.history-slider .slide-entry-title {
    color: var(--orange);
    font-size: 30px;
    position: relative;
    padding-top: 50px;
}

.history-slider .slide-entry-title:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2022/03/supporting-strategies-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.history-slider .entry-content ul {
    margin-top: 10px;
}

.history-slider .active-slide .slide-entry:nth-child(n+2) {
    margin-left: 28px;
}

.history-slider .active-slide .slide-entry {
    width: calc(25% - 7px)
}

#timeline .container {
    max-width: 1820px;
}

/* .history-slider .avia-content-slider-inner:after {
    content: '';
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    z-index: -1;
} */

.history-slider .avia-content-slider-inner:after {
    content: '';
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--navy) 50%, transparent 50%);
    z-index: -1;
    animation: border-dance 4s infinite linear;
    background-size: 15px 4px;
}

/* History Slider CSS - Ends */

.main_color .primary-form input[type='text'] {
    background-color: #fff !important
}

/* Event Area CSS - Starts */

.inline-social,
.event-iconlist {
    margin: 0;
}

.event-iconlist li:nth-child(n+2) {
    margin-top: 15px;
}

.event-iconlist .iconlist_icon {
    width: 45px !important;
    height: 45px !important;
    margin: 0 10px 0 0 !important;
    border-radius: 100% !important;
    top: 15px;
}

.event-iconlist .av_iconlist_title {
    font-weight: bold;
    color: #666;
}

.event-iconlist .iconlist-char {
    font-size: 22px;
    line-height: 45px;
    position: relative;
    right: -1px;
}

.event-iconlist .iconlist_content_wrap {
    position: relative;
    top: 8px;
}

/* Event Area CSS - Ends */

.contact-form .gfield_label {
    font-weight: bold !important;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    color: #666;
}

.contact-form .gfield--width-full {
    margin-bottom: 0 !important;
}

/* Features Area CSS - Starts */

.intro-col-alt {
    position: relative;
    transition: .5;
}

.intro-col-img {
    padding: 350px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    position: relative;
    transition: .5s;
}

.intro-col-title-alt {
    position: absolute;
    bottom: 50px;
    font-size: 25px !important;
    transition: .5s;
    padding: 0 20px;
    transition: .5s;
}

.intro-col-title-alt ul {
	opacity: 0;
	display: none;
	font-size: 16px;
}

.intro-col-title-alt li {
    line-height: 1.4;
}

.intro-col-alt:hover ul {
	opacity: 1;
	display: block;
}

.intro-col-title-alt h3{
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 22px !important;
    letter-spacing: 1px;
}

.intro-col-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.25);
    transition: .5s;
}

.intro-col-alt:hover .intro-col-img:before{
    background-color: hsl(201 93% 39% / .75)
}

/* Features Area CSS - Ends */

/* ALT Home CSS - Starts */

.statistics-icon svg {
    width: auto;
    height: 60px;
    margin: 0 auto 18px;
}

.statistics-icon svg,
.statistics-icon svg path {
    fill: var(--orange)
}

.statistics-box .avia-animated-number-title {
    font-weight: bold;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.statistics-box .avia-animated-number-content {
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #000;
}

.single-reviews .avia-testimonial-meta-mini,
.reviews-slider .avia-testimonial-meta-mini {
		position: relative;
}

.single-review .avia-testimonial-name,
.reviews-slider .avia-testimonial-name {
    font-size: 18px !important;
    color: var(--primary-color) !important;
}

.single-review .avia-testimonial-subtitle,
.reviews-slider .avia-testimonial-subtitle {
    font-size: 15px;
    display: block;
    margin-top: 9px;
    color: #666;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.single-review .avia-testimonial-meta-mini:before,
.reviews-slider .avia-testimonial-meta-mini:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: 'entypo-fontello';
    display: block;
    margin-bottom: 8px;
    letter-spacing: 4px;
    color: #ff9800;
		font-size: 15px;
}

.reviews-slider .avia-testimonial-name img {
    display: block;
    margin: 0 auto 15px;
}

#top .reviews-slider .avia-slideshow-arrows a {
    top: 50px;
}

.logo-list ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.logo-list li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.logo-list li img {
    width: auto !important;
    height: auto;
    max-height: 120px;
    padding: 5px 20px !important;
    margin: 0 auto !important;
}

.logo-list a img {
    transition: .5s;
}

.logo-list a img:hover {
    transform: scale(0.98);
}

.service-icon img {
    width: auto;
    height: 60px;
    margin-bottom: 15px;
}

.service-content h3 {
    color: var(--navy);
}

@media (min-width: 768px) {
    .service-col {
        padding: 35px !important;
    }
}

/* ALT Home CSS - Ends */


/* LOC ALT CSS - Starts */

.fb-feed {
    text-align: center;
}

.twitter-feed {
    max-width: 360px;
    margin: 0 auto;
}
.blog-feed .widget_recent_entries li a {
    font-family: inherit;
    font-style: normal;
    display: block;
    font-size: 15px;
}

.blog-feed .widget_recent_entries li {
    margin-left: 0;
}

/* LOC ALT CSS - Ends */

.av-boxed-grid-style.single-review .avia-testimonial_inner {
    padding: 30px 35px;
}

.av-boxed-grid-style .avia-testimonial-wrapper {
    display: block !important;
}

.reviews-slider.av-boxed-grid-style.avia-testimonial-wrapper .avia-testimonial-row {
    margin-bottom: 20px !important;
    display: block !important;
}

.service-svg svg path,
.service-svg svg circle {
    fill: #fff !important;
}

.relation-block .content-wrap {
    font-size: 14px;
    line-height: 1.5;
}

#home_services,
.has-hex-watermark {
    position: relative;
}

#home_services:after,
.has-hex-watermark:after {
    content: '';
    background-image: url(/wp-content/uploads/2022/01/ss-512.png);
    width: 512px;
    height: 512px;
    position: absolute;
    bottom: 100px;
    right: -100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: .15;
}

#custom_footer, .has-lines {position: relative; overflow: hidden}
#custom_footer:after,
.has-lines:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 512px;
    height: 512px;
    background-image: url(/wp-content/uploads/2022/01/ss-line-512.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    opacity: .3;
}


.logo-clients ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.logo-clients li {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.locations-wrap h3 {
    color: #fff !important;
}

.single-review.avia-testimonial-wrapper {
		margin: 0 !important
}

/* Single Location CSS */

.location-top {
    position: relative;
}

.location-h1 .av-subheading {
    margin-top: 25px;
}

.location-management {
    padding: 30px 35px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e1e1e1 !important;
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 30px;
    row-gap: 10px;
}

.location-management:before,
.location-management:after {
    display: none;
}

.location-management .av-special-heading {
    margin: 0;
}

.location-management .av_textblock_section {
    grid-column: span 2;
    font-size: 15px;
}

.location-management .avia-image-container {
    width: 215px;
}

.location-management .avia-image-container:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 40px;
    background-image: url('/wp-content/uploads/2022/01/supporting-strategies-favicon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-over-blue .single-review .avia-testimonial_inner {
    border: none !important;
    text-align: center;
    border-radius: 10px !important;
    overflow: hidden;
}

/* FLip Area CSS */
.action-card {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 100%;
}

.action-card .card-front,
.action-card .card-back {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.7s;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 0 0 9px 0 rgb(189 189 189 / 80%);
}

.action-card:hover .card-front {
    transform: rotateY(-180deg);
}

.action-card:hover .card-back {
    transform: rotateY(0);
}

.action-card .card-back {
    overflow: hidden;
    transform: rotateY(-180deg);
    background: #ffffff;
}

.service-svg svg,
.flip-icon svg {
    width: auto;
    height: 80px;
}

.service-svg svg path,
.flip-icon svg circle,
.flip-icon svg path {
    fill: #ffffff !important;
}

.card-back,
.card-front {
    display: flex;
    flex-wrap: wrap !important;
    padding: 30px;
    align-content: center;
    align-items: center;
}

.card-front {
    background: #fff;
	justify-content: center;
}

.action-content {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.action-button {
    margin-top: 30px;
}

.action-button a {
    padding: 8px 20px;
    color: #fff !important;
    border-radius: 5px;
    transition: .3s;
    border: 2px solid #fff !important;
}

.action-button a:hover {
    background: #ccc !important;
}

.card-front .action-icon {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--purple-color);
}


h3.action-title {
    font-size: 23px;
    width: 100%;
    color: #666 !important;
    margin-bottom: 0;
}

.card-arrow {
    position: absolute;
    right: 30px;
    bottom: 20px;
    border: 1px solid var(--primary-color) !important;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%
}

.card-arrow:before {
    content: '\e88d';
    font-family: entypo-fontello;
    color: var(--primary-color);
    position: absolute;
    left: 6px;
    font-size: 16px;
    line-height: 1.8;
    transition: .6s;
}

@media (min-width: 1251px) {
    .action-card {
        padding-bottom: 85%;
    }
}

@media (min-width: 768px) and (max-width: 1250px) {
    .action-card {
        padding-bottom: 150%;
    }
}

@media (max-width: 989px) {
    .flip-icon svg {
        height: 55px;
    }
}

.alternate_color .action-card .card-front {
    background: #fff !important;
}

/* Flip Area CSS Ends*/

.flip-icon svg,
.service-svg svg {
    background-image: url('/wp-content/uploads/2022/01/ss-hex-primary.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    margin: 0 auto 10px !important;
}

.compliance .flip-icon svg,
.sky-icon.service-svg svg {
    background-image: url('/wp-content/uploads/2022/01/ss-hex-secondary.svg');
}

.revenue .flip-icon svg,
.light-sky-icon.service-svg svg {
    background-image: url('/wp-content/uploads/2022/01/ss-hex-fourth.svg');
}

.expenses .flip-icon svg,
.navy-icon.service-svg svg {
    background-image: url('/wp-content/uploads/2022/01/ss-hex-navy.svg');
}

.insights .flip-icon svg,
.blue-icon.service-svg svg {
    background-image: url('/wp-content/uploads/2022/01/ss-hex-six.svg');
}

@media (min-width: 1200px) {
    .location-top .flex_column_table {
        max-width: 600px;
    }
    
    .location-top .av-section-color-overlay {
        opacity: 0 !important;
    }
    
    .location-top {
        background-size: 45% !important;
        background-position: center right !important;
    }
}

.single-video .flex_column_table {
    max-width: 850px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    #location_top .av-section-color-overlay {
        background-color: rgb(0 0 0 / 50%);
    }
    
    .location-h1 * {
        color: #fff !important;
    }
}


@media (max-width: 767px) {    
    .location-h1 .av-special-heading-tag {
        font-size: 25px !important;
        line-height: 1.5 !important;
    }
}

.location-top .content {
    padding: 40px 0 !important;
}

.location-reviews .avia-testimonial-content p {
    font-size: 18px;
}

.location-reviews .avia-testimonial-meta {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.location-reviews .avia-testimonial-name {
    margin-top: 0 !important;
    color: #666 !important;
    font-size: 17px !important;
}

.location-reviews .avia-testimonial-image {
    margin-right: 20px !important;
}

/* Location Team */

.location-team-images {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 20px;
    column-gap: 50px;
}

.location-team-images .avia-image-container .avia-image-container-inner {
    transition: all .4s;
		cursor: pointer;
}

.location-team-images .avia-image-container:hover .avia-image-container-inner {
    transform: scale(1.1);
    box-shadow: 0 10px 15px 0px #b5b5b5;
}

.location-team-images::before {
    display: none;
}

.wd-image-box {
    display: none;
    border: 1px solid #e1e1e1;
    padding: 30px;
    border-radius: 10px;
		background: #fff;
}

.wd-image-box-image img {
    border-radius: 100%;
    margin: 0 auto;
    display: inline-block;
}

.wd-image-box.open {
    display: block;
}

.wd-image-box-title h2 {
    margin-bottom: 5px !important;
}
.wd-image-box-sub-title p {
    margin-top: 0 !important;
}

.wd-image-box-image,
.wd-image-box-title,
.wd-image-box-sub-title,
.wd-image-box-tel {
    text-align: center;
}

.wd-image-box-tel {
    margin-bottom: 20px;
}

.wd-image-box-tel a {
    background: var(--orange);
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 5px;
    position: relative;
}

a.linkedin-link {
    background-color: var(--sky);
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 5px;
}

.wd-image-box-tel a:before {
    content: '\e8ac';
    font-family: 'entypo-fontello';
    margin-right: 5px;
}

#team_more {
		display: none;
}

#team_more.show {
		display: block;
}

@media(max-width: 1199px) {
    .location-team-images {
        grid-template-columns: repeat(4, 1fr);
        width: 60% !important;
    }

    #member_card_col {
        width: 34%;
    }
}

@media(max-width: 1199px) {
    .location-team-images {
        grid-template-columns: repeat(4, 1fr);
        width: 60% !important;
    }

    #member_card_col {
        width: 34%;
    }
}

@media(max-width: 989px) and (min-width: 768px) {
    .location-team-images {
        grid-template-columns: repeat(3, 1fr);
        width: 50% !important;
    }

    #member_card_col {
        width: 44%;
    }
}

@media(max-width: 767px) {
    .location-team-images {
        grid-template-columns: repeat(3, 1fr);
        width: 100% !important;
    }
}

/* Loaction Area CSS - Starts */
.team-single .flex_column_table {
    max-width: 600px;
    margin: 0 auto;
}

.team-info {
    margin: -5px 0 30px;
}
/* Loaction Area CSS - Ends */

.inner-ticklist ul {
    list-style-type: none;
    margin-left: 0;
}

.inner-ticklist li {
    position: relative;
    margin-left: 0;
    padding-left: 35px;
}

.inner-ticklist li:nth-child(n+2) {
    margin-top: 8px;
}

.inner-ticklist li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 26px;
    top: 5px;
    color: #4caf50;
}

@media (min-width: 990px) {
    .inner-dual-col {
        display: flex;
    }
    
    .inner-dual-col ul {
        min-width: 480px;
        padding-right: 25px;
    }
}

.inner-dual-col {
    margin: 30px 0;
}

.inner-dual-col ul {
    margin: 0;
}

.team-toggle {
    color: var(--primary-color);
}

.team-toggle:hover {
    color: var(--orange);
    cursor: pointer;
}

.center-video {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #d8d8d8 !important;
}

.linkedin-wrap {
    text-align: center;
}

.traits-pic svg {
    width: 250px;
    height: 250px;
}

.traits-list {
    margin: 25px auto;
    display: grid;
    list-style: none !important;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 600px;
    gap: 10px;
}

.traits-list li {
    position: relative;
    padding-left: 40px;
    margin: 0;
}

.traits-list li:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.traits-list li:nth-child(1):before { background: var(--primary-color); }
.traits-list li:nth-child(2):before { background: var(--navy); }
.traits-list li:nth-child(3):before { background: var(--gray); }
.traits-list li:nth-child(4):before { background: var(--rose); }
.traits-list li:nth-child(5):before { background: var(--orange); }
.traits-list li:nth-child(6):before { background: var(--alt-color); }

.shadow-image img {
    border: 1px solid #e1e1e1 !important;
}

.alternate_color blockquote, .alternate_color .avia-bullet, .alternate_color .av-no-color.av-icon-style-border a.av-icon-char {
    border-color: #0072c4;
    font-size: 27px;
}

#location_team .section-title h2 {
    background: var(--primary-color);
    color: #fff !important;
    padding: 20px;
    margin: -50px -50px 0;
}

@media (min-width: 1301px) {
    #location_team .section-title h2 {
        margin: -50px -15em 0;
    }
}

.custom-quote {
    padding-left: 65px;
    font-size: 18px;
    font-style: italic;
    position: relative;
}

.custom-quote:before {
    content: '\e833';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 60px;
    font-style: normal;
    color: var(--primary-color);
    top: 8px;
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .custom-quote {
        font-size: 25px;
        padding-left: 100px;
    }

    .custom-quote:before {
        font-size: 82px;
    }
}

.review-single .avia-slideshow-controls {
    display: none !important;
}

.simple-box {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {
    .center-four-col .flex_column_table {
        display: flex !important;
        justify-content: center;
    }
}

.wpsl-info-window p span,
.wpsl-info-actions {
    display: none !important;
}

.careers-links-col {
    background-color: #f8f8f8;
    padding-bottom: 30px;
}

.careers-links-content {
    padding: 0 40px;
}

.careers-links-content h3 {
    color: var(--navy) !important;
}

/* Section Title CSS - Starts */

@media (min-width: 768px) {
    .bolder-title .av-special-heading-tag,
    .section-title .av-special-heading-tag {
        font-size: 32px !important;
    }
}

@media (max-width: 767px) {
    .bolder-title .av-special-heading-tag,
    .section-title .av-special-heading-tag {
        font-size: 25px !important;
    }
}

/* Section Title CSS - Ends */

.image-shadow img {
    box-shadow: 0 0 3px 5px #e6e6e6 !important;
    border: 1px solid #d8d8d8 !important;
}

.alt-heading h3 {
    color: var(--orange) !important;
}

.imgbox h3.av-special-heading-tag {
    font-size: 18px !important;
    color: #222 !important;
}

.imgbox .av-special-heading {
    padding: 5px 20px 25px !important;
}

.main_color .imgbox {
    background: #f8f8f8;
}

@media (min-width: 768px) and (max-width: 1150px) {
	#footer .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
	}

	#footer .flex_column {
        width: 100% !important;
        margin: 0 !important;
	}

	#footer .widget {
		margin: 0;
	}
    
    #footer .avia_social_icons_widget {
    	margin-top: 15px !important;
    }
}

@media (min-width: 1151px) {
    #footer .container {
        display: flex;
	    flex-wrap: wrap;
	}

	#footer .flex_column {
		width: 33.33%;
		margin-left: 0
	}
	
	#footer .flex_column:nth-child(2) {
		padding-left: 5%;
	}
    
     #footer .avia_social_icons_widget {
        margin-top: -20px;
    }
}

@media (max-width: 1250px) {
    #relationship .flex_column_table {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    
    #relationship .flex_column {
        width: 100%;
        margin: 0;
    }
    
    #relationship .flex_column.right-to-left {
        order: -1;
        margin-bottom: 30px;
    }
}

.career-top-apply {
    display: inline-block;
    background: var(--orange) !important;
    padding: 10px 25px;
    margin-top: 25px;
    border-radius: 6px;
    font-weight: normal !important;
    line-height: 1.5;
}

.career-top-apply:hover {
    opacity: .9;
}

#footer .avia-button {
    font-size: 15px;
    padding: 15px 20px;
}

/* Timeline Process Area CSS - Starts */

.timeline-process ul {
    list-style: none;
    margin: 160px 0;
    text-align: center;
    position: relative;
    display: flex;
}

.timeline-process ul li {
    position: absolute;
    margin: 0 !important;
    width: 150px;
}

.timeline-process ul li span,
.timeline-process ul li svg {
    display: block !important;
    margin: 0 auto;
}

.timeline-process ul li svg {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}

.timeline-process ul li svg path {
    fill: var(--primary-color)
}

@media (min-width:768px) {
    .timeline-process ul li:nth-child(1) {
        top: -150px;
        left: 0;
    }

    .timeline-process ul li:nth-child(2) {
        bottom: -130px;
        left: 12%;
    }

    .timeline-process ul li:nth-child(3) {
        top: -150px;
        left: 23%;
    }

    .timeline-process ul li:nth-child(4) {
        bottom: -155px;
        left: 33%;
    }

    .timeline-process ul li:nth-child(5) {
        top: -123px;
        left: 45%;
    }

    .timeline-process ul li:nth-child(6) {
        bottom: -155px;
        left: 55%;
    }

    .timeline-process ul li:nth-child(7) {
        top: -123px;
        left: 65%;
    }

    .timeline-process ul li:nth-child(8) {
        bottom: -153px;
        left: 75%;
    }

    .timeline-process ul li:nth-child(9) {
        top: -123px;
        left: 85%;
    }

    .timeline-process ul:after {
        content: '';
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--navy) 50%, transparent 50%);
        background-size: 15px 4px;
        top: 50%;
        left: 0;
        position: absolute;
        z-index: -2;
        animation: border-dance 4s infinite linear;
    }


    .timeline-process ul li:nth-child(odd) {
        display: flex;
        flex-wrap: wrap;
    }

    .timeline-process ul li:nth-child(odd) svg {
        order: 2;
        margin-bottom: 0;
        margin-top: 10px;
    }

}

@media (max-width:767px) {
    .timeline-process ul {
        width: 1px;
        margin: 0 auto;
        height: 1350px;
    }

    .timeline-process ul li:nth-child(1) {top: 0;left: -160px;}
    .timeline-process ul li:nth-child(2) {top: 150px;right: -160px;}
    .timeline-process ul li:nth-child(3) {top: 300px;left: -160px;}
    .timeline-process ul li:nth-child(4) {top: 450px;right: -160px;}
    .timeline-process ul li:nth-child(5) {top: 600px;left: -160px;}
    .timeline-process ul li:nth-child(6) {top: 750px;right: -160px;}
    .timeline-process ul li:nth-child(7) {top: 900px;left: -160px;}
    .timeline-process ul li:nth-child(8) {top: 1050px;right: -160px;}
    .timeline-process ul li:nth-child(9) {top: 1200px;left: -160px;}

    .timeline-process ul:after {
        content: '';
        width: 1350px;
        height: 2px;
        background: linear-gradient(90deg, var(--navy) 50%, transparent 50%);
        background-size: 15px 4px;
        left: 0;
        position: absolute;
        z-index: -2;
        animation: border-dance 4s infinite linear;
        transform: rotate(90deg);
        transform-origin: left;
    }
}

/* Timeline Process Area CSS - Ends */

.center-list ul {
    text-align: left !important;
    max-width: 650px;
    margin: 20px auto;
}

.inner-submenu .avia-menu-text {
    font-size: 16px !important;
    color: var(--primary-color);
    transition: .5s;
}

.inner-submenu .avia-menu-text:hover {
    color: var(--orange);
}

.inner-submenu {
    background-color: #f5f5f5;
}

.inner-submenu a {
    background-color: transparent !important;
}

.title-with-logo h2 {
    margin: 15px 0 0;
}

.share-social .av-share-link a:before {
    font-size: 20px;
}

#top .share-social li:nth-child(n+2) {
    margin-left: 10px !important;
    display: inline-block;
}

.contact-form .gform_footer {
   margin-top: 25px !important;
   padding: 0 !important;
}

/* Event Inline Social CSS - Starts */

.inline-social .avia-icon-list {
    display: flex;
}

.inline-social-center .avia-icon-list {
    justify-content: center !important;
}

.inline-social .avia-icon-list a {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

.inline-social .avia-icon-list li:nth-child(n+2) {
    margin-left: 10px;
}

/* Event Inline Social CSS - Ends */

.non-link.event-header .av-flex-placeholder:before {
    background: #A5C539 !important;
    width: 3px;
    left: 10px;
}

.agenda-list ul {
    list-style-type: none;
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
}

.agenda-list ul li {
    border-top: 1px solid #d8d8d8;
    padding: 10px 20px 10px 35px;
    margin: 0;
}

.regular-button-row .avia-button:nth-child(even) {
    background-color: var(--orange);
}

.wp-caption-text {
    font-style: normal;
    font-family: inherit;
    font-size: 15px;
}

.survey-form {
    max-width: 800px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 40px 40px 10px;
}

.survey-form .button {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    min-width: 200px !important;
    padding: 13px;
}

.survey-form textarea {
    background-color: #fff !important;
}

.survey-form .gfield_label {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #666;
    letter-spacing: 0.5px;
}

.black-title h3 {
    color: #333 !important;
}

.regular-button a {
    padding: 15px 28px !important;
}

.alt-button .avia-button,
.regular-button-row .avia-button,
.orange-button .avia-button {
    border: none !important;
}

.orange-button .avia-button {
    background-color: var(--orange);
}

.alt-button .avia-button {
    background-color: var(--rose) !important;
}

.large-button .avia-button {
    padding: 22px !important;
    min-width: 225px;
    font-size: 17px;
}

.slider-logos .bx-wrapper {
    max-width: 100% !important;
}

.slider-logos ul {
    list-style-type: none !important;
    text-align: center;
    margin: 0 !important;
}

.slider-logos ul li {
    text-align: center;
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0 20px;
    height: 120px;
    width: auto !important;
}

.slider-logos ul li img {
    width: auto;
    height: 120px;
}

.slider-logos {
    height: 120px;
}

.location-reviews .avia-testimonial-image {
    display: none !important;
}

.team-img-container,
.avia-image-container-inner,
.avia_image,
.av-image-caption-overlay {
    border-radius: 0 !important;
}

.no-result-tag {
    font-size: 1.4em;
    line-height: 1.5;
}

.no-result {
    font-size: 27px;
    margin-bottom: 20px;
}

.agenda-faq {
    max-width: 800px;
    margin: 0 auto;
}

.agenda-faq .toggler {
    border: none;
    border-bottom: 1px solid #d8d8d8 !important;
    border-radius: 0 !important;
}

.agenda-faq .single_toggle {
     border-bottom: 1px solid #d8d8d8 !important;
}

.agenda-faq .av_toggle_section:last-child .single_toggle {
    border-bottom: none !important;
}

.agenda-faq .toggle_icon {
    border: none !important;
}

.agenda-faq .hor_icon,
.agenda-faq .vert_icon {
    border-color: var(--primary-color);
}

.logo-list .wp-caption {
    border: none !important;
}

.logo-list .wp-caption-text {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.agenda-faq .toggle_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 15px;
}

@media (min-width: 768px) {
    .agenda-faq .toggle_content {
        grid-template-columns: 1fr 1fr;
    }
}

.agenda-faq #single_ul .toggle_content {
    grid-template-columns: 1fr;
}

.agenda-faq .toggle_content hr {
    display: none;
}

.agenda-faq .toggle_content ul {
    background-color: #fff;
    padding: 20px 20px 15px;
    margin: 0;
}

.agenda-faq strong {
    color: #333 !important;
}

.center-survey .flex_column_table {
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .center-survey .flex_column {
        padding: 40px;
    }
}

.speaker-bio h3 {
    color: #666 !important;
}

.facetwp-pager {
    padding-top: 10px;
}

.facetwp-page {
    display: inline-block;
    border-radius: 3px;
    padding: 4px 15px !important;
    color: #333;
    margin-right: 15px;
    border: 1px solid var(--primary-color) !important;
}

.single-survey .flex_column_table {
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .single-survey .flex_column {
        padding: 30px 40px !important;
    }
}

#top .fullsize .template-blog .post .entry-content-wrapper {
    text-align: inherit !important;
}

.footer-button a {
    background-color: var(--orange) !important;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #fff !important;
}

.footer-button a:hover {
    opacity: .85;
}

.hs-form-wrap .flex_column_table {
    max-width: 550px;
    margin: 0 auto;
}

.hs-form-wrap .flex_column {
    padding: 25px 0 25px 25px;
}

@media (min-width: 768px) {
   .hs-form-wrap .flex_column {
        padding: 40px 0 30px 45px;
    }    
}

#team_more .wd-image-box img {
    width: 212px;
}