/*!
Theme Name: wptlm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wptlm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

wptlm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* =========================================
   TLM WORKFORCE SOLUTIONS - MAIN CSS
========================================= */

:root {
    --navy: #001b3a;
    --navy-dark: #00142d;
    --gold: #d89400;
    --gold-dark: #bd7600;
    --white: #ffffff;
    --light: #f7f7f7;
    --text: #1c2940;
    --border: #dddddd;
}

/* -----------------------------------------
   GLOBAL
----------------------------------------- */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-xl {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
}


.top-bar {
    background: #00112a;
    height: 63px;
    display: flex;
    align-items: center;
    color: #fff;
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-left {
    display: flex;
    align-items: center;
    gap: 48px;
}

.top-left a {
    display: flex;
    align-items: center;
    gap: 13px;

    color: #fff;
    text-decoration: none;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.top-left i {
    color: #d89400;
    font-size: 18px;
}

.top-right a {
    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #d89400;
    border: 2px solid #d89400;
    border-radius: 5px;

    font-size: 16px;
    text-decoration: none;
}

.top-right a:hover {
    background: #d89400;
    color: #001b3a;
}



.hero-section {
    width: 100%;
    min-height: 378px;
    display: flex;
        overflow: hidden;
    background: #00122c;
    height: 500px;
    align-items: center;
    position: relative;
    
}

/* LEFT CONTENT */
.hero-content {
    width: 52%;
    padding: 34px 45px 30px 0px;
    background: #00122c;
    color: #fff;
    position: relative;
    z-index: 2;
}

.hero-label {
    display: block;
    color: #e39a00;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 12px;
}

.hero-content h1 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    line-height: 1.18;
    font-weight: 700;
}

.hero-line {
    width: 106px;
    height: 4px;
    background: #e39a00;
    margin: 14px 0 16px;
}

.hero-content p {
    max-width: 600px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

/* BUTTONS */
.hero-buttons {
    display: flex;
    gap: 32px;
    margin-top: 22px;
}

.hero-buttons a {
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.btn-request {
    background: #df9500;
    color: #fff;
}

.btn-request:hover {
    background: #bd7600;
    color: #fff;
}

.btn-request i {
    margin-left: 18px;
    font-size: 15px;
}

.btn-contact {
    min-width: 158px;
    border: 2px solid #df9500;
    color: #fff;
    background: transparent;
}

.btn-contact:hover {
    background: #df9500;
    color: #fff;
}


/* RIGHT IMAGE */
.hero-image {
    width: 48%;
    /*position: relative;*/
    /*overflow: hidden;*/
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    min-height: 378px;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* GOLD DIAGONAL */
.hero-image::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 0;
    width: 170px;
    height: 100%;
    background: url(images/tlm-banner-bg.png) left top no-repeat;
    background-size: 170px 100%;
    /*transform: skewX(-15deg);*/
    z-index: 2;
}



    /* =========================================================
       HEADER
    ========================================================= */

    .site-header {
      position: relative;

      width: 100%;
      height: 128px;

      background: #ffffff;

      border-bottom: 1px solid #eeeeee;

      z-index: 9999;
    }


    .header-container {
      width: 100%;
      max-width: 1440px;

      height: 100%;

      margin: 0 auto;

      padding: 0 38px;

      display: flex;
      align-items: center;
    }


    /* =========================================================
       LOGO
    ========================================================= */

    .logo {
      width: 315px;

      flex-shrink: 0;

      display: block;
    }


    .logo img {
      display: block;

      width: 255px;
      height: auto;
    }


    /* =========================================================
       DESKTOP NAVIGATION
    ========================================================= */

    .main-nav {
      height: 100%;

      margin-left: auto;
    }


    .nav-list {
      height: 100%;

      display: flex;
      align-items: center;

      gap: 39px;
        margin: 0px;
    }


    .nav-item {
      position: relative;

      height: 100%;

      display: flex;
      align-items: center;
    }


    .nav-link {
      position: relative;

      height: 100%;

      display: inline-flex;
      align-items: center;

      color: #07152f;

      font-family: Arial, Helvetica, sans-serif;

      font-size: 13px;
      font-weight: 700;

      white-space: nowrap;

      transition: color 0.2s ease;
    }


    /* =========================================================
       NAVIGATION ACTIVE / HOVER
    ========================================================= */

    .nav-link::after {
      content: "";

      position: absolute;

      left: 0;
      bottom: 43px;
 
      width: 0;
      height: 2px;

      background: #c88609;

      transition: width 0.25s ease;
    }


    .nav-link:hover::after,
    .nav-link.active::after {
      width: 100%;
    }


    .nav-link.active {
      color: #c88609;
    }


    .nav-link:hover {
      color: #c88609;
    }


    /* =========================================================
       SERVICES DROPDOWN
    ========================================================= */

    .dropdown-toggle {
      gap: 7px;
    }


    .chevron {
      display: inline-block;

      font-size: 17px;
      line-height: 1;

      transform: translateY(-2px);

      transition: transform 0.25s ease;
    }


    /* Dropdown box */

    .dropdown-menu {
      position: absolute;

      top: 100%;
      left: -15px;

      width: 230px;

      padding: 10px 0;

      background: #ffffff;

      border-top: 3px solid #c88609;

      box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.12);

      opacity: 0;
      visibility: hidden;

      transform: translateY(10px);

      transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease;

      z-index: 99999;
      list-style: none;
    }


    /* Desktop hover */

    .dropdown:hover > .dropdown-menu {
      opacity: 1;
      visibility: visible;

      transform: translateY(0);
    }


    .dropdown:hover .chevron {
      transform: rotate(180deg);
    }


    /* Dropdown items */

    .dropdown-item {
      width: 100%;
    }


    .dropdown-item a {
      display: block;

      width: 100%;

      padding: 12px 20px;

      color: #07152f;

      font-size: 13px;
      font-weight: 600;

      transition:
        color 0.2s ease,
        background-color 0.2s ease;
    }


    .dropdown-item a:hover {
      color: #c88609;

      background-color: #f7f7f7;
    }


    /* =========================================================
       CTA BUTTON
    ========================================================= */

    .header-btn {
      flex-shrink: 0;

      min-width: 228px;
      height: 41px;

      margin-left: 32px;

      padding: 0 17px;

      display: inline-flex;
      align-items: center;
      justify-content: center;

      color: #ffffff;

      background: #c88609;

      border-radius: 4px;

      font-size: 12px;
      font-weight: 700;

      white-space: nowrap;

      box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.12);

      transition:
        background 0.2s ease,
        transform 0.2s ease;
    }


    .header-btn:hover {
      background: #aa6f05;

      transform: translateY(-1px);
    }


    /* =========================================================
       MOBILE MENU BUTTON
    ========================================================= */

    .menu-toggle {
      display: none;

      width: 42px;
      height: 42px;

      margin-left: auto;

      padding: 0;

      border: 0;

      background: transparent;

      cursor: pointer;

      flex-direction: column;
      justify-content: center;
      align-items: center;

      gap: 5px;
    }


    .menu-toggle span {
      display: block;

      width: 24px;
      height: 2px;

      background: #071a35;

      transition:
        transform 0.25s ease,
        opacity 0.25s ease;
    }


/* ========================================
   CERTIFICATION BAR
======================================== */

.certification-bar {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}

.certification-items { 
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}


/* ========================================
   CERTIFICATION ITEM
======================================== */

.certification-item {
  min-height: 70px;
  padding: 10px 35px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;

  position: relative;
}


/* Vertical divider */
.certification-item:not(:last-child)::after {
  content: "";
  position: absolute;

  width: 1px;
  height: 65px;

  right: 0;
  top: 50%;
  transform: translateY(-50%);

  background: #dddddd;
}


/* ========================================
   ICON CIRCLE
======================================== */

.certification-icon {
  width: 74px;
  height: 74px;

  flex: 0 0 74px;

  border: 2px solid #dcae50;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;

  color: #071b36;

  font-size: 32px;
}


/* Icon itself */
.certification-icon i {
  line-height: 1;
}


/* ========================================
   TEXT
======================================== */

.certification-text {
  display: flex;
  flex-direction: column;
  justify-content: center;

  color: #071b36;

  white-space: nowrap;
}

.certification-text strong {
  font-family: Arial, Helvetica, sans-serif;

  font-size: 20px;
  line-height: 1.3;

  font-weight: 700;
  letter-spacing: -0.2px;
}

.certification-text span {
  margin-top: 2px;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 19px;
  line-height: 1.3;

  font-weight: 600;
}


/* =========================
   FOOTER
========================= */

.footer-section {
  background: #06172d;
  color: #ffffff;
  padding: 32px 50px 0;
  font-family: Arial, sans-serif;
}

/* =========================
   TOP FOOTER
========================= */

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1.6fr 1.8fr 1fr;
  gap: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

/* Common columns */

.footer-brand,
.footer-links,
.footer-contact,
.footer-social {
  padding: 10px 38px 20px;
  min-height: 175px;
}

/* Vertical divider */

.footer-links,
.footer-contact,
.footer-social {
  border-left: 2px solid rgba(255, 255, 255, 0.18);
}


/* =========================
   BRAND
========================= */

.footer-brand {
  padding-left: 25px;
}

.footer-brand img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.footer-brand p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.7;
  color: #d7d7d7;
}


