Rieger/**
* Template Name: Gp
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Updated: Jun 14 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Include the GI font locally */
@font-face {
  font-family: 'GI';
  src: url('../fonts/G.I.-400.woff2') format('woff2');
}


@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-SemiBold.ttf') format('ttf');
}

@font-face {
    font-family: 'Cinzel Regular';
    src: url('../fonts/Cinzel-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Interstate-Bold';
    src: url('../fonts/Interstate-Bold.otf') format('otf');
}

@font-face {
    font-family: 'Stardos Stencil' ;
    src: url('../fonts/Stardos-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'Stardos Stencil Bold';
    src: url('../fonts/Stardos-Bold.ttf') format('ttf');
}

@font-face {
    font-display: block;
    font-family: armyicons;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/armyicons.eot?b3de7f8a2ed1d21f1d081a0b809fc5a0);
    src: url(/fonts/armyicons.eot?b3de7f8a2ed1d21f1d081a0b809fc5a0) format("embedded-opentype"),url(/fonts/armyicons.woff2?908b9ffa37eee703dd72500b58e3a04c) format("woff2"),url(/fonts/armyicons.ttf?8e0d1af4ec6232b5bdd2b63f80626fba) format("truetype"),url(/fonts/armyicons.woff?5b4668f943d12c15f084b2e93a2496ea) format("woff"),url(/fonts/armyicons.svg?804643b83acb36eb7a63127f65717af1) format("svg")
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    /* --background-color: #ffffff;  Background color for the entire website, including individual sections */
    --default-color: ##221f20; /* Default color used for the majority of the text content across the entire website (prev:  #444444) */
    --heading-color: #221f20; /* Color for headings, subheadings and title throughout the website  (prev #151515)*/
    --accent-color: #ffcc01; /*#ffc451;  Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --contrast-color: #312f2f; /* The contrast color is used for elements when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors */
    /* This is the color pallet for the navbar */
    --primary: #7F56D9;
    --secondary: #F4EBFF;
    --text-primary: #101828;
    --text-secondary: #667085;
    --badge-bg: #ECFDF3;
    --badge-text: #027A48;
    --white: #fff;
    --dropdown-bg: rgb(252, 253, 251);
    --shadow: rgba(32, 7, 65, 0.14);
    --container: 124rem;
    --nav-height: 7rem;
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.905);  /* The default color of the main navmenu links */
  --nav-hover-color: #ffc451; /* Applied to main navmenu links when they are hovered over or active */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #ffc451; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Template Custom Colors */
:root {
  --footer-background-color: #000000;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}

html {
    font-family: 'Inter', sans-serif;
    font-size: 62.5%;
    font-style: normal;
    overflow-x: hidden;
}
/* eample of amry font */
/* .army-font {
    color: ###221f20;
    font: normal 1em/1.625 GI,Overpass,sans-serif;
} */

body {
  color: var(--default-color);
  /* background-color: var(--nav-dropdown-hover-color); */
  /* font-family: var(--default-font); */
  font: normal 1em/1.625 GI,Overpass,sans-serif;
  font-size: 1.6rem;
  /* margin-top: 150px; */
  /* position: fixed; */
  overflow-x: hidden;
  /* overflow-y: scroll; */
  
}


a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  /* font-family: var(--heading-font); */
}

.container.top {
  margin-top: 75px;
}

.special-header {
  background-color: var(--accent-color);
  text-align: center;
  height: 40px;
}
.special-header h2 {
  padding: 5px; /*top 5px */
}

.special-header a {
    color: black;
}

.special-header a:hover {
    font-weight:700;
    color: black;
}
/* New Header styles-------------------------------------  */
/* desktop nav container */
.nav-container {
    background: rgba(0, 0, 0, 0.9);
    /* height: 44px; */
    height: 120px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    border: none;
    
}

.nav-container nav {
    /*width: 1385px;*/
    margin: 5px; /*0 auto*/
    padding: 0 8px;
    height: 50%;
    align-content: center;
}

nav .desktop-nav {

    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    list-style: none;
    margin-top: 15px;
    
}


#link-logo:hover {
    & .logo-span {
        font-weight: 800;

    }
}

#link-logo .logo-span, .link-logo .logo-span {
    opacity: 1.0;
}
    



    nav .desktop-nav li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        opacity: 0.8;
        transition: opacity 400ms;
    }

nav .desktop-nav li a:hover {
    opacity: 1;
}

/* adding the icons */
/* .mobile-link-logo {
    background: url(images/usarmy.svg);
    display: block;
    background-position: center;
    height: 44px;
    width: 15px;
    background-repeat: no-repeat;
} */

nav .desktop-nav li.my-flex {
  display: flex;
  
}
nav .desktop-nav li span.logo-span {
 display: inline-block;
 margin-top: 4.5px;
 color: #fff;
 padding-left: 5px;
 font-size: 18px;
 font-weight: 400;
 color: #ffcc01;
 float: right;
}

/* desktop navigator on mobile */
nav .desktop-nav.hidden {
  /*visibility: hidden;*/
}

/* enforce list items not shown so they won't receive focused */
.hide ul li {
  visibility: hidden;
}

.col-lg-4.learn-more {
  position: relative;
}

.readmore.stretched-link.card-a-elm {
  position: absolute;
  bottom: 10px;
  left: 40px;
}

.readmore.stretched-link.card-a-elm:hover {
  color: var(--accent-color);
}

.featured-links-section img.corps-img {
  height: 150px;
}

.footer-top .mobile-footer-link img.footer-img {
  height: 160px;
}

/* JAGC Mission and Vision Statement Overlay */
/*
#jagc-mission {
    height: 90vh;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    margin-top: 10%;
    padding: 50px 80px;
}


#jagc-crest {
    align-items: center;
    width: 550px;
    height: 500px;
    align-self: center;
    margin-right: 10px;
}

#mission-stmt {
    padding: 20px;
    font-size: 30px;
    color: white;
    text-align: left;
}

    #mission-stmt h3 {
        font-size: 37px;
        color: #FFCC01;
    }
    */

/* This code was for the old logo design */
.jag-logo {
    color: #ffc451;
    position: absolute;
    top: 29px;
    left: 58px;
}

/* .link-search {
    background: url(../images/search-icon.svg);
    display: block;
    background-position: center;
    background-size: 18px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
} */

.bi-arrow-right {
    margin-left: 5px;
    align-self: center;
}

.link-bag {
    background: url(../images/bag-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

.link-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}
.firstLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
    
}

.stratLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

.ngLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

.reserveLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

.secondLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}
.thirdLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}
.fourthLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}
.fiveLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

.sixLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

.sevenLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

.eightLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

.nineLink-close {
    background: url(../images/close-icon.svg);
    display: block;
    background-position: center;
    height: 44px;
    background-size: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

/* Search Container */
.flex-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.search-container.hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
} 

.search-container {
    /* width: 60%; */
    width: 80%;
    margin: 0 auto;
    padding: 0 42px;
    position: fixed;
    /* top: 0; */
    top: 125px;
    left: 0;
    right: 0;
    z-index: 999;
    visibility: visible;
}

.search-container .link-search {
    position: absolute;
    left: 12px;
    opacity: 0.5;
}

.search-container form {
    width: 100%;
    margin: 0 auto;
}

.search-container form input {
    /* width: 100%; */
    width: 30%;
    height: 44px;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    border: 1px ridge #2997ff; 
}

.search-container .link-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}
.search-container .firstLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}

    .search-container .stratLink-close {
        position: absolute;
        top: 0;
        right: 12px;
        opacity: 0.5;
        cursor: pointer;
        transition: all 400ms;
    }

    .search-container .ngLink-close {
        position: absolute;
        top: 0;
        right: 12px;
        opacity: 0.5;
        cursor: pointer;
        transition: all 400ms;
    }

.search-container .reserveLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}
.search-container .secondLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}
.search-container .thirdLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}
.search-container .fourthLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}
.search-container .fiveLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}
.search-container .sixLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}

.search-container .sevenLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}

.search-container .eightLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}

.search-container .nineLink-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}

.search-container .link-close:Hover {
    opacity: 0.7;
}
.search-container .firstLink-close:Hover {
    opacity: 0.7;
}

    .search-container .stratLink-close:Hover {
        opacity: 0.7;
    }

    .search-container .ngLink-close:Hover {
        opacity: 0.7;
    }

.search-container .reserveLink-close:Hover {
    opacity: 0.7;
}
.search-container .secondLink-close:Hover {
    opacity: 0.7;
}
.search-container .thirdLink-close:Hover {
    opacity: 0.7;
}
.search-container .fourthLink-close:Hover {
    opacity: 0.7;
}
.search-container .fiveLink-close:Hover {
    opacity: 0.7;
}
.search-container .sevenLink-close:Hover {
    opacity: 0.7;
}
.search-container .eightLink-close:Hover {
    opacity: 0.7;
}

.search-container .nineLink-close:Hover {
    opacity: 0.7;
}

/* first Search Container */
.firstSearch-container.hide {
    opacity: 0;
    pointer-events: none;
}

.firstsearch-container {
    width: 60%;
    margin: 0 auto;
    padding: 0 42px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

.firstsearch-container .tab-search {
    position: absolute;
    left: 12px;
    opacity: 0.5;
}

.firstsearch-container form {
    width: 100%;
    margin: 0 auto;
}


/* stoped here */

/* Overlay */
.overlay.show {
    position: fixed;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color: #000;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 600;
    overflow:hidden;
}

.careers-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url("../img/USA_JAGC_Branding_horizontal.jpg");
    background-position: top;
    background-size: cover;
    opacity: 1;
    animation: fadeInBG;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 250ms;
}

