

@media screen and (max-width: 1300px){
    .hero-section h1{
        font-size: 60px;
    }
    .hero-section h3{
        font-size: 90px;
        margin-top: 0px;
    }
    .hero-section p{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .hero-section a{
        font-size: 20px;
        width: 240px;
        height: 45px;
    }
    h2.sub-title{
        font-size: 50px;
    }
    .hero-section{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    h2.sub-title{
        margin-bottom:40px;
    }
    .portfolio {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .portfolio-list h6{
        font-size: 18px;
        letter-spacing: 0px;
        font-family: Apercu-R;
    }
    .about-us p{
        font-size: 30px;
    }
    .about-us{
        padding-bottom: 70px;
    }
    .col-left-side h2 span {
        font-size: 50px;
    }
    .col-left-side h2{
        font-size: 40px;
    }
    .contact-section{
        padding-top: 60px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 1200px){
    .serveice-listing .slick-slide{
        margin: 0 20px;
    }
    .serveice-listing .slick-list.draggable {
        margin: 0 -20px;
    }
    .portfolio-list .slick-slide{
        margin: 0 15px;
    }
    .portfolio-list .slick-list.draggable{
        margin: 0 -15px;
    }
    .contact-section .col-6{
        width: 48%;
    }
    .contact-section .row {
        column-gap: 20px;
        justify-content: space-between;
    }
    .privacy-policy{
        margin-top: 10px;
    }
    .form-side input{
        margin-bottom: 35px;
    }
    form{
        margin-top: 35px;
    }
}

@media screen and (max-width: 992px){
    .glyph-service{
        height: 280px;
    }
    .service-name h5{
        font-size: 35px;
        line-height: 30px;
    }
    .service-name h5 span{
        font-size: 25px;
    }
    .porfolio-image-box{
        height: 230px;
    }
    .footer-menu ul{
        margin: 30px 0px;
    }
    h2.why-choose-title{
        font-size: 30px;
    }
    .why-choose-glyph {
        margin-top: 35px;
    }
    .why-choose-boxes h6{
        font-size: 23px;
        padding-left: 0px;
    }
    .about-us p {
        font-size: 20px;
        text-align: center;
    }
    .why-choose-boxes p{
        font-size: 18px;
    }
    .serveice-listing{
        column-gap: 20px;
        row-gap: 20px;
    }
    .cursor{
        display: none;
    }
}

@media screen and (max-width: 880px){
    .scrolled .bottom-header ul {
        transform: scale(0.6);
    }
}


@media screen and (max-width: 768px){
    .serveice-listing .slick-slide{
        margin: 0 15px;
    }
    .serveice-listing .slick-list.draggable {
        margin: 0 -15px;
    }
    .portfolio {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .serveice-listing{
        grid-template-columns: 1fr 1fr;
    }
    .left-logo img {
        width: 50px;
        transition: 0.5s;
    }
    .porfolio-image-box img{
        max-width: 90px;
        max-height: 90px;
    }
}

@media screen and (max-width: 750px){
    .nav-menu{
        display: block;
    }
    .bottom-header{
        display: none;
    }
    .right-contact{
        margin-right: 75px;
    }
    .scrolled .right-contact {
        margin-right: 45px;
    }
    .scrolled .top-header{
        padding-bottom: 0px !important;
    }
    .scrolled .bottom-header ul {
        transform: scale(1);
    }
    header.scrolled{
        padding: 10px 0px;
    }
}

@media screen and (max-width: 650px){
    .porfolio-image-box {
        height: 100px;
    }
}

@media screen and (max-width: 600px){
    .contact-section .col-6{
        width: 100%;
    }
    .contact-section .row{
        row-gap: 30px;
    }
    .why-choose-boxes{
        margin-bottom: 25px;
    }
    .contact-section {
        padding-top: 25px;
        padding-bottom: 70px;
    }
    .footer-top-section{
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }
    .social-media-links{
        column-gap: 15px;
    }
    .portfolio-list h6{
        font-size: 16px;
    }
    .footer-menu ul{
        justify-content: center;
    }

}
@media screen and (max-width: 530px){
    .serveice-listing{
        grid-template-columns: 1fr;
    }
    .portfolio-list .slick-slide{
        margin: 0 10px;
    }
}
@media screen and (max-width: 479px){
    .col-left-side h2 {
        font-size: 30px;
    }
    .col-left-side h2 span {
        font-size: 35px;
    }
    .hero-section h1 {
        font-size: 50px;
    }
    .hero-section h3{
        font-size: 70px;
    }
    .hero-section p{
        font-size: 17px;
    }
    h2.sub-title {
        font-size: 40px;
    }
    h2.sub-title {
        margin-bottom: 30px;
    }
    .about-us p {
        font-size: 18px;
        text-align: center;
    }
    .why-choose-boxes p{
        font-size: 15px;
        font-family: Apercu-R;
    }
    .right-contact{
        transform: scale(0.85);
        margin-right: 50px;
    }
    .nav-menu{
        right: 7px;
        top: 10px;
    }
    .right-contact{
        margin-right: 37px;
    }
}