
:root {
    --primary-arth: #012148;
    --yellow: #F78A0B;
    --bg-blue-primary: #141125;
    --bg-blue-secondary: #063B65
}

/* @font-face {
    font-family: 'SimpleTechBold';
    src: url('../fonts/SimpleTechBold02.ttf') format('truetype');
    font-weight: 0;
    font-style: normal;
} */

html{
    scroll-behavior: smooth !important;
}

/* .sub-title{
    font-family: 'SimpleTechBold', sans-serif;
} */

.menu-right a{
    color: #012148;
    background-color: rgb(255, 255, 255);
    padding: 0px 10px;
    font-size: 18px;
    border-radius: 100%;
    margin-right: 12px;
    border: 2px solid white;
    transition: 0.4s;
}

.menu-right a:hover{
    color: white;
    background-color: #012148;
    border: 2px solid white;
}

.menu-right.white-menu a{
    /* color: #fff;
    background-color: #012148; */
    border: 2px solid #012148;
}

.menu-right.white-menu a:hover{
    /* color: #012148;
    background-color: #fff; */
    border: 2px solid #fff;
}

@media (min-width: 768px) and (max-width: 992px) {
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}

.bg-yellow-shape {
    background-color: #F78A0B;
}

.bg-yellow-shape2 {
    width: 120vw;
    height: 120px;
    top: 90%;
    z-index: 2;
    left: -10vw;
    position: absolute;
    transform: rotate(5deg);
}