/* =========================
   HEADINGS
========================= */

.footer-section h3 {
  color: #d99722;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}


/* =========================
   QUICK LINKS
========================= */

.links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 35px;
}

.footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links ul li {
  margin-bottom: 15px;
}

.footer-links ul li a {
  color: #dddddd;
  text-decoration: none;
  font-size: 17px;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #d99722;
}


/* =========================
   CONTACT
========================= */

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 14px;
  color: #dddddd;
  font-size: 17px;
}

.footer-contact ul li i {
  width: 25px;
  color: #d99722;
  font-size: 24px;
  text-align: center;
}

.footer-contact ul li a {
  color: #dddddd;
  text-decoration: none;
  transition: 0.3s;
}

.footer-contact ul li a:hover {
  color: #d99722;
}


/* =========================
   SOCIAL
========================= */

.footer-social {
  padding-left: 88px;
}

.linkedin-icon {
  width: 80px;
  height: 80px;
  border: 3px solid #d99722;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #d99722;
  text-decoration: none;
  font-size: 48px;

  transition: 0.3s;
}

.linkedin-icon:hover {
  background: #d99722;
  color: #06172d;
}


/* =========================
   FOOTER BOTTOM
========================= */

.footer-bottom {
  min-height: 52px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 25px;
}

.copyright {
  color: #d7d7d7;
  font-size: 16px;
}

