.navbar-brand {
    margin-right: 50px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

body {
    background-color: #0d0e0e;
}

.navbar {
    padding-top: 20px;
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    /* for fixed nav bar */
    /* position: fixed;
    width: 100%;
    background: #000;
    z-index: 1000;
    margin-top: 0px;
    padding-top: 40px;

    box-shadow: -3px 1px .5px .5px rgba(52, 53, 53, 0.1);
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s; */
}

.n-home-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-image: linear-gradient(44deg, #000 56%, #2e2f30);
}

.n-home-bg__child-01 {
    width: 130%;
    height: 100%;
    background-image: linear-gradient(280deg, #000 45%, #2e2f30);
    -webkit-transform: translate(0, 60%) rotate(-14deg) scale(1.3);
    -ms-transform: translate(0, 60%) rotate(-14deg) scale(1.3);
    transform: translate(0, 60%) rotate(-14deg) scale(1.3);
}

.n-home-bg__child-01 {
    -webkit-transform: translate(0, 60%) rotate(-14deg) scale(1.3);
    -ms-transform: translate(0, 60%) rotate(-14deg) scale(1.3);
    transform: translate(0, 60%) rotate(-14deg) scale(1.3);
}



.icon-box {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-color: #fff;
    box-shadow: 7px 7px 30px 0 rgb(0 0 0 / 10%);
    padding: 1.5rem;
    margin-top: -75px;
    text-align: center;
    display: inline-block;
}

.icon-box-2024 {
    width: 100px;
    height: 100px;
    border-radius: 75px;
    background-color: #fff;
    box-shadow: 7px 7px 30px 0 rgb(0 0 0 / 10%);
    padding: 1rem;
    text-align: center;
    display: inline-block;
}



.icon-img {
    height: 60%;
    width: auto;
    vertical-align: middle;

}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



.btn-black {
    padding: 12px 30px;
    /* border-color: #0CABE5; */
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #0d0e0e;
    /* padding-right:5rem;
    padding-left:5rem; */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3rem;
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
    padding: 1.5em 6em;
    margin-top: 3rem;
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    /* border-color: #0b99cd; */
    /* color: #fff; */
    color: #0d0e0e;
    background-color: #f9d029;
}

.btn-black[disabled],
.btn-black[disabled]:active,
.btn-black[disabled]:focus,
.btn-black[disabled]:hover {
    /* border-color: #0CABE5; */
    background-color: #f9d029;
}

.btn-black .badge {
    color: #0CABE5;
    background-color: #fff
}

.desc {
    font-size: 2.3rem;
    font-weight: 300;
    color: #0d0e0e;
}

.sec-cover-services h2 {
    color: #000;
    font-size: 4.5rem;
    line-height: 1.2;
    font-weight: 500;
}

.grey-section {
    background-color: #f3f3f3;
}



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

.work-tile-img {
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    /* padding:5%; */
    background-color:transparent;
}

.work-img-box {
    width: 100%;
    /* height: 400px; */
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    background-color:#fbde3f;
}

.work-desc {
    position: relative;
    transition: 0.3s;
    padding:3rem;
    padding-top:0px;
}

.card-600 {
    background-color: white;
    /* height: 550px; */
    overflow: hidden;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .card-600 {
        width: 100%;
        margin-top: 20px !important;
        height: auto;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1500px) {
    .card-600 {
        width: 95%;
    }
}


@keyframes work-img-box-up {
    0% {
        top: -50px;
    }

    50% {
        top: -100px;
    }

    100% {
        top: -150px;
    }
}



.btn-blue {
    padding: 12px 30px;
    /* border-color: #0CABE5; */
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #f3f3f3;
    background-color: #1a27c9;
    /* padding-right:5rem;
    padding-left:5rem; */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3rem;
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
    padding: 1.5em 6em;
    margin-top: 3rem;
}

.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    /* border-color: #0b99cd; */
    /* color: #fff; */
    /* color: #0d0e0e; */
    color: #f3f3f3;
    background-color: #1924b8;
}

.btn-blue[disabled],
.btn-blue[disabled]:active,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:hover {

    background-color: #1924b8;
}

.btn-blue .badge {
    color: #0CABE5;
    background-color: #fff
}

.subtitles {
    margin-right: 0.7 em;
    padding-left: 4em;
    padding-bottom: 4em;
    color: #0d0e0e;
    font-size: 1.5em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.yellow-section {
    background: #FCDF3E;
    color: #0D0E0E;
}

.black-section {
    background: #0D0E0E;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .yellow-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .black-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}



.yellow-header {
    margin-top: 1.5em;
    margin-bottom: 0em;
    font-size: 1.81em;
    line-height: 1.23;
    text-transform: none;
    font-weight: 300;
}

.counter-block {
    text-align: center;
}

.stat-divider-new {
    height: 2px;
    width: 80%;
    background-color: #fff;
    margin-left: 10%;
}

.stat-divider-contact {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.percentage-number {
    font-size: 6em;
    font-weight: 600;
}

.p-small {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-top: 1em;
}

.counter-wrapper {
    padding-top: 6em;
    padding-bottom: 6em;
}


.section-gradient-blue {
    background-image: -webkit-linear-gradient(180deg, #0d1465, #1a27c9);
    background-image: linear-gradient(180deg, #0d1465, #1a27c9);

}

.mobile-apps-done-right {
    color: #fff;
}

#counter {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.counter-number {
    margin: 0.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    text-align: center;
    background-color: #0d0e0e;
    border-radius: 0.09em;
    color: white;
    font-size: 8em;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 0.03em;
    height: auto;
}


.btn-transparent {
    /* padding: 12px 30px; */
    /* border-color: #0CABE5; */
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #0d0e0e;
    background-color: rgba(238, 238, 238, 0.3);

    /* padding-right:5rem;
    padding-left:5rem; */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3rem;
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
    padding: 1.5em 6em;
    margin-top: 3rem;
}

.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
    /* border-color: #0b99cd; */
    /* color: #fff; */
    color: #fff;
    background-color: #1a27c9;
}


.overflow-ul {
    font-size: 2.5em;
    list-style-type: none;
}

.overflow-a.service-links{
    font-size: 2.5rem;
}

a.overflow-a {
    color: #0D0E0E;
    text-decoration: none;
}

a.overflow-a:hover {
    color: #1a27c9;
    text-decoration: none;
}

.text-primary, a, a.focus, a:active, a:hover {
    color: #fff;
}

.footer-item{
    line-height: 2.5rem;
}

.footer-ul {
    font-size: 1.5rem;
    list-style-type: none;
    text-align: left;
}

a.footer-a {
    color: #fff;
    text-decoration: none;
}

a.footer-a:hover {
    color: #fbde3f;
    text-decoration: none;
}

.overlay {
    position: relative;
    top: 40px;
    right: 0px;
    height: 100%;
    width: 90%;
    background-color: red;
    z-index: 999;
    display: none;
    margin-left: 5%;
    margin-right: 5%;
}

.services-overlay {
    position: relative;
    top: 80px;
    right: 0px;
    height: 100px;
    width: 100%;
    background-color: red;
    z-index: 999;
    display: none;
}

.yellow-section-title {
    width: 55%;
    margin-bottom: 50px;
    font-size: 2.75rem;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 50px;
    color: #0D0E0E;
    line-height: initial;
    
}
.process-header{
    font-size: 10rem;
    text-transform: none;
}

.h2-div{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}


.nav-fixed-blue{
    /* box-shadow: -3px 1px .5px .5px rgb(26, 39, 201, 0.2);
    background:linear-gradient(105deg, #1a27c9, #000daf); */
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: transparent;
    color: #eee;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #fff;
    color: #333 !important;
}

.service-links{
    font-weight: 300;
}

.panel {
    border: none;
    padding-top: 1.2rem;
}


.panel-default>.panel-heading{
    background-color: transparent;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: #cecdcd;         /* adjust as needed */
    font-size: 0.5  rem;
    padding-right: 2rem;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.fake-h1{
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 11.5rem;
    line-height: 1.1em;
    letter-spacing: 0;
    font-weight: 700;
}

.new-home-title{
    color: #eee;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 8rem;
    line-height: 1.1em;
    letter-spacing: 0;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
    text-align: left;
}

.new-home-top-title{
    color: #eee;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 5rem;
    line-height: 1.1em;
    letter-spacing: 0;
    font-weight: 300;
    font-style: italic;
    text-transform: capitalize;
    text-align: left;
}

.new-home-title-container{
    padding-bottom: 1em;padding-top:5em;background: radial-gradient(circle, rgba(26, 38, 197, 1) 0%, rgba(26, 38, 197, 0) 51%);border-radius: 20px;margin-top: 7em;padding-right: 4em;padding-left: 4em;
}


@media only screen and (max-width: 768px) {
    .new-home-title{
        font-size: 5rem;
    }
    
    .new-home-top-title{
        font-size: 3rem;
    }
    
    .new-home-title-container{
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
    }
}

h4, .panel-title{
    font-size:2.5rem;
    font-weight: 500;
    color:#333
}

.panel-body{
    font-size:2.3rem;
    font-weight: 300;
    line-height: 4rem;
    color: #000;
}


@keyframes fadeInUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }
  
  .fadeInUp-animation {
    animation: 1.5s fadeInUp;
  }


.desktop-left-right-20-padding{
    padding-left: 20rem;
    padding-right: 20rem;
}

@media only screen and (max-width: 768px) {
    .desktop-left-right-20-padding{
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

.icon-box-number {
    width: 100px;
    height: 100px;
    border-radius: 75px;
    background-color: black;
    box-shadow: 7px 7px 30px 0 rgb(0 0 0 / 10%);
    padding: 1rem;
    text-align: center;
    display: inline-block;
    border: 2px solid #eee;
}

.service-card{
    height:26em;
    background: rgb(34,34,34);
    border-radius: 20px;
}

.process-card{
    height:26em;
    background: rgb(34,34,34);
    border-radius: 20px;
}

.process-card-border{
    border: 1px solid #eee;
}

@media only screen and (min-width:  1200px) and (max-width: 1300px){
    .process-card{
        height:40em;
    }

}

@media only screen and (min-width:  1300px) and (max-width: 1500px){
    .process-card{
        height:36em;
    }
    .service-card{
        height:30em;
    }
}

@media only screen and (min-width:  1500px) and (max-width: 1820px){
    .process-card{
        height:33em;
    }
    .service-card{
        height:30em;
    }
}

ul.custom-arrow-list {
    list-style: none; /* Remove default bullets */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    padding-top:5px;
  }
ul.custom-arrow-list li {
    position: relative; /* Needed to position the arrow */
    padding-left: 30px; /* Space for the arrow */
    margin-bottom: 5px; /* Optional spacing between items */
}
ul.custom-arrow-list li::before {
    content: "→"; /* Unicode character for the arrow */
    position: absolute;
    left: 0; /* Position the arrow to the left */
    color: #eee; /* Optional: Arrow color */
    font-size: 20px; /* Optional: Arrow size */
    font-weight: 700;
}