.strat-overlay {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url("../img/jagc-strat-overlay_c.jpg"); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url("../img/jagc-mission-vision-stmt.jpeg");
    background-position: center;
    background-size: cover;
    opacity: 1;
    animation: fadeInBG;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 250ms;
}

.ng-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url("../img/ng_overlay_01.jpg");
    background-position: center;
    background-size: cover;
    opacity: 1;
    animation: fadeInBG;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 250ms;
}

.reserve-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url("../img/reserve.jpg");
    background-position: center;
    background-size: cover;
    opacity: 1;
    animation: fadeInBG;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 250ms;
}


.courts-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url("../img/courts.jpg");
    background-position: center;
    background-size: cover;
    opacity: 1;
    animation: fadeInBG;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 250ms;
}
.legal-services-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url("../img/legalServices.jpg");
    background-position: center;
    background-size: cover;
    opacity: 1;
    animation: fadeInBG;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 250ms;
}

.resources-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url("../img/resources.jpg");
    background-position: center;
    background-size: cover;
    opacity: 1;
    animation: fadeInBG;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 250ms;
}


.helpful-links-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url("../img/helpfulLinks.jpg");
    background-position: center;
    background-size: cover;
    opacity: 1;
    animation: fadeInBG;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 250ms;
}

.leadership-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url("../img/Leadership/Leadership.jpeg");
    background-position: left;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    animation: fadeInBG 250ms ease-in, slide 75s linear infinite;
    /*margin-top: 120px; */
} 

@keyframes slide {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

@keyframes fadeInBG {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}

/* Quick Links */
.search-container .quick-links {
    /* background-color: #fff; */
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -5px;
    padding: 16px 8px;
    border-radius: 0 0 16px 16px;
}

.search-container .quick-links h2 {
    text-transform: uppercase;
    font-size: 12px;
    /* color: #6e6e73; */
    color: #fff;
    margin: 10px 32px 0px;
}

.search-container .quick-links ul {
    list-style: none;
    margin-top: 12px;
}

.search-container .quick-links ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 50px;
    /* font-size: 14px; */
    font-size: 20px;
    /* color: #1d1d1f; */
    /* color: #fff; */
    text-decoration: none;
    font-weight: 400;
}

.search-container .quick-links ul li a:hover {
    /* background-color: #f5f5f5; */
    color: white;;
    
}

/* desktop logo div */
.desktop-logo {
  margin-bottom: 60px;
}

.desktop-logo .jag-logo {
  
    color: #ffc451;
    position: absolute;
    top: 43px;
    left: 44px;

}

/* Desktop Nav Animation */
/*
.desktop-nav li {
    transition: all 400ms ease;
}
*/

.desktop-nav.hide li {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

/* Overlay Animation */
.overlay {
    transition: all 400ms ease;
}

/* Navigation Menu Items Transitin Delay */
/*
desktop-nav li:nth-of-type(1),
.desktop-nav.hide li:nth-of-type(10) {
    transition-delay: 0ms;
}

.desktop-nav li:nth-of-type(2),
.desktop-nav.hide li:nth-of-type(9) {
    transition-delay: 30ms;
}

.desktop-nav li:nth-of-type(3),
.desktop-nav.hide li:nth-of-type(8) {
    transition-delay: 60ms;
}

.desktop-nav li:nth-of-type(4),
.desktop-nav.hide li:nth-of-type(7) {
    transition-delay: 90ms;
}

.desktop-nav li:nth-of-type(5),
.desktop-nav.hide li:nth-of-type(6) {
    transition-delay: 120ms;
}

.desktop-nav li:nth-of-type(6),
.desktop-nav.hide li:nth-of-type(5) {
    transition-delay: 150ms;
}

.desktop-nav li:nth-of-type(7),
.desktop-nav.hide li:nth-of-type(4) {
    transition-delay: 180ms;
}

.desktop-nav li:nth-of-type(8),
.desktop-nav.hide li:nth-of-type(3) {
    transition-delay: 210ms;
}

.desktop-nav li:nth-of-type(9),
.desktop-nav.hide li:nth-of-type(2) {
    transition-delay: 240ms;
}

.desktop-nav li:nth-of-type(10),
.desktop-nav.hide li:nth-of-type(1) {
    transition-delay: 270ms;
}
*/

/* Search Container Animatoin */
.search-container form,
.search-container .link-search {
    opacity: 1;
    transform: translateX(0);
    transition:  all 400ms ease;
    transition-delay: 300ms;
}

.search-container.hide form,
.search-container.hide .link-search {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .link-search {
    opacity: 0.6;
}

.search-container.hide .link-close {
    opacity: 0;
}
.search-container.hide .firstLink-close {
    opacity: 0;
}

.search-container.hide .stratLink-close {
    opacity: 0;
}

.search-container.hide .ngLink-close {
    opacity: 0;
}

.search-container.hide .reserveLink-close {
    opacity: 0;
}
.search-container.hide .secondLink-close {
    opacity: 0;
}
.search-container.hide .thirdLink-close {
    opacity: 0;
}
.search-container.hide .fourthLink-close {
    opacity: 0;
}
.search-container.hide .fiveLink-close {
    opacity: 0;
}

.search-container.hide .sixLink-close {
    opacity: 0;
}

.search-container.hide .sevenLink-close {
    opacity: 0;
}
.search-container.hide .eightLink-close {
    opacity: 0;
}

.search-container.hide .nineLink-close {
    opacity: 0;
}
.search-container .link-close {
    opacity: 0.5;
    transition: all 400ms ease;
}
.search-container .firstLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}
.search-container .stratLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}

.search-container .ngLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}

.search-container .reserveLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}
.search-container .secondLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}
.search-container .thirdLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}
.search-container .fourthLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}
.search-container .fiveLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}
.search-container .sixLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}
.search-container .sevenLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}

.search-container .eightLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}

.search-container .nineLink-close {
    opacity: 0.5;
    transition: all 400ms ease;
}

.search-container.hide .quick-links h2 {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .quick-links h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
    transition-delay: 100ms;
}

.search-container.hide .quick-links ul li {
    transform: translateX(60px);
    opacity: 0;
}

.search-container .quick-links ul li {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
}

.search-container .quick-links ul li:nth-of-type(1) {
   transition-delay: 120ms; 
}
.search-container .quick-links ul li:nth-of-type(2) {
   transition-delay: 140ms; 
}
.search-container .quick-links ul li:nth-of-type(3) {
   transition-delay: 160ms; 
}
.search-container .quick-links ul li:nth-of-type(4) {
   transition-delay: 180ms; 
}
.search-container .quick-links ul li:nth-of-type(5) {
   transition-delay: 200ms; 
}

.search-bar {
  color: #fff;
}

/* This code hides the search input */
/* .search-bar.active {
  opacity: 0;
} */

/* Hidden Itesm */
.mobile-nav,
.mobile-search-container,
.firstmobile-search-container,
.stratmobile-search-container,
.ngmobile-search-container,
.reservemobile-search-container,
.secondmobile-search-container,
.thirdmobile-search-container,
.fourthmobile-search-container,
.fivemobile-search-container,
.sixmobile-search-container,
.sevenmobile-search-container,
.eightmobile-search-container,
.ninemobile-search-container {
    display: none;
}

/* hides the logo on the mobile */
.new-mobile-logo.active {
  display: none;
}

/* Code for the leadership subheads */
.sub-head p {
  display: flex;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;

}


.accordion-collapse {
    margin-left: 2.6px;
    width: 99.2%;
}

/* Stylings for nav list item labels */

#events-250-tab p {
    font-family: "Stardos Stencil";
    text-align:center;
}

#p-250 {
    font-size: 15px;
}

#span-250 {
    font-size: 19px;
    margin-bottom: -40px;
}

#events-250-tab img {
        height: 65px;
        bottom: 10px;
    position: relative;
}

.nav-container .desktop-nav .li-labels {
    font-size: 14px;
    text-align: center;
}

.li-labels {
  justify-content: center;
  flex-wrap: wrap;
}

.li-labels:hover, .quick-links ul li a:hover {
    color: #ffcc01;
    transition: 0.3s;
}


/* Media Queries */
@media (max-width: 1366px) {
.nav-container nav {
    /*width: 1115px;*/
    margin: 0 auto;
    padding: 0 8px;
    height: 60%;
    align-content: center;
}
}

@media (max-width: 1100px) {
    .nav-container nav {
        width: 100%;
        padding: 0 32px;
    }
}

@media (max-width: 1024px) {
  .search-container.eight-link .quick-links ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 50px;
    /* font-size: 14px; */
    font-size: 14px;
    /* color: #1d1d1f; */
    /* color: #fff; */
    text-decoration: none;
    font-weight: 400;
  }

} 

@media (max-width: 1200px) {
  .full-width {
      grid-column: 1 / 12;
      margin-top: 4px
    }

  nav .desktop-nav {
    display: grid;
    grid-template-columns: repeat(10, 4f);
    /*justify-content: center;*/
    justify-items: center;
    margin-top: 4px;
  }
}

 /* Mobile navigation active display */
