:root {
	--primary-color: #1f497d;
    --secondary: #a6a6a6;
}
html {
    background-color: var(--primary-color);
}
.logo a {
    display: flex;
    align-items: center;
}
.logo img {
    width: auto !important;
    max-width: 250px !important;
}
@media (max-width: 989px) {
	.logo img {
	    max-width: 180px !important;
	}
}
/* TEMP CSS Area - Starts */

h1.main-title.entry-title {
    font-family: inherit !important;
}

/* TEMP CSS Area - Ends */

.menu-item-top-level > a .avia-menu-text {
    font-size: 18px;
		text-transform: uppercase;
}

.menu-item-top-level .sub-menu .avia-menu-text {
    font-size: 16px;
}

.avia-menu-fx {
    height: 3px;
}

.av-main-nav > li > a:hover {
    background-color: #f8f8f8;
}
.section-title h2 {
	text-transform: none !important;
    font-weight: 600 !important;
    line-height: 1.5;
    letter-spacing: 1.5px !important;
}

#heading_section .content {
    padding: 30px;
}

.team-member-img img {
    border: 1px solid #e2e2e2 !important;
    max-width: 250px;
}

.team-member-name h3 {
    font-size: 25px;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.team-member-iconlist .iconlist_icon {
    position: relative;
    top: 5px;
}

.team-member-iconlist {
    font-size: 18px;
    margin: 25px 0;
}

.office-loc-iconlist a,
.team-member-iconlist a {
    text-decoration: none !important;
}

.office-loc-iconlist a:hover,
.team-member-iconlist a:hover {
    opacity: .7;
}


.team-dual-btns div{
    display: inline-block;
}

.team-dual-btns div a{
    background-color: #1f497d;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none !important;
}

.team-dual-btns div a:hover {
    opacity: .8;
}

.team-dual-btns {
    text-align: center;
}

.profile-btn {
    margin-right: 15px;
}

@media (min-width: 768px) {
  #hero_top .content {
      padding: 200px 0;
  }
}

.office-loc-title {
    margin-top: 20px;
}

.office-loc-title h3 {
    font-weight: bold !important;
    color: #2d5484;
}

.office-loc-iconlist .av_iconlist_title {
    font-weight: bold;
    color: #1f497d !important;
}

.office-loc-col {
    box-shadow: 0 0 10px 1px #e6e6e6;
    padding: 30px;
    transition: .7s;
    border-radius: 5px !important;
}

#contact_us .av-flex-placeholder {
    width: 30px;
}

.office-loc-col:hover {
    transform: scale(1.02);
}

.all-partner-col {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px !important;
    border: 1px solid #d8d8d8 !important;
}

#all_partners_area {
    border-top: 5px solid #a6a6a6 !important;
}

#all_partners_area .av-flex-placeholder {
    width: 30px !important;
}

#all_partners_area .hr {
    height: 30px !important;
}

.all-partner-text ul {
    margin-bottom: 0;
    list-style-type: none;
}

.all-partner-text ul li {
    margin-left: 0;
    font-size: 18px;
}

.all-partner-text ul li:before {
    content: '\e832';
    font-family: 'entypo-fontello';
    padding-right: 10px;
    color: #1f497d;
}

#landing_header .container {
    padding-top: 0 !important;
}

ul.team-details {
    list-style-type: none;
    margin: 0;
}

ul.team-details li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: bold;
}

ul.team-details li a {
    text-decoration: none !important;
}

li.phone-icon {
    margin-right: 20px !important;
}

li.phone-icon:before {
    content: '\e8ac';
    font-family: 'entypo-fontello';
    padding-right: 7px;
}

li.mail-icon:before {
    content: '\e805';
    font-family: 'entypo-fontello';
    padding-right: 7px;
}

li.vcard-icon:before {
    content: '\e840';
    font-family: 'entypo-fontello';
    padding-right: 7px;
}

.inner-content-area .av-flex-placeholder {
    width: 30px !important;
}

