:root {
    --red_color: #DD1928;
    --black_color: #2A2A2A;
}
img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
a:hover{
    text-decoration: none !important;
}
body{
    font-family: 'Poppins';
}
a{
    text-decoration: none;
    display: inline-block;
}

/* resume 4 page css start */
.section {
    padding: 40px 0;
    border-top: 1px solid #e3e3e3;
}
.about-img-wrap {
   order: 2;
}
.about-img-wrap .about-img img {
    /* position: absolute; */
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about-me-title {
    margin-bottom: 15px;
}
h1 {
    font-size: 36px;
    line-height: 1.25;
}
.about-me-text {
    margin-bottom: 20px;
}
.about-me-info, .colored-link, .fonts-icons {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}
.about-me-info .about-me-info-box {
    margin-bottom: 10px;
}
.about-me-info .about-me-info-box span.span-title {
    min-width: 80px;
    display: inline-block;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.about-me-info .about-me-info-box span.span-detail {
    color: rgba(0 0 0/80%);
}
.opacity-box {
    opacity: 0.8;
}

.about-me-text p ,.section-sidebar p,.advantages-box p{
    margin: 0px;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

/* section skill css start */
.section-sidebar {
    padding-bottom: 50px;
}
.section-sidebar h2,.section-title h2 {
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    text-transform: capitalize;
}
.advantages-box h4,.about-row .about-tittle {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.wave-bg {
    position: relative;
}
.wave-bg .zigzag {
    width: 105px;
    position: absolute;
    bottom: -5px;
    left: 15px;
}
hr.mobile-hr {
    display: none;
}
.wave-bg .zigzag svg:last-child polyline {
    stroke: var(--red_color);
}
.st0, .st1 {
    fill: none;
}
.st1 {      
    stroke-width: 7;
    stroke-miterlimit: 10;
}
.wave-bg .zigzag svg:first-child polyline {
    stroke: #efefef;
}
.point:after {
    content: ".";
    color: var(--red_color);
}
/* section skil css end */
/* section experience css start */
.about-row-heading-box span {
    font-weight: 400;
    margin: 0px;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    opacity: 0.8;
    margin-left: 15px;
    text-transform: capitalize;
}
.about-row p {
    opacity: 0.8;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.about-row .opacity-box p {
    font-style: italic;
    line-height: 25px;
    margin-bottom: 0px;
}
/* section experience css end */
