/*Body*/
body {
    font-family: "Poppins", sans-serif !important;
    line-height: 1.6rem;
    letter-spacing: 0.5px;
}

/*Blog section*/
/*first row*/

.blog {
    margin-bottom: 0px;
    color: #f1f1f1;
    font-size: 15px;
    font-weight: 550;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.blogged {
    position: relative;
    padding-top: 110px;
    background-color: #054f69;
    padding-bottom: 145px;
    padding-left: 115px;
    padding-right: 115px;
}

.blogged:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -145px;
    overflow: visible;
    width: 92%;
    height: 280px;
    z-index: 1;
    transform: skewY(351deg);
    background-color: #fff;
}

.blogged:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -95px;
    overflow: visible;
    width: 15%;
    height: 150px;
    z-index: 1;
    transform: skewY(15deg);
    background-color: #fff;
}

@media (max-width: 900px) {
    .blogged:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -52px;
        overflow: visible;
        width: 23%;
        height: 140px;
        z-index: 1;
        transform: skewY(15deg);
        background-color: #fff;
    }
}

@media (max-width: 900px) {
    #blog {
        padding-top: 0px !important;
    }
}

@media (max-width: 414px) {
    .blogged:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -22px;
        overflow: visible;
        width: 30%;
        height: 140px;
        z-index: 1;
        transform: skewY(15deg);
        background-color: #fff;
    }
}

@media (max-width: 414px) {
    #blog {
        padding-top: 0px !important;
    }
}

.blog-img-section img {
    position: absolute;
    width: 25%;
    top: 80px;
    right: 40px;
    z-index: 5;
}

@media (max-width: 375px) {
    .blogged {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 768px) {
    .blogged {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 600px) {
    .blogged {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.blog-section h2 {
    font-size: 30px;
    font-weight: 550;
    color: white;
}

@media (max-width: 767.98px) {
    .blog-section h2 {
        font-size: 30px;
    }
}

/*2nd row*/
#blog {
    padding-top: 80px;
    padding-bottom: 50px;
}

#blogtxt {
    margin-right: 10px;
    margin-left: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px;
    z-index: 5;
    width: 28%;
}

#blogtxt h5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #075a79d9;
}

/*blog image*/
.bgImage {
    margin-top: 10px;
    border-radius: 10px;
    width: 100%;
}
.bgImage p {
    width: 17%;
    border-radius: 5px;
    background-color: white;
    margin-top: 0px;
    margin-left: 15px;
    font-size: 2rem;
    border: 1px white;
    color: #075a79d9;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.bgImage p > span {
    font-size: 1rem;
    font-weight: normal;
}

#bg-btn {
    background-color: white;
    border: 2px solid;
    color: #075a79d9;
    border-radius: 40px;
    margin-top: 100px !important;
    margin-left: 10px;
    margin-bottom: 25px;
    padding: 2px !important;
}

@media (max-width: 1100px) {
    .bgImage p > span {
        font-size: 0.6rem;
        font-weight: normal;
    }
}

@media (max-width: 1100px) {
    .bgImage p {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .bgImage p {
        width: 25%;
    }
}

#bg-btn:hover {
    color: purple;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px;
}
/* end of imagekjasfd */

.content {
    margin-top: 10px;
    padding: 15px;
}

.created h6 {
    font-size: 13px;
    color: rgb(112, 110, 110);
}

#blog-btn {
    background-color: white;
    border: 1px solid;
    color: #075a79d9;
    border-radius: 40px;
    margin-left: 0px;
    margin-bottom: 10px;
}

#blog-btn:hover {
    color: purple;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px;
}

@media (max-width: 768px) {
    #blogtxt {
        width: 28%;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    #blogtxt {
        width: 165px;
        margin-right: 10px;
        margin-left: 0px;
    }
}

@media (max-width: 375px) {
    #blogtxt {
        width: 160px;
        margin-right: 10px;
        margin-left: 0px;
    }
}

/*go to top code*/

.back-top {
    background: #1a4963cf;
    height: 35px;
    width: 35px;
    right: 8px;
    bottom: 27px;
    position: fixed;
    font-size: 15px;
    padding-top: 7px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    color: white;
    z-index: 5;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgb(108 98 98 / 20%);
}

.back-top a {
    color: white !important;
}

.back-top a:hover {
    color: grey !important;
}

.arrowUp::before {
    vertical-align: 0.875em !important;
}

.bi-caret-up-fill::before {
    content: none;
}

.icon .bi-caret-up-fill::before {
    content: "\f235";
}
@media (min-width: 320px) and (max-width: 800px) {
    #blogtxt {
        width: 100%;
    }
}
