:root {
    --blue: #1e90ff;
    --bluegreen: #015A78;
    --white: #ffffff;
    --font-pop: 'poppins', arial, sans-serif;
    --font-dm : 'dm sans', arial, sans-serif;
  }
.top-bar {margin:0;background: var(--white);}
  .valignm{align-items: center;}
.navbar-toggler {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    flex-shrink: 0;
    }
    .navbar-toggler:focus {
    box-shadow: none;
    }
    .navbar-nav a{text-transform: uppercase; color:#fff;font-family: "poppins", sans-serif;font-weight: 500; border-bottom: 1px solid #000;margin-left: 20px;margin-right: 20px;}
    .navbar-nav a:hover{color:#fff; border-bottom: 1px solid #fff;}
    .navbar-nav .dropdown-menu, .sub-menu {
        position: static;
        border-radius: 0;
        background: #212529;
        padding: 0;
        margin: 0;
		width:250px !important;
    }

    .dropdown-item, .sub-menu a{
        background-color: #1d1e1e !important;
        padding: 10px;
        box-sizing: border-box;
        font-size: 15px;
        margin:0 !important;
    }
    .banner{background: url(../../images/banner-bg.png) left top no-repeat; background-size: cover;padding-top:20px;}
    .left-panel{
        padding:50px 50px 40px;
    }
    .left-panel h2{
        font-family: var(--font-pop);
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
    }
    .left-panel h3{
        font-family: var(--font-pop);
        font-weight: 500;
        font-size: 20px;
    }
    
   
    .header-content h3{
        font-family: var(--font-pop);
        font-size: 26px;
        font-weight: 400;
        line-height: 36px;
    }
    .header-content p{
        font-family: var(--font-pop);
        font-size: 20px;
        line-height: 26px;
    }
    .top-bar p{
        font-family: var(--font-pop);
        font-size: 13px;
        color: var(--bluegreen);
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .top-bar a{
        background-color: var(--bluegreen);
        color: var(--white);
        font-size: 14px;
    }
    .features{
        counter-reset: div;
    }
    .container-fluid.features .row > div {
        margin: 0 0;
        padding: 5px 10px;
    }
    .features .row > div h3{
        counter-increment: div;
        border-radius: 20px;
        min-height: 240px;
        display: block;
        padding: 30px 20px 20px 55px;
        color: var(--white);
        font-size: 25px;
        font-weight: 500;
    }
    .features .row > div h3:before{
        content: counter(div) ". ";
        font-weight: bold;
        margin-left: -24px;
    }
    .features .row > div:nth-child(7n+1) h3{
        background: url(../../images/image-5.png) 0 0 no-repeat; 
        background-color: #0E417C;
        background-size: cover;
    }
    .features .row > div:nth-child(7n+2) h3{
        background: url(../../images/bg-2.png) 0 0 no-repeat; 
        background-color: #164872;
        background-size: cover;
    }
    .features .row > div:nth-child(7n+3) h3{
        background: url(../../images/image-5.png) 0 0 no-repeat; 
        background-color: #0E417C;
        background-size: cover;
    }
    .features .row > div:nth-child(7n+4) h3{
        background: url(../../images/image-4.png) 0 0 no-repeat; 
        background-color: #1A5381;
        background-size: cover;
    }
    .features .row > div:nth-child(7n+5) h3{
        background: url(../../images/image-55.png) 0 0 no-repeat; 
        background-color: #284983;
        background-size: cover;
    }
    .features .row > div:nth-child(7n+6) h3{
        background: url(../../images/image-6.png) 0 0 no-repeat; 
        background-color: #0E417C;
        background-size: cover;
    }
    .features .row > div:nth-child(7n+7) h3{
        background: url(../../images/image-7.png) 0 0 no-repeat; 
        background-color: #1441B2;
        background-size: cover;
    }
    .outlook{padding:50px;}
    .outlook p{
        font-family: var(--font-pop);
        font-size: 22px;
        line-height: 34px;
    }
    
    .trussted{
        padding:30px 10px 60px;
        overflow: hidden;
    }
    .trussted h2{
        font-size:40px; padding-bottom: 40px;
    }
    @keyframes infiniteLoop {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
          }
        
          100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
          }
    }
    .brandsCarousel {
        margin-top:20px; 
        width: 100%;
  overflow: hidden;
  height: 10rem;
  background-color: rgba(#000, 0.9); 
  padding-left: 100%;
  position: relative;
  box-sizing: border-box;
    }
    
    .brandsCarousel::before,
    .brandsCarousel::after {
        content: "";
        width: 100px;
        height: 160px;
        background: linear-gradient(to right, rgba(250, 250, 240, 1) 0%, rgba(250, 250, 240, 0) 100%);
        position: absolute;
        z-index: 2;
    }
    
    .brandsCarousel::before {
        top: 0;
        left: 0;
    }
    
    .brandsCarousel::after {
        top: 0;
        right: 0;
        transform: rotateZ(180deg);
    }
    
    .carouselTrack {
        width: calc(558px * 15);
        animation: infiniteLoop 25s linear infinite;
        animation-fill-mode: forwards;
        will-change: transform;
    }
    
    .brandLogo {
        width: 400px;
        height: 124px;
        align-items: center;
        justify-content: center;
        display: flex;
        overflow: hidden;
        box-shadow: 0 0 15px 2px #f0f0f0;
        margin: 13px;
    }
    .brandLogo img{
        width: 260px;
        height: 111px;
    }
    
    .blog p{
        font-size: 18px;
        font-family: var(--font-pop);
    }
    .blog a{
        text-decoration: none;
        color: var(--bluegreen);
        font-size: 16px;
    }
    .blog a:hover{
        color:#1e90ff
    }
    .text-right{text-align: right;}
    
    .faqpanel{
        display: flex;
        flex-direction: row;
    }
    .leftpanel{width:55%;}
    
    .leftpanel li:last-child {
        border-bottom: 1px solid #f0f0f0;
    }
    .leftpanel li:hover, .leftpanel li.active{background-color: #FAFBFF;cursor: pointer;}
    .leftpanel li:before{
        content: "";
        border-radius: 10px;
        background-color: #284983;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 20px;
        left:27px;
    }
    .leftpanel li:after{
        content: "❯";
        border-radius: 10px;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 14px;
        right:27px;
        font-size:22px;
    }
   
    .rightpanel h3{
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .rightpanel p{
        font-size: 15px;
        line-height: 24px;
    }
    .show{display: block;}
    .hide{display: none;}
    .cta{border-radius: 20px; font-family: var(--font-pop); box-shadow: 0 0 15px 2px #cdcdcd91; padding: 70px 40px 50px; box-sizing: border-box; justify-items: center;align-items: center;position: relative; z-index: 33;background-color: var(--white);}
    .cta h2{
        font-weight: 600;
    }
    .ctabtn{
        align-items: center;
        display: flex;
        justify-content: right;
    }
    .btn-green{
        background-color: var(--bluegreen);
        color: var(--white);
        padding: 10px 30px;
    }
    .btn-green:hover{
        background-color: #1e90ff;
    }
    #footer{
        background: var(--bluegreen) url(../../images/footer-bg.jpg) left top no-repeat;
        padding: 50px 0 10px;
        margin-top: -120px;
        color: var(--white);
        padding-top: 180px;
    }
    .footerbbb{
        background: #fff;
        border-radius: 10px;
    }
    #footer h3{
        padding-bottom: 20px;
    }
    #footer ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #footer li,
    #footer p{line-height: 28px;margin: 5px 0;}
    #footer a{
        color: var(--white);
        text-decoration: none;
    }
    .footerplacement{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .horizontalrow{
        margin-top:50px;
    }
    
    .page h1{
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .softwaresec{
        counter-reset: div;
    }
    .softwaresec .row > div {
        margin: 10px;
        padding: 5px 10px;
        width: 23.4%;
    }
    .softwaresec .row > div{
        counter-increment: div;
        border-radius: 20px;
        min-height: 148px;
        display: block;
        padding: 10px 20px 0px 50px;
        color: #000;
        font-size: 25px;
        font-weight: 500;
        border:1px solid var(--bluegreen);
    }
    .softwaresec .row > div:before{
        content: counter(div) ". ";
        font-weight: 500;
        margin-left: -24px;
        color: #000;
    }
    .softwaresec figure{
        margin:0;
    }
    .servicessec{
        padding-top:60px;
    }
    .inner-hero{
        text-align: center;
        background: #fff center center no-repeat;
        min-height: 400px;
        background-size: cover;
        align-items: center;
        display: flex;
    }
    .inner-hero strong{
        font-size: 50px;
        font-weight: 600;
        color: var(--bluegreen);
        text-align: center;
        font-family: var(--font-pop);
    }
    .content ul{
        margin:0 0 0 16px; padding:0 0 10px 0;
    }
    .content ul li{list-style-type: none; background: url(../../images/inner-bullet.png) 0 5px no-repeat; background-size: 14px; padding:0 0 0 25px;margin: 0 0 5px 0;}

    @media(min-width:1200px){
        .blog h3, .blog p{padding-left:10px; padding-right: 10px;}
    }
    @media screen and (max-width: 991px) {
    .navbar-collapse.collapse:not(.show) {
        display: block;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        background: #212529;
        width: 300px;
        height: 100%;
        z-index: 9999;
        padding: 25px;
        transform: translateX(-300px);
        transition: 0.5s ease-in-out;
        display: block;
    }
    .navbar-collapse.show {
        transform: translateX(0px);
    }
    .nav-overlay {
        position: absolute;
        background: #0000007d;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 2;
        transform: translateX(-100vw);
        transition: 0.5s ease-in-out;
        display: block;
    }
    .nav-overlay.active {
        transform: translateX(0);
    }
    .navbar-nav .dropdown-menu {
        position: static;
        border-radius: 0;
        background: #212529;
        padding: 0;
        margin: 0;
    }
    .dropdown-item{
        background-color: #1d1e1e !important;
        padding: 7px;
        font-size: 15px;
    }
    a.nav-link.dropdown-toggle.show {
        border-bottom: 1px solid #000000;
    }
    .navbar-nav a{
        border-bottom: 1px solid #343434;
    }
}
.bg-dark{background-color: #000 !important;}
.navbar-dark.bg-dark{padding: 0;}
