.subscribe-form .submit-button {
    font-size: 0.9em;
    height: 40px;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 25px 0 25px;
    border-color: #FFCA00;
    /* background-color: #5924EC; */
    background-color: #FFCA00;
    color: #FFFFFF;
    box-shadow: 0 0 1px transparent;
    outline: none;
}

::after,
 ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    /* color: #1106CC; */
    color: #03001C !important;
    background: #FFFFFF;
}

::selection {
    /* color: #1106CC; */
    color: #03001C !important;
    background: #FFFFFF;
}

.services .col-sm-4:hover .services-icon {
    border-color: #03001C;
}

.btn-fill {
    border: 2px solid #03001C;
    height: 38px;
}

.btn-action {
    font-family: Roboto;
    background-color: #03001C;
    border: 2px solid #03001C;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    letter-spacing: 2px;
    line-height: 3;
    padding: 0 21px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action:active:focus {
    background: transparent;
    outline: none;
    color: #03001C;
    border-color: #03001C;
}

.btn-fill:hover,
.btn-fill:focus {
    color: #03001C;
    background: transparent;
    border: 2px solid #03001C;
    border-top-color: rgb(3, 0, 28);
    border-right-color: rgb(3, 0, 28);
    border-bottom-color: rgb(3, 0, 28);
    border-left-color: rgb(3, 0, 28);
}

.app-sub-content h1 {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 30px;
}

.app-sub-content h1 {
    font-family: Poppins;
    font-size: 42px;
    font-weight: 900;
    color: #03001C;
    line-height: 1.2;
    margin-bottom: 30px;
}

.app-sub-content p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.app-sub-content p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 100;
    color: #081646;
    line-height: 1.4;
    margin-bottom: 30px;
}

.counter-icon i {
    font-size: 42px;
    /* color: #5924EC; */
    color: #03001C !important;
}


/* .app-sub {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 200, 0.1)), url(../imgs/a.jpg) no-repeat center center;
    background-size: auto, auto;
    background-size: contain;
} */

.app-sub {
    background: url(../images/feature_bg.jpg) no-repeat center center;
    background-size: auto, auto;
    background-size: cover;
}

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

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5;
    transition: all 0.5s;
}


/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {
    .navbar {
        padding-top: 5px;
        height: 60px;
    }
    .navbar-default {
        border: 0px;
        background-color: transparent;
    }
    .navbar-default .navbar-collapse {
        text-align: center;
        border-color: transparent;
        background-color: #FFFFFF;
    }
    .navbar-default .navbar-collapse {
        border: 0;
        border-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #222222;
        margin-top: 10px;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #222222;
    }
    .navbar-default .navbar-brand {
        color: #FFFFFF;
        padding: 8px 8px !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #111111;
    }
}

@media only screen and (min-width: 240px) {
    .navbar.past-main {
        transition: all 0.6s ease;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.99);
    }
    .navbar.effect-main:active {
        -webkit-transition: height 0.6s;
        /* For Safari 3.1 to 6.0 */
        transition: height 0.6s;
        height: 60px;
    }
    .navbar.past-main {
        font-size: 14px;
        padding-top: 5px;
        height: 60px;
        -webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
        -moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
        box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
        -webkit-transition: height 0.6s;
        /* For Safari 3.1 to 6.0 */
        transition: height 0.6s;
    }
    .navbar-default.past-main .navbar-brand {
        padding: 8px 0;
    }
    .navbar-default.past-main .navbar-toggle .icon-bar {
        background-color: #111111;
    }
    .navbar-default.past-main .navbar-nav>li>a {
        color: #606060;
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
    }
    .navbar-default.past-main .navbar-nav>li>a:hover {
        color: #111111;
    }
    .navbar-default.past-main .navbar-nav>.active>a {
        background: transparent;
        color: #5924EC;
    }
    .navbar-default.past-main .navbar-nav>.active>a:hover {
        background: transparent;
        color: #222222;
    }
    .navbar-default.past-main .navbar-nav>.active>a:focus {
        background: transparent;
        color: #222222;
    }
}

.navbar-default.past-main .navbar-brand {
    padding: 2px 0;
}

#services-heading {
    font-family: Poppins;
    font-size: 20px;
    color: #111111;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
}

pre {
    padding: 0.92857143em;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 6px;
    line-height: 20px;
    max-height: 500px;
    font-size: 14px;
    color: #111;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace !important;
}

.long-text {
    line-height: 2.9em !important;
    font-size: 18px !important;
    font-family: 'Courier New', Courier, monospace !important;
}

.table-left .icon,
.table-right .icon {
    padding: 50px 50px 40px 25px;
}

.btn-action {
    font-family: Roboto;
    background-color: #03001C;
    border: 2px solid #03001C;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    letter-spacing: 2px;
    line-height: 3;
    padding: 0 6px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    /* color: #555; */
    /* background-color: #e7e7e7; */
    background-color: transparent !important;
}