@media screen and (max-width:1199px) {

  .hero-bg .hero-text p {
    padding-right: 30%;
  }

  .about-bg .experience-details {
    margin-left: 6rem;
  }

  .about-main .about-left-area .title-wrap h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .about-main .about-left-area p {
    line-height: 2.3rem;
  }

  .default-sub-title {
    font-size: 2.8rem;
  }

  .service-bottom-right .overlay1 {
    height: 38rem;
  }

}

@media screen and (max-width:991px) {

  #mobile-menu {
    width: 100%;
    transition: all 0.3s linear;
    background-color: #0C1F38;
    margin-top: -3rem;
    padding: 0.5rem 0 2rem 0;
    z-index: 9999;
  }

  .header.header-animate {
    height: 8rem;
  }

  .navbar .navbar-brand a>img {
    margin-top: -1.5rem;
  }

  .navbar-nav .nav-item {
    margin-bottom: 0.8rem;
  }

  .navbar-toggler-icon {
    margin-top: -3.5rem;
  }

  .navbar-nav .quote {
    margin-left: 2rem;
  }

  .hero-bg .hero-text h1 {
    font-size: 5rem;
    line-height: 5.9rem;
  }

  .hero-bg .hero-text p {
    font-size: 1.7rem;
    line-height: 2.4rem;
    padding-right: 20%;
  }

  .about-bg .experience-img img {
    height: 100%;
  }

  .about-bg .experience-details {
    margin-left: 0;
  }

  .default-title {
    font-size: 2.8rem;
  }

  .default-title::before {
    left: calc(50% - 16rem);
    top: 1.5rem;
  }

  .default-title::after {
    right: calc(50% - 16rem);
    top: 1.5rem;
  }

  .about-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .about-main .about-main-slider {
    order: 1;
  }

  .about-main .about-left-area {
    order: 2;
  }

  .about-main .about-left-area .title-wrap h3 {
    padding-right: 25rem;
  }

  .services-bg .services-title h3 {
    font-size: 3.2rem;
  }

  .service-order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-order .order1 {
    order: 1;
  }

  .service-order .order2 {
    order: 3;
  }

  .service-order .order3 {
    order: 4;
  }

  .service-order .order4 {
    order: 2;
  }

  .service-order .order5 {
    order: 7;
  }

  .service-order .order6 {
    order: 6;
  }

  .service-order .order7 {
    order: 5;
  }

  .service-order .order8 {
    order: 8;
  }

  .service-bottom-right {
    margin-bottom: 8rem;
  }

  .service-bottom-right .overlay1 {
    height: 54rem;
  }

  .counter-bg {
    padding: 5rem 0 3rem 0;
  }

  .coounter-item {
    margin-bottom: 2rem;
  }

  .team-bg .team-card {
    margin-bottom: 3rem;
  }

  .footer-bg .footer-top .top-left h4 {
    font-size: 1.8rem;
  }

  .footer-bg {
    padding: 12rem 0 2rem 0;
  }

  .footer-item {
    margin-bottom: 4rem;
  }

  #button {
    width: 4rem;
    height: 4rem;
    line-height: 5rem;
  }

  #button i {
    font-size: 2.5rem;
  }

}