/*prev: 768px and less than 1020px, 950px, 1410px*/
@media (max-width: 1410px) {
 
  nav .desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    list-style: none;
    margin-top: 15px;
}

  .nav-container {
    background: rgba(0, 0, 0, 1);
    /* height: 44px; */
    height: 110px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    
}

  /*
    #jagc-mission {
        flex-direction: column !important;
        position: absolute;
        z-index: 1000;
        margin-top: 300px;
        pointer-events: none;
        overflow: hidden;
    }

    #jagc-crest {
        height: 200px !important;
        width: 220px !important;
    }

    #mission-stmt {
        font-size: 12px !important;
    }

    #mission-stmt h3 {
        font-size: 14px !important;
    }

    */

 .nav-container nav {
    
    height: 60%;
    
}
    .flex-links {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    /* .jag-logo, .img-logo {
        display: none;
        
    } */

     nav .desktop-nav li span.logo-span {
    display: none;
   }
    .new-mobile-logo {
      position: relative;
      margin-top: 3px;
    }

    .new-mobile-logo p {
      position: absolute;
      color: #ffc451;
      left: 36px;
    }
    
    .nav-container .desktop-nav {

      
        
        flex-direction: column;
        position: fixed;
        top: 15px; /*6px, 25px*/
        left: 0;
        width: 100%;
        height: 0vh;
        background: #000;
        justify-content: start;
        overflow: hidden;
        z-index: -1;
        transition: all 1000ms ease;
        
        
        
    }

    .nav-container.active .desktop-nav {
        height: 95%;
        overflow-y: scroll;
        border: none;
    }

    .nav-container .desktop-nav li {
        line-height: normal;
        width: 100%;
        padding: 0 32px;
    }

    .nav-container .desktop-nav li:first-child {
        margin-top: 80px;
    }

    .nav-container .desktop-nav .link-logo,
    .nav-container .desktop-nav .link-search,
    .nav-container .desktop-nav .link-bag {
        display: none;
    }

    .nav-container .desktop-nav li a {
        padding: 16px 0;
        display: inline-block;
        border-bottom: 1px solid #616161;
        width: 100%;
        font-size: 25px;
        transform: translateY(-80px);
        opacity: 0;
        transition: all 700ms ease;
    }

    .nav-container.active .desktop-nav li a {
        transform: translateY(0);
        opacity: 1;
    }
    

   

    /* Mobile Nav */
    nav .mobile-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        list-style: none;

        
        position: sticky;
        background-color: black;
        margin-top: -12px;
        width: 100%;
        z-index: 999;
        
        
    }

    nav .menu-icon-container {
        width: 20px;
        height: 44px;
        /* background-color: red; */
        display: flex;
        align-items: center;
        cursor: pointer;
        
    }

    nav .menu-icon {
        position: relative;
        width: 100%;
    }

    nav .menu-icon .line-1,
    nav .menu-icon .line-2 {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
       transition-property: transform, top;
       transition-delay: 0ms, 160ms;
       transition-duration: 200ms;
    }

    nav .menu-icon .line-1 {
        top: -4px;
    }

    nav .menu-icon .line-2 {
        top: 4px;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-1 {
        top: 0;
        transform: rotateZ(45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-2 {
        top: 0;
        transform: rotateZ(-45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    /* Bag Icon Animation */
    .nav-container.active .mobile-nav .link-bag {
        transform: rotateY(8px);
        opacity: 0;
        pointer-events: none;
    }

    .nav-container .mobile-nav .link-bag {
        transition: all 1000ms ease;
    }
    /* Search Box */
    .mobile-search-container input {
        width: 100%;
        padding: 12px 36px;
        font-family: "Inter", sans-serif;
        font-size: 17px;
        background: #1b1b1b;
        border: 0;
        color: #fff;
        border-radius: 8px;
        outline: none;
        
    }

     .firstmobile-search-container input {
        display: none;
    }

    .stratmobile-search-container input {
        display: none;
    }

    .ngmobile-search-container input {
        display: none;
    }

    .reservemobile-search-container input {
        display: none;
    }

     .secondmobile-search-container input {
        display: none;
    }

     .thirdmobile-search-container input {
        display: none;
    }
     .fourthmobile-search-container input {
        display: none;
    }
     .fivemobile-search-container input {
        display: none;
    }
     .sixmobile-search-container input {
        display: none;
    }
     .sevenmobile-search-container input {
        display: none;
    }
     .eightmobile-search-container input {
        display: none;
    }

    .ninemobile-search-container input {
        display: none;
    }

    .mobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;

        display: none; /*disabling search container as this functionality is not currently available*/
    }

     .firstmobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

    .stratmobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

    .ngmobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

    .reservemobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

     .secondmobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

     .thirdmobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

     .fourthmobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

     .fivemobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

     .sixmobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

     .sevenmobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

     .eightmobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

    .ninemobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

    .nav-container.active .mobile-search-container {
        transform: rotateX(0deg);
        margin-top: -10px;
        opacity: 1;
        border: none;
    }

     .nav-container .mobile-search-container.hide {
        transform: rotateX(0deg);
        margin-top: -60px;
        opacity: 0;
    }

    .nav-container.active .firstmobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

    .nav-container.active .stratmobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

    .nav-container.active .ngmobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

    .nav-container.active .reservemobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

    .nav-container.active .secondmobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

    .nav-container.active .thirdmobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }
    .nav-container.active .fourthmobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }
    .nav-container.active .fivemobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

    .nav-container.active .sixmobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

    .nav-container.active .sevenmobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

    .nav-container.active .eightmobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

     .nav-container.active .ninemobile-search-container.hide {
        opacity: 0;
        pointer-events: none;
    }

    .nav-container.active .firstmobile-search-container {
        transform: rotateX(0deg);
        margin-top: -8px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .stratmobile-search-container {
        transform: rotateX(0deg);
        margin-top: -8px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .ngmobile-search-container {
        transform: rotateX(0deg);
        margin-top: -8px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .reservemobile-search-container {
        transform: rotateX(0deg);
        margin-top: -8px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .secondmobile-search-container {
        transform: rotateX(0deg);
        margin-top: -35px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .thirdmobile-search-container {
        transform: rotateX(0deg);
        margin-top: -45px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .fourthmobile-search-container {
        transform: rotateX(0deg);
        margin-top: -54px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .fivemobile-search-container {
        transform: rotateX(0deg);
        margin-top: -35px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .sixmobile-search-container {
        transform: rotateX(0deg);
        margin-top: -35px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .sevenmobile-search-container {
        transform: rotateX(0deg);
        margin-top: -56px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .eightmobile-search-container {
        transform: rotateX(0deg);
        margin-top: -52px;
        opacity: 1;
        border: none;
    }

    .nav-container.active .ninemobile-search-container {
        transform: rotateX(0deg);
        margin-top: -52px;
        opacity: 1;
        border: none;
    }

    .mobile-search-container .link-search {
        position: absolute;
        left: 24px;
        opacity: .5;
        background-size: 15px;
    }

      .firstmobile-search-container .link-search {
        display: none;
    }

    .stratmobile-search-container .link-search {
        display: none;
    }

    .ngmobile-search-container .link-search {
        display: none;
    }

    .reservemobile-search-container .link-search {
        display: none;
    }

      .secondmobile-search-container .link-search {
        display: none;
    }

      .thirdmobile-search-container .link-search {
        display: none;
    }

      .fourthmobile-search-container .link-search {
        display: none;
    }

      .fivemobile-search-container .link-search {
        display: none;
    }

      .sixmobile-search-container .link-search {
        display: none;
    }

      .sevenmobile-search-container .link-search {
        display: none;
    }

      .eightmobile-search-container .link-search {
        display: none;
    }

    .ninemobile-search-container .link-search {
        display: none;
    }

    /* Nav Move up was -40px */
    .nav-container nav.move-up {
        margin-top: -140px; /*-110px*/
    }

    /* cancel button */


    .cancel-btn:hover {
        color: white;
        transition: 0.3s;
    }

    .mobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 17px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .firstmobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .stratmobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .ngmobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .reservemobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .secondmobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .thirdmobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .fourthmobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .fivemobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .sixmobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .sevenmobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .eightmobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .ninemobile-search-container .cancel-btn {
        color: #ffcc01;
        font-size: 35px;
        /* padding: 0 16px; */
        /* background: red; */
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

        .mobile-search-container .cancel-btn:hover,
        .firstmobile-search-container .cancel-btn:hover,
        .stratmobile-search-container .cancel-btn:hover,
        .ngmobile-search-container .cancel-btn:hover,
        .reservemobile-search-container .cancel-btn:hover,
        .secondmobile-search-container .cancel-btn:hover,
        .thirdmobile-search-container .cancel-btn:hover,
        .fourthmobile-search-container .cancel-btn:hover,
        .fivemobile-search-container .cancel-btn:hover,
        .sixmobile-search-container .cancel-btn:hover,
        .sevenmobile-search-container .cancel-btn:hover,
        .eightmobile-search-container .cancel-btn:hover,
        .ninemobile-search-container .cancel-btn:hover {
            color: white;
            transition: 0.3s;
        }



    .mobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

     .firstmobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

    .stratmobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

    .ngmobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

    .reservemobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

     .secondmobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

     .thirdmobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

     .fourthmobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

     .fivemobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

     .sixmobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

     .sevenmobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

     .eightmobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

    .ninemobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

    .mobile-search-container .search-bar {
        flex: 1;
    }

    .firstmobile-search-container .search-bar {
        flex: 1;
    }

    .stratmobile-search-container .search-bar {
        flex: 1;
    }

    .ngmobile-search-container .search-bar {
        flex: 1;
    }

    .reservemobile-search-container .search-bar {
        flex: 1;
    }

    .secondmobile-search-container .search-bar {
        flex: 1;
    }

    .thirdmobile-search-container .search-bar {
        flex: 1;
    }

    .fourthmobile-search-container .search-bar {
        flex: 1;
    }

    .fivemobile-search-container .search-bar {
        flex: 1;
    }

    .sixmobile-search-container .search-bar {
        flex: 1;
    }

    .sevenmobile-search-container .search-bar {
        flex: 1;
    }

    .eightmobile-search-container .search-bar {
        flex: 1;
    }

    .ninemobile-search-container .search-bar {
        flex: 1;
    }
    /* deskto nav move down */
    nav .desktop-nav.move-down li:first-child {
        margin-top: 150px;
    }

    nav .desktop-nav.move-down li {
        opacity: 0;
        pointer-events: none;
    }
    /* Quick links */
    .mobile-search-container .search-bar.active ~ .quick-links {
        top:  80px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }

    .firstmobile-search-container .search-bar.active ~ .quick-links {
        top:  80px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }

    .stratmobile-search-container .search-bar.active ~ .quick-links {
        top: 80px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
    }

    .ngmobile-search-container .search-bar.active ~ .quick-links {
        top: 80px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
    }

    .reservemobile-search-container .search-bar.active ~ .quick-links {
        top: 80px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
    }

    .secondmobile-search-container .search-bar.active ~ .quick-links {
        top:  95px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }

    .thirdmobile-search-container .search-bar.active ~ .quick-links {
        top:  120px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }

    .fourthmobile-search-container .search-bar.active ~ .quick-links {
        top:  155px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }

    .fivemobile-search-container .search-bar.active ~ .quick-links {
        top:  175px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }

    .sixmobile-search-container .search-bar.active ~ .quick-links {
        top:  195px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }

    .sevenmobile-search-container .search-bar.active ~ .quick-links {
        top:  230px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }
    .eightmobile-search-container .search-bar.active ~ .quick-links {
        top:  275px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }

     .ninemobile-search-container .search-bar.active ~ .quick-links {
        top:  290px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
        
    }

    /* The submenus for the nav options need to be scrollable on mobile */
    /*
    .quick-links ul {
        
        height: 500px;
        overflow-y: auto;
        
    }
    */

    .mobile-search-container .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       transition: all 400ms ease;
    }

     .firstmobile-search-container  .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       /*transition: all 400ms ease;*/
    }

    .stratmobile-search-container .quick-links {
        position: absolute;
        /* top: 80px; */
        left: 0;
        right: 0;
        padding: 0 32px;
        opacity: 0;
        pointer-events: none;
        top: 10px;
        /*transition: all 400ms ease;*/
    }

    .ngmobile-search-container .quick-links {
        position: absolute;
        /* top: 80px; */
        left: 0;
        right: 0;
        padding: 0 32px;
        opacity: 0;
        pointer-events: none;
        top: 10px;
        /*transition: all 400ms ease;*/
    }

    .reservemobile-search-container .quick-links {
        position: absolute;
        /* top: 80px; */
        left: 0;
        right: 0;
        padding: 0 32px;
        opacity: 0;
        pointer-events: none;
        top: 10px;
        /*transition: all 400ms ease;*/
    }

     .secondmobile-search-container  .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       /*transition: all 400ms ease;*/
    }

     .thirdmobile-search-container  .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       /*transition: all 400ms ease;*/
    }

     .fourthmobile-search-container  .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       /*transition: all 400ms ease;*/
    }

     .fivemobile-search-container  .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       /*transition: all 400ms ease;*/
    }

     .sixmobile-search-container  .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       /*transition: all 400ms ease;*/
    }

     .sevenmobile-search-container  .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       /*transition: all 400ms ease;*/
    }

     .eightmobile-search-container  .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       /*transition: all 400ms ease;*/
    }

     .ninemobile-search-container  .quick-links {
       position: absolute;
       /* top: 80px; */
       left: 0;
       right: 0;
       padding: 0 32px;
       opacity: 0;
       pointer-events: none;
       top: 10px;
       /*transition: all 400ms ease;*/
    }

    .mobile-search-container .quick-links ul {
        list-style: none;
    }

.firstmobile-search-container .quick-links ul {
        list-style: none;
    }

    .stratmobile-search-container .quick-links ul {
        list-style: none;
    }

    .ngmobile-search-container .quick-links ul {
        list-style: none;
    }

.reservemobile-search-container .quick-links ul {
        list-style: none;
    }

.secondmobile-search-container .quick-links ul {
        list-style: none;
    }

.thirdmobile-search-container .quick-links ul {
        list-style: none;
    }

.fourthmobile-search-container .quick-links ul {
        list-style: none;
    }

.fivemobile-search-container .quick-links ul {
        list-style: none;
    }

.sixmobile-search-container .quick-links ul {
        list-style: none;
    }

.sevenmobile-search-container .quick-links ul {
        list-style: none;
    }

.eightmobile-search-container .quick-links ul {
        list-style: none;
    }

    .ninemobile-search-container .quick-links ul {
        list-style: none;
    }

    .mobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .firstmobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .stratmobile-search-container .quick-links h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .ngmobile-search-container .quick-links h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .reservemobile-search-container .quick-links h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .secondmobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .thirdmobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .fourthmobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .fivemobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .sixmobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .sevenmobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .eightmobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .ninemobile-search-container .quick-links  h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .mobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

     .firstmobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

    .stratmobile-search-container .quick-links ul li a {
        padding: 16px 0;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

    .ngmobile-search-container .quick-links ul li a {
        padding: 16px 0;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

    .reservemobile-search-container .quick-links ul li a {
        padding: 16px 0;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

     .secondmobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

     .thirdmobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

     .fourthmobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

     .fivemobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

     .sixmobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

     .sevenmobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

     .eightmobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

    .ninemobile-search-container .quick-links ul li a {
       padding: 16px 0;
       display: inline-block;
       text-decoration: none;
       color: #fff;
        font-size: 25px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%
    }

    .mobile-search-container .quick-links ul li a:hover {
       color: #ffcc01; 
    }

    .firstmobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .stratmobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .ngmobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .reservemobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .secondmobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .thirdmobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .fourthmobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .fivemobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .sixmobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .sevenmobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }
    .eightmobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }

    .ninemobile-search-container .quick-links ul li a:hover {
        color: #ffcc01;
    }
    
    /* .search-container.first-link {
      display: none;
    } */
    
  
}

 @media (max-width: 500px) {

  .nav-container .desktop-nav li a {
        font-size: 17px;
    }
     .firstmobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

    .stratmobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

    .ngmobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

    .reservemobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

     .secondmobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

     .thirdmobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

     .fourthmobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

     .fivemobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

     .sixmobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

     .sevenmobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

     .eightmobile-search-container .quick-links ul li a {
        font-size: 14px;
    }

    .ninemobile-search-container .quick-links ul li a {
        font-size: 14px;
    }
     nav .desktop-nav li span.logo-span {
    display: none;
   }
    .mobile-footer-link.mobile-hide {
       display: none;
    }
      .nav-container {
    height: 120px;
    }
      .special-header {
  
    height: 45%; /* 45px*/
    }
    .nav-container nav {
    
    height: 60%;
    
}

    .search-container .quick-links ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 50px;
    font-size: 7.5px;
    color: #1d1d1f;
    text-decoration: none;
    font-weight: 800;
    }
  

    }

/* Nav Animation */
.nav-container nav {
    background: rgba(0,0,0,1);
    /*transition: all 400ms ease;*/
}

input, 
div,
span,
a {
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

/* End New Header styles---------------------------------  */


/* Index Page Header
------------------------------*/
.index-page .header {
  --background-color: rgba(0, 0, 0, 0);
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  --background-color: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    /* font-family: var(--nav-font); */
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    /*transition: 0.3s;*/
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0;
    z-index: 99;
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    background-color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* At a viewport width of less than 1020px, toggle the mobile view of the nav */
/*
@media (max-width: 1020px) {
  .mobile-nav {
    display: block;
  }

  .desktop-nav {
    display: none;
  }
}
*/

/* Navmenu - Mobile, use 1199px to avoid cluttering of the labels */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-dropdown-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    /* font-family: var(--nav-font); */
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    background-color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}



/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  --background-color: var(--footer-background-color);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding: 50px 0;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 10%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 10px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  /* font-family: var(--heading-font); */
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  /* font-family: var(--heading-font); */
}

.footer .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  background-color: color-mix(in srgb, var(--default-color) 5%, white 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 4px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-newsletter .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.footer .footer-newsletter .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.footer .footer-newsletter .loading {
  display: none;
  background: var(--background-color);
  text-align: center;
  padding: 15px;
  margin-top: 10px;
}

.footer .footer-newsletter .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--background-color);
  animation: subscription-loading 1s linear infinite;
}

@keyframes subscription-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer .copyright {
  padding: 30px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}


@media (min-width: 1001px) {

    .social-links {
        position: relative;
        top: 22%;
    }

    #social-links-sets {
        margin: 25px 0;
    }

    #footer-container {
        display: flex;
        flex-direction: row;
    }

    .footer-section {
        margin: 0 5%;
    }
}