.bio-text p {
    margin-top: 0;
}
/*
.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 950px;
  margin: 20px auto;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 950px;
  margin: 20px auto;
}
*/

.team-details strong:before {
    content: '\e8c9';
    font-family: 'entypo-fontello';
    padding-right: 8px;
}

.team-details .membership-icon:before {
    content: '\e840';

}

.team-details strong {
    display: block;
    font-size: 20px;
    margin: 30px 0 -15px 0 !important;
}



.team-img img {
    border: 1px solid #efefef !important;
    width: 300px;
}

a {
    text-decoration: none !important;
}

.team-intro h1 {
    font-size: 40px;
    margin-bottom: -5px;
    color: #1f497d !important;
}

.team-member img {
    width: 160px;
    border: 1px solid #efefef !important;
    transition: .7s;
    border-radius: 50%;
}

.team-member .team-member-name {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #1f497d;
    transition: .3s;
    font-size: 20px !important;
}

.team-col:hover .team-member img  {
    transform: scale(0.97);
}

.team-col:hover {
    opacity: .8;
}

.inner-four-col .flex_column_table {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.inner-four-col .flex_column {
    margin-left: 0 !important;
    width: 100% !important;
}

.team-area .flex_column_table {
    max-width: 950px;
    margin: 0 auto;
    float: none !important;
}

.normal-button a {
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    font-size: 17px !important;
    font-weight: bold !important;
    padding: 13px 25px !important;
    transition: .5s;
    letter-spacing: 0.3px;
}

.normal-button a:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.avia_button_icon_right {
    padding-left: 4px;
}

@media (min-width: 481px) and (max-width: 990px) {
    .inner-four-col .flex_column_table {
        grid-template-columns: 1fr 1fr;
    }

    .team-area .flex_column_table {
      max-width: 650px;
  }
}

@media (max-width: 480px) {
    .inner-four-col .flex_column_table {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 989px) {
    #home_about_us {
        display: flex !important;
        flex-wrap: wrap;
    }

    #home_about_us .flex_cell {
        width: 100% !important;
    }

    #home_about_us .img-col {
        order: -1;
    }
}

/* Profile Form Area CSS -Starts */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 30px 30px;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
}

.white-popup input[type="submit"] {
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    padding: 12px !important;
		width: 100% !important;
		font-size: 18px !important;
}

.white-popup input[type="submit"]:hover {
    opacity: .85;
}

.white-popup .gform_footer {
    padding: 0 !important;
		margin-top: -15px !important;
}

.open-popup-link a {
    text-decoration: none !important;
    border: 1px solid !important;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    min-width: 170px;
    text-align: center;
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.open-popup-link a:hover {
    opacity: .85 !important;
}

.open-popup-link a:after {
    content: '\e875';
    font-family: 'entypo-fontello';
    padding-left: 7px;
}

.open-popup-link a.lising-button {
    background-color: #666 !important;
    margin-left: 10px;
}

.popup-content .gfield {
    margin-top: 0 !important;
}

h3.profile-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}
/* Profile Form Area CSS -Ends */

.contact-form li {margin: 0 !important;}

.contact-form .gform_body select,
.contact-form .gform_body input,
.contact-form .gform_body textarea {
   padding: 10px !important;
}

.contact-form .gform_footer {
   margin-top: 20px !important;
}

.contact-form .gform_footer input[type=submit] {
   width: 100% !important;
   padding: 5px 10px !important;
   text-transform: uppercase !important;
   letter-spacing: 2px !important;
	font-size: 18px;
}

.textarea.small {
    margin-bottom: 0 !important;
}

@media (min-width: 641px) {
    .contact-form .gform_footer input[type=submit] {
        padding: 15px !important;
    }
}

.white-popup .gform_footer {
    margin-top: 7px !important;
}

.white-popup input[type="text"],
.white-popup select {
    padding: 10px !important;
}

.advisor-col {
    border: 1px solid #dedede !important;
    text-align: center;
    padding-bottom: 25px;
    transition: .5s;
}
/*
.advisor-col:hover {
    transform: scale(0.98);
    background-color: #f8f8f8;
}
*/