@media screen and (max-width:767px) {

  .hero-img1,
  .hero-img2 {
    padding: 25rem 0 12rem 0;
  }

  .hero-bg .hero-text h1 {
    font-size: 2.7rem;
    line-height: 3.7rem;
    margin-bottom: 1rem;
  }

  .hero-img2::before {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .hero-bg .hero-text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .hero-slider .priv-arrow {
    top: 50%;
  }

  .hero-slider .next-arrow {
    top: 50%;
  }

  .default-btn {
    padding: 5px 15px;
    font-size: 11px;
    margin-top: 1rem;
  }

  .experience-img {
    display: none;
  }

  .about-main-slider img {
    height: 30rem;
  }

  .about-main .about-left-area .title-wrap h3 {
    padding-right: 14rem;
  }

  .services-bg .services-title h3 {
    font-size: 2.8rem;
  }

  .services-card h4 {
    font-size: 1.8rem;
  }

  .service-bottom-right .overlay1 {
    height: 42rem;
  }

  .team-bg .team-title h3 {
    font-size: 2.8rem;
  }

  .team-bg .team-title h3::before {
    left: calc(50% - 16rem);
    top: 1.5rem;
  }

  .team-bg .team-title h3::after {
    right: calc(50% - 16rem);
    top: 1.5rem;
  }

  .team-bg .team-title p {
    font-size: 1.6rem;
  }

  .contact-bg .contact-title {
    margin-bottom: 3rem;
  }

  .contact-bg .contact-title h3 {
    font-size: 2.8rem;
  }

  .contact-bg .contact-title h3::before {
    left: calc(50% - 18rem);
    top: 1.5rem;
  }

  .contact-bg .contact-title h3::after {
    right: calc(50% - 18rem);
    top: 1.5rem;
  }

  .address-box {
    margin-bottom: 3rem;
  }

  .address .address-box h4 {
    font-size: 1.8rem;
    padding: 0.8rem 0;
  }

  .top-left {
    margin-bottom: 1.5rem;
  }

  .footer-bg .footer-top .top-left h4 {
    font-size: 2rem;
  }

  .footer-bg .footer-top .top-right input {
    width: 80%;
  }

  .footer-bg .footer-top .top-right a>i {
    right: 10%;
  }

  .footer-bg .footer-top {
    padding: 3rem 0;
    margin-top: -22rem;
  }

  .copyright-bg .copyright-details p {
    line-height: 2.4rem;
  }

}

@media screen and (max-width:575px) {

  .navbar {
    padding: 1rem;
  }

  .navbar-nav .nav-item {
    margin-bottom: 0.5rem;
  }

  .hero-bg .hero-text h1 {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }

  .hero-bg .hero-text p {
    padding-right: 0;
  }

  .hero-img2::before {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .hero-slider .priv-arrow {
    width: 2rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 2.5rem;
  }

  .hero-slider .next-arrow {
    width: 2rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 2.5rem;
  }

  .about-bg {
    margin-top: 6rem;
  }

  .default-sub-title {
    font-size: 2.6rem;
  }

  .default-title {
    font-size: 2.4rem;
  }

  .default-title::before {
    left: calc(50% - 13rem);
    width: 5rem;
  }

  .default-title::after {
    right: calc(50% - 13rem);
    width: 5rem;
  }

  .about-main-slider img {
    height: 25rem;
  }

  .about-main-title {
    margin-top: 5rem;
  }

  .about-main .about-left-area .title-wrap h3 {
    padding-right: 0rem;
  }

  .about-main .about-left-area .title-wrap::before {
    height: 85%;
  }

  .services-bg .services-title h4 {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }

  .services-bg .services-title h3 {
    font-size: 2.4rem;
  }

  .service-animate-right::before {
    display: none;
  }

  .service-animate-right::after {
    display: none;
  }

  .service-animate-left::before {
    display: none;
  }

  .service-animate-left::after {
    display: none;
  }

  .service-bottom-right .overlay1 {
    height: 100%;
    top: 0;
  }

  .services-bottom .service-bottom-card p {
    line-height: 2.2rem;
  }

  .service-bottom-right .overlay2 .playBtn {
    width: 7.5rem;
    height: 7.5rem;
  }

  .team-bg .team-title h3 {
    font-size: 2.4rem;
  }

  .team-bg .team-title h3::before {
    width: 3rem;
    left: calc(50% - 12rem);
    top: 1.3rem;
  }

  .team-bg .team-title h3::after {
    width: 3rem;
    right: calc(50% - 12rem);
    top: 1.3rem;
  }

  .team-bg .team-title p {
    font-size: 1.4rem
  }

  .team-bg .team-card img {
    height: auto;
  }

  .testimonial-bg .testimonial-title h3 {
    font-size: 2.2rem;
  }

  .testimonial-bg .testimonial-title h3::before {
    display: none;
  }

  .testimonial-bg .testimonial-title h3::after {
    display: none;
  }

  .testimonial-bg .testi-item a {
    font-size: 4rem;
  }

  .testimonial-bg .testi-item p {
    font-size: 1.4rem;
  }

  .contact-bg .contact-title h3::before {
    display: none;
  }

  .contact-bg .contact-title h3::after {
    display: none;
  }

  .form-box {
    padding: 5rem 1.5rem;
  }

  .footer-bg .footer-top {
    padding: 3rem 0;
  }

  .footer-bg .footer-top .top-left h4 {
    font-size: 1.8rem;
  }

  .copyright-bg .copyright-details h4 {
    line-height: 2.4rem;
  }

  #button {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 4.5rem;
    bottom: 2rem;
    right: 1.5rem;
  }

  #button i {
    font-size: 2.2rem;
  }

}