/* Media Queries  */
@media only screen and (max-width: 1440px) {
    .hero-bottom-section {
        left: 60px;
        bottom: -35px;
    }
    .banner-content {
        padding-top: 250px;
    }

}

@media only screen and (max-width: 1400px) {
    .navbar-nav li {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        padding-left: 25px;
    }
  }

  @media only screen and (max-width: 1200px) {
    .container {
		max-width: 1170px;
	}
    .navbar-nav li {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        padding-left: 0px;
    }
    
    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        padding: 0;
    }

    .banner-content {
        padding-top: 21 0px;
    }
    .about-right-img {
        margin-left: 380px;
    }
    .about-left-img {
        margin-right: 270px;
    }

  }

@media only screen and (max-width: 1025px) {
    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        padding: 0;
    }
    .hero-bottom-section {
        left: 0px;
        bottom: -35px;
    }
    .about-right-img {
        margin-left: 320px;
    }
    .hero-bottom-section {
        margin-top: -60px;
    }
  }

@media(max-width:991px) {
    .hamburger {
        display: block;
    }

    .navbar .nav-menu {
        display: none;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);

    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        cursor: pointer;
    }

    .nav-menu a {
        margin: 16px 0;
    }
    .banner-content {
        width: 90%;
    }

    .nav-menu.active {
        left: 0;
    }
    
    .navbar-nav li {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        padding-left: 0px;
    }
    
    .h-btn {
        margin-left: 0;
        width: 100px;
    }
    .nav-menu-bar {
        padding: 30px;
        float: right;
    }
    .skill-box {
        margin-bottom: 30px;
    }
    .z-creative {
        margin-top: 0px;
    }
    .skill-box {
        min-height: 245px;
    }
    .about-left-img {
        margin-right: 400px;
    }
    .about-right-img {
        margin-left: 400px;
    }
    .about-content {
        margin-top: 10px;
    }
    .counter-hr {
        margin-bottom: 45px;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view-content {
        display: block;
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 767px) {
	.navbar {
		padding: 20px 0 20px;    
	}
    .rating-number {
        width: 23%;
    }
  }

  @media only screen and (max-width: 575px) {

    .about-content {
        margin-top: 65px;
        text-align: center;
    }
    .about-left-img {
        display: none;
    }
    
    .about-right-img {
        display: none;
    }

    img.mobile-hide {
        display: none;
    }

    .about-left-img-mobile {
        display: block;
    }

    .about-right-img-mobile {
        display: block;
    }
    .about-img {
        text-align: center;
        margin-top: -115px;
    }
    .about-img img{
        max-width: 100%;
    }
    .career-slider {
        margin: 0;
        width: 100%;
        margin-top: 100px;
    }
    .rating-number {
        width: 100%;
    }
    .counter-hr {
        align-items: center;
        justify-content: center;
        display: grid;
    }
  }

  @media only screen and (max-width: 430px) {
    .navbar-brand {
        width: 150px;
        height: 96px;
        padding-top: 20px !important;
    }
    .navbar-brand h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 50px;
        padding-left: 65px;
        color: #000000;
    }
    .navbar-brand img {
        position: absolute;
        width: 180px;
        height: 50px;
    }
    .navbar {
        padding: 10px 0 10px;
    }
    .service_read_more h5 {
        font-size: 19px;
    }
  }  