/*responsive style css*/
.menu-toggle {
    display: none;
}

@media (min-width: 992px) and (max-width: 1079px) {

    body,
    html {
        min-width: 980px;
    }

    .bg-main {
        width: 960px;
    }

    .main {
        width: 900px;
    }

    .slider-1 img,
    .slider-1,
    #slider-1 {
        width: 900px !important;
    }

    .sf-menu>li {
        width: 14%;
    }

    #slider-1 .pagination {
        right: 45%;
    }

    article.grid_4 img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* Tablet custom widths */
    body,
    html {
        min-width: 768px;
    }

    .bg-main {
        width: 750px;
    }

    .main {
        width: 700px;
    }

    .slider-1 img,
    .slider-1,
    #slider-1 {
        width: 700px !important;
    }

    .sf-menu>li {
        width: 14%;
    }

    #slider-1 .pagination {
        right: 42%;
    }

    .m-alignleft {
        text-align: left;
    }

    article.grid_4 img {
        width: 100%;
    }

    h2 {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 30px;
    }


    article.alpha,
    article.omega {
        width: 100%;
        padding: 0px;
    }

    .container_12 {
        padding: 0 10px;
    }

    .button {
        padding: 29px 28px 30px 28px;
    }

    .box-project {
        width: 100%;
        height: 100%;
    }

    .box-project figcaption {
        width: 100%;
        box-sizing: border-box;
    }

    .box-blog figure img {
        width: 100%;
    }

    .box-post a.btn {
        background-size: cover;
        width: 24px;
        height: 24px;
    }

    .txt-comment span,
    .txt-comment {
        width: 100%;
    }

    .map {
        margin-bottom: 20px;
    }

}

@media (max-width: 767px) {

    /* Mobile: stack all columns */
    body,
    html {
        min-width: 100%;
    }

    .bg-main {
        width: 100%;
    }

    .main {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .container,
    .wrapper {
        width: 100% !important;
        padding: 0px;
        box-sizing: border-box;
    }

    .slider-1 img,
    .slider-1,
    #slider-1 {
        width: 100% !important;
        object-fit: cover;
    }

    #page1 header {
        padding-bottom: 10px;
    }

    header {
        padding-bottom: 0px;
    }

    .slogan-top {
        margin-top: -20px;
        font-size: 12px;
    }

    .menu-toggle {
        display: block;
    }

    .menu-toggle {
        font-size: 28px;
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        margin: 10px;
        margin-left: 0px;
        text-align: left;
        width: 100%;

    }

    .menu-toggle span {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 36px;
    }

    .responsive-menu {
        display: none;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.95);
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .responsive-menu.open {
        display: flex;
    }

    .responsive-menu li {
        width: 100%;
        text-align: left;
        padding: 10px 0;
    }

    .responsive-menu li ul {
        display: none;
        position: static;
        background: none;
        width: 100%;
    }

    .sf-menu li li {
        width: 100%;
    }

    .responsive-menu li:hover>ul {
        display: block;
    }

    .sf-menu>li {
        float: none;
    }

    .sf-menu li a {
        font-size: 16px;
    }

    .sf-menu li li a {
        font-size: 14px;

    }

    nav {
        padding: 0px;
    }

    logo {
        font-size: 45px;
    }

    #slider-1 .pagination {
        right: 39%;
    }

    .m-alignleft {
        text-align: left;
    }

    article.grid_4 img {
        width: 100%;
    }

    footer {
        text-align: center;
    }

    .container_12 {
        padding: 0 10px;
    }

    .sf-menu ul {
        padding: 15px 0 10px;
    }

    .box-project {
        width: 100%;
        height: 100%;
    }

    .box-project figcaption {
        width: 100%;
        box-sizing: border-box;
    }

    .img-indent1 {
        float: none;
        margin: 3px 0px 20px 0px;
    }

    .list-2 {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .box-blog figure img {
        width: 100%;
    }

    .box-post a.btn {
        background-size: cover;
        width: 24px;
        height: 24px;
    }

    .txt-comment span,
    .txt-comment {
        width: 100%;
    }

    .txt-comment a {
        float: left;
        margin-top: 10px;
    }

    .map {
        margin-bottom: 20px;
    }
    #contact-form-1 textarea,
    #contact-form-1 input {
        width: 100%;
    }

    article.alpha,
    article.omega {
        padding-left: 0px;
        padding-right: 0px;
    }
}