.tilted-box {
    transform: rotate(-5deg);
    transition: transform 0.4s;
}

    .tilted-box:hover {
        transform: rotate(0deg);
    }

.tilted-box3 {
    transform: rotate(-5deg);
    transition: transform 0.4s;
}

    .tilted-box3:hover {
        transform: rotate(0deg);
    }

.tilted-box2 {
    transform: rotate(5deg);
    transition: transform 0.4s;
}

    .tilted-box2:hover {
        transform: rotate(0deg);
    }

.fs-18-14-11 {
    font-size: 18px
}

@media(max-width:992px) {
    .fs-18-14-11 {
        font-size: 14px
    }
}

@media(max-width:768px) {
    .tilted-box {
        transform: rotate(0deg);
        transition: transform 0.4s;
    }

        .tilted-box:hover {
            transform: rotate(0deg);
        }
}
.border-shadow1 {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 15px;
    transition: all 0.3s ease;
}

.border-shadow2 {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 15px;
    transition: all 0.3s ease;
}

.border-shadow3 {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 15px;
    transition: all 0.3s ease;
}

.border-shadow4 {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 15px;
    transition: all 0.3s ease;
}

.border-shadow1:hover {
    transform: translateY(-5px);
    border-color: #03cbed;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 25px;
}

.border-shadow2:hover {
    transform: translateY(-5px);
    border: 1px solid #cd4cd0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

.border-shadow3:hover {
    transform: translateY(-5px);
    border: 1px solid #245ad4;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

.border-shadow4:hover {
    transform: translateY(-5px);
    border: 1px solid #03cbed;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}
