.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: #00C0F550;
    border-color: #00C0F5;
    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;
}

.ot-image-box img {
    filter: grayscale(0%) !important;
}

.project-slider .projects-box:hover .projects-thumbnail img {
    filter: grayscale(0%) !important;
}

.projects-style-1 .projects-box:hover img {
    filter: grayscale(0%) !important;
}

@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: #00C0F5;
    }

    .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(16, 120, 165, 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: #00c0f5;
    filter: drop-shadow(5px 5px 0px white) drop-shadow(1px 1px 0px #00c0f5);
}




.active-link {
    color: #00C0F5 !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: #00293D;
}

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

.clotech-color {
    color: #004060 !important;
}

.clotech-background {
    background-color: #004060 !important;
}

.main-navigation ul>li:hover a {
    color: #00C0F5 !important;
}

.main-navigation>ul>li:before {
    position: absolute;
    height: 3px;
    width: 0;
    right: 0;
    background: #00C0F5;
    content: "";
    display: block;
    transition: all 0.3s linear;
}

.octf-main-header:not(.is-stuck) .main-navigation>ul>li:before {
    bottom: 30.5px;
}

.octf-main-header.is-stuck .main-navigation>ul>li:before {
    bottom: 19.5px;
}

.partners-slide img {
    filter: none !important;
    opacity: 1 !important;
}

.ot-counter h6:before {
    display: none;
}

.copyright-text a:hover {
    text-decoration: underline;
}

.counter-icons {
    position: absolute;
    top: -2px;
    left: 5px;
}

.section-business {
    padding: 50px 0;
}

.custom-banner {
    position: relative;
    width: 100vw !important;
    padding: 0 !important;
    background: unset;
    max-height: 800px;
    overflow: hidden;
}

.custom-banner video {
    width: 100%;
}

.banner-text {
    color: white !important;
    position: absolute;
    width: 100vw;
    text-align: center;
    top: 40%;
}

.banner-tag {
    color: white !important;
}

@media only screen and (max-width: 993px) {
    .banner-text {
        top: 30%;
    }

    .banner-tag {
        font-size: 20px;
    }

    .banner-subtext{
        font-size: 12px;
    }
}