.footer-policy {
  display: flex;
  align-items: center;
  gap: 35px;
}

.footer-policy a {
  color: #dddddd;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.footer-policy a:hover {
  color: #d99722;
}

.footer-policy span {
  color: #cccccc;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

  .footer-section {
    padding: 30px 25px 0;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-links,
  .footer-contact,
  .footer-social {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .footer-contact {
    border-left: none;
  }

  .footer-social {
    padding-left: 38px;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .footer-section {
    padding: 30px 20px 0;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-links,
  .footer-contact,
  .footer-social {
    border-left: none;
    padding: 25px 10px;
    min-height: auto;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-brand img {
    margin: 0 auto 15px;
    max-width: 220px;
  }

  .links-wrapper {
    gap: 20px;
  }

  .footer-social {
    padding-left: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 20px 10px;
  }

}


.services-heading {
  padding: 10px 20px 8px;
  text-align: center;
  background: #f5f6f8;
}

.section-title span {
  display: inline-block;
  color: #b98222;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 2px;
}

.section-title h2 {
  margin: 0;
  color: #17243a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
}

.section-title h2 span {
  position: relative;
  display: inline;
  color: #17243a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

/* Gold underline under "Your" */
.section-title h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #c58a27;
}

.section-title p {
  margin: 8px 0 0;
  color: #596170;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}




.hero-content p.hero-subhd{
	font-size: 24px;
	color: #f38b0d;
}

.hero-section.inner-hero-section{
	min-height: 300px;
	height: 300px;
}



/* =========================================
   DROPDOWN ARROW
========================================= */

.nav-item.dropdown {
    position: relative;
}

.dropdown-arrow {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;

    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    color: inherit;
}

.nav-item.dropdown > .dropdown-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.chevron {
    width: 7px;
    height: 7px;

    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;

    transform: rotate(45deg);

    transition: transform .25s ease;
}


/* Arrow open */

.dropdown-arrow[aria-expanded="true"] .chevron {
    transform: rotate(225deg);
}


/* =========================================
   NAVIGATION
========================================= */

.nav-list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #16213a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
    color: #d89400;
}


/* =========================================
   DROPDOWN ARROW
========================================= */

.dropdown-arrow {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;

    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    color: inherit;
}

.nav-item.dropdown {
    position: relative;
}


/* Top level arrow */

.nav-item.dropdown > .dropdown-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* =========================================
   CHEVRON
========================================= */

.chevron {
    width: 7px;
    height: 7px;

    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;

    transform: rotate(45deg);

    transition: transform .25s ease;
}

.dropdown-arrow[aria-expanded="true"] .chevron {
    transform: rotate(225deg);
}


/* =========================================
   TOP LEVEL DROPDOWN
========================================= */

@media (min-width: 1001px) {

    /*
     * Space for arrow
     */
    .nav-item.dropdown > .nav-link {
        padding-right: 22px;
    }


    /*
     * ONLY direct dropdown menu
     */
    .nav-item.dropdown > .dropdown-menu {
        position: absolute;

        /*top: calc(100% + 10px);*/
        left: 0;

        width: 250px;
        min-width: 250px;

        margin: 0;
        padding: 8px 0;

        list-style: none;

        background: #fff;

        border-top: 3px solid #d89400;

        box-shadow: 0 8px 25px rgba(0, 0, 0, .15);

        opacity: 0;
        visibility: hidden;

        transform: translateY(8px);

        transition:
            opacity .2s ease,
            transform .2s ease,
            visibility .2s ease;

        z-index: 9999;
    }


    /*
     * Show main dropdown
     */
    .nav-item.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }


    /* =====================================
       DROPDOWN ITEMS
    ===================================== */

    .dropdown-item {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
    }


    .dropdown-item > a {
        display: block;

        width: 100%;

        padding: 13px 20px;

        color: #001b3a;

        font-size: 14px;
        font-weight: 600;

        text-decoration: none;

        line-height: 1.4;

        white-space: nowrap;
    }


    .dropdown-item > a:hover {
        color: #d89400;
        background: #f7f7f7;
    }


    /* =====================================
       NESTED DROPDOWN
    ===================================== */

    /*
     * A submenu inside a dropdown item
     * should open to the RIGHT.
     */
    .dropdown-item.dropdown > .dropdown-menu {
        position: absolute;

        top: -8px;
        left: 100%;

        width: 250px;
        min-width: 250px;

        margin: 0;
        padding: 8px 0;

        list-style: none;

        background: #fff;

        border-top: 3px solid #d89400;

        box-shadow: 0 8px 25px rgba(0, 0, 0, .15);

        opacity: 0;
        visibility: hidden;

        transform: translateX(8px);

        transition:
            opacity .2s ease,
            transform .2s ease,
            visibility .2s ease;

        z-index: 10000;
    }


    /*
     * Show nested dropdown
     */
    .dropdown-item.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }


    /*
     * Nested arrow
     */
    .dropdown-item.dropdown > .dropdown-arrow {
        position: absolute;

        right: 10px;
        top: 50%;

        transform: translateY(-50%) rotate(-45deg);
    }

}

    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 1023px) {

      .site-header {
        height: 90px;
      }


      .header-container {
        padding: 0 25px;
      }


      /* Logo */

      .logo {
        width: auto;
      }


      .logo img {
        width: 210px;
      }


      /* Hide desktop CTA */

      .header-btn {
        display: none;
      }


      /* Show hamburger */

      .menu-toggle {
        display: flex;
      }


      /* =====================================================
         MOBILE NAV
      ===================================================== */

      .main-nav {
        position: absolute;

        top: 90px;
        left: 0;

        width: 100%;
        height: auto;

        margin: 0;

        background: #ffffff;

        box-shadow:
          0 8px 20px rgba(0, 0, 0, 0.10);

        opacity: 0;
        visibility: hidden;

        transform: translateY(-10px);

        transition:
          opacity 0.25s ease,
          visibility 0.25s ease,
          transform 0.25s ease;

        z-index: 9998;
      }


      /* Open menu */

      .main-nav.mobile-open {
        opacity: 1;
        visibility: visible;

        transform: translateY(0);
      }


      /* =====================================================
         MOBILE NAV LIST
      ===================================================== */

      .nav-list {
        height: auto;

        display: flex;

        flex-direction: column;
        align-items: stretch;

        gap: 0;

        padding: 10px 0;
      }


      .nav-item {
        width: 100%;
        height: auto;

        display: block;
      }


      .nav-link {
        width: 100%;
        min-height: 50px;

        height: auto;

        padding: 0 25px;

        display: flex;
        align-items: center;

        font-size: 13px;
      }


      /* Remove desktop underline */

      .nav-link::after {
        display: none;
      }


      .nav-link:hover {
        background: #f7f7f7;
      }


      /* =====================================================
         MOBILE SERVICES
      ===================================================== */

      .dropdown {
        display: block;
      }


      .dropdown-toggle {
        justify-content: space-between;
      }


      .chevron {
        margin-left: auto;

        transition:
          transform 0.25s ease;
      }


      /* Rotate arrow when open */

      .dropdown-toggle[aria-expanded="true"] .chevron {
        transform: rotate(180deg);
      }


      /* Mobile dropdown */

      .dropdown-menu {
        position: static;

        width: 100%;
        min-width: 0;

        padding: 0;

        background: #f8f8f8;

        border: 0;

        box-shadow: none;

        opacity: 1;
        visibility: visible;

        transform: none;

        display: none;
      }


      /* Open dropdown */

      .dropdown-menu.dropdown-open {
        display: block;
      }


      .dropdown-item a {
        min-height: 45px;

        padding: 0 25px 0 45px;

        display: flex;
        align-items: center;

        font-size: 12px;
      }


      /* =====================================================
         HAMBURGER → X
      ===================================================== */

      .menu-toggle[aria-expanded="true"]
      span:nth-child(1) {
        transform:
          translateY(7px)
          rotate(45deg);
      }


      .menu-toggle[aria-expanded="true"]
      span:nth-child(2) {
        opacity: 0;
      }


      .menu-toggle[aria-expanded="true"]
      span:nth-child(3) {
        transform:
          translateY(-7px)
          rotate(-45deg);
      }

       .nav-list {
        display: block;
    }


    .nav-item {
        position: relative;
        width: 100%;
    }


    /* -----------------------------------------
       MAIN LINK
    ----------------------------------------- */

    .nav-item > .nav-link {
        display: flex;
        align-items: center;

        width: 100%;

        padding: 15px 45px 15px 30px;

        color: #16213a;

        text-decoration: none;
    }


    /* -----------------------------------------
       ARROW BUTTON
    ----------------------------------------- */

    .nav-item.dropdown > .dropdown-arrow {

        right: 5px;

        width: 42px;
        height: 42px;

        top: 4px;

        transform: none;

        border-left: 1px solid #ddd;

        background: transparent;

        color: #001b3a;

        z-index: 10;
        padding-right: 15px;
    }


    .nav-item.dropdown > .dropdown-arrow:hover {
        color: #d89400;
    }


    /* -----------------------------------------
       DROPDOWN
    ----------------------------------------- */

    .dropdown-menu {

        position: static;

        display: none;

        width: 100%;

        margin: 0;
        padding: 0 0 0 18px;

        list-style: none;

        background: #f8f8f8;

        box-shadow: none;

        opacity: 1;
        visibility: visible;

        transform: none;
    }


    /* Open dropdown */

    .dropdown-menu.dropdown-open {
        display: block;
    }


    /* -----------------------------------------
       DROPDOWN LINKS
    ----------------------------------------- */

    .dropdown-item a {

        display: block;

        padding: 12px 15px;

        color: #16213a;

        font-size: 13px;

        text-decoration: none;

        border-bottom: 1px solid #e5e5e5;
    }


    .dropdown-item a:hover {
        color: #d89400;
    }


    /* -----------------------------------------
       OPEN ARROW
    ----------------------------------------- */

    .nav-item.submenu-open
    > .dropdown-arrow {

        color: #d89400;
    }


    }




/* RESPONSIVE */
@media (max-width: 991px) {

    .hero-content {
        padding-left: 35px;
        padding-right: 30px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-label {
        font-size: 15px;
    }

    .hero-content p {
        font-size: 14px;
    }

  .certification-container {
    width: min(100% - 30px, 1000px);
  }

.certification-items { 
  grid-template-columns: repeat(2, 1fr);
}

  .certification-item {
    padding: 10px 18px;
    gap: 15px;
  }

  .certification-icon {
    width: 62px;
    height: 62px;
    flex-basis: 62px;

    font-size: 27px;
  }

  .certification-text strong {
    font-size: 16px;
  }

  .certification-text span {
    font-size: 15px;
  }

  .certification-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0;
  }

  .certification-item {
    min-height: 90px;
  }

  /* Remove right divider from every second item */
  .certification-item:nth-child(2)::after,
  .certification-item:last-child::after {
    display: none;
  }

  /* Horizontal divider */
  .certification-item:nth-child(-n + 2)::before {
    content: "";

    position: absolute;

    width: calc(100% - 40px);
    height: 1px;

    left: 20px;
    bottom: -10px;

    background: #dddddd;
  }

  .certification-item:nth-child(2)::before {
    display: block;
  }

  .certification-text strong {
    font-size: 15px;
  }

  .certification-text span {
    font-size: 14px;
  }

  .hero-image::before{
    display: none;
  }

 .hero-section {
        flex-direction: column;
        height: auto;
    }

    .hero-content {
        width: 100%;
        padding: 35px 25px;
    }

    .hero-content h1 {
        font-size: 32px;
    }
    .hero-section .container{
         order: 2;
    }

    .hero-image {
        width: 100%;
        height: 280px;
        position: relative;
        order: 1;
    }

    .hero-image img {
        min-height: 280px;
    }

    .hero-image::before {
        display: none;
    }

    .hero-buttons {
        gap: 12px;
        flex-wrap: wrap;
    }


  .certification-container {
    grid-template-columns: 1fr;
  }

  .certification-item {
    justify-content: flex-start;
    padding: 15px 25px;
  }

  .certification-item::after,
  .certification-item::before {
    display: none !important;
  }

  .certification-item:not(:last-child) {
    border-bottom: 1px solid #dddddd;
  }

  .certification-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    font-size: 25px;
  }

}


@media (max-width: 767px) {

.certification-items { 
  grid-template-columns: repeat(1, 1fr);
}
   

    .top-bar {
        height: auto;
        padding: 10px 0;
    }

    .top-bar .container {
        padding: 0 20px;
    }

    .top-left {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .top-left a {
        font-size: 14px;
        gap: 8px;
    }

    .top-left i {
        font-size: 17px;
    }

    .top-right a {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }


.section-title h2 span::after{
    display: none;
}

.linkedin-icon{
      width: 50px;
    height: 50px;
        font-size: 20px;
}



}



    /* =========================================================
       TABLET
    ========================================================= */

    @media (min-width: 1001px) and (max-width: 1200px) {

      .header-container {
        padding: 0 25px;
      }


      .logo {
        width: 260px;
      }


      .logo img {
        width: 220px;
      }


      .nav-list {
        gap: 22px;
      }


      .nav-link {
        font-size: 11px;
      }


      .header-btn {
        min-width: 205px;

        margin-left: 20px;

        font-size: 11px;
      }

    }