@media (max-width: 1000px) {

    .social-links {
       margin: 30px 0;
    }

    #social-links-sets {
        margin: 50px 0;
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}


.scroll-top:hover  {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: white;
    transition: 0.3s;
    /*color: var(--contrast-color);*/
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
/* previous max-width: 768px */
@media screen and (max-width: 840px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .my-heading {
  padding: 40px 0;
  /* border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%); */
}

.page-title .my-heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}



.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 80px;
  overflow: clip;
  margin-top: 100px;
}

/* inmemoriam sectoin */
section, .section.memoriam {
  margin-top: 50px;
  padding: 0px;
}

.container.memo-container {
  max-width: 760px;
}

section,
.section.announce {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
 /* font-size: 3.5rem; */
  padding: 25px 0;
  scroll-margin-top: 80px;
  overflow: clip;
  margin-top: 0px;
  
}

.blog-pagination.section.blog-edits {
  margin-top: 0px;
}
.sub-head-intro {
background-color: 
color-mix(in srgb, var(--footer-background-color) 90%, white 10%);
  padding: 25px 0;
  
}


.sub-head-intro h2 {
  color: var(--accent-color);
  font-size: 5.5rem;
  text-align: center;
  margin-bottom: 0px;
}

.sub-head-intro p {
  color: #fff;
  font-size: 3.5rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}

