
                

@media (max-width: 767px){
.navbar .navbar-collapse {
    background-color: #fff;
}
}

.gutter {
    border-left: #0a0373 5px solid;
}

.footer-10 {
    background: #ffffff !important;
}

.btn-black-border {
    border: 2px solid #0a0373 !important;
}

.gradient-1 {
        background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(10,3,115,1) 35%, rgba(0,212,255,1) 100%);
}

.btn {
    border-radius: 5px !important;
}

.blog-item {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 24px;
}

.custom-radius {
    border-radius: 50px !important;
}

.custom-radius-2 {
border-radius: 0px 50px 0px;
}

hr {
    border-top: 10px dotted #eee !important;
}

.project-yr {
    background-color: rgb(10, 3, 115);
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
}

.nav-active-styling {
    border: 1px solid rgb(10, 3, 115);
    padding: 10px;
    border-radius: 10px;
}