/*
  Global.css - All the non-default CSS goes here!
*/

#main .container .av-subheading.av_custom_color {
    opacity: 1;
}

#header .main_menu .avia-menu .av-main-nav .menu-item {
    margin-right: 3rem;
}

#main .main-button a{
    border: 3px solid #33CC99;
    background-color: transparent;
    color: #33CC99;
}

.black-bg {
    background-size: 100%;
}

.front-page-grid-row {
    padding-bottom: 50px;
}

.drop-shadow {
    position: inherit;
    box-shadow: 0px 15px 20px 8px rgba(0,0,0,0.2);
}

#main form .button {
    border: 3px solid #33CC99;
    background-color: transparent;
    color: #33CC99;
}

#main form .button:hover {
    color: white;
    background-color: #33CC99;
}

#top.page-id-24 .no_margin.av_three_fifth {
    width: 100%;
}

#top.page-id-24 .no_margin.av_one_fifth {
    width: 10%;
}

.footer-logo img{
    max-width: none;
}

.footer-text {
    margin-left: 60px;
}

@media only screen and (max-width: 1224px) {
    .service-sub-text p{
        font-size: 22px;
        line-height: 1.7;
    }
}

#top #wrap_all .av-inherit-size h1.av-special-heading-tag {
    font-size: 120px !important;
}

@media (max-width: 1300px) {
    #top #wrap_all .av-inherit-size h1.av-special-heading-tag {
        font-size: 85px !important;
    }
}

@media (max-width: 1024px) {
    #top #wrap_all .av-inherit-size h1.av-special-heading-tag {
        font-size: 65px !important;
    }
    #top #wrap_all .av-inherit-size h1.av-special-heading-tag br {
        display: none;
    }
}

@media (max-width: 768px) {
    #top #wrap_all .av-inherit-size h1.av-special-heading-tag {
        font-size: 45px !important;
    }
}

.avia-image-container .avia_image {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}


.page-id-530 footer #av_section_2, .page-id-522 footer #av_section_2 {
    display: none;
}


@media (max-width: 768px) {
    .avia_ajax_form .form_element_half {
        width: 100% !important;
    }
}

#top .avia-smallarrow-slider {
    z-index: 200!important;
}