.sub-head-bottom {
background-color: #201E43;
  padding: 25px 0;
}

.sub-head-bottom h2 {
  color: var(--accent-color);
  font-size: 5.5rem;
  text-align: center;
  margin-bottom: 0px;
}

.sub-head-bottom p {
  color: #fff;
  font-size: 3.5rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}



.apply {
 margin: 0 auto;
 display: flex;
 justify-content: center;
 width: 175px;
 overflow: hidden;
 font-weight: normal;
 line-height: 1;
 transition: 0.3s;
 padding: 10px 15px;
 outline: 1px solid;
 background-color: var(--accent-color);
 color: #000;
 font-size: 2rem;   
}
.apply:hover {
  background-color: #000;
  color: #fff;
  outline: 1px solid var(--accent-color);
}

.apply-bottom {
 margin: 0 auto;
 display: flex;
 justify-content: center;
 width: 175px;
 overflow: hidden;
 font-weight: normal;
 line-height: 1;
 transition: 0.3s;
 padding: 10px 15px;
 outline: 1px solid;
 background-color: var(--accent-color);
 color: #000;
 font-size: 2rem;   
}

.apply-bottom:hover {
  background-color: #201E43;
  color: #fff;
  outline: 1px solid var(--accent-color);
}

.apply-button:focus {
  border-style: solid;
  border-width: 5px;
  border-color: rgb(180, 214, 228);
}



section,
.section.events {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 80px;
  overflow: clip;
  margin-top: 0px;
  
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 58px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title.custom-header {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

/* Accordina FAQ Section */
.accordion-button {
    font-size: 1.6rem;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.accordion-item {
    border-top: 0;
    margin-bottom: 30px;
}

.section-title .accordion-item h2::after {
  background: none;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.section-title p.custom-service {
  font-weight: normal;
  text-transform: none;
  font-size: 2rem;
}

.container.new-section-design {
  max-width: 760px;
   
}

.team.section.procurement {
  padding-top: 0px;
  margin-top: -175px;
  
}

.service-details.section.my-procurement {
  display: flex;
}

.section-title p.leader-style {
  font-weight: normal;
  text-transform: none;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 15px;  
  max-width: 760px;
}

.section-title p.leader-style a {
  color: blue;
}

.top_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1460px;
  margin: 0 auto;
}

.top_flex .container {
  max-width: 500px;
  
}

.top_flex .container .leader-style {
  font-size: 2.5rem;
  font-weight: normal;
}


a.custom-a {
  color: blue;
  font-weight: bold;
}

ul.judical {
  padding-left: 6rem;
}

ul.judical li {
   font-weight: normal;
   font-size: 1.6rem;
   list-style-type: disc;
   line-height: 1.5;
   margin-bottom: 15px;
}

figure {
  display: inline;
}
figcaption {
  display: block;
}

figure {
float: right;
margin: 0px 20px 0px 0px;
  
}
figure.float-left {
  float: left;
}

img.judical-img {
   width: 100%;
   
}

figure.center {
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
}

.service-details ul.tds-service{
  font-size: 1.6rem;
}

.service-details ul li.tds-li{
  
  padding-left: 25px;
}


/*--------------------------------------------------------------
# custom css for the featured links sectoin
--------------------------------------------------------------*/
.row.theannouncements {
  justify-content: center;
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 62vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 110px;
}

.hero .info {
  position: relative;
  inset: 0;
  z-index: 3;
  padding: 140px 0 60px 0;
}

/* previous max-width: 768px */
@media (max-width: 840px),
(max-height: 480px) {
  .hero .info {
    padding: 100px 50px 60px 50px;
  }
}

.hero .info h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
  color: var(--nav-dropdown-background-color);
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 70%;
}
}

/* previous max-width: 768px */
@media (max-width: 840px) {
  .hero .info h2 {
    font-size: 36px;
    
  }
}


.hero .carousel {
  inset: 0;
  position: absolute;
  overflow: hidden;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition-duration: 0.4s;
  
}

.hero .carousel-item img {
  position: absolute;
  inset: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 10%);
}

.hero .carousel-item img.carousel-img1 {
  object-fit: cover;
  object-position: 100% 20%;
}

.hero .carousel-item img.carousel-img2 {
  object-fit: cover;
  object-position: 100% 50%;
}

.hero .carousel-item img.carousel-img3 {
  object-fit: cover;
  object-position: 100% 30%;
}

