/*
* ----------------------------------------------------------------------------------------
Author       : Hridoy
Template Name: Bentos - Personal Portfolio HTML Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .hero-content {
        padding: 0;
    }

    .section-title p {
        padding: 0px 100px;
    }
    .about-image-part h2 {
    font-size: 31.00px;
}
.about-social ul li {
    display: inline-block;
    margin: 15px 2px 15px 2px;
}
.call-to-action-part {
    padding: 60px 60px;
}
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .about-social {
        margin-bottom: 35.00px;
    }

    .call-to-action-part {
        padding: 50px;
    }

    .about-content-part h2 {
        font-size: 44.00px;
        line-height: 54px;
    }

    .main-hero-area {
        padding-top: 102.00px;
    }


    .about-area {
        padding-top: 83.00px;
    }

    .resume-area {
        padding-top: 53.00px;
    }

    .skill-area {
        padding-top: 53.00px;
    }

    .innerpage-single-area {
        padding-top: 61.00px !important;
    }

    .testimonials-area {
        padding-top: 53.00px;
    }

    .contact-form-area {
        margin-top: 31.00px;
    }

    .single-project-page-design {
        padding-top: 124.00px;
    }

    .single-project-page-design h1 {
        font-size: 44.00px;
    }

    .single-project-page-right {
        margin-top: 31.00px;
    }

    .client-logo-area {
        padding-top: 53.00px;
    }

    .contact-area {
        padding-top: 0;
        padding-bottom: 0;
    }

    .blog-area {
        padding-top: 3.00px;
    }

    .hero-content {
        padding: 0;
    }

    .hero-content h1 {
        line-height: 65px;
        font-size: 62.00px;
    }

    .section-title {
        margin-bottom: 35.00px;
    }

    .main-menu .navbar-collapse li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .section-title p {
        margin-bottom: 0;
    }

    .service-item {
        margin-bottom: 35.00px;
    }

    .section-title h2 {
        font-size: 31.00px;
    }


    .fixed-header .main-menu .navbar-collapse li a:hover {
        color: var(--primary-color);
    }

    .main-menu .navbar-collapse li a:hover {
        color: var(--primary-color);
    }

    .blog-item {
        margin-bottom: 35.00px;
    }

    .menu-btns {
        display: none;
    }

    .section-title p {
        padding: 0px;
    }

    .about-content-part {
        margin-top: 31.00px;
    }

    .header-inner {
        padding: 15px 0px;
    }

    .copyright-text,
    .extra-copyright p {
        text-align: center;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;

    }

    .innerpage-single-area {
        padding-top: 61.00px !important;
    }

    .menu-btns {
        display: none;
    }

    .section-title {
        margin-bottom: 35.00px;
    }

    .main-menu .navbar-collapse li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .section-title p {
        margin-bottom: 0;
        padding: 0px;
    }

    .service-item {
        margin-bottom: 35.00px;
    }


    .about-content-part h2 {
        font-size: 31.00px;
        line-height: 40px;
        margin-bottom: 25.00px;
        margin-top: 31.00px;
    }

    .section-title h2 {
        font-size: 31.00px;
    }

    .hero-content .job {
        display: inline-block;
        padding: 12px 30px;
        margin-top: 1.00px;
    }

    .header-inner {
        padding: 10px 0px;
    }

    .main-hero-area {
        padding-top: 61.00px;
    }

    .call-to-action-part {
        padding: 30px !important;
    }

    .call-to-action-part h2 {
        font-size: 31.00px;
        line-height: 40px;
    }

    .about-area {
        padding-top: 61.00px;
    }

    .about-content-part {
        margin-top: 31.00px;
    }

    .experience-list {
        margin-top: 31.00px;
    }

    .single-project-page-right {
        margin-top: 31.00px;
    }

    .copyright-text,
    .extra-copyright p {
        text-align: center;
    }

    .single-project-page-design {
        padding-top: 102.00px;
    }

    .single-project-page-design h1 {
        font-size: 31.00px;
    }

    .about-image-part {
        padding-bottom: 35.00px;
    }

    .fixed-header .main-menu .navbar-collapse li a {
        color: #fff;
    }

    .fixed-header .main-menu .navbar-collapse li a:hover {
        color: var(--primary-color);
    }

    .main-menu .navbar-collapse li a:hover {
        color: var(--primary-color);
    }

    .contact-form-area {
        margin-top: 31.00px;
    }

    .hero-content {
        padding: 0px 10px;
    }

    .hero-content h1 {

        font-size: 44.00px;
    }

    .hero-content .dot-shape {
        left: 3%;
        top: 15%;
    }

    .hero-content .dot-shape2 {
        right: 6%;
        top: 58%;
    }

    .hero-counter-area {
        width: 100%;
    }

    .hero-counter-area .count-text {
        font-size: 31.00px;
    }

    .hero-counter-area .counter-title {
        font-size: 19.00px;
    }

}


/* Wide Mobile vertical Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-content {
        padding: 0;
    }
}







@media only screen and (min-width: 1400px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .container-fluid.gap-wide {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

@media only screen and (min-width: 1200px) {
    .row-cols-xl-7>* {
        width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-10 {
        --bs-gutter-x: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-40 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-50 {
        --bs-gutter-x: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-60 {
        --bs-gutter-x: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-70 {
        --bs-gutter-x: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-80 {
        --bs-gutter-x: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-90 {
        --bs-gutter-x: 90px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-100 {
        --bs-gutter-x: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-110 {
        --bs-gutter-x: 110px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-120 {
        --bs-gutter-x: 120px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-130 {
        --bs-gutter-x: 130px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-140 {
        --bs-gutter-x: 140px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-150 {
        --bs-gutter-x: 150px;
    }
}

@media only screen and (max-width: 375px) {
    .col-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media only screen and (min-width: 376px) {
    .list-style-one li {
        font-size: 22.00px;
    }
}

@media only screen and (max-width: 479px) {
    .list-style-one.two-column li {
        width: 100%;
    }
}



@media only screen and (max-width: 767px) {
    .menu-social {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .onepage-menu {
        padding-top: 22.00px;
        padding-bottom: 23.00px;
    }
}

@media only screen and (max-width: 1399px) {
    .onepage-menu li .menu-item {
        padding-top: 18.00px;
        padding-bottom: 19.00px;
    }
}

@media only screen and (max-width: 575px) {
    .onepage-menu li .menu-item {
        padding-top: 15.00px;
        padding-bottom: 15.00px;
    }
}



@media only screen and (max-width: 375px) {
    .about-image-part {
        padding-left: 50px;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-counter-area {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-counter-area {
        padding-left: 25px;
        padding-right: 25px;
    }
}


@media only screen and (max-width: 479px) {
    .resume-item .content h4 {
        font-size: 22.00px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 1199px) {
    .resume-items-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .resume-items-wrap:before {
        left: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .resume-items-wrap:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-item {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .blog-item {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-item .image {
        max-width: none;
        margin-right: 0;
        margin-bottom: 18.00px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-item .image {
        max-width: none;
        margin-right: 0;
        margin-bottom: 18.00px;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-item.style-two .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-item.style-two .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-content h4 {
        font-size: 26.00px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-content h4 {
        font-size: 22.00px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-details-wrap .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-details-wrap .content {
        padding-left: 0;
        padding-right: 0;
    }
}

.blog-details-wrap .content h4 {
    margin-bottom: 21.00px;
}

@media only screen and (min-width: 480px) {
    .blog-details-wrap .content h4 {
        font-size: 31.00px;
    }
}

@media only screen and (max-width: 991px) {
    .author-date-share .text {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .author-date-share .text {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 576px) {
    .author-date-share .text h5 {
        font-size: 26.00px;
    }
}

@media only screen and (max-width: 375px) {
    .author-date-share .text h5 {
        font-size: 22.00px;
    }
}

@media only screen and (max-width: 767px) {
    blockquote {
        font-size: 26.00px;
        padding-left: 100px;
    }

    blockquote:before {
        left: 30px;
        font-size: 44.00px;
    }
}

@media only screen and (max-width: 479px) {
    blockquote {
        font-size: 22.00px;
        padding-left: 60px;
        padding-right: 25px;
    }

    blockquote:before {
        left: 15px;
        font-size: 29.00px;
    }
}

@media only screen and (max-width: 375px) {
    blockquote {
        font-size: 22.00px;
        padding-left: 25px;
    }

    blockquote:before {
        display: none;
    }
}

@media only screen and (min-width: 376px) {
    .next-prev-post .post-item h6 {
        font-size: 22.00px;
    }
}

@media only screen and (max-width: 767px) {
    .comments {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .comments {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 376px) {
    .comment-body .content h6 {
        font-size: 22.00px;
    }
}

@media only screen and (max-width: 575px) {
    .comment-body.comment-child {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .admin-comment .comment-body {
        display: block;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .admin-comment .comment-body {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 376px) {
    .admin-comment .comment-body .content h5 {
        font-size: 26.00px;
    }
}

@media only screen and (min-width: 768px) {
    .admin-comment .comment-body .author-thumb {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 375px) {
    .admin-comment .comment-body .author-thumb {
        max-width: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .error-content .section-title h1 {
        font-size: 88.00px;
    }
}

@media only screen and (min-width: 1400px) {
    .error-content .section-title h2 {
        font-size: 60.00px;
    }
}

@media only screen and (min-width: 992px) {
    .widget_newsletter form {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 376px) {
    .list-style-two li {
        font-size: 22.00px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .logo-outer {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .onepage-menu li .menu-item span {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .onepage-menu .active a {
        border-radius: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-menu {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .hero-menu li .menu-item span {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .main-menu .mobile-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .collapse {
        overflow: auto;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse>ul {
        display: block;
        padding: 25px 0;
        overflow-x: hidden;
        background: #333;
        max-height: calc(100vh - 100px);
    }

    .main-menu .navbar-collapse>ul>li:last-child {
        border-bottom: 1px solid var(--border-color);
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse {
        left: 45%;
        width: 50%;
        position: absolute;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 0;
        width: 50px;
        height: 43px;
        border-left: 1px solid var(--border-color);
        text-align: center;
        line-height: 43px;
    }
}

@media only screen and (max-width: 1399px) {
    .main-menu .navbar-collapse li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li {
        display: block;
        padding: 0 15px;
        border-top: 1px solid var(--border-color);
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li a {
        padding: 10px 10px;
        line-height: 22px;
        color: #fff;
        opacity: .7;
    }
}

@media only screen and (min-width: 992px) {
    .main-menu .navbar-collapse li a:after {
        content: '';
        opacity: 0;
        position: absolute;
        left: 0;
        top: 115%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
        height: 2px;
        background: var(--primary-color);
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li .megamenu {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }

    .main-menu .navbar-collapse li .megamenu .container {
        max-width: 100%;
    }

    .main-menu .navbar-collapse li .megamenu .row {
        margin: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul {
        position: relative;
        display: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-menu .navbar-collapse li ul:after {
        display: block;
        clear: both;
        content: "";
    }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
    .main-menu .navbar-collapse li ul {
        min-width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li ul {
        left: auto;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media only screen and (max-width: 991px) {
    .banner-inner h1 {
        font-size: 66.00px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-inner h1 {
        font-size: 60.00px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-inner h1 {
        font-size: 48.00px;
    }
}

@media only screen and (max-width: 375px) {
    .banner-inner h1 {
        font-size: 40.00px;
    }
}

@media only screen and (min-width: 768px) {
    .banner-inner h3 {
        font-size: 40.00px;
    }
}

@media only screen and (max-width: 375px) {
    .banner-inner h3 {
        font-size: 29.00px;
    }
}

@media only screen and (max-width: 375px) {
    .breadcrumb {
        font-size: 19.00px;
    }
}

@media only screen and (max-width: 1399px) {
    .author-image-part .bg-circle {
        left: 0;
        top: 15%;
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 479px) {
    .about-btn h6 {
        font-size: 19.00px;
    }
}

@media only screen and (max-width: 991px) {
    .about-btn.btn-one {
        left: 5%;
    }
}

@media only screen and (max-width: 575px) {
    .service-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .service-item {
        display: block;
    }
}


@media only screen and (max-width: 479px) {
    .service-item .content {
        margin-top: 29.00px;
        margin-bottom: 27.00px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-page-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .our-location iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .our-location iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .our-location iframe {
        height: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .project-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .project-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .project-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .project-content h2 {
        font-size: 40.00px;
    }
}

@media only screen and (max-width: 479px) {
    .project-content h2 {
        font-size: 31.00px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 1199px) {
    .project-item.style-two .project-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .project-item.style-two .project-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .project-item.style-two .project-content h3 {
        font-size: 29.00px;
    }
}

@media only screen and (max-width: 375px) {
    .project-item.style-three .project-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-details-info {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .project-details-info {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (min-width: 376px) {
    .pd-info-item h5 {
        font-size: 26.00px;
    }
}

@media only screen and (max-width: 479px) {
    .tag-share {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}


@media only screen and (max-width: 1199px) {
    .pricing-item .pricing-header {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-item .pricing-header .price {
        font-size: 44.00px;
    }
}

@media only screen and (max-width: 375px) {
    .pricing-item .pricing-header .price {
        font-size: 40.00px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-item .pricing-details {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .pricing-item .pricing-details ul li {
        font-size: 22.00px;
    }
}

@media only screen and (max-width: 991px) {
    .client-logo-wrap .client-logo-item {
        width: calc(25% - 60px);
        margin-bottom: 41.00px;
    }
}

@media only screen and (max-width: 767px) {
    .client-logo-wrap .client-logo-item {
        width: calc(33.33% - 60px);
    }
}

@media only screen and (max-width: 375px) {
    .client-logo-wrap .client-logo-item {
        width: calc(50% - 60px);
    }
}

@media only screen and (max-width: 991px) {
    .client-logo-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 375px) {
    .blog-item .content h5 {
        font-size: 22.00px;
    }
}

@media only screen and (min-width: 768px) {
    .comment-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .main-sidebar {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .widget-recent-news ul li .image {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .widget-recent-news ul li h5 {
        font-size: 19.00px;
    }
}

@media only screen and (max-width: 375px) {
    .cta-widget {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .widget_nav_menu {
        margin-left: auto;
        margin-right: auto;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
}

@media only screen and (min-width: 1200px) {
    .main-header .container-fluid {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-outer {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li {
        padding: 0 15px;
    }
}