@media all and (min-width: 1420px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1340px !important;
  }
  .container.container-default {
    max-width: 1216px !important;
  }
}


@media all and (max-width:1400px){
  .staf-shap {
    right: -35%;
    z-index: -1;
  }
}
@media all and (max-width: 1200px) {
  .page-menu ul {
    gap: 20px;
  }
}
@media all and (max-width: 991px) {
  .empower-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .empower-image img {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .empower-heading-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .empower-quantity-icon {
    width: 52px;
    height: 52px;
    background: var(--white);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .empower-quantity-text h3 {
    font-size: 30px;
    font-weight: 900;
  }
  .empower-quantity-text span {
    color: var(--color_secondary);
    font-size: 13px;
  }
  .repute-rated {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .single-repute-items {
    width: 25%;
  }
  .repute-rated-text {
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
  }
  .our-product-all-content {
    display: block;
  }
  .our-product-title {
    text-align: center;
    padding-bottom: 30px;
  }
  .trusted-items {
    display: block;
    height: auto;
  }
  .trusted-content {
    text-align: center;
    padding-bottom: 30px;
  }
  .single-service {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
  .hire-full-content {
    display: block;
    padding: 30px 20px;
  }
  .staf-text {
    max-width: 100%;
    padding: 0;
  }
  .choose-reason {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 40px;
    margin-top: 40px;
  }
  .staf-shap {
    position: absolute;
    bottom: -78px;
    right: -26px;
    z-index: -1;
    width: 288px;
    height: 268px;
  }
  .staf-shap img {
    width: 100%;
    height: 100%;
  }
  .hire-shap-1 {
    position: absolute;
    z-index: 1;
    bottom: inherit;
    left: 55px;
    top: -120px;
  }
  .meet-up-content {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .logo-footer {
    max-width: 55%;
  }
  .company-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .contact-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .event-hover {
    padding: 20px 10px;
  }
  .event-hover h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .event-hover p {
    font-size: 15px;
    line-height: 1.3;
  }
  .item.col-md-4 {
    padding: 0 10px;
  }
  :root {
    /* font-size  */
    --font_60: 55px;
  }
  .empower-heading-text h2 {
    line-height: 1;
  }
  .our-product-title a {
    display: none;
  }
  .mobile-button.our-product-title {
    display: block !important;
  }
  .mobile-button.our-product-title a {
    display: inline-block !important;
    margin-top: 32px;
  }
  .page-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bar-icon {
    display: block !important;
  }
  .bar-icon img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .page-menu {
    display: none;
  }
  .hire_btn {
    display: none;
  }
  .mobile-menu .page-menu {
    display: block !important;
    z-index: 999;
    position: relative;
  }
  .mobile-menu .hire_btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-menu ul {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-menu {
    position: fixed;
    width: 320px;
    background: #e9fbf2;
    top: 0;
    left: -130%;
    padding-top: 58px;
    text-align: center;
    height: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    display: block !important;
  }
  .offcanvas-menu {
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .page-menu ul li {
    padding: 6px 0;
  }
  .close-area {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .close {
    height: 25px;
    width: 2px;
    margin-left: 12px;
    background-color: black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    z-index: 1;
    position: relative;
    left: 0;
  }
  .close-icon {
    height: 25px;
    width: 2px;
    background-color: black;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    z-index: 2;
  }
  .show {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
}
@media all and (max-width: 767px) {
  :root {
    /* font-size  */
    --font_100: 100px;
    --font_60: 32px;
    --font_36: 20px;
    --font_24: 20px;
    --font_20: 16px;
    --font_18: 16px;
    --font_16: 16px;
    --font_14: 14px;

    /* color  */
    --white: #ffffff;
    --color_primary: #26272b;
    --color_secondary: #6e6e85;

    /* bg  */
    --btn_bg: #1ab56b;
  }
  .empower-heading-text h2 {
    line-height: 1.3;
  }
  .empower-heading-text p {
    width: 100%;
  }
  .container {
    padding: 0 20px;
  }
  .empower-quantity {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
  .single-quantity {
    width: 50%;
    gap: 8px;
  }
  .empower-content {
    margin-bottom: 40px;
  }
  .empower-quantity-text h3 {
    font-size: 24px;
    font-weight: 900;
  }
  .empower-bussiness-section {
    padding-bottom: 218px;
  }
  .repute-rated {
    padding: 30px 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
  }
  .repute-rated-items {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-repute-items {
    width: 50%;
    padding: 10px 0;
  }
  .product-section {
    margin-top: -306px;
    margin-bottom: -55px;
  }
  .product-content {
    display: block;
  }
  .product-section {
    padding-bottom: 170px;
  }
  .single-product {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .product-shap {
    bottom: inherit;
    left: 0;
    top: 145px;
  }
  .dot-shap {
    left: inherit;
    z-index: -1;
    right: -25px;
    top: -30px;
  }
  .bottom-dot-shap {
    position: absolute;
    right: inherit;
    bottom: -45px;
    z-index: -1;
    width: 106px;
    height: 106px;
    left: -20px;
  }
  .trusted-items {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 32px 30px;
  }
  .trusted-all-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    row-gap: 26px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-trusted {
    width: 50%;
    text-align: center;
  }
  .section-default {
    margin-top: -115px;
    padding-top: 125px;
    border-radius: 40px;
  }
  .single-service {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
  .service-icon img {
    height: 24px;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  .get-quate-btn a {
    padding: 18px 30px;
  }
  .working-items {
    gap: 6px;
  }
  .service-section {
    padding-bottom: 155px;
  }
  .testimonial {
    padding-top: 40px !important;
  }
  .testimonial {
    overflow: hidden;
  }
  .testimonial .product-shap {
    bottom: inherit;
    left: 0;
    top: 2px;
  }
  .testimonial-profile {
    display: block;
  }
  .profile-details {
    display: block;
    text-align: center;
  }
  .profile-image {
    margin: auto;
    width: 104px;
    height: 104px;
  }
  .single-testimonial .test-logo {
    display: none;
  }
  .single-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .quatation {
    display: none;
  }
  .profile-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .profile-content h6 {
    font-size: 24px;
    line-height: auto;
    padding-bottom: 10px;
  }
  .profile-content span {
    font-size: 20px;
  }
  .single-testimonial p {
    font-size: 20px;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .single-testimonial {
    padding: 40px 15px;
  }
  .section-default {
    padding-top: 40px !important;
  }
  .hire-shap-1 {
    left: 55px;
    top: -43px;
    width: 60px;
    height: 79px;
  }
  .choose-reason {
    margin-top: 24px;
  }
  .hire-shap-1 img {
    width: 100%;
  }
  .hire-full-content {
    padding: 40px 20px 20px 20px;
  }
  .staf-text h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
  }
  .staf-text p {
    color: var(--color_secondary);
    margin: 8px 0 16px 0;
    width: 100%;
  }
  .staf-shap {
    position: absolute;
    bottom: -44px;
    right: -20px;
    z-index: -1;
    width: 152px;
    height: 142px;
  }
  .choose-reason h5 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .choose-reason {
    padding-left: 50px;
    padding-right: 50px;
  }
  .con-position-2 {
    bottom: 140px;
    width: 216px;
    height: 168px;
    z-index: -1;
  }
  .single-sponsor:nth-child(3) {
    width: 145px;
  }
  .single-sponsor:nth-child(2),
  .single-sponsor:nth-child(4) {
    width: 69px;
  }
  .single-sponsor {
    border-radius: 12px;
  }
  .all-sponsors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-grid.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .item-grid.row:hover {
    overflow: auto;
  }
  .item.col-lg-4 {
    width: 90%;
  }
  .filter-section {
    overflow: hidden;
  }
  #filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 20px;
    margin-bottom: 32px;
    white-space: nowrap;
  }
  #filters:hover {
    overflow-x: scroll;
  }
  .logo-footer {
    max-width: 100%;
  }
  .company-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .social-icon ul {
    margin-top: 24px;
  }
  .contact-footer {
    margin-top: 32px;
  }
  .single-contact-us {
    display: block;
  }
  .single-contact-us ul:first-child {
    margin-bottom: 32px;
  }
  .copyright-text {
    display: block;
  }
  .footer-divider {
    margin: 24px 0;
  }
  .contribute-image {
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .single-contributor.contribute3 .contribute-image {
    width: 28px;
    height: 28px;
  }
  .single-contributor.contribute4 .contribute-image,
  .single-contributor.contribute6 .contribute-image,
  .single-contributor.contribute7 .contribute-image {
    width: 36px;
    height: 36px;
  }
  .contribute-image img {
    vertical-align: baseline;
  }
  .wordpress-logo {
    width: 44px;
    height: 44px;
  }
  .wordpress-logo img {
    width: 100%;
  }
  .wordpress-logo {
    position: absolute;
    top: 88px;
    right: 18px;
  }
  .single-contributor.contribute2 {
    top: 80px;
    left: 11px;
  }
  .single-contributor.contribute4 {
    top: 17%;
    right: 30%;
  }
  .single-contributor.contribute5 {
    right: 6%;
    bottom: 16%;
  }
  .single-contributor.contribute6 {
    left: 45%;
    bottom: 6%;
  }
  .meet-up-organizer {
    padding: 68px 0;
  }
  .meet-up-content {
    padding-bottom: 68px;
  }
  .single-dots.dots-1 {
    top: 6%;
    left: 10%;
    width: 20px;
    height: 20px;
  }
  .single-dots.dots-2 {
    width: 16px;
    height: 16px;
    top: 20%;
    left: 36%;
  }
  .con-position-1 {
    position: absolute;
    z-index: -1;
    top: 124px;
    right: -29px;
    width: 107px;
    height: 219px;
  }
  .con-position-2 {
    bottom: 160px;
    width: 107px;
    height: 219px;
    z-index: -1;
    left: 0;
  }
  .con-position-2 img {
    width: 100%;
  }
  .con-position-1 img {
    width: 100%;
  }
  .single-dots.dots-6 {
    width: 20px;
    height: 21px;
    left: 24%;
    bottom: 23%;
  }
  .single-contributor.contribute1 {
    left: 0;
    bottom: 14%;
  }
  .single-contributor.contribute3 {
    top: 4%;
    left: 35%;
  }
  .single-dots.dots-5 {
    width: 12px;
    height: 12px;
    right: 30%;
    bottom: 15%;
  }
  .single-dots.dots-3 {
    width: 12px;
    height: 12px;
    top: 3%;
    right: 33%;
  }
  .single-dots.dots-4 {
    width: 20px;
    height: 20px;
    right: 5%;
    top: 10%;
  }
  .wordcamp-contribution {
    overflow: hidden;
  }
  .product-section {
    overflow: hidden;
  }
  .item-grid.row {
    margin-right: -28%;
  }
  .item.col-md-4 {
    padding: 0 10px;
    width: 80%;
  }
  .footer-section {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .empower-position-shap img {
    width: 205px;
  }
  .empower-position-shap {
    top: -15%;
    left: 0;
    z-index: -1;
  }
  h2{
    line-height: 130%;
  }
  .contact-from-single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contact-hire-section {
    padding-top: 260px !important;

  }
  .contact-empower .empower-position-shap img {
    width: 154px;
  }
  .contact-empower .empower-position-shap {
    top: 0%;
    left: 0;
    z-index: -1;
  }
  section.service-section.section-default {
    padding-top: 148px !important;
}
}
@media all and (max-width: 575px) {
  .empower-quantity-text span {
    font-size: 12px;
  }
  .product-shap {
    bottom: inherit;
    left: -55px;
    top: 155px;
    width: 496px;
    height: 835px;
  }
  .product-shap img {
    width: 100%;
  }
  .meet-up-content.sponsor-con {
    padding-bottom: 43px;
  }
  .item-grid.row {
    margin-right: -25px;
  }
  .item.col-md-4 {
    padding: 0 10px;
    width: 85%;
  }
  #filters {
    gap: 20px 0px;
  }
  #filters li {
    padding: 12px 15px;
    border-radius: 21px;
  }
  .single-sponsor:nth-child(2) {
    width: 69px;
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5;
  }
  .single-working:first-child,
  .single-working:nth-child(4) {
    padding: 20px 8px;
  }
  .single-working:nth-child(2) {
    padding: 20px 13px;
  }
  .single-sponsor:nth-child(1),
  .single-sponsor:nth-child(5) {
    width: 75px;
  }
  .single-sponsor:nth-child(3) {
    width: 145px;
    -webkit-box-ordinal-group: -3;
        -ms-flex-order: -4;
            order: -4;
  }
  .single-sponsor:nth-child(4) {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
  .section-heading.contact-heading {
    text-align: left !important;
  }
  .section-heading.contact-heading h2 {
    text-align: left;
    padding-bottom: 16px;
  }
  .empower-bussiness-section.contact-empower {
    padding-bottom: 130px;
  }
  .contact-hire-section {
    padding-top: 533px !important;
  }
  .contact-form-details {
    padding: 20px;
  }
  .contact-form-section {
    position: relative;
    z-index: 5;
    background: transparent !important;
    margin-top: -110px;
    margin-bottom: -445px;
  }
}