.hero .carousel-item::before {
  content: "";
  background-color: color-mix(in srgb, var(--shadow), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: color-mix(in srgb, var(--footer-background-color), transparent 10%);
  color: color-mix(in srgb, var(--default-color), transparent 500%);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
# 1st subhead section
--------------------------------------------------------------*/

.services .container .row h2 {
  font-size: 3.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.services .container .row p {
  font-size: 2.5rem;
  line-height: 1.5;
 
}

@media (max-width: 500px) {
 .services .container .row p {
    font-size: 2.2rem;
    line-height: 1.5;
}
.container h2 img {
    width: 150px;
}

}

/*--------------------------------------------------------------
# 2nd subhead section
--------------------------------------------------------------*/
.sub-head-2 {
  background-color: var(--accent-color);
  margin-top: 10px;
}

/*--------------------------------------------------------------
# 2nd subhead section
--------------------------------------------------------------*/
.sub-head-3 {
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: 0px;
}

.sub-head-3 h2 span {
  color: var(--accent-color);
  font-size: 5.5rem;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .inner-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about .inner-title {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}

.about .our-story {
  padding: 40px;
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.about .our-story h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  line-height: 1.2;
  color: var(--accent-color);
}

.about .watch-video i {
  font-size: 2rem;
  transition: 0.3s;
  color: var(--accent-color);
}

.about .watch-video a {
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--accent-color);
}

.about .about-img {
  min-height: 400px;
  position: relative;
}

.subhead-parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.subhead-parent img {
  max-width: 85%;
  height: 100%;
  width: 100%;
}

.subhead-parent .right-img {
 
  width: 100%;
}

.subhead-parent .left-text {
  max-width: 85%;
}

.custom-container {
  max-width: 85%;
  margin: 0 auto;
}

.services .container .row h2 {
    font-size: 3.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.container h2 img {
  width: 150px;
}

section h2 img.memoriam {
 width: 475px;
 border-radius: 10%;
}

.container.my-memoriam {
  text-align: center;
}

/* .col-lg-4 .cropped-img {
  height: 281px;
} */

.col-lg-4 .cropped-img2 {
  height: 316px;
}

@media(max-width: 1366px) {
  .col-lg-4 .cropped-img2 {
    height: 273px;
}
}


@media(max-width: 1024px) {
  .col-lg-4 .cropped-img2 {
    height: 232px;
}

.col-lg-4 .cropped-img {
    height: 200px;
}
.sub-head-intro h2 {
    font-size: 5.0rem;
}

}

/* previous max-width: 768px */
@media(max-width: 840px) {
  .col-lg-4 .cropped-img2 {
    max-width: 100%;
    height: auto;
}
.col-lg-4 .cropped-img {
 max-width: 100%;
 height: auto;
}
}

@media (max-width: 500px) {
  .apply {
    width: 100px;
  }
  .apply-bottom {
    width: 100px;
  }
  .sub-head-bottom p {
   
    font-size: 2.0rem;
    
}
  .mobile-footer {
    position: relative;
  }

  /*
  .mobile-footer-link {
    position: absolute;
    bottom: 0;
    left: 150px
  }
  */

.sub-head-intro h2 {
    font-size: 3.0rem;
}
.sub-head-intro p {
    font-size: 2.5rem;
}
.sub-head-3 h2 span {
   
    font-size: 3.0rem;
}
.sub-head-bottom h2 {
    color: var(--accent-color);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0px;
}

.container h2 img {
    width: 150px;
}


.subhead-parent {
    display: block;
    
}
.our-story.mobile-section-story {
  height: 350px;
  overflow-y: scroll;
}
  .our-story.mobile-section-two {
  height: 350px;
  overflow-y: scroll;
  margin: 0 auto;
 
}

html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
    display: block;
    margin: 15px auto 0;
    width: 100%;
    text-align: center;
}
.inner-title {
  text-align: center;
}

.subhead-parent .left-text {
    max-width: 100%;
}

.services .container .row h2 {
    font-size: 2.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

}


.about.change-background {
  background-color: #000;
}

.about.change-background h2 {
  color: #fff;
}

.about.change-background .our-story {
  color: #fff;
}
.about.change-background .our-story h3  {
  color: #fff;
}
.about.change-background .our-story h4  {
  color: #fff;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 600px;
  }

.about .about-img.img-2 {
   position: absolute;
    top: 0;
    left: 0;
    min-height: 600px;

}

  .about .text-box {
    position: absolute;
    top: 0;
    right: -50px;

  }
}

.about .about-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}


/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/
.tabs .service-item .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 4px;
  position: relative;
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  margin-right: 20px;
  font-size: 16px;
}

.tabs .service-item .service-contents h3 {
  font-size: 16px;
  color: var(--heading-color);
}

.tabs .service-item.link {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 7px;
}

.tabs .service-item.link .service-contents {
  color: var(--default-color);
}

.tabs .service-item.link .service-contents *:last-child {
  margin-bottom: 0;
}

.tabs .service-item.link:hover {
  background: color-mix(in srgb, var(--default-color), transparent 96%);
}

.tabs .service-item.link:hover .service-icon {
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
}

.tabs .service-item.link.active {
  background: var(--surface-color);
}

.tabs .service-item.link.active .service-icon {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about.section {
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
margin-top: 0px;
height: 550px;
}

.about.section.change-background {
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
margin-top: 0px;
height: 575px;
}


.about .content h3 {
  font-size: 4rem;
  font-weight: 700;
}

.about .content .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
}

.about .content ul li {
  padding: 10px 0 0 0;
  display: flex;
}

.about .content ul i {
  color: var(--accent-color);
  margin-right: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/



.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide a {
  color: #000;
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  background: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--accent-color);
}

.recent-posts .post-author-img {
  /* width: 50px; */
  width: 75px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-image {
  position: relative;
  min-height: 400px;
}

.features .features-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.features .features-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.features .features-item i {
  font-size: 48px;
  color: var(--accent-color);
  margin-right: 20px;
  line-height: 0;
}

.features .features-item p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 80px 20px;
  height: 100%;
  transition: all ease-in-out 0.3s;
}

.services .service-item .icon {
  background: var(--accent-color);
  color: var(--contrast-color);
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .service-item .icon i {
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  box-shadow: 0px 0 25px 0 color-mix(in srgb, var(--default-color), transparent 92%);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  --background-color: #000000;
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  /* font-family: var(--heading-font); */
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--contrast-color);
  color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  color: var(--background-color);
  border: 2px solid var(--accent-color);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  /* font-family: var(--heading-font); */
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  figure.my-mobile {
    display: none;
  }
  .service-details ul.tds-service {
    font-size: 1.5rem;
}

.sub-head p {
  font-size: 16px;
}

section, .section {
    padding: 10px 0;
}

.section-title {
    padding-bottom: 10px;
  
}

.section-title p {
 
  font-size: 18px;
 
}

  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  padding: 10px;
}

.stats .stats-item i {
  font-size: 44px;
  color: var(--accent-color);
  line-height: 0;
  margin-right: 15px;
}

.stats .stats-item .purecounter {
  color: var(--heading-color);
  font-size: 40px;
  display: block;
  font-weight: 700;
  line-height: 40px;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 15px 0 0 0;
  margin: 0;
  /* font-family: var(--heading-font); */
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  --default-color: #ffffff;
  --background-color: #000000;
  --heading-color: #ffffff;
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team.section.leader {
  background-color: #0b192c
}

.leader_top h2{
  color: #fff;
}

.team.section.leader .container.section-title h2 {
  color: var(--accent-color);
}

.team.section.leader .container.section-title p {
  color: #fff;
}

.team .team-member {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px color-mix(in srgb, var(--default-color), transparent 90%);
  height: 100%;
  text-align: center;
  width: 1500px;
  background-color: #F0F0F0;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--background-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .team-member .social a:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}

.team .team-member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .team-member .member-info {
  padding: 25px 15px;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}



.row.leader-row {
  justify-content: center;
  background-color: #fff;
  margin-bottom: 45px;
}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--background-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--background-color);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, white 20%);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  padding: 20px;
  box-shadow: 0px 2px 20px color-mix(in srgb, var(--default-color), transparent 88%);
  /* background-image: linear-gradient(to bottom right, #FDFCFB, #E2D1C3); */
  /* background-image: linear-gradient(to bottom right, #bccbde, #c2dde6); */
  /* background-image: linear-gradient(to bottom right, #0d0f40, #bccbde); */
  background-color: #0b192c;
 
}

section.service-details {
  margin-top: 15px; /*0px*/
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}



.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #fff;
}

.service-details .services-list a {
  /* color: color-mix(in srgb, var(--default-color), transparent 20%); */
  /* background-color: color-mix(in srgb, var(--default-color), transparent 96%); */
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  /* color: var(--accent-color); */
  color: #fff;
}



.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
  
}

.service-details .services-list a:hover i {
  color: #fff;
  /*transition: all 0.4s ease 0s;*/
  
}

.service-details .services-list  a:hover   {
  /* background-color: color-mix(in srgb, var(--accent-color), transparent 95%); */
  /* color: var(--accent-color); */
  /* color: red; */
color: #ffffff !important;
/* background: #e05915; */
background: #d9a918;
border-color: #f6b93b !important;
/*
transition: all 0.4s ease 0s;
font-size: 2rem;
*/
}




.service-details .download-catalog a {
  /* color: var(--default-color); */
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}



.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  /* color: var(--accent-color); */
}

/*
.service-details .download-catalog a:hover {
color: #fff;
background: #d9a918;
border-color: #f6b93b !important;
transition: all 0.4s ease 0s;
font-size: 2rem;
}
*/

.service-details .help-box {
  /* background-color: var(--accent-color); */
  /* background-color: #A9A9A9; */
  /* background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%); */
  background-image: linear-gradient(-20deg, #A9A9A9 0%, #eee 100%);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box img {
 width: 40%;
}



.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}

.service-details p.new-title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.container.nov-events {
  max-width: 760px;
}

.hero.section.my-hero {
 min-height: 30vh;
 background-color: #221f20;
}

.hero.section.legal-hero {
  min-height: 30vh;
}

.hero.section.in-memoriam {
 min-height: 20vh;
}

.hero.section.the-memoriam, .hero.section.heritage-events {
    min-height: 30vh;
}


.hero.section.my-hero p {
 color: #fff;
 z-index: 1;
 font-size: 3rem;
 max-width: 760px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 100px;
}

.hero.section.in-memoriam p {
 color: #fff;
 z-index: 1;
 font-size: 6rem;
 max-width: 760px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 100px;
}

.hero.section.legal-hero::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    /*
    background: var(--background-color);
    opacity: 0.3;
    */
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}

.hero.section.my-hero::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    /*
    background: var(--background-color);
    opacity: 0.3;
    */
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}

.hero.section.in-memoriam::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    background: var(--background-color);
    opacity: 0.3;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}

.hero.section.the-memoriam::before, .hero.section.heritage-events::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    /*background: var(--background-color);
    opacity: 0.3;
        */
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}


.hero.section.in-memoriam::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    /* background: linear-gradient(to right, color-mix(in srgb, var(--contrast-color), transparent 100%), var(--contrast-color)), url("../img/inMemoriam.png") center top no-repeat; */
    background: linear-gradient(to right, color-mix(in srgb, var(--text-primary), transparent 50%), var(--text-primary));
     /* background: url("../img/inMemoriam.png") center top no-repeat; */
    background-size: cover;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}

.hero.section.the-memoriam::after, .hero.section.heritage-events::after, {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    /* background: linear-gradient(to right, color-mix(in srgb, var(--contrast-color), transparent 100%), var(--contrast-color)), url("../img/inMemoriam.png") center top no-repeat; */
    background: linear-gradient(to right, color-mix(in srgb, var(--text-primary), transparent 50%), var(--text-primary));
    /* background: url("../img/inMemoriam.png") center top no-repeat; */
    background-size: cover;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}




.hero.section.my-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    /* background: linear-gradient(to right, color-mix(in srgb, var(--contrast-color), transparent 100%), var(--contrast-color)), url("../img/inMemoriam.png") center top no-repeat; */
    /* background: linear-gradient(to right, color-mix(in srgb, var(--default-color), transparent 50%), var(--default-color)); */
     background: url("../img/2500_roadmap.png") center top no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}

.hero.section.the-memoriam::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    /* background: linear-gradient(to right, color-mix(in srgb, var(--contrast-color), transparent 100%), var(--contrast-color)), url("../img/inMemoriam.png") center top no-repeat; */
    /* background: linear-gradient(to right, color-mix(in srgb, var(--default-color), transparent 50%), var(--default-color)); */
     background: url("../img/lucas-sankey-gdQ_az6CSPo-unsplash.jpg") center top no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}

.hero.section.heritage-events::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    /* background: linear-gradient(to right, color-mix(in srgb, var(--contrast-color), transparent 100%), var(--contrast-color)), url("../img/inMemoriam.png") center top no-repeat; */
    /* background: linear-gradient(to right, color-mix(in srgb, var(--default-color), transparent 50%), var(--default-color)); */
    background: url("../img/1600-jan3.jpg") center top no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}

