@media (max-width: 1024px) {
    .desktop-logo { display: none; }
    .mobile-logo { display: block; }
    .industries-we-serve .service-box-title {
        font-size: 12px;
    }
    .navbar-mobile .navbar-body > .navbar-nav {
        font-size: 24px;
    }
}
@media (min-width: 1025px) { 
    .desktop-logo { display: block; }
    .mobile-logo { display: none; }
}
@media (min-width: 1140px) {
    .landing-header {
        width: 80%!important;
    }
}
@media (max-width: 1024px) {
    .landing-header {
        font-size: 2em;
    }
}
.navbar-topbar .nav-social svg {
    margin-right: 10px;
    color: #388aff;
}
.btn-accent-1 {
    background-color: #00b018;
}
.btn-accent-1:hover, .btn-accent-1:focus, .btn-accent-1:active {
    background-color: #009a15;
}
.service-card{
    box-shadow: 1px 1px 35px 0 rgb(145 158 190 / 16%);
    box-shadow: 1px 1px 20px 0 rgb(5 99 214 / 27%);
}
.service-card-link-text, .service-card-link-text:hover{
    color: #00b018;
    font-weight: 500;
    text-decoration: none;
}
.about-text p{
    line-height: 2;
}
.startup-card{
    box-shadow: 1px 1px 20px 0 rgb(5 99 214 / 27%);
    padding: 30px;
    border-radius: 20px;
}
.startup-line-card{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 35px;
}

.startup-card .list li.active::before {
    background-color: #30a03e;
}

.about-us p{
    font-size: 15px;
}

.service-box-title {
    font-size: 16px;
}

.nav.nav-gap-sm[class*=-column] .nav-link {
    padding: 10px;
}

.pja-page-title::after {
    margin: auto;
    margin-top: 20px;
    height: 3px;
    width: 50px;
    content: "";
    display: block;
    background-color: #00b018;
}

.professional-consent-msg {
    font-size: 14px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.5);
}

.professional-consent-msg-dialog {
    max-width: 1000px;
    margin-top: 3rem;
}

.professional-consent-msg-content {
    border-radius: 10px;
}

.professional-consent-msg-body {
    padding: 3rem;
    padding-bottom: 1rem;
    line-height: 1.5;
    text-align: justify;
}

.professional-consent-msg-footer {
    padding: 0.5rem 3rem;
}

.professional-consent-msg-footer .btn {
    padding: 10px 20px;
    font-size: 14px;
}

/* To be deleted */

