@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
    font-family: "Poppins", sans-serif;
}

body {
    background: #fff;
}

.nopad {
    padding: 0;
}

.pad-left {
    padding-left: 0;
}

.pad-right {
    padding-right: 0;
}

a:hover,
a:active {
    text-decoration: none !important;
}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0 !important;
    text-decoration: none !important;
}

* a:hover {
    text-decoration: none !important;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffbf3d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 20px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
    padding: 10px 5px !important;
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav,
.nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width: 1024px) {

    .slider .item .carousel-caption {
        top: 80px;
    }

    .slider-text h3 {
        font-size: 40px;
    }

    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slider-text .form-group label {
        font-size: 12px;
    }

}



@media screen and (max-width: 999px) {
    nav.nav1 {
        display: block;
    }

    .logo-bar nav {
        display: none !important;
    }

    a#hamburg {
        display: block;
        background-color: #06603f;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        background-color: #fff;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px;
    }

    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav>form {
        position: relative;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover>a {
        color: #000;
    }

    .nav1 ul li a>i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover>ul {
        display: none;
    }

    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }

    .nav1 ul li.open>a {
        background-color: transparent;
    }

    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
    }

    .nav1 ul li.open>ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        z-index: 99999;
    }

    html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 99999;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open>span {
        background: #fff;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #ffffff;
        opacity: 1;
        left: 0px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross.open-menu span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open-menu span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open-menu span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }

    html.open-menu a#hamburg .nav-cross span:nth-child(2) {
        display: none;
    }
    
    html.open-menu a#hamburg .nav-cross span:nth-child(1) {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        top: 8px;
    }
    
    html.open-menu a#hamburg .nav-cross span:nth-child(3) {
        transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
        top: 24px;
    }
    
    html.open-menu a#hamburg .nav-cross span {
        left: 3px;
    }

}

/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider {
    display: none;
}

.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized {
    display: block !important;
}

.slider {
    position: relative;
    clear: left;
    overflow: hidden;
}

.slider .inner-item {
    height: 400px;
}

.slider .container {
    position: relative;
}

.slick-slide .caption {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    position: absolute;
    left: 10%;
    text-shadow: 2px 2px 2px #000;
    top: 37%;
    width: 35%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 0;
    z-index: 99;
}

.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;
}

.thumb-slider .slick-slide {
    margin: 5px 0 0 5px;
}

.slider-thumb .thumb-slider .slick-slide img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.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;
    position: relative;
}

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

.slick-slide img {
    display: block;
    transition: all .25s ease;
}

.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;
}

.slick-dots {
    position: absolute;
    z-index: 11;
    bottom: -125px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
}

.slick-dots button {
    border: 1px solid #d8d8d8;
    background: #d8d8d8;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    margin-right: 5px;
}

.slick-dots .slick-active button {
    background: #d32226;
    border: 1px solid #d32226;
}

.slick-arrow {
    border: 0px;
    font-size: 0;
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #303030 url(images/arrow.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.services-slider .slick-arrow {
    height: 65px;
}

.slick-arrow:hover {
    background: #000 url(images/arrow.png) no-repeat center center;
}

.slick-next.slick-arrow {
    left: 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.slider-progress {
    width: 100%;
    height: 5px;
    background: rgba(0, 216, 192, 0.8);
    position: absolute;
    top: 0;
    z-index: 99;
}

.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: rgba(36, 51, 0, 0.8);
}

.thumb-slider .slick-active img {
    border: 1px solid transparent
}

.thumb-slider .slick-current img {
    opacity: 0.5;
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
    background-color: #fec03a;
    outline: 1px solid #fec03a;
}

/*Scroll css End here*/

/* Tabs */
.tab-content {
    display: none;
}

.tabs-menu li.active a {
    font-weight: bold;
    color: #000;
}


/* Tabs End */

.header .row {
    align-items: center;
}


.home header.header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}

header.header {
    padding: 0;
}

header.header .container-fluid {
    padding: 0 348px;
}

