@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --navy:#06233e;
  --navy-2:#092e50;
  --blue:#1595bd;
  --blue-dark:#087ea4;
  --cyan:#53c5d4;
  --gold:#f4b900;
  --text:#1c344b;
  --muted:#718293;
  --light:#f3f7f7;
  --border:#e5ebef;
  --white:#fff;
}

html{scroll-behavior:smooth}
body {
    margin: 0;
    color: var(--text);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    background: #fff;
}
img{max-width:100%;height:auto}
a{text-decoration:none}
section{scroll-margin-top:80px}

.site-header{
  box-shadow:0 2px 12px rgba(0,0,0,.05);
  z-index:1030;
}
.sticky-top {
    position: absolute;
    top: 15px;
    width: 100%;
}


.brand-logo{width:86px;height:auto}
.navbar .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: .75rem .65rem !important;    
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #00293a
}
.dropdown-menu{
  min-width:205px;
  border-radius:10px;
  padding:.5rem;
}
.navbar .container {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}
.navbar .navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 10px;
}


.dropdown-menu[data-bs-popper] {
    top: 116%;
}
.dropdown-item{
  font-size:14px;
  border-radius:6px;
  padding:.6rem .75rem;
}
.dropdown-item:hover {
    background: #0b85b4;
    color: var(--white)
}
.btn-call {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 1rem;
    position: relative;
    top: -5px;
}
.btn-call .fa-phone-volume {
    padding: 12px;
    background-color: #0b85b4;
    font-size: 22px;
    border-radius: 24px;
    width: 45px;
    height: 45px;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    position: relative;
    margin-right: 10px;
}

.discover-btn .btn-primary-custom {
    border-radius: 50px;
}

.fa-long-arrow-alt-right {
    padding: 12px;
    background-color: #0d4963;
    font-size: 22px;
    border-radius: 24px;
    width: 45px;
    height: 45px;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    position: relative;
    margin-left: 10px;
}

.hero-section{
  min-height:570px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  /*background:
    linear-gradient(90deg,rgba(3,25,45,.88) 0%,rgba(4,32,53,.72) 43%,rgba(5,33,54,.20) 100%),
    url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1900&q=85') center/cover no-repeat;*/
}
.hero-section:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:4px;
  /*background:var(--blue);*/
}
#about.hero-section {
    min-height: 350px;
}