.icon-bx-wraper.style-1.right {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-bx-wraper.style-1 {
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 1px 20px 0px rgb(0 78 182 / 20%);
    padding: 35px 40px;
    position: relative;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.icon-content {
    overflow: hidden;
}

.m-b15 {
    margin-bottom: 15px;
}

.dz-title {
    line-height: 1.4;
    font-size: 1.25rem;
}

@media only screen and (max-width: 767px) {
    .dz-title {
        font-size: 1.25rem;
    }
    .icon-bx-wraper.style-1 {
        padding: 30px 30px;
    }
}

.dz-title a {
    text-decoration: none !important;
}


.icon-bx-wraper.style-1 .icon-lg {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    overflow: hidden;
    display: table;
    padding-right: 15px;
}
.icon-bx-wraper.style-1 .icon-lg:after {
    content: "";
    height: 64px;
    width: 64px;
    background-color: #f1f8ff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.icon-bx-wraper.style-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: calc(100% - 60px);
    height: 99%;
    background-color: var(--primary);
    border-radius: inherit;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.icon-lg img {
    vertical-align: middle;
    max-width: 100%;
    min-width: 65px;
    width: 65px;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*
.icon-bx-wraper.style-1 {
    border-radius: 20px;
    background-color: white;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 40px;
    position: relative;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
    .icon-bx-wraper.style-1.right {
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .icon-bx-wraper.style-1 .icon-lg {
      position: relative;
      z-index: 1;
      padding-top: 30px;
      overflow: hidden;
      display: table;
      padding-right: 15px; }
      .icon-bx-wraper.style-1 .icon-lg:after {
        content: "";
        height: 64px;
        width: 64px;
        background-color: #f4f3ff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
    .icon-bx-wraper.style-1:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
      width: calc(100% - 60px);
      height: 99%;
      background-color: blue;
      border-radius: inherit;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
*/

.home-service-card-link-text {
    color: #00b018;
    text-decoration: none;
    position: relative;
    background: transparent;
    z-index: 1;
    display: inline-block;
    padding: 5px 0 5px 0;
}
.home-service-card-link-text.effect {
    padding: 5px 15px 5px 0;
    border-bottom: none;
}
.home-service-card-link-text.effect::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
    background-color: #c9ffd0;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.home-service-card-link-text.effect:hover{
    padding: 5px 15px 5px 15px;
    color: #00b018;
    font-weight: 500;
}
.home-service-card-link-text.effect:hover::after{
    width: 100%;
}



.icon-bx-wraper {
    position: relative; 
}
.icon-bx-wraper .dz-tilte {
    margin-top: 0; 
}
.icon-bx-wraper.left .icon-lg {
    float: left;
    margin-right: 10px; 
}
.icon-bx-wraper.right {
    text-align: right; 
}
.icon-bx-wraper.right .icon-lg {
    float: right;
    margin-left: 10px; 
}

.icon-bx-wraper.style-1 {
    border-radius: 20px;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; 
}
.icon-bx-wraper.style-1.right {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.icon-bx-wraper.style-1 .icon-lg {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    overflow: hidden;
    display: table;
    padding-right: 15px; 
}
.icon-bx-wraper.style-1 .icon-lg:after {
    content: "";
    height: 64px;
    width: 64px;
    background-color: #f4f3ff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; 
}
.icon-bx-wraper.style-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: calc(100% - 60px);
    height: 99%;
    background-color: #214B8D;
    border-radius: inherit;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; 
}
.icon-bx-wraper.style-1:hover::after {
    transform: translateX(-50%) translateY(10px); 
}
.icon-bx-wraper.style-1:hover .icon-lg img {
    -webkit-animation: upToDown 0.5s forwards;
    -moz-animation: upToDown 0.5s forwards;
    animation: upToDown 0.5s forwards;
}

@-webkit-keyframes upToDown {
    49% {
      -webkit-transform: translateY(100%); 
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(-100%); 
    }
    51% {
      opacity: 1; 
    } 
}

@-moz-keyframes upToDown {
    49% {
      -moz-transform: translateY(100%); 
    }
    50% {
      opacity: 0;
      -moz-transform: translateY(-100%); 
    }
    51% {
      opacity: 1; 
    } 
}
  
@keyframes upToDown {
    49% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%); 
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); 
    }
    51% {
      opacity: 1; 
    } 
}

@media only screen and (max-width: 1280px) {
    .icon-bx-wraper.style-1 {
        padding: 30px 30px; 
    }
    .icon-bx-wraper.style-1 .icon-lg {
        padding-top: 20px;
        padding-right: 10px; 
    }
    .icon-bx-wraper.style-1 .icon-lg img {
        min-width: 55px;
        width: 55px; 
    }
    .icon-bx-wraper.style-1 .icon-lg:after {
        height: 50px;
        width: 50px; 
    } 
}

/* WhatsApp Bubble */
.my-float {
    vertical-align: sub;
    margin-left: 2px;
}
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    background-color: #00b018;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #5e5e5e;
    z-index: 100;
    right: 20px;
    transition: transform ease 300ms;
}
.whats-app:hover {
    color: white;
    transform: translate(0, -10px);
}

.home-hero-text {
    font-family:'Open Sans'; 
    font-size:2.9em; 
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    .home-hero-text {
        font-family:'Open Sans'; 
        font-size:2em; 
        line-height: 1.4;
    }
}

.service-left-nav {
    font-size: 1.2rem;
}

.service-left-nav .nav-link {
    font-weight: 600;
    background: white;
    padding-left: 20px !important;
}

.service-left-nav .nav-link.active {
    font-weight: 700;
    color: #004aad;
    box-shadow: 1px 1px 20px 0 rgb(5 99 214 / 27%);
    border-radius: 0.5rem;
    position: relative;
    z-index: 100;
}

.top-nav-decor .nav-item .nav-link.active {
    color: #004aad;
    text-decoration: none;
}