header.header .logo {}


header.header .logo img {
    width: 100%;
}

header.header .menu-header {
    text-align: right;
}

header.header .menu-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header.header .menu-header ul li {
    margin-right: 15px;
}

header.header .menu-header ul li:last-child {
    margin-right: 0;
}

header.header .menu-header ul li a.active {
    color: #158fcb !important;
}

header.header .menu-header ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.75px;
}

header.header .call {
    text-align: right;
}

header.header .call a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #6fc276;
    border-radius: 35px;
    padding: 9px 0;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    text-align: center;
}

header.header .call a:hover {
    color: #ffffff;
}

header.header .call a img {
    width: auto;
    height: auto;
}

section.inner_banner {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 210px 0 190px;
}

section.inner_banner .head {
    text-align: center;
}

section.inner_banner .head h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 75px;
    color: #000;
}

section.main-sec {
    background-image: url('../images/banner-bg.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 960px;
}

section.main-sec .container-fluid {
    padding: 0 348px;
}

section.main-sec .head {
    padding-top: 285px;
}

section.main-sec .head h2 {
    margin: 0 0 15px;
    color: #0197e0;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
}

section.main-sec .head h3 {
    font-size: 50px;
    color: #000;
    font-weight: 400;
    line-height: 55px;
    margin: 0 0 20px;
}

section.main-sec .head p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin: 0;
}

section.main-sec .head .btn-wrapper {
    margin-top: 25px;
}

section.main-sec .head .btn-wrapper a {
    color: #fff;
    text-transform: uppercase;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 28px;
}

section.main-sec .head .btn-wrapper a.blue-btn {
    background: #0c95d8;
    margin-right: 10px;
}

section.main-sec .head .btn-wrapper a.grn-btn {
    background: #6fc276;
}

section.main-sec .pic {
    padding-top: 120px;
}

section.main-sec .pic img {
    width: auto;
    height: auto;
}

section.impact-sec {
    padding: 118px 0 135px;
}

section.impact-sec .container-fluid {

    padding: 0 370px;
}

section.impact-sec .head {
    text-align: center;
    margin-bottom: 85px;
}

section.impact-sec .head h2 {
    font-size: 60px;
    color: #313131;
    margin: 0;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
}

section.impact-sec .impact-row {
    align-items: flex-end;
}

section.impact-sec .impact-row .col-sm-9 {
    box-shadow: 0px -3px 45px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

section.impact-sec .metric-box-1 {
    background: #6fc276 !important;
    padding: 90px 0px 0 30px !important;
    box-shadow: none !important;
    position: relative;
    height: 270px !important;
    width: 100% !important;
}

section.impact-sec .metric-box {
    padding: 60px 0px 0 40px;
    background: #fff;
    height: 240px;
    width: 33.33%;
}

section.impact-sec .metric-box .calculations {}

section.impact-sec .metric-box .calculations h3 {
    margin: 0 0 50px;
    font-size: 60px;
    font-weight: 500;
    color: #0c95d8;
    line-height: 64px;
}

section.impact-sec .metric-box .calculations h3 span {}

section.impact-sec .metric-box-1 .calculations h3 {
    color: #fff;
    font-weight: 600;
}

section.impact-sec .metric-box-1 .calculations h3 span {}

section.impact-sec .metric-box-1 .metric-info p {
    margin: 0;
    color: #fff !important;
}

section.impact-sec .metric-box .metric-info {}

section.impact-sec .metric-box .metric-info p {
    margin: 0;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 20px;
}

section.about-indigipay {}

section.about-indigipay .about-pic {
    height: 785px;
}

section.about-indigipay .about-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.about-indigipay .desc {
    background-image: url('../images/indigipay-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding: 107px 300px 0 80px;
}

section.about-indigipay .desc h4 {
    color: #fff;
    font-weight: 600;
    font-size: 46px;
    margin: 0 0 30px;
    line-height: 70px;
}

section.about-indigipay .desc p {
    color: #fff;
    margin: 0 0 20px;
    font-size: 18px;
}

section.about-indigipay .desc h5 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 600;
}

section.about-indigipay .desc h6 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    font-weight: 300;
}

