/** Global Styles **/
h1{
    font-family: 'Inter', sans-serif;
    color: #232323 !important;
    font-size: 36px;
}

.flex-row{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
}

.flex{
    display: flex;
    flex-direction: column !important;
}
/***********************/

/** Navbar **/
.navbar-main{
    background: #FBFBFB !important;
    box-shadow: 0px -3px 4px 1px #000;
}

#navbar-main-collapse a, #login-link{
    font-family: "Open Sans", sans-serif;
    color: rgba(0, 0, 0, .55) !important;
    font-size: 14px !important;
}

#login-link{
    background-color: #0B3FA8 !important;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
}

/** Banner **/
/* .navbar{
    position: fixed !important;
} */

#home{
    min-height: 90vh !important;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
    background-color: #fff !important;
    color: #000000;
    background: linear-gradient(141.55deg, #fff 3.46%, #fff 99.86%), #fff !important;
    overflow: hidden;
}

.container-custom{
    height: 100%;
    width: 100%;
    margin: 0;

}

.container-custom .row{
    height: 100%;
}

.col-img-custom{
    /* background: url("{{ asset('assets/images/front/mask-group.png') }}") center center / cover; */
    height: 80vh;
    width: 50%;
}

.col-img-custom img{
    position: absolute;
    height: 108vh;
    left: 0%;
    top: -13%;
}

.col-header h1{
    font-weight: bold !important;
    color: #000000 !important;
}

.col-header h3{
    font-family: 'Inter', sans-serif;
    font-size: 21px;
}

.col-header h1,.col-header h2,.col-header h3,.col-header h4,.col-header h5,.col-header h6 {
    color: #232323 !important;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

.col-header p {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    width: 90%;
    text-align: justify;
}

.col-header a{
    background-color: #0B3FA8;
    color: #fff;
}

.col-header{
    padding: 50px 25px;
}

.position_absolute{
    background-color: rgba(239, 244, 251);
    padding: 50px 25px 50px 50px;
    position: relative;
    top: 5%;
    left: 20%;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/** Highlights Section **/
#highlights_section{
    font-family: 'Inter', sans-serif !important;
    background-color: #EDEDED;
    padding: 50px 0px 50px 0px !important;
}

.col-card-custom{
    color: #0B3FA8;
    background: #fff;
    padding: 0 !important;
    margin: 0 10px;
}

#highlights_section .col-lg-4{
    flex: 0 0 30%;
    max-width: 30%;
    box-shadow: 0px 0px 7px -4px #000;
}

#highlights_section h2{
    font-family: 'Inter', sans-serif !important;
}

/** Seach by company **/
.dashboard-header{
    font-family: "Open Sans", sans-serif;
    color: #104cba;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.dashboard-head{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
    padding: 0 14%;
}

.span-blue{
    height: 3px;
    width: 10%;
    margin: auto;
}

.blue-short{
    width: 20%;
    background-color: #104cba;
    height: 2px;
    margin-right: 5px;
}

.blue-long{
    width: 80%;
    background-color: #104cba;
    height: 2px;
}

.card-custom{
    background-color: #fff;
    padding: 30px;
    align-items: start;
    box-shadow: 0px 0px 8px -6px #000;
}

.col-card-custom div{
    margin-bottom: 0 !important;
}

.company-name{
    font-family: "inter", sans-serif;
    color: #434a54 !important;
    font-size: 18px !important;
}

.company-text{
    font-family: "inter", sans-serif;
    background: #EFF4FB;
    border-radius: 10px;
}

.company-location{
    color: #688ED1;
}

.card-comp{
    max-height: 245px;
}

/** Other section **/
#icon-separator{
    color: #688ed1 !important;
}


.other-head, .other-text{
    font-family: "inter", sans-serif;
}

#other_section .container{
    background-color: #EDEDED;
    padding: 10% 4%;
}

#other_section{
    padding-bottom: 0 !important;
}

/** Footer **/
.footer-custom{
    background-color: #101c3d;
    color: #fff !important;
    padding: 5% 0;
}

.footer-custom .navbar-brand img{
    max-height: 32px;
}

.contact-info i{
    color: #fff !important;
    margin-right: 16px;
}

.footer-description p{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}

.footer-custom svg{
    margin-right: 15px;
}

.social-container{
    justify-content: flex-start;
}

.social-container a{
    margin-right: 30px;
}

.footer-custom h6{
    font-size: 14px;
}

.footer-custom a{
    color: #fff !important;
    font-size: 14px;
}

.contact-info p{
    font-size: 14px;
}