.whatsapp-button{
    /* background-color: #00f514; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position:fixed;
    bottom: 80px;
    right: 15px;
    border-radius: 100%;
    z-index: 10;
    background-color: #008f53;
    transition: 1s;
}

.whatsapp-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.whatsapp-button:hover{
    scale: 1.05;
    cursor: pointer;
}

.scroll-top {
    -webkit-animation: pulse 0s infinite;
    animation: pulse 0s infinite;
}


/* ======= nav ========== */

.logo{
    width: 150px;
}
.logo-mobile{
    width: 150px;
}



@media (min-width: 991px) {
    .main-menu .navigation > li > a {
        color: #ffffff;
        font-weight: 400;
    }
}
.main-menu .navigation li a:hover {
    color: var(--yellow);
}
.main-menu .navigation li a::after {
    background: var(--yellow);
}
span.fa.fa-angle-down {
    color: #fff;
}

.menu-right .social-link img{
    display: block;
    width: 32px;
    height: auto;
}
.menu-right .social-link + .social-link{
    margin-left: 0.5rem;
}

.fixed-header .header-upper{
    background: var(--primary-arth);
}

.fixed-header .header-upper .navigation > li > a{
    color: #fff;
}

@media(max-width:1080px){
    .main-menu .navigation li a {
        font-size: 15px;
    }
}

/* ======= Footer ========== */

.footer-logo{
    width: 120px;
    height: auto;
}
.footer-section{
    background-color: var(--bg-blue-secondary);
}

.footer-section-white{
    background-color: #fff;
}

.footer-section-white .list-style-three li > i,
.footer-section-white .social-style-one a > i,
.footer-section-white .copyright-area a{
    color: #012148;
}

.read-more-footer{
    font-weight: 700;
    display: inline-block;
    color: #fff;
}
.read-more-footer:hover{
    color: var(--yellow);
}
.call-to-action{
    background: var(--primary-arth);
}

.call-to-action-btns .theme-btn {
    background: white !important;
    color: var(--primary-arth) !important;
}
.call-to-action-btns .theme-btn:hover {
    background: var(--primary-arth) !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}
.scroll-top {
    background: var(--primary-arth);
}


/* ======= hero ========== */

.hero-section-three{
    background-image: url('../images/hero/hero-bg.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-section-three:before{
    display: none;
}

.title-hero{
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
}
.description-hero{
    color: #fff;
}

.hero-button.style-two {
  display: inline-flex;
  margin-top: 3rem;
  align-items: center;
  padding: 0.50rem 1.5rem;
  background-color: var(--yellow);
  color: #ffffff;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  transition: 0.4s;
}

.hero-button.style-two:hover {
  background-color: var(--yellow);
}

.hero-button.style-two:hover {
  background-color: #fff !important;
  color: #F78A0B;
}

.hero-button.style-two i {
  margin-left: 0.5rem;
  font-size: 1rem;
}

.icon-bar {
    background: #fff;
}

@media only screen and (max-width: 991px) {
    .header-inner {
        background: transparent;
    }
}
@media only screen and (max-width: 991px) {
    .main-header.header-three {
        background: transparent;
    }
}

.hero-visual{
    position: relative;
}
.hero-image-three{
    position: relative;
    z-index: 1;
    max-width: clamp(420px, 46vw, 640px);
    margin-left: auto;
}

.hero-image-three .main-img-hero{
    display:block;
    width: 100%;
    height: auto;
}


.float-imgs{
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.float-imgs img{
    position: absolute;
    display: block;
}
.element1{
    width: clamp(70px, 32%, 180px);
    left: -10%;
    top: 10%;
}

.element2{
    width: clamp(80px, 40%, 250px);
    right: -8%;
    top: 6%;
}
.element3{
    width: clamp(130px, 40%, 300px);
    right: -8%;
    top: 40%;
}


@media (min-width:992px){
    .element1{left: -9%; top: 6%;}
    .element2{right: -2%; top: 3%;}
    .element3{right: -2%; top: 35%;}
    
}

@media(min-width:1500px){
    .element1{left: 13%; top: 13%;}
    .element2{right: -8%; top: 6%;}
    .element3{right: -8%; top: 35%;}  
}
@media (min-width:1199px) and (max-width:1499px) {
    .element1{left: -5%; top: 13%;}
    .element2{right: 5%; top: 6%;}
    .element3{right: 5%; top: 35%;}  
}
@media (min-width:767px) and (max-width:991px) {
    .element1{left: 6%; top: 13%;}
    .element2{right: 10%; top: 6%;}
    .element3{right: 5%; top: 47%;}  
    .hero-image-three{margin: auto;}
}
@media(max-width:766px){
    .element1{left: -1%; top: 13%;}
    .element2{right: -2%; top: 6%;}
    .element3{right: -2%; top: 40%;}  
}



/* Solutions Three */
.solutions-section-three {
    background-color: #063B65;
}

.solutions-section-three .sub-title{
    background-color: #012148;
}

.solution-item-three i{
    color: #012148;
}

/* about systems */

.about-content-three .sub-title{
    color: #012148;
}

.about-content-three .list-style-one li:before{
    background-color: #012148;
}

.about-content-three .theme-btn{
    border-color: #012148 !important;
    color: #012148 !important;
}

.about-content-three .theme-btn:hover{
    background-color: #012148 !important;
    color: #fff !important;
}

/* newsletter */
.newsletter-inner.style-two:after {
    background: none;
}

.newsletter-inner{
    background-color: #012148;
}

.newsletter-section-two .style-three{
    color: #ffffff !important;
    background-color: #F78A0B !important;
    border: none !important;
}

.newsletter-section-two .style-three:hover{
    color: #F78A0B !important;
    background-color: #fff !important;
}

/* services */

.services-section-three .sub-title{
    color: white;
    background-color: #012148;
}

.service-item{
    height: 90%;
    box-shadow: 0px 1px 4px 0px #8f8f8f;
}

.service-item:after {
    background: #012148;
}

.service-item > i {
    color: #012148;
}

/* team */

.team .style-three{
    color: #ffffff !important;
    background-color: #F78A0B !important;
    border: 3px solid #F78A0B  !important;
}

.team .style-three:hover{
    color: #F78A0B !important;
    background-color: #fff !important;
}

/* magnus page */

/* hero */

.hero-section-two .sub-title{
    background-color: #034788;
    color: white;
}

.hero-section-two .hero-button{
    margin: 10px 20px 0px 0px !important;
    border: 2px solid #F78A0B !important;
    background-color: #F78A0B !important;
    color: white !important;
}

.hero-section-two .button-white{
    background-color: #f7890b00;
    color: white;
    border: 2px solid white;
}

.hero-section-two .button-white:hover{
    border: 2px solid white !important;
    background-color: #f7890b00 !important;
    color: white !important;
}

/* solutions */
.equal-height > [class*='col-'] {
    display: flex;
}

.solution-item-two {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.solution-item-two p {
    margin-bottom: auto; 
}

.solutions-section-two .sub-title{
    color: #012148;
}

.solutions-section-two .theme-btn{
    background-color: #034788;
}

.solutions-section-two .theme-btn:hover{
    color: #034788;
}

.solution-item-two.color-one > i {
    background: #E64410;
}

.solution-item-two.color-two > i {
    background: #024377;
}

.solution-item-two.color-three > i {
    background: #F78A0B;
}

.solution-item-two.color-four > i {
    background: #005F38;
}

/* about */

#btn-news{
    border: 2px solid #F78A0B;
    color: #F78A0B;
}

#btn-news:hover{
    border: 2px solid #F78A0B;
    background-color: #F78A0B;
    color: #ffffff;
}

.core-features .sub-title{
    color: #012148;
}

.core-features .style-three{
    border: 2px solid #012148 !important;
    color: #012148 !important;
}

.core-features .style-three:hover{
    background-color: #012148 !important;
    color: #ffffff !important;
}

/* numbers magnus */

.counter-inner-two{
    background-color: #012148;
}

.success-item.style-two {
    padding: 75px 0px 70px;
    border-right: 1px solid #034788;
}

.success-item.style-two:after {
    height: 0px;
    width: 0px;
    top: 0px;
    left: 0px;
}

.success-item{
    text-align: center;
}

.count-text {
    margin-right: 0px;
}

/* Dashbord Videos */
.services-solutions .sub-title{
    color: #012148;
}

.solutions-tab-nav .nav-link:hover,
.solutions-tab-nav .nav-link.active {
    border-color: #F78A0B;
    color: #F78A0B;
    background: transparent;
}

.solutions-tab-nav .nav-link {
    padding: 10px 20px;
}

/* genus page */

.header-genus .navigation > li > a{
    color: black !important;
}

.genus-hero .sub-title,
.genus-hero .list-style-one li:before{
    color: #012148;
}

.genus-hero .theme-btn{
    background-color: #012148;
}

.genus-hero .theme-btn:hover{
    color: #012148;
}

.genus-hero .style-two{
    color: #012148 !important;
}

.genus-hero .style-two:hover{
    background-color: #012148 !important;
    color: white !important;
}

.genus-partners .section-title h2 span {
    color: #141125;
    background-image: url(../images/shapes/section-title-circle-yellow.png);
}

.genus-partners .partner-item {
    margin-bottom: 40px;
    display: inline-block;
    filter: grayscale(0) opacity(1);
}

.genus-partners .partner-item:hover {
    filter: grayscale(0) opacity(1);
}

.genus-solution .sub-title{
    color: #012148;
}

.equal-height > [class*='col-'] {
    display: flex;
}

.solution-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.solution-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.genus-solution .solution-content i {
    color: #012148;
}

.genus-solution .solution-content h3 a:hover {
    color: #012148;
}

.about-genus .sub-title,
.about-genus .list-style-one li:before,
.about-genus .theme-btn:hover{
    color: #012148;
}

.about-genus .theme-btn{
    background-color: #012148;
}

.genus-counter{
    background-color: #012148;
}

.feature-genus .sub-title,
.feature-genus .feature-item i,
.feature-genus .feature-item i:hover,
.feature-item:hover > i{
    background: #012148;
    color: white;
}

.feature-genus .theme-btn{
    color: #012148 !important;
    border: 2px solid #012148 !important;
}

.feature-genus .theme-btn:hover{
    background-color: #012148 !important;
    color: #fff !important;
}

.genus-services .services-tab .nav .nav-link.active {
    background: transparent;
    color: #012148;
    border-color: #012148;
}

.genus-services .sub-title,
.genus-services .list-style-one li:before,
.genus-services .read-more{
    color: #012148;
}

/* about */
.page-banner{
    height: 250px;
    background-color: #012148;
    margin-top: 105px;
}

.about-page-section .sub-title,
.about-page-section .list-style-one li:before,
.about-page-section .theme-btn:hover{
    color: #012148;
}

.about-page-section .theme-btn{
    background-color: #012148;
}

.about-page-images {
    position: relative;
}

.about-page-images img {
    max-width: 100%;
    height: auto;
}

.about-page-images img:nth-child(1) {
    border-radius: 15px;
    width: 65%;
}

.about-page-images img:nth-child(2) {
    border-radius: 25px;
    position: relative;
    margin-top: 20%;
    margin-left: -25%;
    width: 55%;
}

@media (max-width: 991.98px) {
    .about-page-images {
        text-align: center;
        margin-top: 30px;
    }
    .about-page-images img:nth-child(1) {
        width: 95%;
        z-index: 2;
    }

    .about-page-images img:nth-child(2) {
        margin-top: -15%;
        margin-left: -25%;
    }
}

@media (max-width: 575.98px) {
    .about-page-images img:nth-child(1) {
        width: 95%;
        z-index: 2;
    }

    .about-page-images img:nth-child(2) {
        width: 65%;
        margin-top: -20%;
        margin-left: -25%;
    }
}

.solutions-about{
    background-color: #F1F5FE;
}

.about-arth .sub-title,
.about-arth .theme-btn
{
    background-color: #012148 !important;
    border: 2px solid #012148 !important;
    color: white !important;
}

.about-arth .theme-btn:hover{
    background-color: white !important;
    color: #012148 !important;
    border: 2px solid #012148 !important;
}

/* contact */

.contact-page-section .sub-title
{
    color: #012148;
}

.contact-info-item > i {
    background-color: #012148;
}

.contact-page-section .theme-btn{
    background-color: #012148;
    border: 2px solid #012148;
}

.contact-page-section .theme-btn:hover{
    background-color: #fff;
    color: #012148;
    border: 2px solid #012148;
}

.fixed-header .navigation > li > a{
    color: white !important;
}

.header-genus .navigation > li > .dropdown-btn{
    color: black !important;
}

.header-genus .navbar-header .navbar-toggle .icon-bar {
    background-color: black !important;
}

.fixed-header .navbar-header .navbar-toggle .icon-bar{
    background-color: white !important;
}

.header-genus .fa-angle-down{
    color: black !important;
}

.header-genus.fixed-header .fa-angle-down{
    color: rgb(255, 255, 255) !important;
}

.collapse.show .navigation li > a,
.collapse.show .navigation .fa-angle-down{
    color: black !important;
}




#ecommerce-home .newsletter-inner{
    margin-top: 0;
    border-radius: 7px;
    transform: translateY(80px);
}


#solutions-grid .solution-item-two {
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(9, 30, 66, 0.12);
    border-radius: 12px;
    padding: 28px 24px 26px 24px;
    transition: box-shadow .2s ease, transform .12s ease;
}
#solutions-grid .solution-item-two:hover {
    box-shadow: 0 8px 28px rgba(16, 24, 40, .08);
    transform: translateY(-2px);
}

