
.l2l_logo{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    font-family: 'Montserrat', sans-serif
}

.color-logo {
    color: rgba(14, 38, 111, 1) !important;
}
.bg-logo {
    background: rgba(14, 38, 111, 1) !important;
}
.color-logo-secondary {
    color: rgba(44, 93, 188, 1) !important;
}
.bg-logo-secondary {
    background: rgba(44, 93, 188, 1) !important;
}

/* 14 38 111 */
/* 44 93 188 */

.tracking-wide {
    letter-spacing: 0.2em;
}

ul.footer-links, ul.services-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.footer-links li, ul.services-links li {
    list-style: none;
    margin: 0px 0px 1em 0px;
    padding: 0px;
}

ul.footer-links li a, ul.services-links li a {
    text-decoration: none;
    color: black;
    transition: all .2s ease-out;
}

ul.services-links li {
    margin: 1em 0em;
    opacity: 0;
    transform: translateY(-20px);
    transition: all .5s ease-out;
    padding: 0.5em;
    font-weight: bold;
}

ul.services-links li a{
    color: white;
}

ul.services-links li a:hover{
    opacity: 0.7;
}

ul.footer-links a{
    border-bottom: 2px solid rgba(44, 93, 188, 0);
    transition: all .2s ease-out;
    padding-bottom: 0.2em;
}

ul.footer-links a:hover, a.service-goto:hover {
    border-bottom: 2px solid rgba(44, 93, 188, 1);
}

/* service-links */

a.service-goto{
    text-align: center;
    display: block;

    padding: 0.2em 0em;

    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);

    text-decoration: none;
    color: black;
    transition: all .2s ease-out;
}

a.service-goto:hover {
    border-top: 2px solid rgba(44, 93, 188, 1);
    border-bottom: 2px solid rgba(44, 93, 188, 1);
    color: rgba(44, 93, 188, 1);
}

/* navbar */

.l2l_navbar{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    transition: all .4s ease-out;
}
.l2l_navbar .l2l_logo {
    transition: all .2s ease-out;
    font-size: 2.5em;
}
.l2l_navbar-active{
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.l2l_navbar-active .l2l_logo {
    font-size: 2em !important;
}

.l2l_navbar .nav-item {
    font-weight: 500 !important;
}

/* navbar positioning */

.l2l_navbar.l2l_navbar_fixed-top{
    /* position: fixed; */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media only screen and (max-width: 991px) {
    .l2l_navbar.l2l_navbar_fixed-top {
        position: sticky;
    }
    .l2l_navbar .l2l_logo {
        transition: all .2s ease-out;
        font-size: 2em;
    }
}

/* hero */

.l2l_hero {
    background-image: url('assets/images/portfolio-1.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* backdrop-filter: blur(50px); */
}

.l2l_hero-mini {

}

.l2l_hero_contact-bar {
    position: absolute;
}

@media only screen and (max-width: 991px) {
    .l2l_hero_contact-bar {
        position: relative;
        /* bottom: 0px */
    }

    .l2l_hero .min-vh-100 {
        /* min-height: 80% !important; */
    }
}

/* sidebar */

.l2l_sidebar {

}

.l2l_sidebar a {
    color: white;
    text-decoration: none;

    position: relative;
}

.l2l_sidebar a i {

}

.l2l_sidebar a:hover {
    color: white;
    text-decoration: underline;
}

a.btn.l2l-bg-primary:hover{
    background: rgb(31, 48, 161) !important;
}

/* .l2l_gallery .image.previous {
    transform: translateX(-100%);
} */
/* fancy styles */

p > a {
    text-decoration: none;
    border-bottom: 2px solid rgba(44, 93, 188, 0);
    transition: all .2s ease-out;
    padding-bottom: 0.2em;
}
p > a:hover{
    border-bottom: 2px solid rgba(44, 93, 188, 1);
}

.l2l-bg-blurred {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2); */
}

.l2l-bg-primary {
    background: rgba(14, 38, 111, 1);
}
.l2l-bg-secondary {
    background: rgba(44, 93, 188, 1);
}
.l2l-bg-primary-70 {
    background: rgba(14, 38, 111, 0.70);
}
.l2l-bg-secondary-70 {
    background: rgba(44, 93, 188, 0.7);
}

.l2l-rounded {
    border-radius: 2em;
}

/* fancy-hover */


/* carousel customisation */

.carousel .carousel-item {
    height: 500px;
}
  
.carousel-item .row, .carousel-item .col {
    position: relative;
}
.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
}

/* buttons */

/* let's make our own animation system */