section.about-indigipay .desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.about-indigipay .desc ul li {
    position: relative;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 15px;
}

section.about-indigipay .desc ul li:before {
    content: '';
    position: absolute;
    background-image: url('../images/list-icon.png');
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
}

section.hiw-sec {
    padding: 175px 0 180px;
}

section.hiw-sec h2 {
    font-size: 60px;
    color: #313131;
    margin: 0 0 100px;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
}

section.hiw-sec .row {
    align-items: center;
}

section.hiw-sec .step-pic {
    height: 670px;
}

section.hiw-sec .step-pic img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

section.hiw-sec .work-steps {}

section.hiw-sec .work-steps ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

section.hiw-sec .work-steps ul:before {
    content: '';
    position: absolute;
    background-image: url('../images/steps-curve.png');
    width: 139px;
    height: 630px;
    top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -80px;
    z-index: -1;
}

section.hiw-sec .work-steps li:first-child,
section.hiw-sec .work-steps li:last-child {
    margin-left: -50px;
}

section.hiw-sec .work-steps li {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
}

section.hiw-sec .work-steps li .step-count {
    background: #131313;
    color: #fff;
    width: 18%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 97px;
    border-radius: 50%;
}

section.hiw-sec .work-steps li:nth-child(2) .step-count {
    background: #6fc276;
}

section.hiw-sec .work-steps li .step-count span {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
}

section.hiw-sec .work-steps li .step-info {
    width: 80%;
}

section.hiw-sec .work-steps li .step-info h5 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

section.hiw-sec .work-steps li .step-info p {
    margin: 0;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 500;
}

section.price-sum {
    background-color: #f7f7f7;
    padding: 140px 0 160px;

}

section.price-sum h2 {
    font-size: 60px;
    color: #313131;
    margin: 0 0 80px;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
}

section.price-sum .container-fluid {
    padding: 0 370px;
}

section.price-sum .package-box {
    box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    padding: 68px 50px 80px 60px;
    position: relative;
}

section.price-sum .package-box .package-type {}

section.price-sum .package-box .package-type p {
    margin: 0;
    font-size: 20px;
    color: #0c95d8;
    font-weight: 600;
    text-align: center;
}