#solutions-grid .solution-item-two .chev{
    position:absolute;
    right:16px;
    top:16px;
    line-height:1;
    display:inline-flex;
    transition: transform .2s ease;
}
#solutions-grid .solution-item-two[aria-expanded="true"] .chev {
    transform: rotate(180deg);
}

.solution-detail{
    margin-top: 24px;
    border-radius: 14px;
    border:1px solid rgba(9,30,66,.12);
    background: #fff;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .35s ease, opacity .25s ease;
}
.solution-detail.open{
    max-height: unset;
    opacity: 1;
}
.solution-detail__inner{
    position: relative;
    padding: 28px;
}
.detail-close{
    position:absolute;
    right:10px;
    top:10px;
    border:0;
    background:transparent;
    font-size:18px;
    line-height:1;
    cursor:pointer;
    opacity:.7;
    transition: opacity .15s ease;
}
.detail-close:hover{ 
    opacity:1;
}

.detail-title{
    font-size:1.4rem;
    margin: 0 0 10px;
}
.detail-list{
    margin: 10px 0 0 16px;
}
.detail-list li{
    margin: 6px 0;
}

#solutions-grid .solution-item-two:focus{
    outline: 3px solid var(--bg-blue-primary);
    outline-offset: 2px;
}

.solution-detail-col{
    margin-bottom: 16px;
}
.solution-detail-col .solution-detail{
    width: 100%;
}