/* Background video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6); z-index:1;}
.min-vh-75{min-height:570px}
.min-vh-50 {
    min-height: 250px
}
.hero-section h1{
  color:#fff;
  font-size:clamp(38px,5vw,65px);
  line-height:1.03;
  font-weight:700;
  letter-spacing:-.015em;
  margin:60px 0 16px;
  font-family: "Inter", sans-serif; 
}
.hero-copy{
  color:rgba(255,255,255,.92);
  /*max-width:530px;*/
  font-size:16px;
  line-height:1.6;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#2a9fb4;
  font-size:18px;
  font-weight:700;
  letter-spacing:.05em;
}
.eyebrow:before {
    content: "";
    width: 4px;
    height: 18px;
    background: #0d4963;
    display: inline-block;
}
.eyebrow-light{color:#75d1d8}
.dark-section .eyebrow:before {
    content: "";
    width: 4px;
    height: 18px;
    background: #fff;
    display: inline-block;
}
.journey-chart{
    padding:10px;
    background-color:#fff;
    border-radius:15px;
}
.btn-primary-custom {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    padding: .75rem 1.35rem;
}
.btn-primary-custom:hover{background:var(--blue-dark);color:#fff}
.btn-outline-light-custom{
  border:1px solid rgba(255,255,255,.65);
  color:#fff;
  border-radius:4px;
  font-weight:600;
  padding:.75rem 1.35rem;
}
.btn-outline-light-custom:hover{background:#fff;color:var(--navy)}

.section-padding{padding:58px 0}
.about-section{background:#fff}
.section-heading{margin-bottom:20px}
.section-heading h2,
.about-section h2,
.dark-section h2{
  margin:10px 0 18px;
  font-weight:700;
  letter-spacing:0.01em;
  line-height:1.15;
  font-size:clamp(30px,3.3vw,53px);
  font-family: "Inter", sans-serif;
}
.about-section p {
    color: #646464;
    font-size: 16px;
    font-weight: 500;
}
.check-list{    
  padding:0;
  margin:0;
  list-style:none;
}
.check-list li{
  position:relative;
  padding-left:27px;
  margin:12px 0;
  color:#646464;
  font-size:16px;
  font-weight: 500;
}
.check-list li:before{
  content:"✓";
  position:absolute;
  left:0;top:0;
  color:#000;
  font-weight:800;
}
.investment-illustration{
  max-width:590px;
  margin:auto;
  padding:0;
}

.dark-section {
    color: #fff;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 12% 85%,rgba(28,130,173,.16),transparent 28%), radial-gradient(circle at 86% 12%,rgba(20,177,185,.13),transparent 28%), linear-gradient(135deg,#000000,#003d70);
}
.dark-section:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .17;
    background-image: url('../assets/journey-so-far-bg.jpg');
    background-size:cover;
    background-position:center;
}

.dark-section.why-section:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .17;
    background-image: url('../assets/why-k3-bg.jpg');
    background-size: cover;
    background-position: center;
}
.dark-section > .container{position:relative;z-index:1}
.dark-section p {
    color: rgba(255,255,255,.72);
    font-size: 16px;
    font-weight: 500;
}

.chart-card{
  background:#fff;
  border-radius:16px;
  padding:18px 20px 14px;
  box-shadow:0 18px 55px rgba(0,0,0,.2);
}
.chart-head{
  display:flex;
  justify-content:space-between;
  color:#263b50;
  font-size:12px;
  font-weight:700;
  margin-bottom:8px;
}
.performance-chart{width:100%;height:auto;display:block}
.grid-lines line{stroke:#dfe7ec;stroke-width:1}
.line-main{fill:none;stroke:#13a7c7;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}
.line-secondary{fill:none;stroke:#78b9d7;stroke-width:4;stroke-dasharray:9 8;stroke-linecap:round;stroke-linejoin:round}
.point-main{fill:#13a7c7}
.point-secondary{fill:#78b9d7}
.chart-legend{
  display:flex;
  gap:20px;
  justify-content:center;
  font-size:11px;
  color:#637384;
}
.legend-dot{
  width:8px;height:8px;border-radius:50%;
  display:inline-block;margin-right:5px;
}
.legend-dot.main{background:#13a7c7}
.legend-dot.secondary{background:#78b9d7}

.strategy-card{
  background:#fff;
  border:1px solid #e4e9ed;
  border-radius:14px;
  padding:26px;
  box-shadow:0 4px 18px rgba(20,50,70,.08);
  transition:.25s ease;
}
.strategy-card:hover{
  transform:translateY(-5px);
  box-shadow:0 14px 30px rgba(20,50,70,.12);
}
.icon-circle{
  width:85px;
  height:85px;
  border-radius:50%;
  display:grid;place-items:center;
  color:#fff;
  background:#1595bd;
  font-size:22px;
  margin-bottom:20px;
}
.icon-circle .img-fluid{
    max-width: 55%;
}

.offering-icon .icon-circle {
    width: 60px;
    height: 60px;
    background: #0b85b4;
    margin-bottom: 0;
}
.offering-text{
    text-align:right;
}
.offering-right .offering-icon .icon-circle{
    float:right;
}
.offering-img{
    position:relative;
    top:-50px;
}

.card-label {
    color: #646464;
    font-size: 18px;
    letter-spacing: .15em;
    font-weight: 500;
}
.strategy-card h3 {
    font-size: 30px;
    margin: 7px 0 4px;
    font-weight: 700;
    letter-spacing: .02em;
}
.card-subtitle {
    color: #0b85b4;
    font-size: 16px;
    margin-bottom: 15px;
}
.strategy-card ul{
  padding-left:18px;
  margin:0;
  color:#646464;
  font-size:14px;
  font-weight:500;
}
.strategy-card li{margin:7px 0}

.why-section{background-color:#052541}
.comparison-table-wrap{
  background:#fff;
  border-radius:9px;
  overflow:hidden;
  box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.comparison-table{
  color:#23384b;
  font-size:11px;
}
.comparison-table thead th {
    background: #0b85b4;
    color: #fff;
    font-size: 16px;
    border: 0;
    padding: 10px 15px;
    font-weight: 600;
    vertical-align:middle;
}
.comparison-table tbody td {
    border-color: #0d4963;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 500;
}
.comparison-table tbody td:first-child{font-weight:500}
.yes{color:#38aa62;font-weight:900;font-size:18px;text-align:center}
.no{color:#e64c4c;font-weight:900;font-size:18px;text-align:center}
.limited{color:#8a8e92;text-align:center}

.stat-item{text-align:center;}
.stat-ring{
  width:100px;
  height:100px;
  border-radius:50%;
  margin:auto;
  display:grid;place-items:center;
  background:conic-gradient(#45bfd0 0 83%,rgba(255,255,255,.15) 83% 100%);
  position:relative;
}
.stat-ring:after{
  content:"";
  position:absolute;
  inset:7px;
  border-radius:50%;
  background:#082c4a;
}
.stat-ring span{position:relative;z-index:1;font-weight:800;font-size:13px}
.stat-item p {
    font-size: 12px;
    line-height: 1.45;
    margin-top: 10px;
    color: rgba(255, 255, 255, .72);
}

.ethos-section{background:#fff}
.ethos-card {
    background: #f2f5f2;
    border-radius: 14px;
    padding: 28px 24px;
    min-height: 190px;
}
.ethos-card h3{
  font-size:22px;
  font-weight:700;
  margin-bottom:14px;
}
.ethos-card p {
    color: #646464;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    text-align: justify;
}
.yes .fa-check {
    color: green;
}
.no .fa-times {
    color: red;
}

.site-footer {
    color: #c8d7e1;
    background: radial-gradient(circle at 15% 20%,rgba(56,132,170,.13),transparent 25%), linear-gradient(135deg,#071e35,#0a2a45);
    padding: 55px 0 18px;
}
.site-footer h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
    gap: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
}
.site-footer a{
  display:block;
  color:#c8d7e1;
  font-size:15px;
  margin:7px 0;
}
.site-footer a:hover{color:#67d0d4}
.site-footer p{font-size:15px;line-height:1.7;margin:0;color:#c8d7e1}
.footer-logo{width:75px;filter:brightness(1.2)}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.15);
  /*display:flex;*/
  justify-content:space-between;
  gap:20px;
  color:#9db2c0;
  font-size:14px;
}
.social-links{display:flex;gap:14px}
.social-links a{margin:0;font-size:12px}

.site-footer a i {
    padding: 8px 8px;
    background-color: #0b85b4;
    border-radius: 24px;
    width: 30px;
    height: 30px;
    color: #c8d7e1;
    margin-right:10px;
    margin-bottom:5px;
}
.footer-bottom a i{
    padding: 9px 10px;
}
.gifts-add {
    margin-top: 93px;
}

.site-footer h6:before {
    content: "";
    width: 4px;
    height: 18px;
    background: #fff;
    display: inline-block;
}


/* -- Team Section */
.team-box {
    text-align: center;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
    transition: all 0.4s ease-in-out 0s;
    border-radius: 20px;
    position:relative;
}

    .team-box:hover {
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
        background: #0d4963;
        color:#fff;
    }

        .team-box:hover p.card-subtitle {
            color: #fff;
        }

    .team-box .img-box {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

    .team-shape,
    .team-box h3,
    .team-hover-box ul li a {
        transition: all 0.5s ease 0s;
    }

.team-shape {
    background-color: #1e88e5;
    position: absolute;
    height: 72px;
    bottom: 5px;
    left: 0;
    right: 0;
    clip-path: polygon(0% 0%, 0% 100%, 100% 95%, 0% 0%);
}

.team-box .fa-plus {
    padding: 12px;
    background-color: #0b85b4;
    font-size: 22px;
    border-radius: 24px;
    width: 45px;
    height: 45px;
    color: #fff;
    position:absolute;
    z-index:9;
    bottom:110px;
    right:30px;
}

.team-box:hover .fa-plus {
    transform: rotate(135deg);
    transition: all 300ms ease;
}

.team-box:hover .team-shape {
    height: 0;
}

.team-box h3 {
    font-size: 30px;
    margin: 7px 0 4px;
    font-weight: 700;
    letter-spacing: .02em;
}

.team-box p {
    letter-spacing: 0.42px;
}

.team-box .img-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    display: inline-block;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
}

.team-box:hover .img-box::before {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.team-hover-box {
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    transform: translate(0, 50%);
    padding: 0 15px;
    transition: all 1s ease 0s;
}

.team-box:hover .team-hover-box {
    bottom: 50%;
}

.team-hover-box ul {
    padding-left: 0;
    margin-bottom: 20px;
}

    .team-hover-box ul,
    .team-hover-box ul li,
    .team-hover-box ul li a {
        display: inline-block;
    }

        .team-hover-box ul li a {
            width: 45px;
            height: 45px;
            border-radius: 100%;
            line-height: 42px;
            border: 2px solid #fff;
            color: #fff;
        }

            .team-hover-box ul li a:hover {
                border-color: #e21712;
                color: #e21712;
            }

.team-hover-box p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.45px;
}

/*Logo Slider css*/
.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    float: left;
    height: 100%;
    min-height: 1px;
    border-radius: 15px;
    background-color: #fff;
    padding: 7px;
    /* box-shadow: 0px 5px 31px 0px rgba(0, 0, 0, 0.0509803922); */
    border: 1px solid #ccc;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.about {
    position: relative;
    overflow: hidden;
    /*background: radial-gradient(circle at 12% 85%, rgba(28, 130, 173, .16), transparent 28%), radial-gradient(circle at 86% 12%, rgba(20, 177, 185, .13), transparent 28%), linear-gradient(135deg, #000000, #003d70);*/
}
.about:before {
    content: "";
    position: absolute;
    inset: 0;
    /*opacity: .17;*/
    background-image: url(../assets/banner-bg.png);
    background-size: cover;
    background-position: top;
}
.contact {
    position: relative;
    overflow: hidden;
    /*background: radial-gradient(circle at 12% 85%, rgba(28, 130, 173, .16), transparent 28%), radial-gradient(circle at 86% 12%, rgba(20, 177, 185, .13), transparent 28%), linear-gradient(135deg, #000000, #003d70);*/
}
.contact:before {
    content: "";
    position: absolute;
    inset: 0;
    /*opacity: .17;*/
    background-image: url(../assets/banner-bg.png);
    background-size: cover;
    background-position: top;
}
.newsletter {
    position: relative;
    overflow: hidden;
    /*background: radial-gradient(circle at 12% 85%, rgba(28, 130, 173, .16), transparent 28%), radial-gradient(circle at 86% 12%, rgba(20, 177, 185, .13), transparent 28%), linear-gradient(135deg, #000000, #003d70);*/
}

.newsletter:before {
    content: "";
    position: absolute;
    inset: 0;
    /*opacity: .17;*/
    background-image: url(../assets/banner-bg.png);
    background-size: cover;
    background-position: top;
}
.banner-img{
    width:100%;
}
.contact-icon {
    width: 70px;
}
.team {
    position: relative;
    overflow: hidden;    
}
.team:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .5;
    background-image: url(../assets/team-bg.png);
    background-size: cover;
    background-position: center;
}
.text-justify {
    text-align: justify;
}

@media only screen and (max-width:1680px) {
    
}

@media only screen and (max-width:1600px) {
    
}
@media only screen and (max-width:1600px) {
    
}
@media only screen and (max-width:1440px) {
    
}
@media only screen and (max-width:1366px) {    
    .anil .team-box .fa-plus {
        bottom: 132px;
    }
}


/*--------------- media query start -------------------*/
@media (max-width: 479px) {

    .team-section .row > .col-xs-6, .team-section .row > .s6 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .team-box {
        display: block;
        margin: 0 auto 30px;
    }

    .about-box {
        max-width: 272px;
        margin: 0 auto;
    }
}

/* -- About Section */
.about-section .section-padding {
    padding: 75px 0;
}

.about-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-section::before {
    content: "";
    background-color: rgba(248,248,248,0.95);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block !important;
}

.about-section .container {
    position: relative;
}

.about-box {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.about-img-box {
    margin: 50px 0;
    position: relative;
    background-color: #111;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.about-img-box::before {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.about-img-box::after {
    border: 1px solid #fff;
    bottom: 15px;
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.about-box:hover .about-img-box {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.about-box:hover .about-img-box::before {
    background-color: rgba(0,0,0,0.85);
}

.about-box:hover .about-img-box::after {
    border: 0;
}

.about-hover-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 0 24px;
}

.about-hover-box h5 {
    font-family: 'Oswald';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin-top: 43px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.about-box:hover .about-hover-box h5 {
    margin-top: 25px;
    margin-bottom: 30px;
}

.about-hover-box p {
    font-size: 0;
    color: #fff;
    letter-spacing: 0.45px;
    line-height: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-bottom: 0;
}

.about-box:hover .about-hover-box p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
}

.about-hover-box a {
    font-size: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.91px;
    text-decoration: none;
    display: inline-block;
}

.about-box:hover .about-hover-box a {
    font-size: 13px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background: #b22025;
}


/*********** IPAD landscape ***********/
@media (min-width: 1024px) and (max-width: 1199px) {
    .ethos-card {
        min-height: 165px;
    }    
}

/*********** Ipad portrait and small tablet landscape ***********/
@media (min-width: 767px) and (max-width: 991px) {
    
}

@media (max-width:991.98px) {
    .navbar-collapse {
        background: #fff;
        padding: 12px 0 8px;
    }

    .navbar .nav-link {
        padding: .6rem .2rem !important
    }

    .dropdown-menu {
        box-shadow: none !important;
        border: 1px solid #edf1f3 !important;
        margin-left: 0;
    }

    .hero-section, .min-vh-75 {
        min-height: 540px
    }

        .hero-section h1 {
            font-size: 48px
        }

    .section-padding {
        padding: 72px 0
    }
}

@media (max-width:767.98px) {
    body {
        font-size: 13px
    }

    .brand-logo {
        width: 76px
    }

    .hero-section, .min-vh-75 {
        min-height: 610px
    }

    .hero-section {
        background-position: 63% center;
    }

    .hero-copy {
        font-size: 14px
    }

    .section-padding {
        padding: 60px 0
    }

    .about-section h2, .dark-section h2 {
        font-size: 31px
    }

    .chart-card {
        padding: 12px
    }

    .comparison-table {
        font-size: 9px
    }

        .comparison-table thead th,
        .comparison-table tbody td {
            padding: 8px 6px
        }

    .stats-row {
        gap: 22px
    }

    .stat-ring {
        width: 68px;
        height: 68px
    }

    .footer-bottom {
        flex-direction: column
    }
}

/*********** mobile landscape and small tablet portrait ***********/
@media (min-width: 440px) and (max-width: 767px) {
    .ethos-card {
        min-height: 170px;
    }
    .gifts-add {
        margin-top: 30px;
    }
    .team-box h3 {
        font-size: 25px;
    }
}

@media (max-width:480px) {
    .hero-section {
        min-height: 560px
    }

    .stats-row {
        justify-content: space-between;
        gap: 8px
    }
}

/*********** mobile portrait ***********/
@media only screen and (min-width: 300px) and (max-width: 479px) {
    .hero-section, .min-vh-75 {
        min-height: 490px;
    }
    .gifts-add {
        margin-top: 30px;
    }
}