@media (max-width: 1459px) {
    .about-title {
        padding-top: 100px;

    }
}

@media (max-width: 1350px) {
    .about-title {
        padding-top: 20px;

    }

}

@media (max-width: 1199px) {
    .menubar-area a {
        font-size: 15px;
    }
    .portfolio-content {
        width: 49.5%;
    }
    .about-img img {
        //min-height: 800px;
        //margin-left: -100px;
        hight: 60px;
    }
    .about-title {
        padding-top: 20px;

    }

}

@media (max-width: 992px) {
    .portfolio-content {
        width: 100%;
    }
    .about-img {
        margin-right: 0;
    }
    .about-img img {
        width: 100%;
    }
    .about-title {
        text-align: center
    }
    .single-about-box {
        text-align: center
    }
    .single-about-box h2,
    .single-about-box p {
        padding-left: 0
    }
    .single-about-box i.fa {
        float: none;
    }
    .skillbar {
        text-align: center;
    }
    .hero-area-slider .owl-dots div {

        display: inline-block;    
        margin-right: 10px;
        margin-top: 0px;
        width: 20px;
        height: 20px;
        background: transparent;
        margin-bottom: 10px;
        transition: 0.3s;
        border-radius: 50%;
        border: 2px solid #fff;
    }
    .hero-area-slider .owl-dots {
        right: auto;
        left: 50%;
        top: 66.4%;
        transform: translate(-50%, -50%);
    }
    .resume-slider .owl-dots div {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
        border-radius: 50%;
        border: 2px solid #87b8ce;
        transition: 0.3s;
    }
    .testimonial-slider .owl-dots div {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
        border-radius: 50%;
        border: 2px solid #87b8ce;
        transition: 0.3s;
    }
     
    .single-line {
        margin-bottom: 30px;
        margin-left: 0px;
        border-bottom: 3px solid #ddd;
    }
    .whole-line {
        margin-bottom: 30px;
        margin-left: 0px;
        border-bottom: 3px solid #ddd;
    }
    .whole2-line {
    margin-bottom: 30px;
    margin-right: 0px;
    border-bottom: 3px solid #ddd;
}
}

@media (max-width: 767px) {
    .hero-bg {
        height: 800px;
    }
    .hero-area-inner h1 {
        font-size: 35px;
    }
    .single-about-box {
        margin-top: 15px;
    }

    .footer-social-links a {
        margin-bottom: 10px;
    }

    .hero-area-slider .owl-dots {
        right: auto;
        left: 50%;
        top: 73%;
        transform: translate(-50%, -50%);
    }

    .hero-area-slider .owl-dots div {
        display: inline-block;
        margin-right: 10px;
    }

    .resume-slider .owl-dots {
        right: auto;
        left: 50%;
        top: 5%;
        transform: translate(-50%, -50%);
    }

    .resume-slider .owl-dots div {
        display: inline-block;
        //margin-right: 10px;
    }
    .edu h1 {
        font-size: 60px;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .single-line {
        margin-bottom: 30px;
        margin-left: 0px;
        border-bottom: 3px solid #ddd;
    }
    .whole-line {
        margin-bottom: 30px;
        margin-left: 0px;
        border-bottom: 3px solid #ddd;
    }
    .whole2-line {
    margin-bottom: 30px;
    margin-right: 0px;
    border-bottom: 3px solid #ddd;
}

}

@media (max-width: 320px) {
    .navbar-toggler {
        padding-left: 0
    }
    .menubar-area li {
        padding-left: 0
    }
}