section.price-sum .package-box .package-type h5 {
    margin: 30px 0 0;
    text-align: center;
    color: #353535;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

section.price-sum .package-box .includes {
    margin-top: 40px;
}

section.price-sum .package-box .includes ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.price-sum .package-box .includes ul li {
    font-size: 14px;
    color: #353535;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

section.price-sum .package-box .includes ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0c95d8;
    border-radius: 50%;
    top: 5px;
    left: 0;
}

section.price-sum .package-box .price-box {
    text-align: center;
}

section.price-sum .package-box .price-box h3 {
    position: relative;
    color: #0c95d8;
    margin: 20px 0 0;
    font-size: 46px;
    font-weight: 700;
}

section.price-sum .package-box .price-box h3 span {}

section.price-sum .package-box .price-box p {
    margin: 5px 0 0;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
}

section.price-sum .package-box .purcahse-btn {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.price-sum .package-box .purcahse-btn a {
    background: #0c95d8;
    color: #fff;
    border-radius: 35px;
    width: 240px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 0;
}

section.price-sum .package-box-2 {
    overflow: hidden;
}

section.price-sum .package-box-2 .tag {
    position: absolute;
    right: -50px;
    top: 25px;
    transform: rotate(45deg);
    background-color: #6fc276;
    width: 50%;
    text-align: center;
    padding: 6px 0;
    overflow: hidden;
    margin: 0 auto;
}

section.price-sum .package-box-2 .tag p {
    margin: 0;
    color: #fff;
}

section.price-sum .package-box-2 .package-type p {
    color: #6fc276;
}

section.price-sum .package-box-2 .includes ul li {}

section.price-sum .package-box-2 .includes ul li:before {
    background-color: #6ec175;
}

section.price-sum .package-box-2 .price-box h3 {
    color: #6ec175;
}

section.price-sum .package-box-2 .purcahse-btn a {
    background: #6ec175;
}

section.service-sec {
    padding: 130px 0 247px;
}

section.service-sec h2 {
    font-size: 60px;
    color: #313131;
    margin: 0 0 60px;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
}

section.service-sec .container-fluid {
    padding: 0 342px;
}

section.service-sec #tabs-container {
    display: flex;
    flex-flow: wrap;
}

section.service-sec .tab {
    display: inline-block;
}

section.service-sec .info-tab {
    width: 40%;
    background-color: #f6f6f6;
    padding: 130px 80px 0 57px;
}

section.service-sec ul.tabs-menu {
    padding: 78px 0px 0 0px;
    margin: 0;
    list-style: none;
    width: 30%;
    box-shadow: 0px 7px 46px 0px rgba(0, 0, 0, 0.08);
}

section.service-sec ul.tabs-menu li.active {
    border-left: 6px solid #0c95d8;
}


section.service-sec ul.tabs-menu li {
    padding: 20px 30px 0px 37px;
    position: relative;
    margin-top: 0px;
}

section.service-sec ul.tabs-menu li:last-child a {
    border: 0;
    margin: 0;
    padding: 0;
}

section.service-sec ul.tabs-menu li a {
    color: #1e2426;
    font-weight: 400;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #ececec;
    width: 100%;
    padding-bottom: 20px;
}

section.service-sec ul.tabs-menu li.active a {
    color: #0c95d8;
    font-weight: 600;
}

section.service-sec .tab .service-details {}

section.service-sec .tab .service-details h4 {
    margin: 0 0 20px;
    font-size: 34px;
    color: #1e2426;
    font-weight: 600;
}

section.service-sec .tab .service-details p {
    margin: 0;
    font-size: 16px;
    color: #1e2426;
    font-weight: 400;
}

section.service-sec .pic-tab {
    width: 30%;
}

section.service-sec .tab .service-pic {
    height: 492px;
}

section.service-sec .tab .service-pic img {
    width: 100%;
    height: 100%;
}

section.why-use {
    background-color: #f7f7f7;
    padding: 130px 0;
}

section.why-use h2 {
    font-size: 60px;
    color: #313131;
    margin: 0 0 70px;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
}

section.why-use .container-fluid {
    padding: 0 377px;
}

section.why-use .why-box {
    border-radius: 25px;
    box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    text-align: center;
    padding: 50px 25px 30px;
}

section.why-use .why-box .pic {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    margin: 0 auto;
    background: #0c95d8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.why-use .why-box .pic img {
    width: auto;
    height: auto;
}

section.why-use .why-box .desc {
    margin-top: 20px;
}

section.why-use .why-box .desc h4 {
    color: #353535;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}

section.why-use .why-box .desc p {
    margin: 0;
    color: #303030;
    font-weight: 400;
    font-size: 16px;
    min-height: 100px;
}

footer .container-fluid {
    background-image: url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 15px;
}

footer .bottom-inner {}

footer .bottom-inner h1 {
    color: #fff;
    text-align: center;
    padding: 0px 450px;
    font-size: 60px;
    font-weight: 300;
}

footer .bottom-inner h1 b {
    font-weight: 700;
    font-size: 70px;
}

footer .bottom-inner .bottom-btns {
    text-align: center;
    padding-top: 50px;
}

footer .bottom-inner .bottom-btns a {
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #6fc276;
    border-radius: 35px;
    padding: 15px 30px;
    display: inline-block;
    margin: 0 5px;
    transition: 0.5s ease-in-out all;
}

footer .bottom-inner .bottom-btns a:hover {
    color: #fff;
    background: #0c95d8;
    transition: 0.5s ease-in-out all;
}

footer.footer {
    background-color: #1a1a1a;
    padding: 0px 0 15px;
}

footer.footer .copy {}

footer.footer .copy p,
footer.footer .copy p a {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

/* About */

section.about-indigi-inner {
    padding: 140px 0 120px;
}

section.about-indigi-inner .container-fluid {
    padding: 0 348px;
}

section.about-indigi-inner .about-pic {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.about-indigi-inner .about-pic img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

section.about-indigi-inner .desc {
    padding-top: 30px;
}

section.about-indigi-inner .desc h4 {
    font-size: 46px;
    font-weight: 700;
    color: #000;
    line-height: 50px;
    margin: 0 0 30px;
}

section.about-indigi-inner .desc h5 {
    color: #000;
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 600;
}

section.about-indigi-inner .desc h6 {
    color: #000;
    margin: 0;
    font-size: 26px;
    font-weight: 300;
}

section.about-indigi-inner .desc p {
    color: #000;
    margin: 0 0 20px;
    font-size: 18px;
}

section.about-indigi-inner .desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.about-indigi-inner .desc ul li {
    position: relative;
    color: #000;
    padding-left: 25px;
    margin-bottom: 15px;
}

section.about-indigi-inner .desc ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/check-green.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
}

.hiw-sec-inner {
    background-color: #f7f7f7;
    padding: 130px 0 110px;
}

.hiw-sec-inner h2 {
    font-size: 60px;
    color: #313131;
    margin: 0 0 65px;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
}

.hiw-sec-inner .work-steps {}

.hiw-sec-inner .work-steps ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.hiw-sec-inner .work-steps ul li {
    text-align: center;
    width: 30%;
    position: relative;
}

.hiw-sec-inner .work-steps ul li:before {
    content: '';
    position: absolute;
    background-image: url('../images/about-step-arrow.png');
    width: 72px;
    height: 36px;
    background-repeat: no-repeat !important;
    background-size: contain;
    top: 100px;
    right: -60px;
}

.hiw-sec-inner .work-steps ul li:nth-child(2):before {
    transform: rotateX(180deg);
    top: 80px;
}

.hiw-sec-inner .work-steps ul li:last-child:before {
    display: none;
}

.hiw-sec-inner .work-steps ul li .step-count {
    width: 185px;
    height: 185px;
    border: 1px dotted #ccc;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

.hiw-sec-inner .work-steps ul li .step-count span {
    font-size: 80px;
    text-transform: uppercase;
    color: #0c95d8;
    font-weight: bold;
}

.hiw-sec-inner .work-steps ul li:nth-child(2) .step-count span {
    color: #6fc276;
}

.hiw-sec-inner .work-steps ul li .step-info {}

.hiw-sec-inner .work-steps ul li .step-info h5 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}

.hiw-sec-inner .work-steps ul li .step-info p {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 500;
    margin: 0;
}

/* Indigi Gov */

section.indigi-gover {
    padding: 150px 0;
}

section.indigi-gover .about-pic {
    height: 560px;
}

section.indigi-gover .about-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.indigi-gover .desc {
    padding: 75px 0 0 64px;
}

section.indigi-gover .desc-2 {
    padding: 75px 64px 0 0px;
}

section.indigi-gover .desc h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
}

section.indigi-gover .desc p {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 500;
}

/* Vendor Support */

section.vend-supp {
    padding: 150px 0;
}

section.vend-supp .about-pic {
    height: 560px;
}

section.vend-supp .about-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.vend-supp .desc {
    padding: 75px 0 0 64px;
}

section.vend-supp .desc h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
}

section.vend-supp .desc p {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 500;
}

/* Legal Pages */

section.indigi-legal {
    padding: 130px 0;
}

section.indigi-legal .desc h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #313131;
    font-weight: 700;
    margin: 0 0 20px;
}

