.footer-c {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.flex-around {
    display: flex;
    justify-content: space-around;
    justify-items: center;
}

.footer-contact a {
    color: white;
}

.footer-contact a:hover {
    color: #7141b1;
}

.tech-box {
    margin-bottom: 0px;
    scale: 0.9;
}

.tech-box:hover {
    background: #0b6ab050;
    border-color: #0b6ab0;
    border-radius: 15px;
    color: #fff;
}

.page-img {
    width: 80%;
    margin-left: 2em;
    margin-bottom: 3em;
}

.main-page-title {
    margin-left: 1em;
}

h2.blog-title {
    width: 24em;
    padding-left: 2em;
    padding-top: 1em;
}

.blog-img {
    padding: 4em;
}
.serv-img {
    float: right;
}
@media only screen and (max-width: 993px) {
    .projects-style-1 .projects-box .portfolio-info {
        opacity: 1;
    }

    .projects-style-1 .projects-box img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        filter: grayscale(90%);
    }

    .projects-style-2 .projects-box .portfolio-info {
        bottom: 0;
        opacity: 1;
    }

    .projects-style-2 .projects-box img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .project-slider .projects-box .portfolio-info {
        bottom: -50px;
    }

    .project-slider .projects-box .portfolio-info .btn-link {
        background: #0b6ab0;
    }

    .project-slider .projects-box .portfolio-info .btn-link i {
        color: #fff;
    }

    .project-slider .projects-box .projects-thumbnail img {
        filter: grayscale(90%);
    }

    .project-slider .projects-box .projects-thumbnail .overlay {
        opacity: 1;
    }

    h2.blog-title {
        width: 90%;
        font-size: 30px;
        padding-left: 1em;
        padding-top: 1em;
    }

    .page-img {
        width: 80%;
        margin: auto;
        margin-bottom: 2em;
    }

    .main-page-title {
        margin: auto;
        text-align: center;
    }
    h2.blog-title {
        width: 24em;
        padding-left: 0px;
        padding-top: 1em;
        padding: 30px;
        text-align: center;
    }
    .blog-img {
        padding: 2em;
    }
}

.footer-logo {
    width: 12em;
}

.home-img {
    width: 500px;
    filter: drop-shadow(1px 1px 100px white);
}

.mobile-logo {
    width: 8em;
}

.about-img {
    justify-content: center;
}

.ot-image-box.st1,
.ot-image-box.st3 {
    margin-top: unset;
}

.about-sub {
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 30px;
    color: #fff;
    font-size: 16px;
    transform: translateY(-50%);
    transition: 200ms;
}

.ot-image-box:hover .about-sub {
    opacity: 100;
    transition: 200ms;
}

.about-title {
    opacity: 100%;
    transition: 200ms;
}

.ot-image-box:hover .about-title {
    opacity: 0%;
    transition: 200ms;
}

.ot-image-box:hover .overlay {
    background: rgba(87, 87, 87, 0.5);
}

.ot-image-box:hover img {
    filter: grayscale(100%);
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

h2.error-message {
    font-size: xxx-large;
}
h1.error-code {
    font-size: 150px;
    color: #0b6ab0;
    filter: drop-shadow(5px 5px 0px white) drop-shadow(1px 1px 0px #0b6ab0);
}

.active-link {
    color: #0b6ab0 !important;
    border-bottom: 3px solid;
}

.support-box h3 {
    width: 99%;
    filter: drop-shadow(2px 2px 6px #00283da0);
}
.icon-list {
    display: flex;
    align-items: end;
}

.text-primary-color {
    color: #0b6ab0;
}

.text-footer {
    color: #fff;
}

.text-footer:hover {
    color: #d4c5db !important;
}

.main-navigation ul li li a {
    white-space: break-spaces;
}

@media only screen and (max-width: 768px) {
    .tech-box {
        scale: 1 !important;
        padding: 40px 5px 30px;
        margin-bottom: 10px;
    }
}
