@font-face {
    font-family: ema-font-light;
    src: url(../fonts/AvenirNextLTPro-light.otf);
}

@font-face {
    font-family: ema-font-regular;
    src: url(../fonts/AvenirNextLTPro-Regular.otf);
}

@font-face {
    font-family: ema-font-bold;
    src: url(../fonts/AvenirNextLTPro-Bold.otf);
}

:root {
    --ff-primary :'ema-font-regular';
    --fs-large: 32px;
    --fs-sm :14px;
}

.text-color-navy {
    color: #1A2D58;
}

*{
    font-family: var(--ff-primary);
}

.dropdown-menu{
    border: 1px solid rgb(244, 244, 244);
}

.navbar{
    position: fixed;
    z-index: 2999;
    left: 0;
    right: 0;
    top: 0%;
}

.logo-img {
    height: 60px;
}

.svg-wrapper {
    padding: 0.5rem;
}

.navbar-nav {
    align-items: center;
}

.svg-wrapper svg {
    color: #DC5408;
}

.navbar .container-fluid {
    justify-content: space-between!important;
}

ul.navbar-nav {
    margin-left: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-size: 16px;
}

button.btn.btn-outline-success {
    border: 1px solid rgba(128, 128, 128, 0);
    padding: 0;
}

button.btn.btn-outline-success:hover {
    background: rgba(255, 255, 255, 0);
}

button.btn.btn-outline-success svg {
    color: black;
}

button.btn.btn-outline-success:hover svg {
    /* background: rgba(255, 255, 255, 0); */
    /* border: 1px solid gray; */
    color: #DC5408;
}



.hero-section-img{
    width: 100%;
}

.hero-content-wrapper{
   position: relative;
}

.hero-content-title{
    text-align: center;
    color: #00BCCA;
    max-width: 500px;
    margin: auto;
    font-size: var(--fs-large);
    
}

.hero-content-description{
    margin: auto;
    max-width: 900px;
    text-align: center;
    color: white;
    font-size: var(--fs-large);
}

.hero-section-title-wrapper{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 100%;
}

.section-title {
    font-size: var(--fs-large);
}

.section-content-wrapper {
    padding: 1em 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}

#bgVideo, video {
    width: 100%;
    outline: white;
    border: 1px solid white;
}

#bgVideo:hover, video {
    outline: white;
    border: none;
}

.aboutus-section {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.aboutus-section .container {
    position: absolute;
    z-index: 999;
    top: 34%;
    left: 5%;
    right: 5%;
    
}

.highlight-orange{
    color: #DC5408;
}

.empowring-section .section-title {
    display: flex;
    flex-direction: column;
    line-height: 54px;
}



.empowring-section .section-header {
    padding: 2em 0 2em 0;
}

.card-img {
    width:auto;
    height: 60px;
}

.jamesDouglas-logo {
    height: 140px;
}


.card {
    padding: 1em 1em;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1em;
    align-items: center;
    border-radius: 15px;
    background:rgb(238, 238, 238);
}

.card-info-wrapper{
    padding: 6px;
}

.company-card-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1em;
}

.footer-primary-nav {
    list-style: none;
    padding: 0%;
    margin: 0%;
    display: flex;

}


.footer-nav-link {
    color: black;
    padding: 6px 12px;
    text-decoration: none;
    font-size: var(--fs-sm);
}


.footer-nav-link:hover {
    text-decoration: underline;

}

.footer-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    height: 40px;
}

footer {
    padding: 2em 0;
    position: relative;
}



.service-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1em;
}


.service-card {
    position: relative;
    padding: 0%;
    border-radius: 15px;
}


.service-img{
    width: 100%;
    border-radius: 15px;
}


.service-card-info-wrapper {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.service-card-info-wrapper {
    padding: 1em;
    position: absolute;
    /* bottom: -10%; */
    /* top: 50%; */
    background-color: #F7F7F7;
    /* opacity: 97%; */
    right: 0;
    left: 0;
    bottom: 0;
    height: 204px;
}




.service-card-info-item-title {
    color: #00BCCA;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 24px;
}


.service-card-info-item-title::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin: 3px 0 0 0;
    background: #DC5408;
}

.service-card-info-item-description {
    font-size: var(--fs-sm);
}

.read-more-cta {
    color: #DC5408;
    text-decoration: none;
    font-weight: bold;
    font-size: var(--fs-sm);
}

.service-section{
    padding: 2em 0 5em 0;
    background-color: rgb(238, 238, 238);
    overflow: auto;
}

figcaption.service-card-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bar {
    padding: 12px 0;
}

.footer-bar .col-left {
    display: flex;
    align-items: center;
    gap: 1em;
}

.footer-bar .col-right {
    display: flex;
    align-items: center;
}

.copyright-text {
    margin: 0%;
    padding: 0%;
    font-size: var(--fs-sm);

}

.footer-text {
    margin: 0%;
    font-size: var(--fs-sm);
}

.social-media-icon {
    height: 30px;
}

.social-media-link {
    display: block;
}

.social-media-list {
    display: flex;
    align-items: center;
    gap: 6px;
}

.aesc-img{
    height: 12px;
    padding: 0 1em;
}

footer {
    position: relative;
    background: #F4F4F4;
}

.up-icon {
    position: absolute;
    display: block;
    background-color: #DC5408;
    padding: 6px;
    bottom: 0%;
    right: 6%;
}

.up-icon svg {
    color: white;
}

.text-orange {
    color: #DC5408;
}


.section-title {
    margin: 1em;
    min-width: 200px;
    display: block;
    font-size: 32px;
    font-weight: bold;
}