section.indigi-legal .desc p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}

/* Contact */

section.contact-page {
    padding: 120px 0 100px;
}

section.contact-page .info {
    height: 197px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    filter: drop-shadow(1.749px 0.97px 19px rgba(0, 0, 0, 0.05));
    background-color: #ffffff;
    border-bottom: 5px solid #0c95d8;
    text-align: center;
    position: relative;
}

section.contact-page .info .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
}

section.contact-page .info .icon i {
    color: #fff;
    background-color: #6fc276;
    border: 6px solid #75c44c;
    width: 93px;
    height: 93px;
    border-radius: 47px;
    font-size: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.contact-page .info h4 {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    margin: 0px 0 5px;
    padding-top: 80px;
}

section.contact-page .info p,
section.contact-page .info p a {
    font-size: 18px;
    color: #606060;
    font-weight: 400;
    margin: 0;
}

section.git-form {
    padding: 0 0 100px;
}

section.git-form .head {
    text-align: center;
    margin-bottom: 50px;
}

section.git-form .head h2 {
    font-size: 56px;
    text-transform: uppercase;
    color: #292929;
    font-weight: 700;
    margin: 0px 0 15px;
}

section.git-form .head p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    padding: 0 180px;
}

section.git-form form input {
    height: 51px;
    border-radius: 26px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    color: #000;
}

