/*
Description: CSS for company pages like Board of Directors and Press Clippings
Author: Varun Sharma
Template: Common New page CSS
Version: 1.14

Change: H1 and H2 span color change and button padding change in mobile
*/

:root {
    --border-col-1:#f3f3f3;
    --border-col-2:#eeeeee;
    --border-col-3:#dbdbdb;
    --eg-grey-bg-1:#fdfdfd;
    --eg-grey-bg-2:#f9f9f9;
    --eg-grey-bg-3:#f0f0f0;
    --eg-grey-1:#dbdbdb;
    --eg-grey-txt-1:#707070;
    --eg-yellow-1:#FEF60A;
    --eg-aqua:#007FAD;
    --eg-aqua-2:#8de8f1;
    --eg-purple-1: #B91D8F;
    --eg-purple-bg-1: #FAF0F8;
}
#dummy-img-2 {
     display: none;
}
body.page-template-new-pages-template-1, body.page-template-new-pages-template-2-grey-bg {
    background: white!important;  
    margin:0px!important;  
}


/* Custom.css styles */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0 0 20px;
    color: #333;
    line-height: 1.4;
}
h1 {
    font-size: 23px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 14px
}
h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
strong {
    font-weight: 700!important;
}
p {
    font-family: Open Sans!important;
    font-size: 14px!important;
    text-align: left;
    margin: 0!important;
    margin-top: 12px!important;
    letter-spacing: normal;
    color: #000;
    line-height: 23px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

hr {
    clear: both;
    height: 1px;
    min-height: 0;
    margin: 20px 0;
    border-top: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

hr {
    height: 1px!important;
    color: #999;
    background: #999;
    border: 0;
    margin: 15px 0 20px 0!important;
}

.btn-black {
    background: #fff!important;
    color: #000!important;
    padding: 8px 20px!important;
    font-size: 14px!important;
    font-weight: bold!important;
    border: 2px solid #000!important;
    display: block;
    width: fit-content;
    margin: 20px 0 30px 0;
    display: table;
}
.btn-black {
    margin: 35px 0 0 0;
    font-weight: 700!important;
    padding: 8px 30px!important;
    border-radius: 3px;
}
a.eg-btn {
    text-align: center;
    border-radius: 3.75rem;
    min-width: 6.25rem;
    padding: 1.125rem 4.575rem;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 400;
    width: fit-content;
    letter-spacing: 0.03em;
    color: black;
    display: block;
    background: white;
    border: 2px solid var(--eg-purple-1);
    margin-top: 10px;
}
a.eg-btn:hover {
    color: white;
    background: var(--eg-purple-1);
}
a.btn-black.color-fill {
    background: var(--eg-purple-1)!important;
    color: white!important;
}
a.btn-black.color-fill:hover  {
    color: black!important;
    background: white!important;
}
a.eg-btn.purple-fill {
    background: var(--eg-purple-1);
    color: white;
}
a.eg-btn.purple-fill:hover  {
    color: black;
    background: white;
}
table {
    width: 100%;
    margin-bottom: 2.618em;
}
table th {
    text-transform: uppercase;
}
table th, table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
}
table tr th:first-child, table tr td:first-child {
    padding-left: 0;
}
ul, ol {
    margin: 15px 0 15px 20px;
}
.wpforms-form input {
    padding: 1px 0 3px 0!important;
    border: none!important;
    color: rgba(0,0,0,.9)!important;
    border-radius: 0!important;
    min-height: auto!important;
    border-bottom: 1px solid #000!important;
    font-size: 13px!important;
    line-height: 13px!important;
    height: auto!important;
}
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    padding-top: 45px!important;
    padding-bottom: 0px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0!important;
    margin-bottom: 15px!important;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}





.container {
    width: 1232px!important;
}
@media screen and (min-width: 1600px) {
 .container {
    width: 1344px!important;
 }
}