.hero.section.the-memoriam::before, .hero.section.heritage-events::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    /*
    background: var(--background-color);
    opacity: 0.3;
    */
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}





.hero.section.my-hero.january::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    /*
    background: var(--background-color);
    opacity: 0.3;
    */
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}

.hero.section.my-hero.january::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    /* background: linear-gradient(to right, color-mix(in srgb, var(--contrast-color), transparent 100%), var(--contrast-color)), url("../img/1600-logo.jpg") center top no-repeat; */
     background: url("../img/1600-logo.jpg") center top no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}

.hero.section.my-hero.january2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    /*
    background: var(--background-color);
    opacity: 0.3;
    */
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}

.hero.section.my-hero.january2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    /* background: linear-gradient(to right, color-mix(in srgb, var(--contrast-color), transparent 100%), var(--contrast-color)), url("../img/1600-logo.jpg") center top no-repeat; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url("../img/1600-jan2.jpg");
    /*background: url("../img/1600-jan2.jpg") center top no-repeat;*/
    background-size: cover;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}

.hero.section.my-hero.january3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    /*
    background: var(--background-color);
    opacity: 0.3;
    */
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}

.hero.section.my-hero.january3::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    /* background: linear-gradient(to right, color-mix(in srgb, var(--contrast-color), transparent 100%), var(--contrast-color)), url("../img/1600-logo.jpg") center top no-repeat; */
    /*background: url("../img/1600-jan3.jpg") center top no-repeat;*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url("../img/1600-jan3.jpg");
    background-size: cover;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}

.hero.section.my-hero.november2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    /*
    background: var(--background-color);
    opacity: 0.3;
    */
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}

.hero.section.my-hero.november2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    /* background: linear-gradient(to right, color-mix(in srgb, var(--contrast-color), transparent 100%), var(--contrast-color)), url("../img/1600-logo.jpg") center top no-repeat; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url("../img/1600.jpg");
    /*background: url("../img/1600.jpg") center top no-repeat;*/
    background-size: cover;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}

.main.special-events {
  background-color: transparent;
  
}

.team.section.section-events {
  margin-top: 0px;
}

.service-details p.new-title.events {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 760px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

/*
.service-details ul li a.change-color {
  color: blue;
}*/

.service-details ul.pfa {
  padding-left: 40px;
}
.service-details ul.pfa li {
  display: block;
    display: list-item;
  list-style-type: disc;
  padding-inline-start: 1ch;
  
}

.service-details ul.pfa li i {
  color: #000;
  font-size: 15px;
}



/*
.service-details ul.pfa li a {
 color: blue;
}
*/

ul.judical.cp56 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.flex-contacts {
  display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul#mission-points.mission-points {
 
  padding-left: 35px;
  font-size: 15px;
  /*background-color: lightgray;*/
  font-weight: 600;
}



.service-details ul.display-block li {
  padding: 5px 0;
  display: block;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}


.top-cp {
  float: none;
}

.service-details .col-lg-8.ps-lg-5 p.itd-headline {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}


/* CSS button 54*/
.button-54 {
  font-family: "GI", "Open Sans", sans-serif;
  font-size: 12px; /* prev: 16px, set lower to account for text cluttering at tablet width*/
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  height: 50px;
  font-weight: bold;
  /* background-image: linear-gradient(to bottom right, #0b192c, #bccbde); */
  background-color: #0b192c;
}

.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
  
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #0b192c;
    /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
    color: #fff;
    
}

/*Enable focus outline to appear so that users tabbing via keyboard can see selected tabs*/
.accordion-button:focus {
    z-index: 3;
    outline: solid;
    outline-color: rgb(28, 120, 151);
    /* box-shadow: var(--bs-accordion-btn-focus-box-shadow); */
    box-shadow: none;
} 


/* previous max-width: 768px */
@media (min-width: 840px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}

p.mission-subhead {
  font-size: 2rem;
  text-decoration: underline;
}

.service-details p.para-mission {
    font-size: 2rem;
    font-weight: normal;
    text-transform: none;
}

/*--------------------------------------------------------------
# custom table
--------------------------------------------------------------*/
.my-table {
  display: grid;
grid-template-columns: repeat(3, 1fr);
/* grid-template-rows: repeat(6, 1fr); */
grid-column-gap: 25px;
grid-row-gap: 0px;
/* outline: 1px solid black; */
padding: 0 20px;
margin-top: 50px;
/*text-decoration: underline;*/
}


.my-table ul:before{
    content:attr(aria-label);
    font-size:120%;
    font-weight:bold;
    
}

.my-table ul li {
  border-right: 1px solid black;
  list-style: circle;
  padding-right: 5px;
  
}

/*
.my-table ul li a {
 
  list-style: circle;
  color: blue;
  font-weight: bold;
}
*/

/* .my-table ul.one-grid {
grid-column-start: 1;
grid-column-end: 3;
} */

/*--------------------------------------------------------------
# pagination Section
--------------------------------------------------------------*/
.page-container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.my-pagination {
  display: flex;
  align-items: center;
  background: #fff;
  color: #383838;
  padding: 10px 40px;
  border-radius: 6px;  
  
}

.page-container .my-pagination ul.my-list {
  display: flex;
  align-items: center; 
  /* margin-bottom: 10px; */
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
 background-position: 0 -45px;
 transition: background-position 0.5s;
 margin-bottom: 0px;
}

.page-container .my-pagination ul.my-list li {
  font-size: 1.5rem;
}

.my-list li.page-link {
    color: #000;
    
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-radius: 50%;
    font-size: 0.8rem;    
    text-align: center;
    padding: 8px !important;
     width: 30px;
}

