@media only screen and (max-width: 1350px) {
  h3 {
    font-size: 40px;
  }
  h2 {
    font-size: 42px;
  }
  header .bottom-header .logo {
    width: 25%;
  }
  header .bottom-header .primary-menu {
    width: 75%;
    gap: 10px;
  }
  header .bottom-header .primary-menu .primary-btn a {
    padding: 12px 20px;
    font-size: 16px;
  }
  .service-section .service-items .item-content h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  header .bottom-header {
    padding: 10px 0px;
  }
  header .bottom-header .logo {
    width: 35%;
  }
  header .bottom-header .main-bottom-header {
    align-items: center;
  }
  header .bottom-header .primary-menu {
    flex-direction: column;
    padding: 150px 20px;
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 300px;
    right: -100%;
    top: 0px;
    transition: all 0.4s ease-in;
    z-index: 1;
    height: 100vh;
    transition: 0.5s;
  }
  header .bottom-header .primary-menu ul {
    flex-direction: column;
    gap: 15px;
  }
  header .bottom-header .primary-menu nav {
    text-align: center;
  }
  header .bottom-header .primary-menu nav a {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
  }
  header .bottom-header .primary-menu nav ul a {
    color: #474747;
  }
  header .bottom-header .primary-menu.active {
    right: 0%;
    /* top: 0%; */
    z-index: 8;
  }
  header .bottom-header .menu-icon {
    display: block;
    border: none;
    background: transparent;
    width: 40px;
    z-index: 9;
    font-size: 32px;
  }
  header .bottom-header .fa-bars {
    color: #fff;
  }
  header .bottom-header .dropdown {
    position: static;
    width: 280px;
    padding: 0px;
    height: 0px;
  }
  header .bottom-header .dropdown li a {
    font-size: 16px !important;
  }
  header .bottom-header .menu-dropdown:hover .dropdown {
    transform: translateY(0px);
    visibility: visible;
    padding: 15px 10px;
    height: auto;
  }
  .hero-section .item {
    position: relative;
    padding: 200px 0px 150px;
  }
  .about-section .about-img .about-two-img {
    right: 36px;
  }
  .service-section .cta .cta-content {
    width: 70%;
  }
  .service-section .cta .cta-link {
    width: 30%;
    text-align: center;
  }
  .testimonial-section .testimonial-content {
    padding: 50px;
  }
  /* ==== blog page ===== */
  #blog-page .blogs {
    gap: 15px;
  }
  #blog-page .blog-grid {
    gap: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .section-padding {
    padding: 40px 0px;
  }
  header .top-header a {
    font-size: 14px;
  }
  header .bottom-header .logo {
    width: 50%;
  }
  .hero-section .item .banner-content .banner-title {
    font-size: 40px;
  }
  .hero-section .owl-nav {
    display: none;
  }
  .about-section .main-about {
    display: flex;
    flex-direction: column;
  }
  .about-section .about-img {
    display: none;
    width: 100%;
  }
  .about-section .about-img .about-two-img {
    right: 200px;
  }
  .about-section .about-content {
    width: 100%;
    margin-top: 0px;
  }
  .service-section .cta {
    gap: 20px;
    padding: 40px 20px;
  }
  .service-section .cta .cta-content {
    width: 65%;
  }
  .service-section .cta .cta-link {
    width: 35%;
  }
  .why-choose-us .main-why {
    flex-direction: column-reverse;
  }
  .why-choose-us .why-content {
    width: 100%;
  }
  .why-choose-us .why-img {
    width: 100%;
  }
  .two-col .main-two-col {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
  .two-col .box-content {
    width: 100%;
  }
  .two-col:nth-child(odd) {
    background: #edf2ff;
  }
  .two-col:nth-child(odd) .main-two-col {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
  /* ==== blog page ===== */
  #blog-page .blogs {
    gap: 15px;
    flex-direction: column;
  }
  #blog-page .blog-grid {
    width: 100%;
  }
  #blog-page .blog-side-bar {
    width: 50%;
  }
  /* ======== blog details page ======== */
  #blog-detail-page .main-detail-page {
    flex-direction: column;
  }
  #blog-detail-page .single-blog-content {
    width: 100%;
  }
  #blog-detail-page .blog-side-bar {
    width: 100%;
  }
  #get-quote-page .img-box {
    display: none;
  }
  #get-quote-page .form-box {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
  h1 {
    font-size: 35px;
  }
  header .top-header .main-top-header .item:nth-child(1) {
    display: none;
  }
  header .bottom-header .logo {
    width: 60%;
  }
  header .bottom-header .dropdown {
    width: 230px;
  }
  header .bottom-header .dropdown li a {
    font-size: 14px !important;
  }
  .about-section {
    padding: 40px 0px;
  }
  .about-section .about-img .about-two-img {
    right: 50px;
  }
  .hero-section .item .banner-content .banner-tagline {
    padding: 8px 5px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2.2px;
    margin-bottom: 10px;
  }
  .service-section {
    padding: 40px 0px 0px;
  }
  .service-section .service-items {
    margin-top: 40px;
  }
  .service-section .cta {
    flex-direction: column;
  }
  .service-section .cta .cta-content {
    text-align: center;
    width: 100%;
  }
  .service-section .cta .cta-link {
    width: 100%;
  }
  .why-choose-us {
    padding: 40px 0px;
  }
  .testimonial-section {
    flex-direction: column;
  }
  .testimonial-section .testimonial-img {
    width: 100%;
    padding: 150px 0px;
    display: none;
  }
  .testimonial-section .testimonial-content {
    width: 100%;
    padding: 40px 15px;
  }
  /* ==== blog page ===== */
  #blog-page .blog-side-bar {
    width: 100%;
  }
  #contact-page .main-contact {
    flex-direction: column;
  }
  #contact-page .contact-details {
    width: 100%;
  }
  #contact-page .contact-form {
    width: 100%;
  }
  /*--------------------------------------------------------------
  # About Us Page
  --------------------------------------------------------------*/
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 26px;
  }
  .inner-banner {
    padding: 130px 0px 60px;
  }
  header .top-header .main-top-header {
    align-items: self-start;
    gap: 10px;
  }
  header .bottom-header .logo {
    width: 71%;
  }
  .hero-section .item {
    position: relative;
    padding: 150px 0px 100px;
  }
  .hero-section .item .banner-content .banner-title {
    font-size: 30px;
  }
  .about-section .about-img {
    display: none;
  }
  .sec-title-border {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
  .sec-title-border .sec-title__tagline {
    display: none;
  }
  .service-section .service-content {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .service-section .cta {
    gap: 20px;
    padding: 20px 15px;
  }
  .why-choose-us .why-content .happy-client {
    flex-direction: column;
  }
  .why-choose-us .why-content .happy-client .item {
    gap: 20px;
    width: 100%;
  }
  .why-choose-us .why-content .happy-client .item .client-number {
    font-size: 30px;
  }
  .two-col .box-img {
    width: 100%;
  }
  /* ==== blog page ===== */
  #blog-page .blog-side-bar {
    width: 100%;
  }
  #blog-page .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media only screen and (max-width: 450px) {
  .container {
    padding: 0px 15px;
  }
  h1 {
    font-size: 28px;
  }
  h5 {
    font-size: 20px;
  }
  header .bottom-header .logo {
    width: 75%;
  }
  header .bottom-header .menu-icon {
    width: 25px;
    font-size: 30px;
  }
  header .bottom-header .primary-menu {
    max-width: 250px;
  }
  .hero-section .item {
    padding: 140px 0px 70px;
  }
  .hero-section .item .banner-content .banner-title {
    font-size: 26px;
  }
  .about-section .about-img .about-two-img {
    display: none;
  }
  .testimonial-section .testimonial-content .main-testimonial-items .author {
    font-size: 20px;
  }
  .cta h3 {
    font-size: 22px;
  }
  footer .top-header .box {
    width: 100%;
  }
  footer .top-header ul a {
    font-size: 16px;
  }
  .blog-side-bar .recent-posts .entry-image {
    width: 150px;
  }
  .blog-side-bar .recent-posts .entry-title p a {
    font-size: 16px;
  }
  form {
    gap: 10px;
    padding: 15px;
  }
  form .group-box {
    flex-direction: column;
    gap: 10px;
  }
  form .group-box .box {
    width: 100%;
  }
  .inner-banner {
    padding: 100px 0px 40px;
  }
  #contact-page .contact-map iframe {
    height: 250px;
  }
}
@media only screen and (max-width: 356px) {
  p {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 22px;
  }
  header .bottom-header .logo {
    width: 80%;
  }
  .hero-section .item .banner-content .banner-tagline {
    display: none;
  }
  .hero-section .item .banner-content .banner-title {
    font-size: 22px;
  }
  .why-choose-us .why-content {
    gap: 20px;
  }
  .testimonial-section .testimonial-content .google-img img {
    width: 120px;
  }
  .blog-side-bar .recent-posts .entry-title p a {
    font-size: 14px;
  }
}/*# sourceMappingURL=responsive.css.map */