:root {
	--primary: #6a3a8c;
    --secondary: #828c3a;
    --green: #828c3a;
    --deep-primary: #001e35;
    --light-primary: #f6e9ff;
    --light-green: #faffdc;
    --golden: #cea349;
    --silver: #A6A7A7;
    --black: #111111;
}

/* TEMP CSS Area - Starts */

.regular-button .avia-button {
    background-color: var(--green) !important;
}

#top .cursive-title .av-special-heading-tag {
    font-family: 'university-roman', sans-serif;
    line-height: 1.25 !important;
}

#top .section-title .av-special-heading-tag {
    color: var(--deep-primary);
}

@media (min-width: 990px) {
    .section-title {
        display: flex !important;
        justify-content: center;
        column-gap: 15px;
        align-items: center;
    }
    
    .cursive-title .av-subheading_above,
    .cursive-title .av-subheading_above p {
        margin: 0 !important;
    }
}

.cursive-title-left {
    display: flex;
    justify-content: left;
    column-gap: 10px;
}

@media (max-width: 989px) {
    .cursive-title .av-subheading_above img {
         width: 60px;   
    }
}

#budget {
    border-top: 1px solid #e4e4e4 !important;
}

/* TEMP CSS Area  - Ends */

.search .title_container,
.archive .title_container,
.single .title_container {
    display: none;
}

.logo {
    height: 150px !important;
}

@media (min-width: 768px) {
    .logo {
        margin-top: 8px;
    }
}

/* Header CSS Starts Here */

.av_secondary_right .sub_menu li a {
    font-size: 14px !important;
    font-weight: normal;
}

@media (min-width: 768px) {
    #header_meta {
        border: none !important;
        background: transparent !important;
    }
     
    #header_meta .sub_menu {
      padding-right: 13px;
      top: 0;
    }

    #header_main .container,
    .av-main-nav .menu-item-top-level > a {
      line-height: 80px !important;
      height: 80px !important;
    }

    .av_secondary_right .sub_menu li a {
        line-height: 50px !important;
    }

    .av_secondary_right .sub_menu li {
        border: none !important;
    }

    .logo img {
        max-height: 1000% !important;
    }
     
    span.logo {
        position: absolute;
        top: -50px;
        height: 180px !important;
    }
}

.menu-icon {
    padding-right: 5px;
}
 
#header_main {
    border-top: none !important;
}
 
@media (min-width: 768px) and (max-width: 1110px)  {
  #header_main .container, .main_menu ul:first-child > li a {
      height: 70px !important;
      line-height: 70px !important;
  }
}

@media (min-width: 1111px) {
    .main_menu {
      border-top: 1px solid #d8d8d8 !important;
    }
    
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 131px;
    }
}
 
@media (max-width: 1110px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
 
    .menu-item-top-level {
        display: none;
    }
 
    #av-burger-menu-ul li a {
        height: auto !important;
        line-height: 1.5 !important;
    }
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #000;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li {
    font-family: inherit !important;
}

.avia_mega_div li.menu-item-has-children:nth-child(n+2) {
    border-left: 1px dotted #ccc;
}

#header .six.units {
    width: 600px !important;
}

#header .units {
    top: calc(100% - 1px) !important;
}

/* Header CSS Ends Here */

/* Landing Header Area CSS */
.title_container .container {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.title_container .top-overlay {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 25px 25px 30px;
    height: 35vh;
    align-items: center;
    row-gap: 8px;
    background: rgb(0 0 0 / 0.5) !important;
}

.title_container h1.main-title.entry-title {
    justify-content: center;
    padding: 0 !important;
}

#top .title_container .main-title a {
    font-family: 'university-roman', sans-serif;
}

@media (max-width: 767px) {
    #top .title_container .main-title a {
        font-size: 40px !important;
        letter-spacing: 0.5px;
    }
}

.title_container .breadcrumb {
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .title_container .top-overlay {
        height: 50vh;
    }

    #top .title_container .main-title a {
        font-size: 60px !important;
    }
}

/* Landing Header Area CSS - End */

.avia-button {
    border-radius: 50px !important;
}

.avia_button_icon_right {
    padding-left: 6px;
}

.main_menu .menu-item-top-level > a span.avia-menu-text {
    font-size: 17px;
    font-weight: 400;
}

.main_menu .menu-item-top-level .sub-menu span.avia-menu-text {
    font-size: 16px;
}

/* Footer Area CSS */
#top #m16_footer .flex_column .widget_nav_menu li {
    border: none !important;
}

#top #m16_footer .flex_column .widget_nav_menu li a {
    padding-block: 3px;
}

#top #m16_footer .flex_column .widget_nav_menu li a:hover {
    background: transparent !important;
}

.footer-iconlist {
    margin: 0 0 20px;
}

