.read-more-btn {
    padding: 10px 15px !important;
}

.mail-text,
.mail-text:focus,
.mail-text:hover {
    font-weight: 600;
    color: white;
    text-decoration: underline !important;
    letter-spacing: 0.5px;
}

.custom-file {
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #e9e9e9;
    height: 52px;
    border-radius: 7px;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.custom-file .custom-upload-input {
    opacity: 0;
    position: absolute;
    top: 0;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.logo-image {
    padding-top: 15px;
}

.down-btn {
    border-radius: 50px;
    font-size: 17px !important;
    padding: 12px 10px;
    line-height: 0px !important;
}

.custom-hero-img {
    background-image: url("../image/bg-img.png");
    background-size: 100%;
    position: relative;
}

.custom-hero-img::after {
    content: "";
    position: absolute;
    background-image: url("../image/right-hero.png");
    top: 30px;
    height: 300px;
    width: 300px;
    background-repeat: round;
    left: 30px;
}

.header-bgimage-1::after {
    content: "";
    position: absolute;
    background-image: url("../image/left-hero.png");
    bottom: 20px;
    height: 200px;
    width: 200px;
    background-repeat: round;
    right: 30px;
    z-index: 1;
}
.roundImg{
    position: relative;
}
.roundImg::after{
    content: "";
    position: absolute;
    background-image: url("../image/right-hero.png");
    top: 50px;
    height: 300px;
    width: 300px;
    background-repeat: round;
    left: 30px;
}
.roundImg::before{
    content: "";
    position: absolute;
    background-image: url("../image/left-hero.png");
    top: 50px;
    height: 300px;
    width: 300px;
    background-repeat: round;
    right: 30px;
}
#serviceBox{
    display: flex;
    flex-wrap: wrap;
}
/* #serviceBox .onecolumn-res{
    margin-bottom: 30px;
} */
#serviceBox .services-div{
    position: relative;
}
#serviceBox .services-div::after{
    content: "";
    position: absolute;
    background-image: url("../image/right-hero.png");
    top: 10px;
    height: 45px;
    width: 45px;
    background-repeat: round;
    left: 30px;
}
#serviceBox .services-div::before{
    content: "";
    position: absolute;
    background-image: url("../image/left-hero.png");
    bottom: 10px;
    height: 45px;
    width: 45px;
    background-repeat: round;
    right: 20px;
    z-index: 1;
}
#serviceBox .onecolumn-res:nth-child(3n + 2) .services-div::after{
    content: "";
    position: absolute;
    background-image: url("../image/right-hero.png");
    bottom: 10px;
    top: auto;
    height: 45px;
    width: 45px;
    background-repeat: round;
    right: 30px;
}
#serviceBox .onecolumn-res:nth-child(3n + 2) .services-div::before {
    content: "";
    position: absolute;
    background-image: url("../image/left-hero.png");
    bottom: auto;
    top: 10px;
    height: 45px;
    width: 45px;
    background-repeat: round;
    right: 20px;
    z-index: 1;
}
#serviceBox .onecolumn-res:nth-child(3n + 3) .services-div::after{
    content: "";
    position: absolute;
    background-image: url("../image/right-hero.png");
    top: 35px;
    height: 45px;
    width: 45px;
    background-repeat: round;
    left: 27px;
}
#serviceBox .onecolumn-res:nth-child(3n + 3) .services-div::before {
    content: "";
    position: absolute;
    background-image: url("../image/left-hero.png");
    bottom: 10px;
    height: 45px;
    width: 45px;
    background-repeat: round;
    right: 20px;
    z-index: 1;
}
#serviceBox .onecolumn-res:nth-child(3n + 4) .services-div::after{
    content: "";
    position: absolute;
    background-image: url("../image/right-hero.png");
    bottom: 15px;
    top: auto;
    height: 45px;
    width: 45px;
    background-repeat: round;
    left: 27px;
}
#serviceBox .onecolumn-res:nth-child(3n + 4) .services-div::before {
    content: "";
    position: absolute;
    background-image: url("../image/left-hero.png");
    top: 57px;
    bottom: auto;
    height: 45px;
    width: 45px;
    background-repeat: round;
    right: 25px;
    z-index: 1;
}