.about-section {
    padding: 1em;
    background: rgb(239, 239, 239);
    height: 300px;
}

.about-section {
    display: flex;
    align-items: center;
}


.about-section .container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}



@media screen and (min-width: 1024px) {
    .service-card-info-wrapper {
        padding: 1em;
        position: absolute;
        /* bottom: -10%; */
        top: 50%;
        background-color: #F7F7F7;
        /* opacity: 97%; */
        right: 0;
        left: 0;
        bottom: auto;
    } 
}

@media screen and (min-width: 730px) {
    .empowring-section {
        padding: 1em 1em 3em 1em;
    }

  

}

@media screen and (max-width: 720px) {

   
    .hero-section-title-wrapper {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        max-width: 100%;
    }

    .hero-content-title {
        font-size: 22px;
        font-weight: bold;
        margin: 6px auto;
    }

    .hero-content-description {
        font-size: 18px!important;
       padding: 0 1em;
    }
    

    .card {

        margin-bottom: 1em;
    }

    .about-section .container {
        display: block;
    }

    .about-section .section-title {
        margin: 1em 0;
        font-size: 22px;
    }

    footer .footer-nav .container {
        display: block;
    }

  

    .footer-nav-link {
        padding: 3px 0;
        display: block;
        width: fit-content;
    }

    .footer-nav-item {
        width: fit-content;
    }

    .footer-bar {
        display: block;
    }

    .footer-bar .col-left {
        padding: 9px;
        justify-content: space-between;
    }

    .footer-bar .col-right {
        align-items: center;
        justify-content: center;
        padding: 12px;
    }

    .card {
        grid-template-columns: none;
    }

    .hero-content-title {
        font-size: 22px;
        display: block;
    }
    .about-section{
        padding: 2em 1em;
        box-sizing: border-box;
        height: fit-content;
    }

    .about-section .section-title {
        display: block;
        box-sizing: border-box;
    }

    .empowring-section .section-title {
        font-size: 22px;
        margin: 1em 2;
    }
    
    .empowring-section {
        padding: 1em 1em;
    }
    
    .empowring-section .container {
        padding: 0%;
    }   

    .company-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1em;
    }

    .service-card {
        display: block;
        position: relative;
    }

    .service-card-info-wrapper {
        padding: 1em;
        position: relative;
        top: 50%;
        background-color: #F7F7F7;
    }
 
    .service-list-grid {
        display: block;
    }

    .service-section{
        padding:2em 1em;
    }

    .service-section .container {
        padding: 0%;
    }

    .logo-img {
        height: 38px;
    }

    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: transparent;
        border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
        border: none;
        outline: none;
    }

    .navbar .container {
        padding: 0%;
    }
    .navbar {
        padding: 1em;
    }
    
    .dropdown {
        width: 100%;
    }

    .nav-link {
        padding: 0;
    }
    .navbar-nav {
        margin: 1em 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        padding: 3px 0;
        font-size: 16px
    }

    .navbar-nav .dropdown-menu {
        position: static;
        background: white;
        border-radius: 2px;
        margin: 3px 0 12px 0;
        border: none;
    }

    .dropdown-item {
        font-size: 14px;
    }

    .nav-search-item {
        display: none;
    }

    footer .container {
        padding: 0%;
    }

    footer {
        padding: 1em;
    }

  
}

@media screen and (max-width: 361px) {
    .footer-bar .col-right {
        display: grid;
    }

   
   
}

.profile-card-img-wrapper{
    position: relative;
}

.leader-profile-linkedin-cta{
    position: absolute;
    right: 12%;
    bottom: 3%;
}

figcaption.service-card-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
}

.hero-section-title-wrapper {
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    max-width: 100%;
}

a.companies-cta {
    text-decoration: none;
}

.card {
    padding: 1em 1em;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1em;
    align-items: center;
    border-radius: 15px;
    background: rgb(238, 238, 238);
    height: 214px;
    height: 100%;
}

video {
    opacity: 32%;
}

.hero-content-title{
    letter-spacing: 9px;
}

.active-nav-link {
    color: #00BCCA!important;
}

.footer-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none!important;
}

.footer-nav-link:hover::after {
    display: block;
    opacity: 100%;
}


.footer-nav-link::after {
    content: " ";
    display: block;
    height: 2px;
    width: 90%;
    background: #DC5408;
    margin: auto;
    /* display: none; */
    opacity: 0;
}

body {
    padding-top: 5.1em;
}

.hero-section-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
}

a.nav-link.border.rounded.contact-us-cta {
    padding: 9px 9px;
}

.footer-primary-nav {
    list-style: none;
    padding: 0%;
    margin: 1em 0%;
    display: grid;

}

@media only screen and (min-width: 720px) {
    .footer-nav .container {
        display: block!important;
    }

    .footer-primary-nav {
        margin: 1em 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .footer-nav-link{
        text-align: start;
    }

    .footer-nav-link {
        display: flex;
        flex-direction: column;
        align-items: start;
        text-decoration: none!important;
        padding: 3px 0;
        width: fit-content;
    }
}


@media only screen and (min-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5em;
        padding-left: 1.5em;
        font-size: 16px;
        padding: 0 12px;
    }

    .logo-img {
        height: 42px;
    }

}
  
@media only screen and (min-width: 1224px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5em;
        padding-left: 1.5em;
        font-size: 16px;
        padding: 0 12px;
    }

    .card {
        padding: 1em 1em;
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: 1em;
        align-items: center;
        border-radius: 15px;
        background: rgb(238, 238, 238);
        height: 100%;
    }

    .logo-img {
        height: 60px;
    }
}

