:root {
	--primary: #162048;
    --secondary: #253F8F;
    --saffron: #f1d02f;
    --brown: #8f7525;
    --tangelo: #f16f2f;
    --green: #3f8f25;
    --violet: #8f253f;
}

/* TEMP CSS Area - Starts */

#footer .menu a {
    font-size: 16px;
}

.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
    border: none !important;
}

#top .single .standard-content .entry-content strong,
#top .avia_textblock strong {
    color: #333;
}

/* TEMP CSS Area  - Ends */

#header_main .logo svg {
    width: 220px;
}

@media (max-width: 767px) {
	#header_main .logo svg {
	    width: 175px;
	}
}

#header_main .avia-menu .av-menu-button a {
    padding-right: 0 !important;
}

.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 17px;
    letter-spacing: 0.5px;
}

.main_menu .sub-menu .avia-menu-text {
    font-size: 16px;
}

.main_menu #avia-menu .av-menu-button-colored .avia-menu-text {
    padding: 11px 18px;
    border-radius: 5px;
    border: none !important;
    background: var(--tangelo) !important;
}

.main_menu #avia-menu .av-menu-button-colored .avia-menu-text:hover{
    opacity: 0.9;    
}

.color-text{
	color: var(--secondary) ;
}

.nav-icon a {
    position: relative !important;
    font-size: 14px;
    transition: 0.5s;
    padding-left: 19px !important;
}

@media (min-width: 768px) {
	.nav-icon a {
		font-size: 16px;
	}
}

/* .nav-icon a:hover{
    color: var(--saffron) !important;
}
*/

.nav-icon a::before {
    position: absolute !important;  
    left: 0;
    font-family: 'entypo-fontello';
    font-size: 16px;
}

.phn-nav a::before {
    content: "\e854";
    transform: rotate(90deg);
}

.icon-contact a::before {
    content: "\e83b";
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #222;
}

/* Header CSS Starts Here
 
#header_meta {
    border: none !important;
    background: transparent !important;
    z-index: 1;
}
 
@media (min-width: 1201px) {
    #header_main .container,
    .av-main-nav .menu-item-top-level > a {
      height: 68px !important;
      line-height: 68px !important;
    }
 
  #header_main {
      border-top: none !important;
  }
 
  #main {
      padding-top: 97px !important;
  }
 
  span.logo {
      position: absolute;
      top: -15px;
      height: auto;
  }
}
 
@media (max-width: 1200px) {
    .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;
    }
}
 
@media only screen and (max-width: 767px) {
    .logo svg {
      width: 150px !important;
    }
 
    #header_meta {
      background: var(--primary) !important;
    }
 
    #header_meta * {
      color: #fff;
    }
}
Header CSS Ends Here */

#header .six.units {
    width: 780px !important;
}

.who-we-are-sub {
    width: 700px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.section-title .av-special-heading-tag {
    font-weight: bold !important;
    text-transform: none !important;
}

.section-title .av-subheading_below {
    margin-top: 15px;
    line-height: 1.7;
}

.avia-button {
    border-radius: 5px !important;
}

.center-three-columns .flex_column {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
}

.center-three-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;  
    transition: all 0.5s !important;
}

@media (min-width: 768px) {
    .center-three-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}

@media (min-width: 1251px) {
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}

#top form {
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding-bottom: 0 !important;
}

.main_color .iconlist_content {
    color: #333;
}

.team-img-container {
    border-radius: 0 !important;
}

#socket .copyright {
    float: none;
    font-size: 13px;
}

#socket .container {
    text-align: center;
}

.bolder-title .av-special-heading-tag {
    font-weight: bold;
}

.team-heading {
    position: relative;
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
}

.team-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--tangelo);
}

/* Center 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 Four Col - Center - END */

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0 !important;
}

p.gform_required_legend {
    display: none !important;
}

.team-connect {
    background-color: #f8f8f8;
}

.single-form {
    background-color: #fff;
    padding: 30px 40px 40px;
    border: 1px solid #efefef !important;
    width: 900px;
    max-width: 100% !important;
    margin-inline: auto;
    border-radius: 10px !important;
    box-shadow: 0 0 6px 4px rgb(239 239 239 / 55%);
}

.single-form .gform_footer input[type=submit] {
    width: 260px !important;
    max-width: 100% !important;
}

.page-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 125px;
    background-position: center center;
}

@media (min-width: 768px) {
    .page-thumbnail {
        padding-block: 180px;
    }
}

@media (min-width: 990px) {
    .page-thumbnail {
        padding-block: 220px;
    }
}

.page-heading h1.av-special-heading-tag {
    font-weight: 400 !important;
	font-size: 30px !important;
}