@media (max-width: 575px){
    .solution-detail__inner{ 
        padding: 20px; 
    }
}



.detail-grid{
    display:grid;
    grid-template-columns: 1fr minmax(320px, 440px);
    gap:28px;
    align-items:start;
}
.detail-copy{
    min-width:0;
}
.detail-media{
    min-width:0;
}

.detail-grid.no-media{ 
    grid-template-columns: 1fr;
}

@media (max-width: 991.98px){
    .detail-grid{ 
        grid-template-columns: 1fr;
    }
}

.mini-slider{
    position:relative;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.mini-slider__viewport{
    position:relative;
    width:100%;
    aspect-ratio: 4 / 3;
    overflow:hidden;
}

.mini-slider__track{
    display:flex;
    height:auto;
    transition: transform .35s ease;
}

.mini-slider__slide{
    flex: 0 0 auto;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f7f7fb;
}

.mini-slider__viewport {
    line-height: 0;
}
.mini-slider__slide img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.mini-slider__slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mini-slider__nav{
    position:absolute;
    inset:0;
    pointer-events:none;
}
.mini-slider__btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    pointer-events:auto;
    width:36px;
    height:36px;
    border:0;
    border-radius:999px;
    background:#111827;
    color:#fff;
    opacity:.85;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mini-slider__btn:hover{
    opacity:1;
}
.mini-slider__btn--prev{
    left:8px;
}
.mini-slider__btn--next{
    right:8px;
}

.mini-slider__dots{
    display:flex;
    gap:8px;
    justify-content:center;
    padding:10px 12px;
}
.mini-dot{
    width:8px;
    height:8px;
    border-radius:999px;
    background:#cbd5e1;
    border:0;
}
.mini-dot[aria-current="true"]{
    background:#111827;
}

.mini-slider__slide img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.mini-slider__viewport {
    line-height: 0;
}



.img-lightbox{
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    background: rgba(0,0,0,.86);
}
.img-lightbox[hidden]{
    display:none;
}

.lb-figure{ 
    margin:0;
    position:relative;
    max-width:92vw;
    max-height:92vh;
}
.lb-figure img{
    max-width:92vw;
    max-height:92vh;
    width:auto;
    height:auto;
    object-fit: contain;
    display:block;
    border-radius:8px;
    background:#0b0b0b;
}

.lb-close, .lb-prev, .lb-next{
    position: absolute;
    top: 18px;
    border:0;
    cursor:pointer;
    width:40px;
    height:40px;
    border-radius:999px;
    background: rgba(255,255,255,.14);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: background .15s ease;
}
.lb-close{
    right:18px;
    font-size:22px;
}
.lb-prev, .lb-next{
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
}
.lb-prev{ 
    left:18px;
} 
.lb-next{
    right:18px;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover{
    background: rgba(255,255,255,.24);
}

.img-lightbox[data-count="1"] .lb-prev,
.img-lightbox[data-count="1"] .lb-next {
    display:none;
}




.about-magnus{
    margin-block: 60px;
}

.core-feature-content .lead{
    font-size:1.05rem;
    line-height:1.7;
}
.core-feature-content .muted{
    color:#566070;
    margin-top:.5rem;
}

.checks{ 
    list-style:none;
    padding:0;
    margin:18px 0 4px;
    display:grid;
    gap:10px;
}
.checks li{ 
    display:flex;
    align-items:flex-start;
    gap:10px;
}
.ico-check{
    width:20px;
    height:20px; 
    flex:0 0 20px; 
    border-radius:6px;
    background:#1bd691;
    mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.5l3 3 7-7' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
    margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px){
    .about-magnus-title{
        font-size: 32px;
    }
}



.core-features--reverse{
    margin-top: 70px;
}


.core-features--reverse .core-feature-image{
    text-align:left;
}

.core-feature-image img{
    position:relative;
    z-index:1;
    max-width:100%;
    height:auto;
}

.tilty{
    transform:perspective(900px) rotateY(-2deg);
    transition:transform .4s ease;
}
.tilty:hover{
    transform:perspective(900px) rotateY(0deg) translateY(-4px);
}

.amag-accordion{
    border:1px solid rgba(9,30,66,.12);
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.acc-item{
    width:100%;
    text-align:left;
    background:#fff;
    padding:12px 14px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:0;
    cursor:pointer;
}
.acc-item + .acc-panel{
    border-top:1px solid rgba(9,30,66,.08);
}
.acc-caret{
    width:18px;
    height:18px;
    border-radius:4px;
    background:#eef2ff;
    position:relative;
    flex:0 0 18px;
    transition: background-color .25s ease;
}
.acc-caret::before{
    content:"";
    position:absolute;
    inset:6px;
    margin:auto;
    width:8px;
    height:8px;
    border-right:2px solid var(--primary-arth);
    border-bottom:2px solid var(--primary-arth);
    transform:rotate(-45deg);
    transition: transform .25s ease, border-color .25s ease;
}
.acc-item.is-open .acc-caret{
    background:#dfe4ff;
}
.acc-item.is-open .acc-caret::before{
    transform:rotate(45deg) translateY(2px);
}
.acc-panel{
    display:block;
    max-height:0;
    overflow:hidden;
    opacity:0;
    transform: translateY(-4px);
    padding:0 14px 0;
    color:#566070;
    transition:
        max-height .38s ease,
        opacity .28s ease,
        transform .38s ease,
        padding-top .38s ease,
        padding-bottom .38s ease;
}
.acc-item.is-open + .acc-panel{
    max-height:600px;
    opacity:1;
    transform: translateY(0);
    padding:8px 14px 12px;
}

.acc-panel{
    display:block !important;
}
.acc-item + .acc-panel{
    display:block !important;
}

a.theme-btn.style-three.cta-contr{
    margin-top: 20px;
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
    color: #fff !important;
}
a.theme-btn.style-three.cta-contr:hover{
    background-color: #fff !important;
    border-color: var(--yellow) !important;
    color: var(--yellow) !important;
}


#genus-grid .solution-item{
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: box-shadow .2s ease, transform .12s ease;
}
#genus-grid .solution-item:hover{
    box-shadow: 0 8px 28px rgba(16,24,40,.08);
    transform: translateY(-2px);
}
#genus-grid .solution-item .chev{
    position:absolute; 
    right:16px; 
    top:16px; 
    line-height:1; 
    display:inline-flex; 
    transition: transform .2s ease;
}
#genus-grid .solution-item[aria-expanded="true"] .chev{
    transform: rotate(180deg);
}


@media only screen and (min-width: 1200px) {
    .solutions-tab-nav .nav-item:last-child {
        margin-bottom: 20px;
    }
}

.contact-button {
    background-color: var(--yellow) !important;
    color: #fff !important;
}

.contact-button:hover {
    background-color: transparent !important;
    color: var(--yellow) !important;
}