/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
.this-agnaing h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 40px 0;
}

.navbar>.container, .navbar>.container-fluid {
    display: unset !important;
}
section#top-header {
    background: #d83c8d;
    padding: 10px 0;
}
.inner-address span a {
    color: #fff;
    text-decoration: none;
}
div#mega-menu-wrap-primary {
    margin: 22px 0 0 0;
}

.container {
    max-width: 93% !important;
    margin: auto !important;
}
.social.icons p {
    color: #fff;
    margin: 0 0 0 0;
}
.inner-address span {
    margin: 0 15px 0 0px;
}
.social.icons a {
    margin: 0 0 0 15px;
    background: #76b251;
    padding: 7px 10px;
    border-radius: 22px;
    color: #fff;
}
.inner-lets-we {
    float: right;
}
a.unsunger-btn {
    border: 2px solid #091827;
    padding: 10px 20px;
    border-radius: 25px;
    color: #051828;
    box-shadow: 0 3px 16px rgb(155 152 152 / 50%);
    text-decoration: none;
}
.socials-btned {
    margin: 26px 0 0 0;
}
.navbar-scrolled {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
    padding: 0;
    position: fixed !important;
    top: 0px !important;
}
header#masthead {
    position: static;
    background: #fff;
    width: 100%;
    z-index: 1111;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.navbar-scrolled img {
    width: 75% !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 10px 0 0 0 !important;
}
.socials-btned {
    margin: 27px 0 0 0 !important;
}
.navbar-scrolled .socials-btned {
    margin: 16px 0 0 0 !important;
}


 /* Hero Section */
.hero {
    padding: 80px 0 80px 0;
    background-color: #ffe9f5;
}

 .hero h6 {
    color: #c7498b;
    font-weight: 600;
    letter-spacing: 1px;
}

    .hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #212529;
    }

    .hero p {
      color: #6c757d;
      margin-bottom: 20px;
    }

    .members {
      display: flex;
      align-items: center;
      margin: 20px 0;
    }

    .members img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-left: -12px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

.btn-browse {
    background-color: #c7498b;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 6px;
    transition: 0.3s;
}

    .btn-browse:hover {
      background-color: #4d9434;
    }

    /* Right Image Animation */
    .hero-img {
      position: relative;
      z-index: 2;
      animation: floatY 4s ease-in-out infinite;
    }

    @keyframes floatY {
      0%   { transform: translateY(0px); }
      50%  { transform: translateY(-15px); }
      100% { transform: translateY(0px); }
    }

 .bg-shape {
    background: url(./images/bg3_img.png);
    background-position: center;
    background-size: cover;
}

    @keyframes morph {
      0%, 100% {
        border-radius: 50% 40% 60% 50% / 50% 60% 40% 50%;
      }
      50% {
        border-radius: 40% 60% 50% 70% / 60% 40% 70% 50%;
      }
    }
  .service-card {
      background: #fff;
      padding: 40px 25px;
      border-radius: 12px;
      text-align: center;
      transition: all 0.4s ease;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

  .service-card i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #233241;
}

    .service-card h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }

    .service-card p {
      color: #6c757d;
      font-size: 15px;
      margin: 0;
    }

    /* Active / Highlighted Card */
    .service-card.active {
      background: #83b05d;
      color: #fff;
    }

    .service-card.active i,
    .service-card.active p,
    .service-card.active h5 {
      color: #fff;
    }

    /* Hover Effect */
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    }
section#cards {
    margin: 70px 0 70px 0;
}
.service-card.active {
    background: #c7498b;
    color: #fff;
}
    /* Masked Image */
    .mask-wrapper {
      position: relative;
      display: inline-block;
      max-width: 100%;
    }

.masked-img {
    width: 106%;
    height: auto;
    -webkit-mask-image: url("./images/masking2_img.png");
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    mask-repeat: no-repeat;
    display: block;
    animation: pulse 3s infinite;
}
.backlinker {
    background: url(./images/bg2_imger.png);
    background-position: center;
    background-size: cover;
}
    /* Years of Experience Circle */