body, html {
    overflow-x: visible!important;
}
p, body, div {
   font-size: 16px !important;
   line-height: 26px;
}
p, div, h1, h2, h3, h4, h5, h6, ol.trail-items li span {
   font-family: "Helvetica Neue LT Pro", "Open Sans"!important;
}
#product-details p {
    margin-top: 16px!important;
    line-height: 26px;
}
#egCarousel div {
   font-size: 15px !important;
   line-height: 26px;
}
div.relative {
    position: relative;
}
h1 {
    font-size: 58px;
    line-height: 63px;
    font-weight: 500;
    z-index: 99;
    margin-top: 0px;
}
h1 span, h2 span {
    color: var(--eg-purple-1);
}
h2 {
   font-size: 27px;
   line-height: 36px;
   font-weight: 500;
   margin-bottom: 0px;
   margin-top: 0px;
}
h2.light {
   font-size: 30px;
   line-height: 40px;
   font-weight: 100!important;
}
h3 {
   font-size: 23px;
   font-weight: 700;
}
.resources h3 {
   margin: 0px;
}
h4 {
   margin-bottom: 6px;
}
hr {
   background: var(--border-col-2);
   margin: 4px 0 9px 0 !important;
}
a {
   color: var(--eg-aqua);
}
a:hover {
   color: #000;
}
ul {
    padding: 0;
}
li {
    line-height: 27px;
}
div#eg-form-container-1 {
    background: white;
    padding: 30px;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 11%);
    width: 355px;
    max-width: 100%;
}
div#eg-form-container-1 h2 {
    font-family: "Helvetica Neue LT Pro", "Open Sans"!important;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: -5px!important;
}
div#eg-form-container-1 label {
    display: none;
}
div#eg-form-container-1 input, div#eg-form-container-1 textarea {
    padding: 10px!important;
    border: unset!important;
    height: 71px;
    padding-left: 15px!important;
    background: var(--border-col-1);
	font-size: 14px!important;
}
div#eg-form-container-1 .wpforms-recaptcha-container, div#eg-form-container-1 .wpforms-submit-container {
    padding-top: 4px!important;
}
div#eg-form-container-1 .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}
div#eg-form-container-1 .wpforms-form button {
    text-align: center;
    border-radius: 3.75rem;
    min-width: 5.25rem;
    padding: 1.104rem 2.575rem!important;
    font-size: 0.975rem!important;
    /* line-height: 1; */
    font-weight: 400!important;
    letter-spacing: 0.03em!important;
    color: black!important;
    display: block;
    background: white!important;
    text-transform: none;
    border: 1px solid black;
}
div#eg-form-container-1 .wpforms-form button:hover {
    background: #000 !important;
    color: #fff !important;
}
.quoter-logo > img {
    width: 171px;
    margin-top: 16px;
}
img.testimonial-comma {
    width: 35px;
    margin-bottom: 10px;
}
.fw-100 {
   font-weight: 100!important;  
}
.fw-300 {
   font-weight: 300!important;   
}
.fw-400 {
   font-weight: 400!important;   
}
.v-align {
   margin-top: auto;
   margin-bottom: auto;
}
#p-header {
    padding: 110px 0 90px 0px;
}
#p-header > div  {
    position: relative;
}
.oceanwp-breadcrumb ol.trail-items li a span, .site-breadcrumbs ol li .breadcrumb-sep {
    color: var(--eg-grey-txt-1);
    font-weight: 400;
    font-size: 13px;
}
li.trail-item.trail-end span {
    font-weight: 700!important;
}
img.full-width {
    width: 100%;
    margin-top: 9px;
}
a.btn-black {
    text-align: center;
    border-radius: 3.75rem;
    min-width: 5.25rem;
    padding: 0.925rem 2.575rem!important;
    font-size: 1.075rem!important;
    /* line-height: 1; */
    font-weight: 400!important;
    letter-spacing: 0.03em;
    color: white;
    display: block;
    background: black;
}
.btn-black:hover {
    border: 2px solid #B91D8F!important;
    color: #fff!important;
    background: #B91D8F!important;
}
.inline {
    display: inline;
}
.btn-black.download-btn {
    color: black !important;
    background: white !important;
    display: inline;
    margin-left: 20px;
}
.section {
    padding: 35px 0;
}
sup {
    top: -1.3em;
    left: -0.1em;
    font-size: 40%;
}
.eg-blockquotes {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding-left: 25px;
}
.eg-5f8 .eg-blockquotes, .eg-6f8 .eg-blockquotes {
   padding-left: 10px;
}
.eg-blockquotes.compact {
    margin-top: -5px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.eg-blockquotes ul {
    list-style-type: none;
}
.eg-blockquotes a {
    font-weight: 400;
}
div.eg-blockquotes.block-ul {
    padding-left: 0px;
}
div.eg-blockquotes.block-ul li {
    margin-bottom: 20px;
}
.eg-blockquotes:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 5px;
    height: 100%;
    background: var(--eg-purple-line-1);
    display: block;
}
.thin {
   font-weight: 100!important;
}
.light {
   font-weight: 400!important;
}
.semibold {
    font-weight: 600!important;
}
.f18 {
    font-size: 18px!important;
    line-height: 28px;
}
.full-width-section {
    background:var(--eg-purple-bg-1);
    padding: 50px 15%;
    border-radius: 15px;
}
.full-width-section.low-padding {
    background:var(--eg-purple-bg-1);
    padding: 50px 4%;
}
div.full-width-section.quote {
    position: relative;
}
div.full-width-section.quote::before {
    content: '';
    background: url(../png/icon-quotes.png);
    width: 66px;
    height: 48px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15%;
    top: -35px;
}
#dummy-img {
    opacity: 0;
}
#hover-color-bg {
    background-size: cover!important;
    cursor: pointer;
}
#hover-color-bg:hover {
    background-size: cover!important;
}
ul.li-check-mark {
    list-style: none;
    margin: 0px;
}
ul.li-check-mark li:before {
    display: inline-block;
    content: '';
    background-image: url('../png/icon-check-mark.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-top: 8px;
    padding-right: 10px;
}
ul.li-check-mark li {
    margin-bottom: 25px;
    display: flex;
}
ul.no-disc {
    margin-left: 0;
    margin-top: 0;
    list-style-type: none;
}
ul.no-disc > li {
    margin-bottom: 20px;
}
ul.li-mb-5px > li {
    margin-bottom: 5px;
}
ul.li-mb-10px > li {
    margin-bottom: 10px;
}
#float-left-img {
   bottom: 10px;
   width:410px;
   max-width:70%;
   position:absolute;
   left:20px;
}
img.wid-70 {
    width: 70%; 
}
.pl-10px {
    padding-left: 10px;
}
#km-dummies-section h3 {
    font-size: 21px;
}
#km-dummies-section h4 {
    font-size: 32px;
    font-weight: 100;
    line-height: 42px;
    margin-bottom: 0px;
}
#km-dummies-section .btn-black {
    margin-top: 17px;
}
.resources a {
    color: #000;
    font-weight: 400;
}
#cus-logos {
    display: inline-block;
    padding: 0px 16px;
    background: white;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 11%);
    z-index: 99;
}
#cus-logos img {
    width: 624px;
}
.slide-card {
  position: relative;
  overflow: hidden;
}
.slide-card > p {
   display: none;
}
.slide-card-inner {
    position: relative;
    width: 100%;
}
.slide-card-inner > p {
    display: none;
}
.slide-card-front {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease-out;
}
.slide-card-front img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}
.slide-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--eg-purple-bg-1);
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
    border-radius: 15px;
}
.eg-card-text {
    padding: 35px;
    text-align: center;
}
.eg-card-text p, #k-chaos .eg-card-text p {
    font-size: 16px !important;
    line-height: 23px;
    text-align: left;
}
.eg-slide-item-container:hover .slide-card-front {
    transform: translateY(-100%);
}
.eg-slide-item-container:hover .slide-card-back {
    transform: translateY(0);
}
.pl-0px {
   padding-left: 0px!important;
}
body footer#footer {
    margin-top: 30px;
}
@media screen and (min-width: 1200px) {
   #cus-logos {
     position: absolute;
     bottom: -160px;
   }
}
@media screen and (min-width: 959px) {
  .eg-cols {
    display: flex;
 }
 .eg-cols .eg-5f8 {
    width: 63.5%;
 }
 .eg-cols .eg-4f8, .eg-cols .eg-1f2, .eg-cols .eg-2f4 {
    width: 50%;
 }
  .eg-cols .eg-2f8 {
    width: 25%;
  }
  .eg-cols .eg-6f8 {
    width: 75%;
  }
  .eg-cols .eg-1f3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
 }
 .eg-cols .eg-1f3:nth-child(1) {
    padding-right: 5%;
 }
 .eg-cols .eg-1f3:nth-child(2) {
    padding-left: 2.5%;
    padding-right: 2.5%;
 }
 .eg-cols .eg-1f3:nth-child(3) {
    padding-left: 5%;
 }
 .show-mobile {
    display: none;
  }
  .show-desktop {
    display: block!important;
  }
  .pl-1 {
    padding-left: 1%!important;
  }
 .pr-1 {
    padding-right: 1%!important;
 }
 .pl-1_5 {
    padding-left: 1.5%;   
 }
 .pl-2 {
    padding-left: 2%!important;   
 }
 .pr-2 {
    padding-right: 2%!important;
 }
 .pl-3 {
    padding-left: 3%;
 }
 .pr-3 {
    padding-right: 3%;
 }
 .pl-3_1 {
    padding-left: 3.1%;   
 }
 .pl-4 {
    padding-left: 4%;   
 }
 .pr-4 {
    padding-right: 4%;
 }
 .pl-6 {
    padding-left: 6%;   
 }
 .pr-6 {
    padding-right: 6%;
 }
 .pl-8 {
    padding-left: 8%;   
 }
 .pr-8 {
    padding-right: 8%;   
 }
 .pt-0px {
    padding-top: 0px;   
 }
 .pb-0px {
    padding-bottom: 0px;   
 }
 .pb-10px {
    padding-bottom: 10px;   
 }
 .pt-10px {
    padding-top: 10px!important;   
 }
 .pr-10 {
    padding-right: 10%;   
 }
 .pb-30px {
    padding-bottom: 30px;   
 }
 .pl-15 {
     padding-left: 15%;
 }
 .pr-15 {
     padding-right: 15%;
 }
 .pt-20px {
     padding-top: 20px;
 }
 .pb-20px {
     padding-bottom: 20px;
 }
 .pb-50px {
     padding-bottom: 50px;
 }
 .mt-0px {
     margin-top: 0px!important;
 }
 .mb-0px {
     margin-bottom: 0px!important;
 }
 .mt-10px {
     margin-top: 10px!important;
 }
 .mb-10px {
     margin-bottom: 10px!important;
 }
 .mt-20px {
     margin-top: 20px!important;
 }
 .mb-20px {
     margin-bottom: 20px!important;
 }
 .mt-25px {
     margin-top: 25px!important;
 }
 .mt-35px {
     margin-top: 35px!important;
 }
 .mt-30px {
     margin-top: 30px!important;
 }
 .mb-30px {
     margin-bottom: 30px!important;
 }
 .mt-40px {
     margin-top: 40px!important;
 }
 .mb-40px {
     margin-bottom: 40px!important;
 }
 .mt-50px {
     margin-top: 50px!important;
 }
 .ml-2 {
     margin-left: 2%;
 }
 .mr-2 {
     margin-right: 2%;
 }
 .ml-17 {
     margin-left: 17%;   
 }
 .eg-cols .eg-3f8 {
    width: 36.5%;
 }
 ul.li-mb-30px > li {
    margin-bottom: 30px;
 }
 .eg-1f2.eg-blockquotes {
     margin-bottom: 0px;
  }
  #km-dummies-section {
     background: var(--eg-grey-bg-2);
     background-image: url(../jpg/image-grey-bg.jpg);
     background-size: cover;
     display: flex;
     margin: 85px 0px 40px 0;
     padding: 0px 15%;
  }
  #km-dum-img {
     width: 219px;
     position: absolute;
     bottom: 0;
     right: 7px;
  }
  .km-col-1 {
     width: 65%;
     padding: 60px 0 65px 0;
   }
   .km-col-2 {
     width: 35%;
     position: relative;
   }
  .eg-yellow-comma {
      width: 80px;
      margin-right: 44px;
      margin-top: 5px;
   }
   #cus-logos {
      padding: 0px 40px;
   }
   #h-img-3, #eg-h-img {
      margin-top: -70px;
   }
}
@media screen and (max-width: 959px) {
    #p-header {
         padding: 100px 0 70px 0px;
    }
    h2.light {
        font-size: 25px;
        line-height: 35px;
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .eg-cols > div {
        margin: 15px 0;
    }
    .eg-cols .eg-1f3:nth-child(2), .eg-cols .eg-1f3:nth-child(3) {
       margin-top: 40px;
    }
    .section {
        padding: 20px 0;
    }
    .inline, .btn-black.download-btn {
        display: block!important;
    }
    .btn-black.download-btn {
        margin-left: 0px!important;
    }
    a.eg-btn {
        min-width: 9.25rem;
        padding: 0.925rem 1.575rem;
        font-size: 0.875rem;
    }
    a.btn-black {
        padding: 0.925rem 1.575rem !important;
    }
    div.stats-con > div {
        text-align: center;
    }
    .barOverflow {
       display: inline-block;
    }
    div.stats-con h4 {
        margin: -60px 0px 0px 0px!important;
    }
    div.stats-con h6 {
        padding: 0px 6%;
    }
    .eg-blockquotes.compact {
        margin-top: -10px;
    }
    .eg-blockquotes li {
       margin-bottom: 5px;
    }
    .mt-mob-0px {
        margin-top: 0px!important;
    }
    .mb-mob-0px {
        margin-bottom: 0px!important;
    }
    .mt-mob-10px {
        margin-top: 10px!important;
    }
    .mb-mob-10px {
        margin-bottom: 10px!important;
    }
    .mt-mob-20px {
        margin-top: 20px!important;
    }
    .mb-mob-20px {
        margin-bottom: 20px!important;
    }
    .mt-mob-25px {
        margin-top: 25px!important;
    }
    .mt-mob-35px {
        margin-top: 35px!important;    
    }
    .mt-mob-40px {
        margin-top: 40px!important;    
    }
    .mt-mob-50px {
        margin-top: 50px!important;    
    }
    .mt-mob-30px {
        margin-top: 30px!important;
    }
    .mb-mob-30px {
        margin-bottom: 30px!important;
    }
    .mb-mob-40px {
        margin-bottom: 40px!important;    
    }
    .mb-mob-50px {
        margin-bottom: 50px!important;    
    }
    .pb-mob-50px {
       padding-bottom: 50px!important;
    }
    .pt-mob-20px {
       padding-top: 20px;
    }
    .pb-mob-20px {
       padding-bottom: 20px;
    }
    .pb-mob-10px {
       padding-bottom: 10px!important;
    }
    .pt-mob-0px {
       padding-top: 0px!important;
    }
    .pb-mob-0px {
       padding-bottom: 0px!important;
    }
    .show-mobile, .hide-desktop {
      display: block!important;
    }
    .show-desktop, .hide-mobile {
      display: none!important;
    }
    .full-width-section {
      padding: 35px 8%;
    }
    #float-left-img {
      position: relative;
    }
    ul.li-mb-mob-15px > li {
      margin-bottom: 15px;
    }
    img#h-img {
      margin-top: 50px;
   }
   .slide-card .eg-card-text {
      padding: 20px;
   }
   #km-dummies-section {
      background: var(--eg-grey-bg-2);
      background-image: url(../jpg/image-km-dummies-mobile-bg.jpg);
      background-size: cover;
      margin: 45px 0px 40px 0;
      padding: 60px 15%;
   }
   .km-col-2 {
      margin-top: 47px;
   }
   .eg-yellow-comma img {
    width: 35px;
  }
  div#eg-form-container-1 .g-recaptcha {
    transform-origin: 0 0;
    transform: scale(0.74)!important;
  }
}
@media screen and (max-width: 418px) {
  .btn-black.download-btn {
    display: block;
    margin-left: 0;
  }
}

