body {
    /* font-family: 'Montserrat', sans-serif; */
    color: #707070;
}

.bg-light {
    background-color: white !important;
}
.navbar{
    box-shadow: none!important;
}
.menu {
    justify-content: flex-end !important;
    flex: auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.footer-menu {
    justify-content: flex-start !important;
    flex: auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 1rem;
}

.social {
    color: #0081C8 !important;

}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    min-width: 2rem;
    text-transform: none;
}

.dropdown {
    text-transform: none;
}

.nav-link {
    flex-wrap: nowrap !important;
}

#dropdownMenuLink {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 0.35rem 0.6rem;
    font-weight: bold;
    color: #707070;
    margin-right: 1rem;
}

.reg_btn {
    font-size: 14px;
    text-transform: none;
    color: #F7FCFD !important;
    background: rgb(0, 159, 206);
    background: linear-gradient(90deg, rgba(0, 159, 206, 0.7707457983193278) 0%, rgba(0, 155, 140, 1) 100%);
    border-radius: 7px;
    margin-left: auto;
}
.login_btn i{
    font-size: 24px;
    /* color: rgb(0, 159, 206); */
    /* color: linear-gradient(90deg, rgba(0, 159, 206, 0.7707457983193278) 0%, rgba(0, 155, 140, 1) 100%); */
    background: -webkit-linear-gradient(90deg, rgba(0, 159, 206, 0.7707457983193278) 0%, rgba(0, 155, 140, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.navbar-light .navbar-nav .login_btn{
    padding-right: 0!important;
    padding-left: 0.2rem!important;

} 

.statistics {
    background: url("../img/main_bg.png") center center no-repeat;
    background-size: cover;
    height: 500px;
    padding: 5%;
    border-radius: 10px;
}

.statistic_text {
    color: #F7FCFD !important;
    padding: 5rem;
}

.statistic_text h6 {
    font-weight: normal;
    color: #F7FCFD !important;

}

.statistics .inner {
    display: flex;
    margin-bottom: 2rem;
}

.statistic img {
    height: 30px;
    width: 30px;
}

.statistic {
    background: #ffffff34;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    margin-right: 15px;
    align-self: center;
}

.s_text {
    align-self: center;
}

.s_text h3 {
    margin-bottom: auto;
    font-weight: bold;
}

.statistic_icon {
    margin-top: 5%;
}

footer {
    background-color: black;
    margin-top: 5rem;
}

.footer-text {
    padding: 3rem;
}

.footer-text img {
    width: 200px;
}
.breadcrumb{
    background-color: white!important;
    position: relative;
}
.main_breadcrumb{
    padding:1.5rem;
    text-transform: none;
    color: #F7FCFD !important;
    background: rgb(0, 159, 206);
    background: linear-gradient(90deg, rgba(0, 159, 206, 0.7707457983193278) 0%, rgba(0, 155, 140, 1) 100%);
    margin-left: auto;
}
.main_breadcrumb h2{
    padding-left: 2rem;
}

.bam .reg_btn {
    border: none;
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-top: 4rem;
}
.bam .row{
    margin-top:3rem;

}
.bam_card{
    padding: 2.5rem;
    color: black;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: bold;
    margin: 0 1rem 1rem 0;
    max-width: 23%!important;
}
img{
    width: -webkit-fill-available;
}

/* CAROUSEL */
.splide {
    padding: 1rem;
}

.btn-light {
    display: block;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: auto;
}

.splide__slide {
    padding: 1rem;
}

.creative-works, .gallery {
    margin-top: 1rem;
    color: black;
}

.splide__arrow svg {
    height: 2rem;
    width: 2rem;
}

.splide__arrow--prev {
    left: 0rem;
}

.splide__arrow--next {
    right: 0rem;
}

.splide__arrow {
    background: transparent;
}
/* CAROUSEL */
.form-control.is-invalid, .was-validated .form-control:invalid{
    margin-bottom: 0px!important;
}