.footer-iconlist span.iconlist-char {
    position: relative;
    top: 3px;
}

.footer-iconlist a:hover {
    opacity: .85;
}

#m16_footer h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .footer-columns {
        display: grid;
        grid-template-columns: 6fr 4fr 4fr;
        column-gap: 50px;
    }
    
    .footer-columns .flex_column {
        width: 100% !important;
        margin: 0 !important;
    }
}
.footer-iconlist p {
    margin-bottom: 10px;
}

#socket .container {
    text-align: center;
    border-top: 1px solid #545454 !important;
}

#socket .copyright {
    float: none !important;
    font-size: 13px;
}

.main_color .iconlist_content {
    color: #333;
}

#get_started {
    background-color: var(--silver);
}

.avia_button_icon_left {
    padding-right: 3px;
}
/* Footer Area CSS - Ends */

.logo-list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
    row-gap: 25px;
}

.alt-title h3 {
    font-size: 23px;
    margin-bottom: 25px;
    font-weight: 500;
}

.footer-heading .av-special-heading-tag {
    letter-spacing: 0 !important;
}

.av-subheading_below {
    line-height: 1.6;
}

.dual-masonry {
    display: flex;
    column-gap: 15px;
    padding-block: 25px;
}

.dual-masonry span {
    position: relative;
}

.dual-masonry span:nth-child(1) {
    top: -25px;
}

.dual-masonry span:nth-child(2) {
    bottom: -25px;
}

.faq-content .toggle_icon span {
    border-color: var(--primary) !important;
}

.faq-content .av_toggle_section:nth-child(n+2) {
    margin-top: 10px;
}

.faq-content p.toggler {
    border: 1px solid #d8d8d8 !important;
    margin-bottom: 1px;
    transition: .5s;
    border-radius: 8px !important;
    padding-block: 12px;
}

.faq-content p.toggler:hover {
    color: var(--primary) !important;
}

.regular-button .avia-button {
    border: none !important;
}

.regular-button-row .avia-button:nth-child(even) {
    background-color: var(--deep-primary);
}

.avia_textblock b,
.single .entry-content b,
.avia_textblock strong,
.single .entry-content strong {
    color: #333;
}

.big-preview.single-big img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.single .mfp-title {
    display: none;
}

/*
.link-card .team-img-container {
    position: relative;
    padding: 15px 0 0 15px;
    border-radius: 0;
}

.link-card .team-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 2px solid var(--primary);
    z-index: 1;
}
*/

.link-card img {
    border-radius: 100%;
    border: 2px solid var(--black) !important;
    padding: 4px;
    width: 300px;
}

.link-anchor:hover + .link-card h3 {
    color: var(--primary);
}

.link-card {
    transition: .5s;
    margin: 0 !important;
    text-align: center;
}

.link-anchor:hover + .link-card {
    transform: translateY(-6px);
}

.link-card .team-member-name {
    font-weight: 500 !important;
}

.inner-ticklist ul li {
    list-style-type: none !important;
    margin-left: 0;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    margin-top: 5px;
}

.inner-ticklist ul li:before {
    content: '\e812';
    font-family: entypo-fontello;
    position: absolute;
    left: 0;
    color: #4CAF50;
}

.footer-disclaimer {
    line-height: 2;
}

/* Budget Area CSS - Starts */

.budget-iconbox img {
    width: 100px;
}