@media print {
 #site-navigation-wrap {
    display: none;
 }
 a[href]::after {
    display: none;
 }
 #site-header, header#site-header {
    position: relative!important;
 }
 #dummy-img-2, .carousel-item {
    display: block!important;
 }
  .carousel-inner, .card {
    height: unset!important;
  }
  #h-img, img.full-width {
    max-width: 70%!important;
  }
  .eg-custom-chat-icon {
    display: none!important;
  }
  #trp-floater-ls {
    display: none !important;
  }
  .cky-consent-container.cky-banner-bottom {
    display: none;
  }
}



/* Carousel style */
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.w-100 {
    width: 100%!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 -0.5% 0 -1.2%;
    height: 157px;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-inner a {
    display: block;
}
.card {
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 11%);
    height: 140px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 4% 14% 4% 12%;
    display: table-cell;
    vertical-align: middle;
    width: 530px;
}
.card:hover {
    color: var(--eg-aqua);
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    width: 30px;
    height: 30px;
    top: 64px;
    box-shadow: 1px 3px 5px 1px rgb(0 0 0 / 12%);
    border-radius: 50%;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
@media (min-width: 768px) {
 .col-md-4 {
    -ms-flex: 0 0 33.633333%;
    flex: 0 0 33.633333%;
    max-width: 33.633333%;
    padding: 0 1.2%;
 }
 .carousel-control-prev {
    left: -55px;
 }
 .carousel-control-next {
    right: -38px;
 }
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-bottom: -2px;
    background-size: 100% 100%;
    border-radius: 50%!important;
    background-image: url("../png/arrow-right.png");
}
.carousel-control-prev-icon {
    transform: rotate(-180deg);
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	 transform: translate3d(0, 0, 0);
         transform: translateX(0);
}
 .carousel-item-next, .active.carousel-item-right {
         transform: translate3d(100%, 0, 0);
	 transform: translateX(100%);
}
/* Custom carousel CSS */
.carousel-item.carousel-item-next {
     display:none!important;
}
@media (max-width: 768px) {
     .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .col-md-4 {
        width: 100%;
    }
    .carousel-inner {
        padding: 0 35px;
        margin: 0;
    }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
/* display 3 */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
  transform: translateX(0);
}
#accessibility-text a {
    color: #fff;
}
#accessibility-text a:hover {
    color: var(--eg-yellow-1);   
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.w-100 {
    width: 100%!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 -0.5% 0 -1.2%;
    height: 161px;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-inner a {
    display: block;
}
.card {
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 11%);
    height: 140px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 4% 14% 4% 12%;
    display: table-cell;
    vertical-align: middle;
    width: 530px;
}
.card:hover {
    color: var(--eg-aqua);
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    width: 30px;
    height: 30px;
    top: 64px;
    box-shadow: 1px 3px 5px 1px rgb(0 0 0 / 12%);
    border-radius: 50%;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
@media (min-width: 768px) {
 .col-md-4 {
    -ms-flex: 0 0 33.633333%;
    flex: 0 0 33.633333%;
    max-width: 33.633333%;
    padding: 0 1.2%;
 }
 .carousel-control-prev {
    left: -55px;
 }
 .carousel-control-next {
    right: -38px;
 }
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-bottom: -2px;
    background-size: 100% 100%;
    border-radius: 50%!important;
    background-image: url("../png/arrow-right.png");
}
.carousel-control-prev-icon {
    transform: rotate(-180deg);
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	 transform: translate3d(0, 0, 0);
         transform: translateX(0);
}
 .carousel-item-next, .active.carousel-item-right {
         transform: translate3d(100%, 0, 0);
	 transform: translateX(100%);
}
/* Custom carousel CSS */
.carousel-item.carousel-item-next {
     display:none!important;
}
@media (max-width: 768px) {
     .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .col-md-4 {
        width: 100%;
    }
    .carousel-inner {
        padding: 0 35px;
        margin: 0;
    }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
/* display 3 */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
  transform: translateX(0);
}
#accessibility-text a {
    color: #fff;
}
#accessibility-text a:hover {
    color: var(--eg-yellow-1);   
}