.experience-badge {
    position: absolute;
    top: 60%;
    right: 9%;
    background: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    animation: pulse 3s infinite;
}
section#forms {
    background: #233241;
    padding: 55px 0 10px 0;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px 0 10px 10px;
    width: 100%;
    border-radius: 3px;
    border: none;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    padding: 10px 0 10px 10px;
    width: 100%;
    border-radius: 3px;
    border: none;
}
input.wpcf7-form-control.wpcf7-text {
    padding: 10px 0 10px 10px;
    width: 100%;
    border-radius: 3px;
    border: none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 46px;
    padding: 10px 0 10px 10px;
    width: 100%;
    border-radius: 3px;
    border: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    padding: 10px 0px 10px 0;
    border-radius: 3px;
    border: none;
    background: #b85289;
}
 .experience-badge h2 {
    color: #b85189;
    font-size: 2.5rem;
    margin: 0;
}

    .experience-badge span {
      font-size: 0.9rem;
      color: #6c757d;
      font-weight: 500;
    }
    section {
    overflow: hidden;
}
 .job-hero {
    position: relative;
    background: url("./images/disinfact.webp") no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 80px 0 0 0;
}

 .job-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #000b1880, #000000d1);
}

    .job-hero-content {
      position: relative;
      z-index: 2;
    }

 .job-btn {
    background: #c44889;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

    /* ===== Counter Section ===== */
 .job-counter-section {
    margin-top: -117px;
    position: relative;
    z-index: 3;
}

.job-counter-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #c24788;
}

    .job-counter-card:hover {
      transform: translateY(-5px);
    }

  .job-counter-number {
    font-size: 2rem;
    font-weight: 700;
    color: #c54889;
}

    .job-counter-label {
      font-size: 1rem;
      font-weight: 600;
      color: #00253D;
    }
    /* Pulse animation */
    @keyframes pulse {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05);
      }
    }

    /* Text content */
.about-text h6 {
    color: #c7498b;
    font-weight: 600;
    letter-spacing: 1px;
}

.about-text h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0px 0 0 0;
}

    .about-text p {
      color: #6c757d;
      margin-bottom: 25px;
    }

  .btn-discover {
    background: #243342;
    color: #fff;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
    transition: 0.3s;
}

    .btn-discover:hover {
      background: #4d9434;
    }

    /* Scroll Animation */
    .animate-on-scroll {
      opacity: 0;
      transform: translateY(40px);
      transition: all 1s ease;
    }

    .animate-on-scroll.show {
      opacity: 1;
      transform: translateY(0);
    }

.section-sub {
    font-size: 0.9rem;
    font-weight: 600;
    color: #b75087;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
    .section-sub::before {
    content: "✦";
    color: #ae5e8b;
}
    .section-heading {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 15px;
    }

    /* Card Styling */
    .feature-box {
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 20px;
      height: 100%;
      background: #fff;
      position: relative;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      opacity: 0;
      transform: translateY(50px);
    }
    .feature-box.show {
      opacity: 1;
      transform: translateY(0);
    }
    .feature-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    /* Number Badge */
   .feature-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #233241, #292f47);
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
}

    /* Learn More */