.inline-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.budget-iconbox {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.budget-iconbox .wd-hybrid-box-title h2 {
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .budget-iconbox {
        flex-direction: column;
    }

     .budget-iconbox .wd-hybrid-box-content {
        text-align: center;
    }
}
@media (min-width: 990px) {
    .inline-wrapper {
        justify-content: space-between;
    }
    .inline-wrapper .regular-button {
        width: 215px;
    }
    
    .budget-iconbox {
        width: calc(100% - 245px)
    }
}

@media (max-width: 989px) {
    .inline-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Budget Area CSS - Ends */

.footer-button .avia-button {
    border: 2px solid #fff !important;
    transition: .5s;
    padding-block: 13px !important;
}

.footer-button .avia-button:hover {
    opacity: 1 !important;
    background: transparent !important;
    color: #fff !important;
}

.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1 !important;
}

p.gform_required_legend {
    display: none;
}

/* Quote Form CSS */
.quote-form {
    width: 800px;
    max-width: 100% !important;
    margin-inline: auto;
}

.quote-form .gform_body select,
.quote-form .gform_body textarea,
.quote-form .gform_body input {
    border: none !important;
    padding: 12px !important;
    border-bottom: 1px solid #000 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #000 !important;
    padding-left: 0 !important;
}

.quote-form .gform_body .gfield {
    margin-bottom: 15px !important;
}

.quote-form .gform_body select::placeholder,
.quote-form .gform_body textarea::placeholder,
.quote-form .gform_body input::placeholder {
    color: #000 !important;
}

.quote-form label.gform-field-label {
    font-weight: normal !important;
    color: #000;
    font-size: 16px !important;
}

.quote-form legend.gfield_label {
    color: #454545;
    font-size: 18px !important;
}

.quote-form .gform_footer input {
    border: 1px solid #000 !important;
    background: transparent;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .5s;
}

.quote-form .gform_footer input:hover {
    background: #000;
    color: #fff;
}

@media (min-width: 641px) {
    .quote-form .gform_wrapper.gravity-theme .ginput_complex .gform-grid-col {
        padding: 0 !important;
    }
    
    .quote-form .gform_wrapper.gravity-theme .gform_fields,
    .quote-form .gform_wrapper.gravity-theme .ginput_complex {
        column-gap: 3%;
    }
}

/* Quote Form CSS - Ends */

.narrow-textblock {
    width: 900px;
    max-width: 100% !important;
    margin-inline: auto;
}

.inner-iconbox {
    text-align: center;
}

.inner-iconbox svg {
    fill: var(--green);
    width: auto;
    height: 80px;
    margin-bottom: 10px;
}

.svg-stroke svg path {
    stroke: var(--green) !important;
}

.inner-iconbox-alt svg g {
    fill: var(--green);
}

.inner-iconbox .wd-hybrid-box-title h3 {
    font-weight: normal;
}

.narrow-columns .flex_column_table {
    width: 900px !important;
    max-width: 100% !important;
    margin-inline: auto;
}

.narrow-columns .flex_column_table.sc-av_one_half.av-equal-height-column-flextable {
    width: 600px !important;
}

.inner-text-heading h3 {
    font-family: 'university-roman', sans-serif;
    font-size: 30px;
    color: var(--green);
}

.inner-grid .inner-text-heading h3:nth-child(n+2) {
    margin-top: 25px;
}

#top fieldset {
    margin-bottom: 0;
}

#top .content .flex_column .widget_nav_menu li a:hover,
#top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item, #top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item {
    background: transparent !important;
}


.inline-wrapper .av-special-heading {
    width: auto;
}

.inline-wrapper {
    justify-content: center;
}

@media (min-width: 990px) {
    .inline-wrapper .av-special-heading {
        padding-bottom: 0 !important;
    }
}

.light-inline-wrapper .content,
.inner-inline-wrapper .content {
    padding-block: 35px;
}

.light-inline-wrapper {
    background-color: #d8d8d8 !important;
}

/* Iconlink Card CSS */

.iconlink-column {
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid var(--green) !important;
    padding: 25px;
    transition: .5s;
}

.iconlink-card svg {
    margin: 0 auto;
    fill: var(--green);
    width: auto;
    height: 80px;
}

.iconlink-card {
    text-align: center;
    margin: 0;
}

.iconlink-card h3.team-member-name {
    font-size: 22px;
    font-weight: normal;
    margin: 20px 0 10px;
    transition: .5s;
}

.center-three-columns {
    width: 900px;
    max-width: 100% !important;
    margin-inline: auto;
}

.iconlink-column:hover {
    transform: translateY(-6px);
    background-color: var(--light-green) !important;
    box-shadow: 0 8px 6px 5px #e6e6e6;
}

.iconlink-column:hover .iconlink-anchor + .iconlink-card .team-member-job-title {
    color: var(--green) !important;
}

/* Iconlink Card CSS - Ends */

.avia_textblock ul ul li {
    list-style-type: circle !important;
}

.black-btn .avia-button {
    background-color: var(--black) !important;
}

.top-nav-btn a {
    background-color: var(--silver);
    padding: 7px 16px !important;
    transition: 0.3s;
    border-radius: 50px;
    color: #fff !important;
    letter-spacing: 0.2px;
}

.top-nav-btn a:hover{
    opacity: 0.85 !important;
}

.single .entry-content h2,
.single .entry-content h3 {
    text-align: initial !important;
}

.single .entry-footer strong {
    color: #000 !important;
}
.hidden-item { display: none !important; }
/* Single Post - CSS */
.single-post aside.sidebar,
.single-post main.content {
    padding-top: 75px;
}
.single-post .entry-content {
    padding-top: 30px;
}
.single-post .entry-content h2 {
    font-size: 23px;
    color: var(--green);
}
.html_elegant-blog #top .post-entry .post-meta-infos,
.html_elegant-blog .avia-content-slider .slide-meta {
    display: none;
}
.html_elegant-blog .av-vertical-delimiter {
    border-color: var(--primary);
    border-top-width: 4px;
}
.recentcomments a, .widget_recent_entries li a {
    font-family: inherit;
    font-style: normal;
}
/* End of Single Post - CSS */
.html_elegant-blog #top .post-entry .blog-categories {
    display: none;
}