.my-list li.page-link.my-active {
   background-image: linear-gradient(#ff4568, #ff4568);
   color: #fff;
   border-radius: 50%;
  display: inline;
  
}

.page-btn1, .page-btn2 {
   display: inline-flex;
   align-items: center;
   font-size: 1.5rem;
   font-weight: 500;
   color: #383838;
   background: transparent;
   outline: none;
   border: none;
   cursor: pointer;

}

.page-btn1 img {
  width: 24px;
  margin-right: 15px;
  
}

.page-btn2 img {
  width: 24px;
  margin-left: 15px;
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# image slider Section
--------------------------------------------------------------*/

.mySlider {
  position: relative;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top:  50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev {
  left: 12px;
}

.next {
    right: 30px;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover{
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #000;
    font-size: 15px;
    padding: 8px 12px;
    /* position: absolute; */
    width: 100%;
    text-align: center;
    /* bottom: 40px; */
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*--------------------------------------------------------------
# Court Section Section
--------------------------------------------------------------*/
.court {
  text-align: left;
}



.announce2 {
  display: none;
}
.announce3 {
  display: none;
}
.announce4 {
  display: none;
}
.announce5 {
  display: none;
}
.announce6 {
  display: none;
}

/*--------------------------------------------------------------
# Procurement Fraud Division grid
--------------------------------------------------------------*/
.fraud-table {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(18, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;

}

.fraud-table p.leader-style {
  border: 1px solid black;
  margin-bottom: 0px;
  
}


/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
/* .starter-section {
 
} */

/*--------------------------------------------------------------
# View the Biographies paragrph bottom of leadership page
--------------------------------------------------------------*/
.bio {
  max-width: 760px;
  text-align: center;
  margin: 20px auto 0;
}

/*--------------------------------------------------------------
# css for the new navbar
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# added media query for the carousel button
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px){
    .next {
    right: 12px;
   
}
}

4
@media (max-width: 840px) {
  .recent-posts .post-author-img {
    /* width: 50px; */
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
}


@media (max-width: 500px) {
  .flex-contacts {
    display: block;
  }
  .service-details .col-lg-8.ps-lg-5 p.itd-headline {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}
.service-details p.new-title {
    font-size: 22px;
   
}
.service-details p.new-title.sub-page {
    font-size: 16px;
   margin-top: 45px;
}

  .section-title p.leader-style {
    font-weight: normal;
    text-transform: none;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

ul.judical {
  padding: 1rem;
  
}

ul.judical li {
  font-size: 1.5rem;
}
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/

.blog-posts.section {
  margin-top: 0px;
  padding-top: 0px;
  /*border-top: 1px solid black;*/
}


.featured-links-section {
  text-align: center;
  padding: 60px 0;
  
}

.featured-links-section h2 {
  font-size: 4.5rem;
  font-weight: normal;
  
}

.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.blog-posts .post-img img {
  transition: 0.5s;
}

.blog-posts .post-date {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog-posts .post-content {
  padding: 30px;
}

.blog-posts .post-title {
  font-size: 20px;
  color: var(--heading-color);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog-posts .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.blog-posts .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts p {
  margin-top: 20px;
}

.blog-posts hr {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-bottom: 15px;
}

.blog-posts .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
}

.blog-posts .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog-posts article:hover .post-title,
.blog-posts article:hover .readmore {
  color: var(--accent-color);
}

.blog-posts article:hover .post-img img {
  transform: scale(1.1);
}

.blog-posts.para-memo p {
  font-size: 1.5rem;
  margin: 10px;
}


.blog-posts.para-memo p a {
  color: white;
}


.blog-posts.para-memo p a:hover {
    color: #FFCC01;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
  background: var(--surface-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}

.recent-blog-posts .post-item .post-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.recent-blog-posts .post-item hr {
  color: color-mix(in srgb, var(--default-color), transparent 80%);
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
  color: var(--accent-color);
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
/*
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%); 
}
*/

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

.blog-posts .post-date {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    position: absolute;
    right: 0;   
    bottom: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# my-custom layout
--------------------------------------------------------------*/
.my-custom-layout {
  display: grid;
  width: 100%;
  place-items: center;
}

.custom-row {
  width: 80%;
  max-width: 1170px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  overflow-x: hidden;
  padding: 5rem 0;
}

.custom-row .imgWrapper {
  overflow: hidden;
}

.custom-row .imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}


.custom-row .imgWrapper:hover img {
  transform: scale(1.25);
} 

.custom-row .contentWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}

.custom-row .contentWrapper.second-view {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  color: #fff;
}

.custom-row .contentWrapper.second-view span.textWrapper span {
  display: inline-block;
  background: #fff;
  width: 70px;
  height: 5px;
}

.custom-row .contentWrapper.second-view h2 {
  color: #fff;
}

.custom-row .contentWrapper span.textWrapper {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.custom-row .contentWrapper span.textWrapper span {
  display: inline-block;
  background: #383f47;
  width: 70px;
  height: 5px;
}

.custom-row .contentWrapper h2 {
  font-size: 40px;
  font-weight: 700;
  color: #383f47;
  padding-bottom: 20px;
}

.custom-row .contentWrapper p {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 25px;
}

.custom-row .contentWrapper a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background: #383f47;
  color: #fff;
  padding: 15px 40px;
  Letter-spacing: 1px;
  user-select: none;
}

/*--------------------------------------------------------------
# New leadership page code
--------------------------------------------------------------*/



.main .title {
    font-size: 50px;
    margin-bottom: 75px;
    text-align: center;
    color: #f1f5f9;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* CSS for the card container */
.main {
  background-color: #0b192c;
}

.main .card_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 75px;
    max-width: 1500px;
    margin: 50px auto 75px;
}

.main .card_container.first_container {
    margin-bottom: 10px;
}

.card_container .card, .card {
    /*max-width: 530px;*/
    margin-top: 10px;
    border-radius: 20px;
    background: #1e293b;
    border: 0.5px solid #ffc107 !important;
    padding: 15px;
    color: #f1f5f9;
    position: relative;
}

.solo-card {
    margin-top: 50px;
}

.center-cards {
display: flex;
justify-content: center;
margin-top: -55px;
}

.center-cards.top {
  margin-top: 10px;
}
.center-cards .card_container {
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 35px;
}




.user_content .name{
    width: 45%; /*have the names adjust when the screen width changes*/
    font-size: 20px;
    color: #fff;
}

.user_content .post{
    font-size: 15px;
    color: #ffc107;
    margin: 15px 0;
    font-weight: 400;
    
    position: relative;
    left: 16px;
    width: 40%;
}

.user_content .post::before{
    content: "";
    height: 1px;
    width: 15px;
    background: #ffc107;
    position: absolute;
    top: 50%;
    left: -16px;
}

.user_content .about {
   color: #cbd5e1;
  
   margin-top: 10px;
   font-size: 13px; 
}

.card .round_box {
    position: absolute;
    top: -20%;
    right: 10%;
    background: #1e293b !important;
    width: 150px;
    height: 150px;
    border: 1px solid #ffc107;
    border-radius: 50%;
    z-index: 333;
}

.card .img_box {
    position: absolute;
    top: -20%;
    right: 10%;
    z-index: 555;
}

.card .img_box img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    padding: 10px;
}

.card .squareBox{
    height: 108px;
    width: 150px;
    background: #1e293b;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 444;
}

.star {
  line-height: 1.5;
  margin-top: 50px;
}

/*--------------------------------------------------------------
# Grid for Asian Claims Offices
--------------------------------------------------------------*/
section.service-details .claims-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px); /*repeat(3, 1fr);*/
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}



.container.nov-events.asian-container {
    max-width: 1115px;
}

/*--------------------------------------------------------------
# Grid for conus Claims Offices
--------------------------------------------------------------*/
section.service-details .conus-grid {
  display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 20px;
grid-row-gap: 0px;


}


.conus-grid > p  {
  display: flex;
  justify-content: center;
  align-items: center;
   border-bottom: 1px solid black;
}



.container.nov-events.conus-container {
    max-width: 1500px;
}

/*--------------------------------------------------------------
# custom ordered list
--------------------------------------------------------------*/
section ol.custom-order {
  display: list-item;
  list-style-type: upper-roman;
 
}

section ol.custom-order li {
  font-size: 1.8rem;
}

section ol.custom-order p {
  margin-left: 20px;
 
}
section ol.custom-order p a {
  color: blue;
 
}

/*--------------------------------------------------------------
# Nov-Events Css code
--------------------------------------------------------------*/



 
  

  /* .row.content.special {
    margin-bottom: 50px;
  } */

@media(max-width: 1920px) {
  .hero {
    min-height: 68vh;
  }
}

@media(max-width: 1600px) {
  .hero {
    min-height: 61vh;
  }
}


@media(max-width: 2400px) {
    .strat-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url("../img/jagc-mission-vision-stmt-m.jpeg");
        background-repeat: no-repeat;
        background-size: inherit;
        
    }

    .overlay.show {
        background-color: #1D285C !important;
    }
}



@media(max-width: 991px) {
  .custom-row {
 
  grid-template-columns: 1fr;
  grid-gap: 50px;
 
}
.custom-row .contentWrapper {
  
  padding-left: 0px;
}

}

@media(max-width: 1366px) {

   .hero {
    min-height: 54vh;
  }
  section h2 img.memoriam {
    width: 360px;
    border-radius: 10%;
}
}

@media(max-width: 1280px) {
   .hero {
    min-height: 50vh;
  }
  .col-lg-4  .cropped-img {
    height: 244px;
  }
.sub-head-intro h2 {
 
  font-size: 3.5rem;
 
}

.sub-head-intro p {
 
  font-size: 2.5rem;
  
}

.sub-head-bottom h2 {
  
  font-size: 3.5rem;
  
}

.sub-head-bottom p {
 
  font-size: 2.5rem;
  
}
.sub-head-intro {
  line-height: 1.2;
}

}

@media(max-width: 1200px) {
  .hero {
    min-height: 58vh;
  }
}

@media(max-width: 1024px) {

   .hero {
    min-height: 50vh;
  }
   .col-lg-4  .cropped-img {
    height: 204px;
  }
  section h2 img.memoriam {
    width: 320px;
    border-radius: 10%;
}
 .main .card_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 75px;
    max-width: 1500px;
    margin: 50px auto 75px;
}
}

/* previous max-width: 768px */
@media (max-width: 840px) {

   .special-header h2 {
      font-size: 15px;
       padding: 12px 0px;
   }
    
   .hero {
    min-height: 71vh;
  }
    .col-lg-4  .cropped-img {
    max-width: 100%;
    height: auto;
  }
  .top_flex {
    display: block;
  }
  .custom-row {
    width: 90%;
  }

  .custom-row .contentWrapper h2 {
  font-size: 30px;
  padding-bottom: 20px;
}

.custom-row .contentWrapper p {
  line-height: 24px;
}
.about.section {
   
    height: 100%;
}
.about.section.change-background {
height: 100%;
}
}

@media (max-width: 575px) {
  .hero {
    min-height: 50vh;
  }

  .sub-head-intro h2  {
    font-size: 2.5rem;
  }

  .sub-head-bottom h2 {
    font-size: 2.5rem;
}

  .subtitle-h3 {
    font-size: 2rem;
    font-weight: bold;
}

 
  section.about-page p {
    font-size: 2rem;
  }
  section.service-details .conus-grid {
  display: block;

}
  section.service-details .claims-grid {
  display: block;

}
.accordion .accordion-item h2 button {
  line-height: 1.5;
}
 

  .service-details.section.my-procurement {
  display: block;
}
  .hero.section.legal-hero {
    min-height: 20vh;
}
  p.mission-subhead {
    font-size: 2rem;
    text-decoration: underline;
}
.my-table {
  display: block;
}
  .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}
.blog-posts .container .row.mobile-memoriam  {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    
}

.hero.section.my-hero p {
    font-size: 2rem;
}

 .card_container .card.mobile {
    margin-top: 50px;
  }
.center-cards.top {
    margin-top: 0px;
}

.top_flex {
  margin-top: 10px;
}

.top_flex .container .leader-style {
    font-size: 2rem;
    font-weight: normal;
}

.main .card_container {
    display: block;
 
}

.main .title {
  font-size: 2.5rem;
}

.card_container .card {
   
    margin-top: 100px;
   
}

  .about.section {
    height: 100%;
}
  .custom-row .contentWrapper span.textWrapper {
  
  font-size: 18px;
}

.custom-row .contentWrapper h2 {
  font-size: 25px;
}

.custom-row .contentWrapper p {
  font-size: 15px;
  line-height: 24px;
  
}
.custom-row .contentWrapper a {
  font-size: 15px;
  padding: 10px 20px;
  
}
.about.section.change-background {
height: 750px;
}

}

/* Styling for leadership profile cards to display without titles being obscured*/
@media(max-width: 830px) {
  .main .card_container, .solo-card {
    display: block;
    max-width: 80%;
  }

}


/*-----Legal Services design styles--------------------------------------------------------*/

.image-overlay-bg {
  width: 100%;
}
