body {
    /* color: black; */
    /* background: #ECF0F3; */
    /* background-image: url('/about-us.webp'); */
    background-position: center cover;
    background-repeat: no-repeat;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color: #000;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.text_custom {
    color: #000;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}


#footer {
    text-align: center;
}


a {
    color: #08fdd8;
    transition: color 0.3s;
    text-decoration: none;
}

.container {

    /* text-align: left; */

    text-align: center;
    margin-top: 100px;
    max-width: 1004px;
    /* this is for the width of the container center */
    width: 100%;
    margin: 0 auto;
}


p {
    margin-top: 70px;
    margin-left: 10px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.animate {
    animation: p 1s .5s both;
}

.no-round:before {
    background-size: 0 0, auto;
}

.no-round:after {
    content: none;
}

@keyframes p {
    from {
        --p: 0
    }
}
.myskills {
    margin-top: 100px;
}
