html {
    scroll-behavior: smooth;
}

.brand {
    color: rgb(62, 175, 233);
}

.success {
    color: rgb(52, 191, 163);
}

.warning {
    color: rgb(255, 193, 7);
}

.bg-main {
    background-color: rgb(12, 30, 41);
}

.bg-custom-shape {
    background: linear-gradient(150deg, rgb(12, 30, 41) 15%, rgb(12, 30, 41) 70%, rgb(12, 30, 41) 94%);
}

.slider-logos img {
    opacity: 0.60;
    max-width: 100%;
}

.slider-logos .slick-slide {
    margin: 0 20px;
}

.fill-space {
    background: linear-gradient(150deg, rgb(12, 30, 41) 15%, rgb(12, 30, 41) 70%, rgb(12, 30, 41) 94%);
}

.fill-main {
    fill: rgba(12, 30, 41);
}

.btn-yellow {
    color: #212529;
    border-color: rgb(255, 193, 7);
    background-color: rgba(255, 193, 7, 0.9);
    box-shadow: 0 4px 6px rgba(255, 193, 7, 0.11), 0 1px 3px rgba(255, 193, 7, 0.08);
}

.btn-yellow:hover {
    color: #212529;
    border-color: rgba(255, 193, 7, 0.9);
    background-color: rgb(255, 193, 7);
}

header {
    position: sticky;
    position: -webkit-sticky;
    background-color: rgb(12, 30, 41);
    box-shadow: 0 4px 6px rgba(62, 175, 233, 0.11), 0 1px 3px rgba(62, 175, 233, 0.08);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

header ul li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

header ul li.active>a {
    color: rgb(62, 175, 233);
}

header ul li a {
    font-size: 1rem;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-weight: bold;
    padding: 20px 0;
}

header ul li:hover>a {
    color: rgb(62, 175, 233);
}

footer a {
	color: rgb(62,175,233);
}
footer a:hover {
	color: rgba(62,175,233,.75);
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 512px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 512px) {
    html {
        font-size: 10px;
    }
}

.anchor {
    display: block;
    position: absolute;
    top: -100px;
    visibility: hidden;
}

.card-background .full-background {
    background-position: 50%;
    background-size: cover;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: .4285rem;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 1s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all 1s cubic-bezier(.2, 1, .22, 1)
}

.card-background.card-blog {
    overflow: hidden;
    height: 400px;
    background-position: 50%;
    background-size: cover;
    text-align: center;
}

.card-background[data-animation="zooming"] {
    transition: all 1s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all 1s cubic-bezier(.2, 1, .22, 1);
}
.card-background[data-animation="zooming"]:hover {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    z-index: 2;
}

.card-background[data-animation="zooming"]:hover::after {
    background:none
}

.card-background[data-animation="zooming"]::after {
	height: 74%;
	top: auto;
	border-radius: .4285rem;
	background: linear-gradient(180deg,
	transparent, rgba(0, 0, 0, .65));
}
.card-background[data-animation=zooming]:hover .full-background {
    transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.cards {
    border: 0;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 7px;
    margin-top: 30px
}

.card-background:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    /* display: block; */
    /* content: ""; */
    background: rgba(0, 0, 0, .63);
}
.card-background .card-body .content-bottom {
    position: absolute;
    bottom: 10px;
    text-align: left;
}

.card-background[data-animation=zooming] .card-body {
    padding-bottom: 30px;
    margin: initial;
}

.slick-slides .inner {
    margin: 0 15px;
}

#portfolio_box{
    display: none;
}