.advisor-box .team-member-name {
    font-size: 22px;
    padding: 10px 20px;
    color: var(--primary-color);
}

.team-img-container,
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0;
}

.advisor-box img {
    border-bottom: 1px solid #e8e8e8
}

/* Top Overlay CSS Area - Starts */

.top-overlay {
    position: relative;
}
.inner-header-bg, .title_container:after {
    background: transparent !important;
}
.top-overlay {
    display: inline-block;
    background: rgb(31 73 125 / 0.6);
    margin: 250px 0 0;
    padding: 15px 25px 10px;
}
@media (max-width: 767px) {
    .top-overlay {
        margin: 80px 0;
    }
}
.title_container .container {
    padding-bottom: 0 !important;
}
.title_container h1 {
    letter-spacing: 1px;
}
.title_container .main-title {
    padding: 0 0 15px !important;
}

/* Top Overlay CSS Area - Ends */

/* Post Area CSS Area - Starts */

.archive .title_container,
.single .title_container,
.single .big-preview.single-big {
    display: none !important;
}

.single .av-heading-wrapper .blog-categories {
    text-transform: none !important;
}

.single .post-meta-infos {
    max-width: 730px !important;
    margin: 40px 40px 0 !important;
}

.single .entry-content img {
    border: 1px solid #e8e8e8 !important;
}

.single .entry-content .aligncenter {
    padding: 0;
}

.page-blog-content .slide-meta {
    display: none !important;
}

.page-blog-content .entry-content-header * {
    text-transform: none !important;
}

.page-blog-content .more-link {
    margin: 0 auto 10px;
    transition: .5s;
    border: 1px solid var(--primary-color) !important;
    text-transform: capitalize !important;
    max-width: 220px;
}

.page-blog-content .more-link:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}

.page-blog-content .more-link:after {
    content: '\e875';
    font-family: 'entypo-fontello';
    padding-left: 8px;
}

/* Post Area CSS Area - Ends */


.property-form {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #e8e8e8 !important;
    padding: 30px 30px 20px;
    box-shadow: 0 0 5px #efefef;
}

.flex_column_table {
    margin-top: 0 !important;
    float: none !important;
}

.section-title .av-special-heading-tag {
    width: auto;
    max-width: max-content;
    padding: 0 10px !important;
    margin: 0 auto !important;
    position: relative;
    color: var(--primary-color);
}

.section-title {
    text-align: center !important;
}

@media (min-width: 768px) {
    .content-column {
        padding: 30px 40px !important;
    }
    
    .section-title .av-special-heading-tag:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 3px;
        top: calc(50% - 1.5px);
        right: -80px;
        background: var(--primary-color);
    }

    .section-title .av-special-heading-tag:after {
        content: '';
        position: absolute;
        width: 60px;
        height: 3px;
        top: calc(50% - 1.5px);
        left: -80px;
        background: var(--primary-color);
    }
}

.non-link .av-flex-placeholder {
    position: relative;
}
.non-link .av-flex-placeholder:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #D5D5D5;
}
@media (max-width: 767px) {
    .non-link .flex_column {
        border-top: 1px solid #D8D8D8 !important;
        padding-top: 10px !important;
    }
}

.avia_textblock strong {
    color: #333;
}

.bolder-title .av-special-heading-tag {
    font-weight: bold !important;
    line-height: 1.5;
}

.feature-svg svg {
    width: auto;
    height: 70px;
}

.feature-svg svg ,
.feature-svg svg path {
    fill: #444;
}

.feature-svg {
    border: 2px solid var(--primary-color) !important;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.inner-img-bg .flex_column_table {
    max-width: 900px;
    margin: 0 auto;
}

.inner-img-bg .flex_column {
    padding: 30px 40px;
}

.home-form select,
.home-form .gform_body input {
    background-color: #fff !important;
    border: 1px solid var(--primary-color) !important;
    padding: 13px !important;
}

#socket .copyright {
    float: none;
    font-size: 13px;
    font-weight: bold;
}

#socket .container {
    text-align: center;
}