@media (min-width: 1025px) {
	.page-heading h1.av-special-heading-tag {
		font-size: 40px !important;
	}
}

.page-heading .av-subheading_below {
    line-height: 1.8;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .page-heading {
        text-align: center;
    }
}

.footer-iconlist {
    margin: 10px 0 0 !important;
}

.footer-iconlist a:hover {
    opacity: .85;
}

@media (min-width: 768px) {
    #footer .avia_social_icons_widget {
        margin-top: 0 !important;
    }
}

.newsletter-form .gform_footer input[type="submit"] {
    background-color: var(--secondary) !important;
    color: #fff !important;
    padding-block: 14px !important;
    font-size: 16px;
}

.newsletter-form .gform_footer input[type="submit"]:hover {
	opacity: 0.85;
}

.newsletter-form .gform_footer {
    padding: 0 !important;
    margin-top: 0 !important;
}

.newsletter-form {
    margin-top: 15px;
}

.newsletter-form input {
    border-radius: 5px !important;
}

.inner-text-heading h3 {
    color: #666;
    font-size: 22px;
}

.top-divider .template-page {
    padding-top: 100px;
}

.bottom-divider .template-page {
    padding-bottom: 100px;
}

.single-solid-area .flex_column:before,
.single-solid-area .flex_column:after {
    display: none;
}
@media (min-width: 990px) {
    .single-solid-area .flex_column {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }
    
    .single-solid-area .av-special-heading {
        width: calc(100% - 200px) !important;
        padding-bottom: 0 !important;
        text-align: left !important;
    }
    
    .single-solid-area .avia-button-wrap {
        width: 150px !important;
    }
}

@media (min-width: 990px) {
    #footer .container {
        display: grid;
        column-gap: 60px;
        grid-template-columns: 3fr 2fr 2fr;
    }
    
    #footer .flex_column {
        width: 100% !important;
        margin: 0;
    }
}

/* Footer Disclouser CSS - Starts */

.footer-links,
.footer-disclouser {
    text-align: center;
    font-size: 13px;
    line-height: 2;
    clear: both;
}
.footer-links a,
.footer-disclouser a {
    text-decoration: underline !important;
}
@media (min-width: 768px) {
    .footer-links,
    .footer-disclouser {
        grid-column: span 3;
    }
}
.footer-links,
.footer-disclouser {
    padding-top: 30px;
}
.inline-nav {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .inline-nav span:nth-child(n+2) {
        padding-left: 10px;
        border-left: 1px solid #fff;
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .inline-nav {
        display: flex;
        flex-direction: column;
    }
}
/* Footer Disclouser CSS - Ends */

.big-preview.single-big {
    width: 800px !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.archive .slide-meta-del,
.archive .slide-meta-comments {
    display: none !important;
}

@media(min-width: 767px) {
    .bs-icon-wrapper {
        display: flex;
        align-items: center;
        gap: 30px;
    }
}
@media(max-width: 767px) {
     .bs-icon-wrapper  .wd-hybrid-box-svg {
         margin-bottom: 30px;
     }
}

.bs-icon-wrapper .wd-hybrid-box-image  svg {
    width: auto;
    height: 80px;
}

.bs-icon-wrapper .wd-hybrid-box-image  svg path,
.bs-icon-wrapper .wd-hybrid-box-image  svg {
    fill: var(--secondary) !important;
}

#footer_contact .av-section-color-overlay,
#contact .av-section-color-overlay {
    background-color: transparent;
    background-image: linear-gradient(to right, rgb(22 32 72 / 90%) 25%, #253f8fbd);
    opacity: 1;
}

#footer_contact .av-special-heading-tag {
    font-size: 25px !important;
}

#footer_contact .section-title {
    color: #fff !important;
}

#footer_contact {
    background-size: cover !important;
    background-position: center right;
    background-repeat: no-repeat !important;
}

@media (min-width: 768px) {
     #footer_contact .av-special-heading-tag {
        font-size: 35px !important;
    }   
}

@media (max-width: 989px) {
     #footer_contact .section-title {
        padding-bottom: 30px;
    }   
}

#footer_contact a.avia-button {
    background-color: var(--tangelo);
    border: none !important;
    color: #fff !important;
    font-size: 16px;
    padding-inline: 30px !important;
}

#footer_contact .flex_column {
    margin-bottom: 0 !important;
}

#footer {
    padding-bottom: 50px;
}

.comment_container, .comment_meta_container, .slide-meta-comments, .slide-meta-comments + .slide-meta-del{
	display: none!important;	
}

.team-box {
    margin: 0 !important;
}

.post-meta-infos time,
.slide-meta time {
    display: none !important;
}