@media all and (min-width: 1024px) and (max-width: 1280px) {

}

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

}

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

}

@media all and (max-width: 1480px) {
    #home-service-pic img{
        width: 412px;
        height: 349px;
    }
    .menu-container .inner .side-menu ul li a{
        font-size: 2.75rem;
    }
}

@media all and (max-width: 1280px) {
    #home-service-pic{
        margin-top: -6rem !important;
    }
}

@media all and (max-width: 1200px) {
    .selected-works-wrapper{
        margin-top: 50px;
    }
    .selected-works-title-wrapper{
        margin-top: -80px;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .contact-page-header::before,
    .work-detail-page-header::before
    {
        filter: blur(30px);
        width: 240px;
        height: 240px;
    }
    .service-page-header::before
    {
        display: none;
    }
    .service-page-wrapper, .work-page-wrapper{
        margin-top: -40px;
    }
    .contact-page-header{
        padding-bottom: 3rem;
        border-bottom-left-radius: 4rem;
        border-bottom-right-radius: 4rem;
        -moz-border-radius-bottomleft: 4rem;
        -moz-border-radius-bottomright: 4rem;
        -webkit-border-bottom-left-radius: 4rem;
        -webkit-border-bottom-right-radius: 4rem;
    }
    .contact-form {
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        -moz-border-radius-topleft: 2rem;
        -moz-border-radius-topright: 2rem;
        -webkit-border-top-left-radius: 2rem;
        -webkit-border-top-right-radius: 2rem;
        transform: translateY(30px);
    }
}

@media all and (max-width: 1024px) {
    .hamburger-menu{
        font-size:14px
    }
    #home-circle{
        margin-top:-100px !important;
    }
    #home-circle img{
        width: 200px;
    }
    .selected-works-title-wrapper{
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .page-header .container h1, .page-header .container h1.small {
        font-size: 2.8rem;
        letter-spacing: -1px;
    }
    .service-detail-page-header::before
    {
        width:320px;
        height:288px;
        background-size: 320px 288px;
    }
    .display-4{font-size:2.1rem !important;}
    .breadcrumb-fs{font-size:14px;}
    h5{font-size:1.1rem}
    .topbar{
        padding-top: 20px !important;
    }
}

@media all and (max-width: 991px) {
    .unrounded-on-md {
        border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
    }
}

@media all and (max-width: 768px) {
    p {
        font-size: 16px;
    }
    .btn-lg{
        padding: .3rem 0.8rem;
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .rounded-section{
        border-radius: 3rem;
        -moz-border-radius: 3rem;
        -webkit-border-radius: 3rem;
    }
    #home-service-pic{
        display:none !important;
    }
    .subtitle_big
    {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .subtitle
    {
        font-size: 1.2rem;
        line-height: 1.75rem;
    }
    .home-service-wrapper{
        padding:1.25rem 1rem;
    }
    .home-service-wrapper .subtitle{
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
    #home-circle{
        right:0;
        margin-right:-100px !important;
        overflow-x:hidden;
    }
    .dot{
        font-size: 4rem;
    }
    .service-page-wrapper, .work-page-wrapper{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .service-detail-page-header {
        padding-top: 20vh !important;
        padding-bottom: 30vh !important;
    }
    .pb-3rem{padding-bottom:5rem!important}
    /*.service-detail-page-header::before*/
    /*{*/
    /*    width:320px;*/
    /*    height:288px;*/
    /*    background-size: 320px 288px;*/
    /*}*/
    ul.sub-service-2col li{
        width: 100%;
        margin-right: 0;
    }
    .blog-title{
        font-size:1.25rem;
    }
    .scroll-up .topbar:before{height:30px;}
    .scroll-up .logo, .scroll-up .languages{margin-top:-15px;z-index:9999}
    .scroll-up .hamburger-menu{margin-top:-25px;z-index:9999}
}

@media all and (max-width: 480px) {
    .menu-container .inner .side-menu ul li a {
        font-size: 3rem !important;
    }
    p {
        font-size: 15px;
    }
}

@media all and (min-width: 480px) {

}

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

}

@media all and (min-width: 1024px) {

}

@media all and (min-width: 1280px) {
    .selected-works-title{
        width:60% !important;
    }
}

@media all and (min-width: 1480px) {
    .content-section-big-py{
        padding: 10rem 0 12rem 0;
    }
}

@media all and (min-width: 2400px) {
    .selected-works-title{
        width:30% !important;
    }
}