.advisor-box .team-member-description p {
    display: inline-block;
    position: relative;
    transition: .5s;
}

.advisor-box .team-member-description p:after {
    content: '\e875';
    font-family: 'entypo-fontello';
    padding-left: 6px;
}

.advisor-box .team-member-job-title {
    padding: 0 20px;
}

.colored-item {
    color: var(--primary-color);
}

.quote-text em {
    font-size: 23px;
    line-height: 1.7;
    color: #666;
}

.quote-text strong {
    font-size: 1.1em;
}

.cs-content h3:before {
    content: '\f0b1';
    font-family: fontawesome;
    position: absolute;
    left: -80px;
    font-size: 30px;
    border: 2px solid var(--primary-color) !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    top: -15px;
    background: #fff;
}

.cs-content {
    position: relative;
    padding-left: 80px;
}

.cs-content h3 {
    position: relative;
    color: var(--primary-color);
    font-size: 23px;
}

.quote-ber blockquote {
    color: #333;
    font-size: 18px;
    font-style: italic;
}

.client-icon:before {
    content: '\f0c0' !important;
}

.challenge-icon:before {
    content: '\f201' !important;
}

.solution-icon:before {
    content: '\f0b2' !important;
}

/* SVG Col CSS Area - Starts */

.svg-col-text strong {
    color: var(--primary-color) !important;
    position: relative;
    transition: all .4s;
}

.svg-col-text strong:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 40px;
    height: 1px;
    transition: all .4s;
    background-color: var(--primary-color);
}

.svg-col:hover strong:after {
	width: 100%;
}

.svg-col-hero .svg-col {
    background-color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px #dedede !important;
    transition: .5s;
}

.svg-col-hero .svg-col:hover {
    transform: scale(0.98);
    background-color: var(--primary-color) !important;
}

.svg-col-hero .svg-col:hover * {
	color: #fff !important;
    fill: #fff !important;
}

.svg-col-hero .svg-col:hover .svg-col-text strong:after {
	background-color: #fff !important;
}

.svg-col-hero .svg-col svg {
    margin: 0 0 -5px;
    width: auto;
    height: 60px;
}

.svg-col-hero .svg-col svg,
.svg-col-hero .svg-col svg path {
    fill: var(--primary-color)
}

.svg-col-hero .svg-col:hover svg,
.svg-col-hero .svg-col svg path {
    fill: var(--primary-color);
}

@media (min-width: 768px) {
    .svg-col-hero .svg-col {
        padding: 40px !important;
    }
}

.svg-col-hero .svg-col .av-special-heading-tag {
    font-size: 22px !important;
    color: #444;
		letter-spacing: 0.5px;
    line-height: 1.5;
}

/* SVG Col CSS Area - Ends */

.avia_textblock ul ul {
    list-style-type: circle;
}

.avia_textblock ul ul li {
    margin-bottom: 0 !important;
}

.tick-list {
    list-style-type: none !important;
    margin: 30px 0 0;
}

.tick-list li {
    margin-left: 0;
    padding-left: 25px;
    position: relative;
    margin-top: 2px;
}

.tick-list li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #4caf50;
}

.team-intro h4:before {
    content: '\e841';
    font-family: 'entypo-fontello';
    padding-right: 7px;
}

.team-intro h4 {
    font-family: inherit;
}

.avia_textblock.team-intro strong {
    color: #666 !important;
}

.regular-button .avia-button {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 25px;
    font-weight: bold;
}

.link-col {
    transition: .5s;
    background-color: #f8f8f8
}

.link-col:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 5px #d4d4d4;
    background-color: #fff;
}

.link-box svg {
    width: auto;
    height: 80px;
    margin: 0 auto 15px;
}

.link-box svg,
.link-box svg path {
    fill: var(--primary-color);
}

.link-box {
    text-align: center;
}

.link-box .team-member-name {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.5;
}

.footer-iconlist {
    margin: 0 !important;
}

.footer-logo {
    margin-top: 15px;
}

#custom_footer .menu a {
    font-size: 15px;
}