.avia-logo-slider .avia-smallarrow-slider-heading {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.avia-logo-slider .avia-smallarrow-slider-heading > div {
    display: block!important;
}

.avia-logo-slider .avia-smallarrow-slider-heading .new-special-heading {
    display: none!important;
}

.avia-logo-slider .avia-smallarrow-slider-heading .avia-slideshow-arrows {
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    top: auto!important;
    width: 100%!important;
}

.avia-logo-slider .avia-smallarrow-slider-heading .avia-slideshow-arrows a {
    top: 0!important;
    margin: 0!important;
    min-width: 50px!important;
    min-height: 50px!important;
    border: 3px solid #33CC99!important; 
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 50%!important;
    position: relative!important;
    background-color: transparent!important;
    left: 0!important;
}

.avia-logo-slider .avia-smallarrow-slider-heading .avia-slideshow-arrows a svg {
    margin: 0!important;
    width: 10px!important;
    height: auto!important;
}

.avia-logo-slider .avia-smallarrow-slider-heading .avia-slideshow-arrows a svg path {
    fill: #33CC99!important;
}

.avia-content-slider-inner {
    margin: 100px 80px 20px;
}

.avia-content-slider-inner .slide-entry {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

@media only screen and (min-width: 992px) {
    .avia-content-slider-inner .slide-entry {
        width: 16.666%!important;
    }
}

.avia-content-slider-inner .slide-entry .slide-image  {
    width: 100%!important;
    height: 100%!important;
    background: transparent!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    filter: grayscale(100%)!important;
    transition: all 0.3s ease-in-out!important;
}

.avia-content-slider-inner .slide-entry .av-partner-fake-img {
    background-position: center!important;
    max-width: 80%!important;
}

.avia-content-slider-inner .slide-entry .slide-image:hover {
    filter: grayscale(0%)!important;
}

@media only screen and (max-width: 992px) {
    .avia-content-slider-inner .slide-entry .av-partner-fake-img {
        max-width: 90%!important;
    }
}

.about-intro {
    padding: 50px;
    position: relative;
    background-image: url(../img/about-1.png)!important;
    background-size: auto 90%!important;
    background-position: bottom right!important;
    background-repeat: no-repeat!important;
}

.about-intro .av-special-heading {
    text-align: center!important;
}

.about-intro .container {
    padding: 0!important;
}

.about-intro h1 {
    color: white!important;
    text-align: center!important;
    font-weight: 400!important;
    float: none!important;
    margin: 0 0 -30px 0!important;
}

.about-intro .av_one_half {
    color: white!important;
}

.about-intro .av_one_half p {
    font-weight: 400!important;
    font-size: 22px!important;
    line-height: 1.7!important;
}

.about-intro .av_one_half p strong {
    color: white!important;
    font-weight: 600!important;
}

.about-intro .av_one_half ul {
    columns: 2;
    padding: 0;
    list-style: disc!important;
    margin: 30px 0!important;
}

.about-intro .av_one_half ul br {
    display: none!important;
}

.about-intro .av_one_half ul li {
    list-style: disc!important;
    padding: 0!important;
    color: white!important;
    font-size: 22px!important;
    font-weight: 400!important;
    line-height: 1.5!important;
}

.about-intro .av_one_half blockquote {
    color: #33CC99!important;
    border: none!important;
    padding: 0!important;
}

.about-intro .av_one_half blockquote p{
    font-size: 26px!important;
    font-weight: 700!important;
    line-height: 1.6!important;
    margin-bottom: 0!important;
}

.about-intro .avia-image-container.avia-align-center .avia-image-container-inner {
    width: 100%!important;
    display: block!important;
}

.about-intro .avia-image-container .avia_image {
    max-width: 500px!important;
    width: 85%!important;
    margin-top: 30px!important;
}

.about-2 {
    background-color: #33CC99!important;
    max-width: 90%!important;
    margin: 0 auto!important;
    padding: 100px 50px 120px;
    position: relative;
}

.about-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-size: auto 100%!important;
    background-position: bottom right!important;
    background-repeat: no-repeat!important;
    background-image: url(../img/about-2.png)!important;
}

.about-2 .flex_cell {
    padding: 0px!important;
    z-index: 10!important;
}

.about-2 .flex_cell:first-child {
    padding-right: 20px!important;
}

.about-2 .flex_cell:last-child {
    padding-left: 20px!important;
}

.about-2 h2 {
    padding: 40px 0 0 0!important;
    position: relative;
}

.about-2 p {
    padding: 25px 0 0 0!important;
    position: relative;
}

.about-2 h2:before {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background-color: #ffffff;
    content: '';
}

.about-2 h2, .about-2 p {
    color: white!important;
}

.about-3 {
    padding: 50px;
    position: relative;
}

.about-3 .av-special-heading {
    text-align: center!important;
}

.about-3 .container {
    padding: 0!important;
}

.about-3 h2 {
    color: black!important;
    text-align: center!important;
    font-weight: 400!important;
    float: none!important;
    margin: 0 0 -30px 0!important;
}

.about-3 .av_one_half {
    color: black!important;
}

.about-3 .av_one_half p {
    font-weight: 400!important;
    font-size: 22px!important;
    line-height: 1.7!important;
}

.about-3 .av_one_half p strong {
    color: black!important;
    font-weight: 600!important;
}

.about-3 .avia-image-container.avia-align-center .avia-image-container-inner {
    width: 100%!important;
    display: block!important;
}

.about-3 .avia-image-container .avia_image {
    max-width: 400px!important;
    width: 80%!important;
    margin-top: 30px!important;
}

#scroll-top-link {
    bottom: 90px!important;
}

.page-id-530 .sticky_project, .page-id-522 .sticky_project {
   display: none !important;
}

.sticky_project {
    background-color: #33CC99;
    color: white;
    position: fixed !important;
    bottom: 15px !important;
    right: 20px !important;
    left: auto !important;
    z-index: 9000000 !important;
    height: 64px !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 20px !important;
    gap: 5px !important;
    transition: all 0.3s ease-in-out !important;
}

.sticky_project:hover {
    opacity: 0.8 !important;
}

.sticky_project svg {
    width: 35px;
}

.sticky_project p {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

@media only screen and (max-width: 1224px) { 
    .about-intro .av_one_half blockquote br {
        display: none;
    }
}

@media only screen and (max-width: 767px) { 
    .about-intro h1 {
        margin: 0 0 -20px 0!important;
    }
    .about-intro {
        padding: 20px 0 0;
    }
    .about-intro .entry-content-wrapper {
        display: flex!important;
        flex-direction: column;
    }
    .about-intro .entry-content-wrapper > div:nth-child(1){
        order: 1;
    }
    .about-intro .entry-content-wrapper > div:nth-child(2){
        order: 3;
    }
    .about-intro .entry-content-wrapper > div:nth-child(3){
        order: 2;
    }
    .about-2  {
        display: block!important;
        max-width: 85%!important;
        padding: 80px 0 70px;
    }
    .responsive #top #wrap_all #main .about-2 .flex_cell {
        padding: 0!important;
    }
    .about-3 {
        padding: 20px 0 0;
    }
    .about-3 h2 {
        margin: 0 0 -20px 0!important;
    }
    .about-3 .entry-content-wrapper {
        display: flex!important;
        flex-direction: column;
    }
    .about-3 .entry-content-wrapper > div:nth-child(1){
        order: 1;
    }
    .about-3 .entry-content-wrapper > div:nth-child(2){
        order: 3;
    }
    .about-3 .entry-content-wrapper > div:nth-child(3){
        order: 2;
    }
    .sticky_project {
        right: 15px !important;
    }
    .sticky_project p {
        font-size: 14px;
    }
    .sticky_project svg {
        width: 30px;
    }
}


    