/*Achivements Section*/
.achive-container {
    display: flex;
    justify-content: space-between;
    max-width: 70%;
    margin: 0 auto;
    padding: 0;
}

.s1-item {
    width: 210px;
    background-color: #fff;
    text-align: center;
    margin-right: 1px;
    padding-bottom: 20px;
    position: relative;
    border: 1px solid var(--c-grey);
    border-radius: 5px;
    height: 220px;
}

.s1-item:last-child {
    margin-right: 0;
}

.s1-icon {
    position: absolute;
    top: -40px;
    left: 60px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #003366;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border: 10px solid #FFF;
}

.cb-icon img,
.s1-icon img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%)
}

.s1-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #002147;
    margin-top: 53px;
}

.s1-text {
    font-size: 14px;
    color: #2F72A8;
    padding: 32px;
    line-height: 1.4;
}

.s1-icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.s2-container {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
}

.s2bg {
    background-image: url("../img/bg1.jpg");
    background-size: auto 114%;
    height: 16rem;
    background-position-y: -1rem;
}

.s2-block-bg {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 7px;
    text-align: center;
    margin: 1px .8rem;
    height: 11.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.s2-bg-icon {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 5px;
    z-index: -1;
}

.s2-bg-icon img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(0%)
}


.s2-block-bg > .timer {
    font-size: 88px;
    color: var(--c-dk-blue);
    font-weight: normal;
}

.s2-title,
.s2-text {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: lighter;
    color: var(--c-dk-grey);
    margin-top: 0;
    padding-top: 5px;
}

.s2-text {
    color: var(--c-udk-grey);
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: normal;
}

#sect3 {
    padding-left: 15px;
}

.owl-carousel {
    margin: 0 auto;
}

.owl-carousel .item {
    width: 350px
}

.cnt-block {
    font-family: "Roboto", sans-serif;
    position: relative;
    width: 300px;
    height: 125px;
    border: 1px solid var(--c-grey);
    box-shadow: 2px 2px 5px 0px rgba(0, 33, 71, .3);
    border-radius: 5px;
}

.cb-icon {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #003366;
}

.cb-icon img {
    width: 3rem;
    height: 3rem;
    margin: 13px 4px 0 0;
}

.cb-title {
    position: absolute;
    color: var(--c-dk-blue);
    left: 94px;
    font-size: 30px;
    /*top: 28px;*/
    top: 25%;
    transform: translateY(-25%);
}

.cb-text {
    position: absolute;
    color: var(--c-udk-grey);
    top: 80px;
    left: 70px;
    font-style: italic;
}

.cb-cnt {
    color: #003366;
    font-size: 30px;
}

.c-a {
    background-color: #002147;
}

.c-b {
    background-color: #90261F;
}

.c-c {
    background-color: #56698F;
}

.c-d {
    background-color: #579436;
}

.c-e {
    background-color: #947B36;
}