@media only screen and (max-width: 1280px) {
  p {
    font-size: 16px;
  }
  header .main-top-header .header-details {
    justify-content: end;
  }
  .hero-section .item {
    padding: 138px 0px 128px;
  }
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 50px;
  }
  h3, h2 {
    font-size: 35px;
  }
  .phone-header {
    display: block;
  }
  .main-header {
    display: none;
  }
  header nav .down-arrow i {
    color: #fff;
  }
  .phone-header .top-header {
    display: none;
    flex-direction: column;
  }
  .phone-header .top-header a {
    color: #ccc;
    padding: 5px 0px;
  }
  .phone-header .top-header i {
    margin-right: 10px;
  }
  .phone-header .bottom-header {
    background: #0F0607;
    padding: 0px 15px;
  }
  .phone-header .bottom-header .container {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .phone-header .bottom-header .main-bottom-header {
    align-items: center;
  }
  .phone-header .bottom-header .primary-menu {
    flex-direction: column;
    padding: 150px 20px;
    position: fixed;
    background: rgba(226, 129, 178, 0.9294117647);
    width: 100%;
    max-width: 300px;
    right: -100%;
    top: 0px;
    transition: all 0.4s ease-in;
    z-index: 1;
    height: 100vh;
    transition: 0.5s;
  }
  .phone-header .bottom-header .primary-menu ul {
    flex-direction: column;
    gap: 15px;
  }
  .phone-header .bottom-header .primary-menu nav {
    text-align: center;
    height: 450px;
    overflow-x: scroll;
  }
  .phone-header .bottom-header .primary-menu nav a {
    display: block;
    padding: 5px 0px;
    font-size: 16px;
  }
  .phone-header .bottom-header .primary-menu nav ul a {
    color: #fff;
  }
  .phone-header .bottom-header .primary-menu .menu-drop-down a {
    color: #000;
    padding: 0px;
  }
  .phone-header .bottom-header .primary-menu.active {
    right: 0%;
    /* top: 0%; */
    z-index: 8;
  }
  .phone-header .bottom-header .menu-icon {
    display: block;
    border: none;
    background: transparent;
    width: 40px;
    z-index: 9;
    font-size: 24px;
    color: #fff;
  }
  .phone-header .bottom-header .fa-bars {
    color: #fff;
  }
  .phone-header .logo img {
    width: 150px;
  }
  .hero-section .owl-nav {
    display: none;
  }
  .hero-section .item .banner-content {
    width: 100%;
  }
  .about-section .main-about .img-box img {
    width: 100%;
  }
  .cta-section .main-cta .content-box {
    width: 50%;
    padding-bottom: 30px;
  }
  .cta-section .main-cta .img-box {
    width: 50%;
  }
  .cta-section .main-cta .img-box .img-1 {
    width: 100%;
  }
  .about-section {
    padding: 130px 0px 80px;
  }
  .about-section .main-about .img-box {
    display: none;
  }
  .about-section .main-about .about-content {
    width: 100%;
  }
  .gallery {
    padding: 15px;
  }
  footer .top-header {
    flex-wrap: wrap;
  }
  footer .top-header ul {
    margin-top: 10px;
  }
  footer .box {
    margin-top: 20px;
  }
  #career-page .career-img {
    display: none;
  }
  #career-page .career-form {
    width: 100%;
  }
  #blog-page .blogs {
    flex-direction: column;
  }
  #blog-page .blog-grid {
    width: 100%;
  }
  #blog-page .blog-side-bar {
    width: 60%;
  }
  .services-group .main-service-group {
    flex-direction: column-reverse;
  }
  .services-group .service-dec {
    width: 100%;
  }
  .services-group .services-name {
    width: 50%;
  }
  .newslatter .latter-form form {
    flex-direction: column;
    gap: 15px;
  }
  #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%;
  }
}
.inner-banner h3, h2 {
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .about-page .about-section {
    padding: 40px 0px;
  }
  h6 {
    font-size: 18px;
  }
  header .main-top-header .header-details {
    gap: 15px;
  }
  header .main-top-header .item-icon {
    display: none;
  }
  .hero-section .item {
    position: relative;
    padding: 100px 0px;
  }
  .hero-section .item .banner-content .banner-title {
    font-size: 32px;
    line-height: 1.3;
  }
  .hero-section .item .banner-content .banner-tagline {
    padding: 8px 15px;
  }
  .our-services .main-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(171px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
    margin-top: 50px;
    row-gap: 0px;
  }
  .our-services .item .item-content h5 {
    font-size: 20px;
  }
  .cta-section .main-cta {
    gap: 50px;
    flex-direction: column;
  }
  .cta-section .main-cta .content-box {
    width: 100%;
  }
  .cta-section .main-cta .img-box {
    width: 100%;
  }
  .newslatter {
    background-position: left;
  }
  .newslatter .main-newlatter {
    gap: 15px;
    flex-direction: column;
  }
  .newslatter .main-newlatter h3 {
    font-size: 32px;
  }
  #contact-page .main-contact {
    flex-direction: column;
  }
  #contact-page .contact-details {
    width: 100%;
  }
  #contact-page .contact-form {
    width: 100%;
  }
  .services-group .service-price li {
    width: 47.5%;
  }
  .gallery-page .gallery-items {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media only screen and (max-width: 500px) {
  .inner-banner {
    background-position: right;
    padding: 80px 0px 80px;
  }
  h2 {
    font-size: 28px;
  }
  .connect-details .main-connect {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .connect-details .item a img {
    width: 27px;
  }
  .connect-details .item a .text {
    font-size: 14px;
  }
  #blog-page .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  #blog-page .blog-side-bar {
    width: 100%;
  }
  .services-group .services-name {
    width: 100%;
  }
  .gallery-page .gallery-group h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 28px;
  }
  h2, h3 {
    font-size: 24px;
  }
  .secondary-btn a {
    padding: 12px 25px;
    font-size: 16px;
  }
  .primary-btn a {
    padding: 12px 25px;
    font-size: 16px;
  }
  form {
    padding: 25px 15px;
    gap: 10px;
  }
  form .group-box {
    flex-direction: column;
    gap: 10px;
  }
  form .group-box .box {
    width: 100%;
  }
  .newslatter .main-newlatter h3 {
    font-size: 27px;
  }
  .newslatter .latter-form {
    width: 100%;
  }
  .newslatter .latter-form form input[type=email] {
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
  }
  .newslatter .latter-form form input[type=submit] {
    font-size: 16px;
    padding: 12px 15px;
  }
  .hero-section .item {
    background-position: center;
    padding: 50px 0px;
  }
  .hero-section .item .banner-content .banner-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .hero-section .item .banner-content .banner-tagline {
    font-size: 12px;
  }
  .our-services .item .item-content h5 {
    font-size: 16px;
  }
  .our-services .main-services {
    grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
    margin-top: 30px;
    row-gap: 0px;
  }
  .cta-section {
    padding: 40px 0 0;
  }
  .phone-header .top-header a {
    font-size: 14px;
    padding: 2px 0px;
  }
  .phone-header .logo {
    display: flex;
    width: 80%;
  }
  footer .top-header {
    padding: 30px 0px;
  }
  footer .top-header h5 {
    font-size: 18px;
  }
  footer .top-header ul a {
    font-size: 14px;
  }
  footer .box {
    width: 100%;
  }
  footer .bottom-footer a {
    font-size: 12px;
  }
  .connect-details .item a {
    align-items: center;
    color: #ffffff;
    gap: 5px;
    padding: 5px 5px;
  }
  .whatsapp {
    bottom: 75px;
  }
  .services-group .service-title {
    background-color: #f7f7f7;
    padding: 8px 10px;
    font-size: 16px;
  }
  .services-group .services-name {
    gap: 0px;
  }
  .services-group .service-price li {
    width: 100%;
  }
  .gallery-page .gallery-items {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
  }
  .gallery-page .gallery-group {
    margin-top: 20px;
  }
  .our-services .item .item-content .view {
    left: 12%;
  }
}
@media only screen and (max-width: 350px) {
  .our-services .main-services {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  }
  .our-services .item .item-content .view a {
    font-size: 16px;
  }
}/*# sourceMappingURL=responsive.css.map */