.feature-link {
    font-weight: 600;
    color: #a36289;
    text-decoration: none;
}
    .feature-link:hover {
      text-decoration: underline;
    }

    /* Card Image */
    .feature-img {
      margin-top: 15px;
      border-radius: 10px;
      overflow: hidden;
    }
    .feature-img img {
      width: 100%;
      border-radius: 10px;
    }
	 .process-box {
      background: #ffffffaa;
      border-radius: 15px;
      padding: 25px;
      margin-bottom: 15px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
.process-box.active {
    background: #fff2fa;
    border-left: 5px solid #273341;
}
.process-number {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
    background: #c3448c;
    color: #ffffff;
}
    .image-box {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .image-box img {
      width: 100%;
      display: block;
      border-radius: 15px;
      transition: opacity 0.5s ease;
    }
    .fade-out {
      opacity: 0;
    }
.btn-custom {
    border: 2px solid #b44d8a;
    color: #b44d8a;
    border-radius: 30px;
    font-weight: 600;
    padding: 8px 20px;
    transition: 0.3s ease;
}
    .btn-custom:hover {
      background: #4c51bf;
      color: white;
    }
.career-section {
    position: relative;
    background: url('./images/thisismile.webp') no-repeat center center/cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    color: #fff;
    background-attachment: fixed;
}
.career-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(20 20 20 / 79%);
}
.career-content {
    position: relative;
    z-index: 2;
}
    
    .career-content h2 {
      font-size: 2.5rem;
      font-weight: 700;
    }
    .career-content p {
      font-size: 1rem;
      margin: 15px 0 25px;
      color: #d1d5db;
    }
.btn-career {
    background-color: #b85289;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}
    .btn-career:hover {
      background-color: #a8c147;
      color: #fff;
    }
	  .logo-carousel-wrapper {
      background: #fff;
      border-radius: 20px;
      padding: 20px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .logo-carousel {
      display: flex;
      animation: scroll-left 25s linear infinite;
    }

.logo-carousel img {
    width: 20%;
    margin: 0 30px;
    transition: filter 0.3s ease;
}

    .logo-carousel img:hover {
      filter: grayscale(0%);
    }
    section.extron h3 {
    font-size: 30px;
    font-weight: 600;
}

    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .featured-content h3 {
      font-weight: 700;
      margin-bottom: 15px;
    }

    .featured-content p {
      color: #555;
      margin-bottom: 20px;
    }

    .btn-featured {
      background: #c7dc6f;
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 600;
      color: #222;
      transition: all 0.3s ease;
    }

    .btn-featured:hover {
      background: #a8c147;
      color: #fff;
    }
.testimonial-heading small {
    color: #b44d8a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    .testimonial-heading h2 {
      font-weight: 700;
      margin: 10px 0 20px;
    }
	section#contact-former {
    background: #273341;
    padding: 80px 0;
    margin: 80px 0 0 0;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 150px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-success.rounded-pill {
    width: 100%;
}
footer.bg-dark.text-light.pt-5.pb-3 img {
    margin: 0 0 21px 0;
}
.main-form h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
}
ul.list-unstyled li {
    line-height: 30px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-success.rounded-pill {
    background: #8bb259;
    border-color: #8ab158;
    padding: 20px 0;
}
footer.bg-dark.text-light.pt-5.pb-3 {
    border-top: 3px solid #d20077;
}
section.testimonial-section {
    margin: 0px 0 70px 0;
}
span.text-success {
    color: #c02875 !important;
}
.testimonial-item {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #974b7b;
}
    .testimonial-stars {
      color: #974b7b;
      margin-bottom: 10px;
    }
    .testimonial-text {
      font-size: 0.95rem;
      color: #444;
      margin-bottom: 20px;
    }
   
 .testimonial-author img {
    width: 85px !important;
    height: 85px;
    border-radius: 50%;
    margin: 0 0 12px 0;
}
    .author-info h6 {
      margin: 0;
      font-weight: 700;
    }
    .author-info small {
      color: #777;
    }
   .testimonial-quote {
    font-size: 5rem;
    color: #273341;
    margin-left: auto;
}
    .left-testimonial {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
    }
    .left-testimonial img {
      width: 100%;
      border-radius: 20px;
    }
    .overlay-quote {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(25,25,50,0.7);
      color: #fff;
      padding: 20px;
      border-radius: 0 0 20px 20px;
    }
    .overlay-quote strong {
      color: #c7dc6f;
    }
section.page-breadcrumb {
    background: url(./images/thsisbacklinking.webp) rgb(8 28 45);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
}
.modal-header h5 {
    color: #fff;
}
.thankyou {
    padding: 30px 0 30px 0;
    text-align: center;
}
    .about-img {
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    section#career-form {
    background: #88b05e;
    padding: 15px 15px;
    margin: 0px 0 60px 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submitBtn {
    width: 100%;
    padding: 15px 0 15px 0;
}
    .highlight-box {
      background: #ffffff;
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.08);
      transition: transform 0.3s ease;
    }
    .highlight-box:hover {
      transform: translateY(-5px);
    }
    .highlight-icon {
      font-size: 40px;
      color: #0d6efd;
      margin-bottom: 15px;
    }
        .mission-vision-values {
      padding: 70px 0;
      background: #ffffff;
    }
    .mvv-box {
      background: #f8f9fa;
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 6px 16px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      height: 100%;
    }
    .mvv-box:hover {
      transform: translateY(-5px);
      background: #eaf3ff;
    }
    .mvv-icon {
      font-size: 45px;
      color: #0d6efd;
      margin-bottom: 20px;
    }
     .contact-section {
      padding: 60px 0;
      background: #f8f9fa;
    }
    .contact-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      padding: 30px;
      height: 100%;
      transition: transform 0.3s ease;
    }
   section#contact-formerd {
    background: #273341;
    padding: 80px 0 1px 0;
}

    .contact-card:hover {
      transform: translateY(-5px);
    }
    .contact-icon {
      font-size: 32px;
      color: #0d6efd;
      margin-bottom: 15px;
    }
    iframe {
      border: 0;
      border-radius: 15px;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    width: 100%;
    background: #8cb25a;
    border: none;
    color: #000;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.career-diabetic-txt {
    padding: 34px 10px !important;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    background: #f5f5f5;
    transition: 0.4s;
    text-align: justify;
    margin: 60px 0;
}
	.inner-address {
    display: none !important; 
}
.socials-btned {
    display: none;
}
	
div#mega-menu-wrap-primary {
    margin: 4px 0 0 0 !important;
    width: 50px !important;
    float: right !important;
}
.navbar-scrolled img {
    width: 100% !important;
    padding: 5px 0 9px 0 !important;
}
.hero h1 {
    font-size: 27px !important;
}
.bg-shape {
    background: url(./images/bg3_img.png);
    background-position: center;
    background-size: cover;
    margin: 56px 0 0 0 !important; 
}
.about-text h2 {
    font-size: 25px !important;
    font-weight: 700;
    margin: 15px 0;
}
.career-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%) !important;
}
section#contact-former {
    background: #273341 !important;
    padding: 39px 0 !important;
    margin: 45px 0 0 0 !important;
}
.logo-carousel img {
    width: 100%;
    margin: 0 30px;
    transition: filter 0.3s ease;
}
section.career-section {
    margin: 40px 0 0 0 !important;
}
.main-form h4 {
    font-size: 24px !important;
}
section.extron.py-5 {
    padding: 0 0 0 0 !important;
}
div#steps h5 {
    margin: 10px 0 0px 0 !important;
}
div#steps .d-flex.align-items-start {
    display: unset !important;
}
#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: rgb(255, 255, 255) !important;
    padding: 5px 0px;
    border-right: 1px solid;
    text-decoration: none !important;
}
.modal-content {
    margin: 69px 0 0 0px;
}
#sequence {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    color: var(--themeht-light-color) !important;
    background: rgb(199 73 139);
    padding: 0px;
    margin: 0px !important;
}
.career-section {
    position: relative;
    background: url('./images/thisismile.webp') no-repeat center center/cover;
    min-height: 84vh !important;
    display: flex;
    align-items: center;
    color: #fff;
    background-attachment: fixed;
}
.job-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #041325c9, #021021d1) !important;
}
.hero {
    padding: 55px 0 118px 0 !important;
    background-color: #f0f0f0 !important;
}
.policies {
    display: none !important;
}
}





@media  (min-width: 767px) and (max-width: 1366px) {
div#mega-menu-wrap-primary {
    margin: 12px 0 0 0 !important;
}
.socials-btned {
    margin: 19px 0 0 0 !important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    font-size: 15px !important;
}
.hero h1 {
    font-size: 35px !important;
    font-weight: 700;
    color: #212529;
}
section.job-hero h1 {
    font-size: 30px !important;
}
p {
    font-size: 15px !important;
}
.navbar-scrolled img {
    width: 89% !important;
}
.service-card h5 {
    font-size: 18px !important;
}
}

@media  (min-width: 1366px) and (max-width: 1500px) {

}
