@media (max-width: 1230px){
    
}
@media (max-width: 1999px){


}
@media (max-width: 991px){
    .nice_template_area .nice_template_inner .nice_template_left {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    .nice_template_area .nice_template_inner .nice_template_right {
        width: 100%;
        float: none;;
    }
}
@media (max-width: 767px){
    .nice_template_area .nice_template_inner .nice_template_right .nice_item {
        width: calc(100% / 2);
    }
    header .navbar .nav li {
        margin-left: 0;
    }
    header .navbar .nav li {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .navbar-nav {
        text-align: center;
    }
    .perfect_demos_area {
        margin: 0px 0% 100px;
        padding: 0;
    }
    .banner_shapes {
        display: none;
    }
    .footer_top h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .banner_inner_text h2 {
        font-size: 36px;
        line-height: 47px;
    }
    .banner_inner_text {
        max-width: 100%;
    }
    .navbar-nav {
        text-align: center;
        margin: 0px auto;
        margin-top: 50px;
    }
    .banner_straight_area {
        background-size: cover;
        padding: 150px 0px 200px;
        margin-bottom: 100px;
    }
    .main_title {
        padding-top: 50px;
    }
    .footer_copyright .copy_wrapper {
        display: inline;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 575px){
    .banner_inner_text h3 {
        font-size: 16px;
    }
    .banner_straight_area {
        padding: 60px 0px 60px 0px;
    }
    .banner_inner_text h3 {
        padding-bottom: 32px;
    }
    .demos_item {
        max-width: 490px;
        margin: 0px auto 60px;
    }
    .main_title h2 {
        font-size: 38px;
    }
    .footer_copyright {
        text-align: center;
    }
}
@media (max-width: 480px){
    .nice_template_area .nice_template_inner .nice_template_right .nice_item {
        width: calc(100% / 1);
        float: none;
        max-width: 400px;
        margin: 0px auto 60px;
    }
}