@media only screen and (min-width: 2199px) {
  .common_style h1 {
    font-size: 100px !important;
    color: #151516;
    line-height: 80px;
    letter-spacing: -7px;
  }
  .navbar-brand span {

    font-size: 185px;
    line-height: 156px;
    letter-spacing: -14px
  }

  .section_title_right{
    font-size: 185px;
    letter-spacing: -14px;
  }

  .hero_img-container span {
    font-size: 35px;
    letter-spacing: -3px;
  }

  .hero_detail-box h5 {
    font-size: 27px;
    letter-spacing: -2px;
    line-height: 32px;
  }

  .aboutflex p {
    font-size: 27px;
    letter-spacing: -2px;
    line-height: 35px;
  }

}

@media (max-width: 1199px) {
  .common_style h1 {
    font-size: 60px;
    color: #151516;
    line-height: 64px;
    letter-spacing: -4px;
  }
}

@media (max-width: 992px) {

  .press_kit_btn {
    margin-top: 20px;
  }
  .section_title_left {
    width: 100vw;
    text-align: left;
    padding: 20px;


    font-size: 60px;
    color: #151516;
    line-height: 64px;
    letter-spacing: -4px;
  }
  .text-align-right{
    text-align: left;
  }
  .on_mobile_paddingtop_20{
    padding-top: 20px
  }
  .about_section-box {
    padding-top: 0px;
  }
  .width50{
    width:100%;
  }
  .show_on_mobile{
    display: block;
  }
  .hide_on_mobile{
    display: none;
  }

  .aboutflex {
    display: block;
  }
  .aboutflex p {
    margin: 20px 0px 20px 0px;
    width: 100%;
  }
  .flex_on_mobile{
    display: flex;
    width: 50%;
    flex-direction: column;
    padding: 0px !important;
  }
  .flex_50_on_mobile{
    flex: 0 0 50%;
    max-width: 50%;
  }

    .hero-container {
        flex-direction: column;
    }

    .hero_detail-box {
        width: 100%;
        margin-bottom: 45px;
    }

    .hero_img-container {
        width: 50%;
    }
    .width_100_on_mobile{
      width:100%;
      max-width: 100%;
    }
    .reverse_image_on_mobile {
      display: flex;
      flex-direction: column-reverse;
      margin-top: 20px;
    }

    .hero-container.container {
        padding-top: 0px;
        margin-top: -65px;
    }

    .navbar-nav{
      flex-direction: column;
    }

    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        font-size: 65px;
        letter-spacing: -4px
    }

    .navbar-collapse {
        flex-basis: auto;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #000;
        left: 0px;
        right: 0px;
        top: 0px;
        display: flex;
    justify-content: center;
    align-items: center;
      }


}


@media (max-width: 768px) {
  .navbar-brand span {

    font-size: 105px;
    color: #282728;
    text-align: left;
    line-height: 100px;
  }


    .hero_detail-box {
        text-align: center;
    }

    .hero_detail-box h1 {
        width: 100%;
    }

    .top_container::after {
        display: none;
    }

    .top_container::before {
        background-size: cover;
    }

    .info_section .col-md-3 {
        padding: 20px 25px;
        text-align: center;
    }

    .common_style img {
        width: 100%;
        margin: 20px auto;
    }

}

@media (max-width: 576px) {
    .hero-container {
        padding-bottom: 100px;
    }

    .client_img-box::before,
    .client_img-box::after {
        content: "";
        position: absolute;
        width: 75px;
        height: 20px;
        border-radius: 20px;
        background-color: #fdd31d;
    }

    .client_img-box::before {
        top: 0;
        transform: rotate(132deg);
        left: -15px;
        animation: beforeanimate 1s;
        animation-delay: .1s;
    }

    .client_img-box::after {
        bottom: 0px;
        transform: rotate(135deg);
        right: -15px;
        animation: afteranimate 1s;
        animation-delay: .1s;
    }


    @keyframes beforeanimate {
        0% {
            top: 43%;
            transform: rotate(142deg);
            left: 31%;

        }

        100% {
            top: 0px;
            transform: rotate(132deg);
            left: -15px;
        }
    }

    @keyframes afteranimate {
        0% {
            bottom: 46%;
            transform: rotate(142deg);
            right: 35%;
        }

        100% {
            bottom: 0px;
            transform: rotate(135deg);
            right: -15px;
        }
    }

    .contact_section {
        padding: 0px 15px 0 15px;
    }

    .sub_page .contact_section {
        padding: 45px 15px;
    }

    .contact_section input {
        width: 100%;
    }

    .info_section .social-box {
        width: auto;
    }
}



@media (max-width: 480px) {
  .navbar-brand span {

    font-size: 70px;
    color: #282728;
    text-align: left;
    line-height: 70px;
    letter-spacing: -7px
  }

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
      font-size: 45px;
      letter-spacing: -3px
  }

}

@media (max-width: 400px) {}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}