.footer-iconlist .iconlist-char {
    position: relative;
    top: 2px;
}

@media (min-width: 990px) {
    .inner-three-col .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 3%;
    }
    .inner-three-col .flex_column {
        width: 31.33% !important;
        margin-left: 0;
    }
}

.inner-dual-col > ul {
    margin: 0;
}

@media (min-width: 990px) {
    .inner-dual-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin: 40px 0 0;
    }

    .inner-dual-col > ul {
        background-color: #f8f8f8;
        padding: 40px;
    }
    
    .alternate_color .inner-dual-col > ul {
        background-color: #ffffff !important;
    }
}
@media (max-width: 989px) {
    .inner-dual-col {
        background-color: #f8f8f8;
        padding: 40px;
    }
    
    .alternate_color .inner-dual-col {
        background-color: #ffffff !important;
    }
}

ul.tick-list li:nth-child(n+2) {
    margin-top: 15px;
}

.number-list {
    list-style-type: none !important;
    margin-top: 40px;
}

.number-list li {
    margin-left: 0;
    position: relative;
    padding: 25px 25px 25px 35px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    background-color: #f8f8f8;
}

.number-list li:nth-child(n+2) {
    margin-top: 30px;
}

.number-list li:before {
    content: '1';
    position: absolute;
    left: -25px;
    top: calc(50% - 25px);
    background-color: var(--primary-color);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.number-list li:nth-child(2):before {
    content: '2';
}

.number-list li:nth-child(3):before {
    content: '3';
}

.number-list li:nth-child(4):before {
    content: '4';
}

.number-list li:nth-child(5):before {
    content: '5';
}

.number-list li:nth-child(6):before {
    content: '6';
}

.section-title-white .av-special-heading-tag:before,
.section-title-white .av-special-heading-tag:after{
    background: #fff;
}

.footer-logo {
    width: 130px;
}

.square-list ul {
    list-style-type: disclosure-closed;
}

.team-button-row .avia-button {
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-size: 15px;
    padding: 8px 16px !important;
    transition: .5s;
}

.team-button-row .avia-button:nth-child(2n+2) {
    border-color: #333 !important;
    color: #333 !important;
}

.team-button-row .avia-button:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.team-button-row .avia-button:nth-child(2n+2):hover {
    background-color: #333 !important;
}

.team-button-row .avia_button_icon_right {
    padding-left: 1px;
}

.single-solid-area .template-page {
    padding: 40px 0;
}

@media (min-width: 990px) {
    .single-solid-area .flex_column {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .single-solid-area .av-special-heading {
        width: auto;
        padding-bottom: 0 !important;
        padding-right: 40px;
    }
}

.newsletter-popup a {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    display: inline-block;
    padding: 7px 18px;
    color: #fff !important;
    letter-spacing: 0.5px;
    transition: .5s;
    text-transform: uppercase;
}

.newsletter-popup a:hover {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}

.newsletter-popup a:after {
    content: '\e875';
    font-family: 'entypo-fontello';
    padding-left: 6px;
}

.newsletter-popup {
    text-align: center;
}

.lightbox-title h3 {
    text-align: center;
    font-family: inherit;
    font-size: 19px;
    margin-bottom: 40px;
    line-height: 1.4;
}

.lightbox-form .gfield {
    margin: 0 !important;
}

.single .av-share-box-list a {
    background-color: #f8f8f8 !important;
}

.single h1.post-title {
    text-transform: none !important;
}

.single .av-vertical-delimiter {
    border-color: #ccc;
}

.single .post-meta-infos {
    display: none !important;
}

.archive h3.slide-entry-title {
    font-size: 16px !important;
    text-transform: none !important;
    line-height: 1.5 !important;
    letter-spacing: 1px !important;
}

.archive span.blog-categories a {
    text-transform: none;
    font-weight: normal;
}

.archive span.blog-categories {
    display: block;
    margin-bottom: 10px;
}

p.gform_required_legend {
    display: none !important;
}
/* Center Three/Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Three/Four Col - Center - END */