:root {
    --themecolor: #0F66DD;
    --themecolorrgb: 25, 102, 221;
    --headerbg: var(--themecolor, #0F66DD);
    --primary-menu-font-size: 15px
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width:992px) {
    .img-about {
        margin-bottom: -35%;
        height: 689px;
        width: fit-content;
        object-fit: cover;
        box-shadow: 10px 10px 20px 0px #333;
        border-radius: 10px;
    }
}

.s8-master-wrapper {
    background-image: url(http://demo.chronostep.com/test/wp-content/uploads/2021/06/low-poly-grid-haikei.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*! CSS Used from: https://cebutele-net.com/css/common.css */
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.in1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
}

.con-cld>div {
    padding: 4em 0;
}

.acaf {
    display: flex;
    justify-content: space-between;
}

.acaf>div {
    padding: 5px;
}

@media screen and (min-width: 991px) {
    .acaf {
        display: flex;
        justify-content: center;
    }

    .oaaa {
        height: 78px !important;
    }
}

.team-image>a,
.team-image img {
    border-radius: 100%;
    background: #2f679842;
}

.peza-wrapper {
	background: url('https://demo.chronostep.com/test/wp-content/uploads/2021/06/peza.svg') no-repeat center center;
	top: 150px !important;
	background-size: contain;
	position: sticky !important;
}

@media screen and (max-width: 991px) {
	.oaaa.sdg {
		width: 120px;
	}
	.oaaa.dps {
		width:100%;
		max-width:60px;
	}
}
