.hxfSignIn{

    display: inline-block;
    width: 16px; 
    height: 14px;
    position: relative;
    top: 0.05em;
    opacity: .9;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.hxfScheduleMeeting{
    display: block;
    text-align: center;
    min-width: 180px;
    margin-bottom: 23px;
}

.hxfSfsLearnMoreWhite{
    background-color: #ffffff;
    color: rgb(27, 26, 26) !important;
    border-radius: 11px;
    padding: 15px;
    font-weight: 900;
    font-size: 17px;
    text-decoration: none;
}

.hxfSfsLearnMoreWhite:hover{
    background-color: #ffffff;
    text-decoration: none;
    color:rgb(12, 12, 12);
}

.hxfSfsLearnMorePurple{
    background-color: #3a2081;
    color: white;
    border-radius: 11px;
    padding: 15px;
    font-weight: 900;
    font-size: 17px;
    text-decoration: none;
}

.hxfSfsLearnMorePurple:hover{
    background-color: #7864ae;
    text-decoration: none;
    color:white;
}

.hxfSfsHomeOverrideSubText{
    color:#8570bd;
}

.hxfOverrideSfsHome{
    color:#3a2081;
}
.hxfOverrideSfsHome .ci-title{
    color:#3a2081;
}
.hxfOverrideSfsHome .ci-text, .hxfOverrideSfsHome .section-title-descr{
    color:#8570bd;
}

.hxfOverrideSfsHome .ci-icon:before{
    background: #3a2081 !important;
   
}
.hxfErrorInput{
    border-color:red !important;
}


.hxfHideArrowsDefault .owl-prev, .hxfHideArrowsDefault .owl-next{
    color:rgb(0, 0, 0);
    /*color:rgba(0, 0, 0, 0);
    display:none;*/
}

.hxfFeatureTitleTry{
    /*border-radius: 16px;
    border-style: dashed;
    display:flex;
    justify-content: center;*/
}


.hxfGalleryOverhaul:hover .owl-prev .owl-next{

        display:block;
    
    
}

.hxfGalleryOverhaul{
    border-radius: 16px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color:#4423c9;
    
}

.hxfGalleryOverhaulLight{
    border-radius: 16px;
    overflow: hidden;

}

/* Click the image one by one to see the different layout */

/* Owl Carousel */
.light-content .owl-page.active span{
    background-color: rgb(19, 17, 17);
}

.light-content .owl-page span{
    border: 1px solid #020101;
}

.page-section{
    min-height: 34vh;
}