section.git-form form input::placeholder,
section.git-form form textarea::placeholder {
    color: #000;
}

section.git-form form textarea {
    height: 190px;
    border-radius: 26px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 20px 0 0 15px;
}

section.git-form form input[type="submit"] {
    height: 51px;
    border-radius: 26px;
    background-color: #0c95d8;
    color: #fff;
    border: 1px solid #0c95d8;
    width: auto;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
}

.package-box{
    overflow: hidden;
}

/* Base tag style for rotation and position */
section.price-sum .package-box-2 .tag,
section.price-sum .tag-best-seller,
section.price-sum .tag-discount,
section.price-sum .tag-special-offer,
section.price-sum .tag-free {
    position: absolute;
    right: -50px;
    top: 25px;
    transform: rotate(45deg);
    width: 50%;
    text-align: center;
    padding: 6px 0;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
}

/* Tag colors */
.tag-best-seller { background-color: #6fc276; }
.tag-discount { background-color: #ff9800; }
.tag-special-offer { background-color: #2196f3; }
.tag-free { background-color: #000080; }
.tag-normal{ display: none; }

section.price-sum .package-box .price-box h3 small.text-muted {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0px;
    margin: auto;
    top: -10px;
}


.sec_subs_form {
    padding: 80px 0;
}

.sec_subs_form .package-details {
    box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 35px 40px;
}

.sec_subs_form .package-details h3 {
    margin: 0px 0 10px;
    color: #0197e0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
}
.sec_subs_form .package-details ul{
    padding: 0;
    margin: 0;
}
.sec_subs_form .package-details ul li {
    font-size: 16px;
    color: #353535;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    list-style: none;
}
.sec_subs_form .package-details ul li:before {
        content: '';
        position: absolute;
        background-image: url(../images/check-green.png);
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        top: 1px;
}

.sec_subs_form .payme_form{
    box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 35px 40px;
    background: #7bc781;
}
.sec_subs_form .payme_form h3{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}
.sec_subs_form .payme_form label{
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 3px 7px;
}
.sec_subs_form .payme_form input,.sec_subs_form .payme_form  div#card-element{
        border-radius: 26px;
        background-color: #f7f7f7;
        border: 1px solid #ddd;
        color: #000;
        padding: 13px 20px;
        font-size: 14px;
        width: 100%;
}
.sec_subs_form .payme_form button{
    background: #0197e5;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 35px;
    padding: 10px 30px;
    display: inline-block;
    transition: 0.5s ease-in-out all;
    border: none;
    margin-top: 20px;
}
.sec_subs_form .payme_form button:hover {
    color: #0c95d8;
    background: #fff;
    transition: 0.5s ease-in-out all;
}
section.inner_banner.sm_ban {
    padding: 0;
    height: 180px;
    background-size: cover !important;
}