body {
    font-family: 'RobotoRegular';
}

#login {
    font-family: 'OswaldRegular', sans-serif;
    background-image: url(../img/bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #020625;
}

section {
    padding: 30px 0 150px;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.25s cubic-bezier(0.955, 0.03, 0.515, 0.955) 0s;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

.splash-page {
    margin-top: 20px;
}

#login header {
    padding-left: 8%;
    padding-right: 8%;
}

    #login header h1 {
        margin-top: 0px;
    }

        #login header h1 a {
            text-align: center;
            display: block;
        }

        #login header h1 img {
            text-align: center;
            display: inline-block !important;
        }

    #login header .social-icons a {
        line-height: 115px;
        margin-right: 20px;
    }

h2 {
    font-size: 80px;
    font-family: 'TrumpGothicEastW01';
    letter-spacing: 0px;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

    h2.grey-heading {
        color: #2c343f;
    }

    h2 span {
        font-weight: 600;
    }

.banner h2 {
    margin-top: 0px;
}

#login h3, h4 {
    color: #FFF !important;
}

h3 {
    font-size: 28px;
    font-family: 'OswaldRegular';
    color: #2c343f;
}

h4 {
    font-size: 36px;
    text-align: center;
    font-family: 'OswaldRegular', sans-serif;
    color: #2c343f;
}

h5 {
    font-size: 27px;
    line-height: 38px;
    width: 65%;
    margin-left: auto;
    font-family: 'OswaldRegular', sans-serif;
    margin-right: auto;
    color: #6a717c;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
}

p {
    color: #6a717c;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.main-button {
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 22px;
    color: #0d2b49;
    padding: 12px 35px 15px 35px;
    border-radius: 6px;
    margin-top: 30px;
    margin-right: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'OswaldRegular', sans-serif;
    border: 2px solid #25b6e7;
}

    .main-button:hover {
        color: #FFF !important;
        background-color: #25b6e7 !important;
        border: 2px solid #25b6e7;
    }

    .main-button.login {
        font-weight: 400;
        letter-spacing: 0px;
        font-size: 24px;
        color: #FFF;
        padding: 12px 35px 15px 60px;
        border-radius: 5px;
        margin-top: 30px;
        margin-right: 20px;
        display: inline-block;
        text-transform: uppercase;
        background-color: #25b6e7;
        background-image: url(../img/login-icon.png);
        background-repeat: no-repeat;
        background-position: 25px 18px;
        font-family: 'OswaldRegular', sans-serif;
        float: right;
        border-top: 1px solid #97dcf4;
    }

        .main-button.login:hover {
            color: #FFF !important;
            background-color: #25b6e7 !important;
            border-top: 1px solid #97dcf4;
        }

#login .navbar-default {
    background-color: transparent;
    border: none;
    text-align: center;
    margin-top: 50px;
}

    #login .navbar-default .main-button {
        margin-top: 0px;
    }

#login form input {
    width: 65%;
    height: 73px;
    padding: 17px 20px 20px 55px;
    background-image: url(../img/field-icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    border: none;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#login .banner form {
    margin-top: 30px;
}

#login form button {
    height: 73px;
    padding: 17px 20px;
    background-color: #25b5e7;
    font-size: 22px;
    text-transform: uppercase;
    border: none;
    color: #FFF;
    width: 35%;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #97dcf4;
}

#login form input::placeholder {
    color: #3f454b;
    opacity: 1; /* Firefox */
    font-size: 18px;
    font-family: 'Roboto';
}

#login form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3f454b;
}

#login form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #3f454b;
}

#login .box-img {
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

#login .bottom {
    padding: 50px 0;
    margin-top: 220px;
}

    #login .bottom a {
        color: #FFF;
        font-size: 19px;
        margin-right: 60px;
        margin-top: 30px;
        display: inline-block;
    }

        #login .bottom a img {
            margin-right: 20px;
        }

#login #DaysCountdown {
    color: #FFF;
    font-size: 60px;
    text-transform: uppercase;
}

.navbar-default {
    background-color: #00406b;
    margin-bottom: 0;
    border: none;
}

.container {
    width: 1250px;
}

.about-page {
    padding-top: 112px;
}

#banner {
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 200px;
    padding-bottom: 300px;
    /*height: 100vh;*/
}
    /*.v-middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}*/
    #banner h2 {
        text-align: left;
    }

        #banner h2 span {
            font-size: 60px;
            display: block;
        }

    #banner h4 {
        text-align: left;
        font-size: 27px;
        line-height: 40px;
    }

    #banner form {
        margin-top: 40px;
    }

        #banner form input {
            width: 55%;
            height: 73px;
            padding: 17px 20px 20px 55px;
            background-image: url(../img/field-icon.png);
            background-repeat: no-repeat;
            background-position: 20px center;
            border: none;
            float: left;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        #banner form button {
            height: 73px;
            padding: 17px 10px;
            background-color: #25b5e7;
            font-size: 24px;
            text-transform: uppercase;
            border: none;
            color: #FFF;
            width: 35%;
            float: left;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top: 1px solid #97dcf4;
            font-family: 'OswaldRegular', sans-serif;
        }


header .navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 46px;
    padding-bottom: 46px;
    margin-right: 50px;
    font-family: 'OswaldRegular';
}

    header .navbar-default .navbar-nav > li > a:hover {
        color: #25b5e7;
    }

        header .navbar-default .navbar-nav > li > a:hover:after {
            content: "";
            position: absolute;
            width: 100px;
            height: 2px;
            background-color: #25b5e7;
            left: 0;
            right: 0;
            bottom: 0;
            margin-left: auto;
            margin-right: auto;
        }

    header .navbar-default .navbar-nav > li > a.main-button {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 30px;
        padding-left: 45px;
        padding-right: 24px;
        background-position: 15px 15px;
        margin-left: 20px;
        /*margin-right: 0px;*/
        color: #FFF;
    }

header sup {
    color: #FFF;
}

header .navbar-default .navbar-nav > li > a:hover sup {
    color: #25b5e7;
}

#technology {
    padding: 30px 0 45px;
    position: relative;
    background-image: url(../img/technology-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    #technology::before {
        content: "";
        position: absolute;
        background-image: url(../img/skyblue-shape.png);
        background-repeat: no-repeat;
        background-position: center top;
        top: -43px;
        width: 206px;
        height: 43px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #technology img {
        padding-top: 15px;
    }

#particles-js {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    top: 0;
    opacity: 0.8;
}

#technology h2 {
    text-align: left;
    width: 100%;
}

#technology p {
    color: #FFF;
}

#technology .main-button {
    background-color: transparent !important;
    border: solid 2px #FFF;
    color: #FFF;
}

    #technology .main-button:hover {
        background-color: #264c71 !important;
        border: solid 2px #264c71;
        color: #FFF;
    }

#scales .icon-1 {
    background-image: url(../img/scalse-icon-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 0px 25px 105px;
}

#scales .icon-2 {
    background-image: url(../img/scalse-icon-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 0px 25px 105px;
    width: 98%;
}

#scales .icon-3 {
    background-image: url(../img/scalse-icon-3.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 0px 25px 105px;
}

#scales p {
    padding-left: 105px;
}

#scales .carousel-indicators {
    bottom: -50px;
}

    #scales .carousel-indicators li {
        background-color: #aec2d6;
        border: none;
    }

    #scales .carousel-indicators .active {
        width: 14px;
        height: 14px;
        background-color: #25b6e7;
    }

.carousel-control {
    width: 0;
    top: 50%;
}

.left.carousel-control {
    left: -50px;
}

.right.carousel-control {
    right: -10px;
}


#design {
    background-color: #264c71;
    padding: 50px 0 0 0;
    background-image: url(../img/strategies-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

    #design::before {
        content: "";
        position: absolute;
        background-image: url(../img/darkblue-shape.png);
        background-repeat: no-repeat;
        background-position: center top;
        top: -43px;
        width: 206px;
        height: 43px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #design h5 {
        color: #FFF;
        width: 100%;
        margin-bottom: 0px;
    }







ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 4px solid #5AB1D0 !important;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: none;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px 15px 75px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    background-repeat: no-repeat;
    background-position: 20px;
    border: solid 2px #0d2b49 !important;
    font-family: 'OswaldRegular';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: transparent !important;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}

.resp-tab-content h3 {
    width: 58%;
    float: left;
    font-size: 36px;
    color: #25b6e7;
}

.resp-tab-content p {
    width: 60%;
    float: left;
    font-family: 'OswaldRegular';
    font-weight: 400;
    font-size: 24px;
}

.resp-tab-content img {
    width: 35%;
    margin-left: 5%;
    float: left;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px 50px;
    background-color: transparent;
    border: none;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
    padding-right: 0px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.tab-icon-1.resp-tab-active {
    background-image: url(../img/icon-1-hover.png);
}

.tab-icon-2.resp-tab-active {
    background-image: url(../img/icon-2-hover.png);
}

.tab-icon-3.resp-tab-active {
    background-image: url(../img/icon-3-hover.png);
}

.tab-icon-4.resp-tab-active {
    background-image: url(../img/icon-4-hover.png);
}

.tab-icon-5.resp-tab-active {
    background-image: url(../img/icon-5-hover.png);
}

.tab-icon-6.resp-tab-active {
    background-image: url(../img/icon-6-hover.png);
}

.tab-icon-7.resp-tab-active {
    background-image: url(../img/icon-7-hover.png);
}

.resp-vtabs li.resp-tab-active {
    background-position: 20px;
    padding: 15px 15px 15px 75px !important;
    background-color: #25b6e7 !important;
    color: #FFF;
    border: solid 2px #25b6e7 !important;
    margin-bottom: 10px !important;
    width: 92%;
}

    .resp-vtabs li.resp-tab-active::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #25b6e7 transparent transparent transparent;
        border-image: none;
        border-style: solid;
        border-width: 30px;
        clear: both;
        content: "";
        height: 0;
        left: 100%;
        margin-left: -1px;
        padding: 0;
        position: absolute;
        top: -2px;
        width: 0;
        transform: rotate(270deg);
    }

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1; /* !important;*/
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1; /* !important;*/
}


.customization .tab-content {
    padding-top: 80px;
}

    .customization .tab-content h3 {
        font-size: 36px;
        color: #25b6e7;
    }

    .customization .tab-content p {
        font-family: 'OswaldRegular';
        line-height: 40px;
    }

.customization .container {
    background-color: #FFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 50px;
    padding: 20px 60px;
}

.customization .tab-content::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 300px;
    background-image: url(../img/bg-animation.png);
    background-repeat: no-repeat;
    background-position: top right;
    top: -150px;
    right: -100px;
    background-size: cover;
}

.customization h2 {
    color: #2c343f;
    font-size: 60px;
    text-align: left;
    text-transform: inherit;
}

.customization .nav-pills > li {
    float: none;
}

.tab-icon-1 {
    background-image: url(../img/icon-1.png);
}

.active .tab-icon-1 {
    background-image: url(../img/icon-1-hover.png);
}

.tab-icon-2 {
    background-image: url(../img/icon-2.png);
}

.active .tab-icon-2 {
    background-image: url(../img/icon-2-hover.png);
}

.tab-icon-3 {
    background-image: url(../img/icon-3.png);
}

.active .tab-icon-3 {
    background-image: url(../img/icon-3-hover.png);
}

.tab-icon-4 {
    background-image: url(../img/icon-4.png);
}

.active .tab-icon-4 {
    background-image: url(../img/icon-4-hover.png);
}

.tab-icon-5 {
    background-image: url(../img/icon-5.png);
}

.active .tab-icon-5 {
    background-image: url(../img/icon-5-hover.png);
}

.tab-icon-6 {
    background-image: url(../img/icon-6.png);
}

.active .tab-icon-6 {
    background-image: url(../img/icon-6-hover.png);
}

.tab-icon-7 {
    background-image: url(../img/icon-7.png);
}

.active .tab-icon-7 {
    background-image: url(../img/icon-7-hover.png);
}

.customization .nav-pills > li a {
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #0d2b49;
    border: solid 2px #0d2b49;
    text-transform: uppercase;
    margin: 10px 0;
    font-family: 'OswaldRegular';
    padding-left: 80px;
    transition: none;
    background-repeat: no-repeat;
    background-position: 30px center;
}

.customization .nav-pills > li.active a {
    background-color: #25b6e7;
    border: solid 2px #25b6e7;
    color: #FFF;
}

    .customization .nav-pills > li.active a:hover {
        background-color: #25b6e7;
        border: solid 2px #25b6e7;
        color: #FFF;
    }

    .customization .nav-pills > li.active a::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #25b6e7 transparent transparent;
        border-image: none;
        border-style: solid;
        border-width: 35px;
        clear: both;
        content: "";
        display: block;
        height: 0;
        left: 93%;
        margin: 0;
        padding: 0;
        position: relative;
        top: -48px;
        width: 0;
        transform: rotate(270deg);
        background-color: #FFF;
    }

.customization .nav-pills > li a:hover {
    background-color: transparent;
    color: #0d2b49;
}




#builder .carousel-indicators li {
    background-color: #aec2d6;
    border: none;
}

#builder .carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #25b6e7;
}

#builder .carousel-indicators {
    bottom: -20px;
}


#timeline {
    background-image: url(../img/timeline-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

    #timeline::before {
        content: "";
        position: absolute;
        background-image: url(../img/tech-shape.png);
        background-repeat: no-repeat;
        background-position: center top;
        top: -43px;
        width: 206px;
        height: 43px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #timeline h4 {
        font-size: 27px;
        font-weight: 300;
    }

        #timeline h4:before {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            background-color: #25b6e7;
            margin-top: -36px;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            border-radius: 100px;
            top: 0;
        }

    #timeline p {
        font-size: 21px;
        color: #a6c0d8;
        text-align: center;
    }

    #timeline h5 {
        width: 82%;
        color: #FFF;
    }

    #timeline li {
        width: 16%;
        float: left;
        margin-top: 100px;
        position: relative;
        margin-left: 2%;
        margin-right: 2%;
    }

    #timeline ul {
        position: relative;
    }

    #timeline li:before {
        content: "";
        position: absolute;
        width: 27px;
        height: 27px;
        background-color: #12304e;
        margin-top: -113px;
        border: solid 2px #FFF;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 100px;
        top: 0;
    }

    #timeline li::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #5d80a2;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(90deg);
        margin-top: -62px;
    }

    #timeline ul:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background: rgba(255,255,255,1);
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#193149+0,ffffff+15,ffffff+80,0b2239+92 */
        background: #193149; /* Old browsers */
        background: -moz-linear-gradient(left, #193149 0%, #ffffff 15%, #ffffff 80%, #0b2239 92%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #193149 0%,#ffffff 15%,#ffffff 80%,#0b2239 92%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #193149 0%,#ffffff 15%,#ffffff 80%,#0b2239 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193149', endColorstr='#0b2239',GradientType=1 ); /* IE6-9 */
    }

    #timeline h6 {
        font-size: 27px;
        color: #25b6e7;
        text-align: center;
        display: block;
        font-family: 'OswaldRegular';
    }

.timeline-logo-container {
    margin-top: -75px !important;
    right: -60px !important;
}

    .timeline-logo-container img {
        margin-left: auto;
        margin-right: auto;
    }

    .timeline-logo-container h4:before {
        display: none;
    }


#cases {
    background-image: url(../img/cases-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    padding-top: 50px;
}

    #cases .tab_content {
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 61px 11px rgba(13,43,73,0.15);
        -moz-box-shadow: 0px 0px 61px 11px rgba(13,43,73,0.15);
        box-shadow: 0px 0px 61px 11px rgba(13,43,73,0.15);
        padding: 50px;
        width: 33%;
        float: left;
        margin-right: 7%;
        min-height: 620px;
        border-radius: 5px;
    }

    #cases h6 {
        font-family: 'OswaldRegular';
        color: #6a717c;
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        width: 90%;
        line-height: 36px;
        margin-top: 20px;
    }

    #cases .tab_content ul {
        margin-top: 25px;
        padding-left: 0px;
    }

    #cases .tab_list h3 {
        margin-top: 120px;
        margin-bottom: 50px;
        font-size: 60px;
        font-family: 'TrumpGothicEastW01';
    }

    #cases .tab_content h3 {
        text-align: center;
        color: #25b6e7;
        font-size: 36px;
        text-transform: capitalize;
    }

    #cases .tab_content h4 {
        font-size: 22px;
        color: #2c343f !important;
        text-align: center;
        text-transform: uppercase;
        line-height: 32px;
        margin-top: 25px;
    }

    #cases .tab_content ul li {
        list-style: none;
        font-size: 17px;
        color: #6a717c;
        font-family: 'OswaldRegular';
        margin-bottom: 10px;
    }

        #cases .tab_content ul li.inner-list {
            padding-left: 15px;
        }

    #cases .tab_wrapper > ul {
        clear: both;
        display: inline-block;
        width: 60%;
        float: right;
        padding-left: 0px;
    }

.tab_wrapper > ul li.main-button {
    margin: 0 20px 20px 0;
    width: 40%;
    text-align: center;
    padding: 15px 0px;
    border-radius: 4px;
    position: relative;
}

    .tab_wrapper > ul li.main-button:hover {
        cursor: pointer;
    }

    .tab_wrapper > ul li.main-button.active {
        background-color: #25b6e7 !important;
        border: 2px solid #25b6e7;
        color: #FFF;
        cursor: default;
        width: 36%;
        margin-left: 4%;
    }

        .tab_wrapper > ul li.main-button.active::before {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: #25b6e7 transparent transparent transparent;
            border-image: none;
            border-style: solid;
            border-width: 30px;
            clear: both;
            content: "";
            height: 0;
            left: -61px;
            margin-left: -1px;
            padding: 0;
            position: absolute;
            top: 1px;
            width: 0;
            transform: rotate(90deg);
        }

        .tab_wrapper > ul li.main-button.active:after {
            display: none;
        }

.tab_wrapper .content_wrapper .tab_content {
    display: none;
    padding: 15px 50px 15px 0px;
}

.tab_wrapper .content_wrapper .accordian_header {
    display: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
}


.hide-in-desktop {
    display: none !important;
}


@media only screen and (max-width: 768px) {
    .tab_wrapper > ul {
        display: none;
    }

    .tab_wrapper .content_wrapper .accordian_header {
        display: block;
    }

    .tab_wrapper .controller {
        display: none;
    }

    .hide-in-responsive {
        display: none !important;
    }

    .hide-in-desktop {
        display: block !important;
    }
}

@media only screen and (min-width: 769px) {
    .tab_wrapper.show-as-dropdown > .tab_list {
        display: block !important;
        overflow: hidden;
    }
}




#blog {
    background-image: url(../img/blog-bg.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}

    #blog .main-button {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
    }

    #blog span {
        display: block;
        color: #25b6e7;
        font-size: 18px;
        font-family: 'OswaldRegular';
        text-transform: uppercase;
        margin-top: 30px;
    }

    #blog h3 {
        font-size: 24px;
        color: #1b1d1f;
        width: 80%;
        line-height: 34px;
        margin-bottom: 20px;
    }


#signup {
    position: relative;
    background-color: #060a34;
}

#signup {
    background-image: url(../img/bg-img.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

    #signup::after {
        content: "";
        position: absolute;
        background-image: url(../img/signup-shape.png);
        background-repeat: no-repeat;
        background-position: center top;
        top: -43px;
        width: 206px;
        height: 43px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

.about-page #signup::before {
    content: "";
    position: absolute;
    background-image: url(../img/signup-shape-about.png);
    background-repeat: no-repeat;
    background-position: center top;
    top: -43px;
    width: 206px;
    height: 43px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.about-page #signup::after {
    display: none;
}

.padding-left-remove {
    padding-left: 0;
}

#signup h2 {
    text-align: left;
}

#signup .main-button {
    color: #FFF;
    background-color: #25b6e7;
}


footer {
    background-color: #00406b;
    padding-top: 100px;
    position: relative;
}

    footer::before {
        content: "";
        position: absolute;
        background-image: url(../img/footer-shape.png);
        background-repeat: no-repeat;
        background-position: center top;
        top: -43px;
        width: 206px;
        height: 43px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    footer h6 {
        color: #FFF;
        font-size: 36px;
        font-family: 'OswaldRegular';
        text-transform: uppercase;
    }

    footer ul {
        padding-left: 0px;
        margin-top: 30px;
    }

        footer ul li {
            list-style: none;
            margin-bottom: 10px;
        }

            footer ul li a {
                color: #25b6e7;
                font-size: 19px;
            }

                footer ul li a:hover {
                    color: #FFF;
                }

    footer hr {
        margin-top: 80px;
        border-top: 1px solid rgba(255,255,255,0.10);
    }

.social-links {
    border: solid 2px #FFF;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

footer p {
    color: #a0b8d0 !important;
    margin: 20px 0;
    font-size: 19px;
    padding-left: 35px;
}

    footer p a {
        color: #a0b8d0;
    }

        footer p a:hover {
            color: #FFF;
        }

footer .phone {
    background-image: url(../img/phone-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

footer .location {
    background-image: url(../img/location-icon.png);
    background-repeat: no-repeat;
    background-position: left 10px;
}

footer .email {
    background-image: url(../img/message-icon.png);
    background-repeat: no-repeat;
    background-position: left 10px;
}

footer p span {
    color: #a0b8d0;
    text-align: center;
    display: block;
    margin: 40px 0;
    font-size: 18px;
}

footer .members {
    padding-left: 0px;
    margin-bottom: -20px;
    color: #FFF;
}






#builder .carousel-inner > .item > img {
    margin: 0 auto;
    width: auto;
}

.blueBTN {
    background-color: #12d8c7;
    font-family: 'OswaldRegular';
    padding: 20px 60px;
    text-transform: uppercase;
    font-size: 24px;
    color: #FFF;
    border-radius: 5px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    font-weight: 500;
}

    .blueBTN:hover {
        color: #FFF;
    }

#scales h5 b {
    font-size: 45px;
    top: 10px;
    position: relative;
}

.navbar {
    border-radius: 0px;
}

#design .background-img {
    background-image: url(../img/bg-animation.png);
    background-repeat: no-repeat;
    background-position: right;
}

#timeline ul {
    width: 85%;
    margin: 0 auto;
}

#timeline li:last-child {
    margin-right: 0px;
    width: 18%;
}

    #timeline li:last-child:before {
        display: none;
    }

    #timeline li:last-child:after {
        display: none;
    }



.about-page .side-bar ul {
    margin-top: 50px;
    padding-left: 15px;
}

.about-page .side-bar li {
    list-style: none;
}

.about-page .side-bar ul li:last-child a {
    border-bottom: none;
}

.about-page .side-bar ul li a {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 20px 0px 20px 45px;
    font-size: 22px;
    margin: 0px 0;
    display: block;
    border-bottom: solid 2px #ededed;
    color: #6a717c;
    font-family: 'OswaldRegular';
    position: relative;
}

    .about-page .side-bar ul li a:after {
        content: "";
        position: absolute;
        width: 9px;
        height: 15px;
        background-image: url(../img/arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        right: 0;
        margin-top: 10px;
    }

.about-page .side-bar .main-button {
    padding: 12px 25px 15px 25px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
}

.about-page .side-bar hr {
    margin-top: 70px;
}

.about-page .side-bar h4 {
    color: #25b6e7 !important;
    font-size: 18px;
    text-align: left;
    padding-left: 15px;
    margin-top: 50px;
}

.about-page .side-bar .secondary-menu {
    margin-top: 20px;
}

    .about-page .side-bar .secondary-menu li a {
        padding-left: 0px;
    }

.about-page .home a {
    background-image: url(../img/Home.png);
}

.about-page .about a {
    background-image: url(../img/About-Canvas.png);
}

.about-page .process a {
    background-image: url(../img/Philosophy-Process.png);
}

.about-page .firm a {
    background-image: url(../img/Firm.png);
}

.about-page .blog a {
    background-image: url(../img/Blog-Research.png);
}

.about-page .side-bar ul li a:hover {
    color: #25b6e7;
}




.about-page #signup {
    background-image: url(../img/bg-img-about.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.about-page .right-content {
    padding: 100px;
    background-color: #f5faff;
    -webkit-box-shadow: inset 11px 0px 56px -42px rgba(0,64,107,1);
    -moz-box-shadow: inset 11px 0px 56px -42px rgba(0,64,107,1);
    box-shadow: inset 11px 0px 56px -42px rgba(0,64,107,1);
}

    .about-page .right-content h2 sup {
        font-size: 24px;
        top: -45px;
    }

    .about-page .right-content h6 {
        font-family: 'OswaldRegular';
        font-size: 27px;
        color: #6a717c;
        margin-top: 35px;
        margin-bottom: 45px;
    }

        .about-page .right-content h6 b {
            color: #2c343f;
            font-family: 'OswaldRegular';
        }

    .about-page .right-content p b {
        color: #2c343f;
    }

    .about-page .right-content p {
        margin-bottom: 30px;
        line-height: 40px;
        font-size: 24px;
        color: #6a717c;
    }

        .about-page .right-content p a {
            color: #25b5e7;
            font-size: 24px;
            text-decoration: underline;
        }

    .about-page .right-content hr {
        margin: 100px 0;
    }

.about-page .platform h2 {
    text-align: left;
}

.about-page .platform h5 {
    width: 100%;
    text-align: left;
    margin-top: 50px;
}

.about-page .platform p {
    font-size: 22px;
    margin-bottom: 80px;
}

.padding-right-remove {
    padding-right: 0;
}

footer p.copyright {
    padding-left: 0px;
    text-align: center;
}


@media only screen and (max-width: 1300px) {
    .container {
        width: 1010px;
    }

    section {
        padding: 90px 0;
    }

    h2 {
        font-size: 53px;
    }

    h3 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
        margin-bottom: 50px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
        line-height: 26px;
    }

    .timeline-logo-container {
        margin-top: -50px !important;
    }

    #banner {
        padding: 130px 0;
    }

    .customization h2 {
        font-size: 40px;
    }

    .resp-vtabs .resp-tabs-list li {
        font-size: 12px;
    }

    .resp-vtabs li.resp-tab-active::after {
        border-width: 26px;
    }

    .resp-tab-content h3 {
        font-size: 24px;
    }

    .resp-tab-content p {
        font-size: 16px;
    }

    .blueBTN {
        padding: 14px 40px;
        font-size: 17px;
    }

    .main-button {
        padding: 12px 36px;
        font-size: 14px;
    }

    #banner form input {
        height: 60px;
    }

    #banner form button {
        height: 60px;
        padding: 15px 10px;
        font-size: 18px;
    }

    #scales h3 {
        margin-bottom: 0px;
    }

    .tab_wrapper > ul li.main-button.active::before {
        top: -1px;
        left: -52px;
        border-width: 26px;
    }

    .tab_wrapper > ul li.main-button.active {
        width: 30%;
    }

    .tab_wrapper > ul li.main-button {
        width: 34%;
    }

    #builder .carousel-inner > .item > img {
        width: 80%;
    }

    #cases {
        padding-top: 20px;
    }

        #cases .tab_content {
            padding: 30px;
        }

            #cases .tab_content h3 {
                font-size: 24px;
                margin-top: 0px;
            }

        #cases h6 {
            font-size: 18px;
        }

        #cases .tab_content ul li {
            font-size: 13px;
        }

        #cases .tab_content {
            min-height: 490px;
        }

        #cases .tab_list h3 {
            margin-top: 70px;
            font-size: 40px;
        }

    #timeline h4 {
        font-size: 18px;
    }

    #timeline p {
        font-size: 14px;
    }

    #timeline h6 {
        font-size: 18px;
    }

    #blog h3 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    #blog p {
        font-size: 14px;
    }

    #blog span {
        font-size: 12px;
    }

    #cases .tab_content h4 {
        font-size: 14px;
        line-height: 22px;
    }

    #signup::after {
        content: "";
        position: absolute;
        background-image: url(../img/signup-shape-sm.png);
        background-repeat: no-repeat;
        background-position: center top;
        top: -43px;
        width: 206px;
        height: 43px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #banner h2 {
        font-size: 64px;
    }

        #banner h2 span {
            font-size: 45px;
        }

    #banner h4 {
        font-size: 18px;
        line-height: 24px;
    }

    header .navbar-default .navbar-nav > li > a {
        font-size: 20px;
    }

    header .navbar-default .navbar-nav > li > a {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        header .navbar-default .navbar-nav > li > a.main-button {
            margin-top: 25px;
        }

    footer h6 {
        font-size: 24px;
    }

    footer p {
        font-size: 14px;
    }

    footer .email {
        background-position: left center;
    }

    footer ul li a {
        font-size: 16px;
    }

    footer p span {
        font-size: 12px;
        margin: 25px 0;
    }

    .about-page .right-content p {
        line-height: 30px;
        font-size: 17px;
    }

    .about-page .right-content h6 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .about-page .right-content img {
        width: 60px;
        height: 58px;
    }

    .about-page .platform p {
        margin-bottom: 50px;
    }

    .about-page .side-bar ul li a {
        font-size: 16px;
        padding: 15px 0px 15px 45px;
    }

    .about-page .right-content p a {
        font-size: 17px;
    }

    .about-page .platform p {
        font-size: 16px;
    }

    .about-page .right-content hr {
        margin: 70px 0;
    }
}

@media only screen and (max-width: 1199px) {
    #DaysCountdown {
        font-size: 48px;
    }

    #login form input {
        width: 58%;
    }

    #login form button {
        width: 42%;
    }
}

@media only screen and (max-width: 1100px) {
    #blogCarousel .carousel-control {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    section {
        padding: 100px 0;
    }

    .about-page .side-bar ul li a::after {
        right: 20px;
    }

    .about-page .side-bar {
        padding-left: 15px;
        padding-right: 30px;
        padding-bottom: 100px;
        box-shadow: none;
    }

    .about-page .container-fluid .col-md-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .about-page .container-fluid .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .about-page .right-content {
        padding: 100px 30px;
        box-shadow: none;
    }

    #login h1 a img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }

    #scales .icon-1 {
        padding: 25px 0px 25px 105px;
    }

    #scales .icon-2 {
        padding: 25px 0px 25px 105px;
    }

    #scales .icon-3 {
        padding: 25px 0px 25px 105px;
    }

    header .navbar-default .navbar-nav > li > a {
        margin-right: 20px;
    }

    #login .navbar-default .main-button {
        margin-top: 40px;
    }

    h2 {
        font-size: 60px;
        letter-spacing: 0px;
    }

    h4 {
        font-size: 24px;
    }

    #login form button {
        width: 100%;
    }

    #login form input {
        width: 100%;
        margin-bottom: 20px;
    }

    #login .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #login .bottom .text-right {
        text-align: center;
    }

    #login .box-img {
        text-align: center;
    }

        #login .box-img img {
            display: inline-block;
        }

    #login form input, #login form button {
        border-radius: 5px;
    }

    #login header {
        padding: 0px;
    }

    #login .splash-page {
        margin-top: 10px;
    }

    #login header .social-icons a {
        line-height: 70px;
    }

    #login .social-icons {
        float: left;
    }

    #login .main-button {
        margin-top: 9px;
        margin-right: 0px;
    }

    #login header h1 {
        clear: both;
    }

    .resp-tab-content h3 {
        width: 100%;
        float: none;
    }

    .resp-tab-content p {
        width: 100%;
        float: none;
    }

    .resp-tab-content img {
        width: auto;
        margin-left: 0;
        float: none;
    }

    .container {
        width: 750px;
    }

    #signup {
        text-align: center;
    }

        #signup h2 {
            text-align: center;
        }

        #signup::before {
            width: 100%;
        }

    footer h6 {
        margin-top: 30px;
    }

    #blogCarousel .carousel-control {
        display: none;
    }

    #blogCarousel .carousel-inner img {
        margin-top: 50px;
    }

    #blogCarousel .carousel-inner .col-md-4:first-child img {
        margin-top: 0px;
    }

    #signup:before {
        content: "";
        position: absolute;
        background-image: url(../img/bg-img-resp.jpg);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
    }

    #signup::after {
        content: "";
        position: absolute;
        background-image: url(../img/signup-responsive-shape.png);
        background-repeat: no-repeat;
        background-position: center top;
        top: -43px;
        width: 206px;
        height: 43px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .about-page #signup:before {
        content: "";
        position: absolute !important;
        background-image: url(../img/signup-responsive-shape.png) !important;
        background-repeat: no-repeat;
        background-position: center top;
        top: -43px;
        width: 206px;
        height: 43px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .about-page #signup {
        background-image: url(../img/about-bg-img-resp.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
    }
}

@media only screen and (max-width: 768px) {
    .homeRevert .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    h5 {
        width: 100% !important;
    }

    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    #timeline li {
        width: 100%;
        float: none;
        list-style: none;
        padding-left: 70px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #timeline h4 {
        text-align: left;
    }

    #timeline p {
        text-align: left;
    }

    #timeline h6 {
        text-align: left;
    }

    .resp-vtabs .resp-tab-content {
        border: none;
        text-align: center;
    }

    .resp-tab-content p {
        line-height: 40px;
        margin-bottom: 20px;
    }

    .resp-tab-content img {
        margin-left: auto !important;
        margin-right: auto;
        margin-top: 20px;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-accordion {
        background-repeat: no-repeat !important;
        background-position: 20px !important;
        margin: 20px 0 !important;
    }

    h2.resp-tab-active span.resp-arrow {
        border-bottom: 30px solid #25b6e7;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        display: block;
    }

    .resp-arrow {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -13px;
        position: absolute;
        transform: rotate(180deg);
        display: none;
    }

    h2.resp-tab-active span.resp-arrow {
        border-bottom: 20px solid #25b6e7;
    }

    .resp-accordion.resp-tab-active {
        background-position: 20px !important;
        padding: 15px 15px 15px 75px !important;
        background-color: #25b6e7 !important;
        color: #FFF;
        border: solid 2px #25b6e7 !important;
        margin-bottom: 10px !important;
    }

    .resp-tab-content h3 {
        display: none;
    }

    #cases .tab_content h3 {
        display: none;
    }

    h2.resp-accordion:nth-child(1) {
        background-image: url(../img/icon-1.png) !important;
    }

    h2.resp-accordion.resp-tab-active:nth-child(1) {
        background-image: url(../img/icon-1-hover.png) !important;
    }

    h2.resp-accordion:nth-child(3) {
        background-image: url(../img/icon-2.png) !important;
    }

        h2.resp-accordion:nth-child(3).resp-tab-active {
            background-image: url(../img/icon-2-hover.png) !important;
        }

    .resp-accordion:nth-child(5) {
        background-image: url(../img/icon-3.png) !important;
    }

    .resp-accordion.resp-tab-active:nth-child(5) {
        background-image: url(../img/icon-3-hover.png) !important;
    }

    .resp-accordion:nth-child(7) {
        background-image: url(../img/icon-4.png) !important;
    }

    .resp-accordion.resp-tab-active:nth-child(7) {
        background-image: url(../img/icon-4-hover.png) !important;
    }

    .resp-accordion:nth-child(9) {
        background-image: url(../img/icon-5.png) !important;
    }

    .resp-accordion.resp-tab-active:nth-child(9) {
        background-image: url(../img/icon-5-hover.png) !important;
    }

    .resp-accordion:nth-child(11) {
        background-image: url(../img/icon-6.png) !important;
    }

    .resp-accordion.resp-tab-active:nth-child(11) {
        background-image: url(../img/icon-6-hover.png) !important;
    }

    .resp-accordion:nth-child(13) {
        background-image: url(../img/icon-7.png) !important;
    }

    .resp-accordion.resp-tab-active:nth-child(13) {
        background-image: url(../img/icon-7-hover.png) !important;
    }

    .resp-accordion {
        display: block;
        padding: 15px 15px 15px 75px !important;
        margin: 0 0 4px;
        margin-bottom: 4px;
        cursor: pointer;
        float: none;
        background-repeat: no-repeat;
        background-position: 20px;
        border: solid 2px #0d2b49 !important;
        font-family: 'OswaldRegular', sans-serif;
        font-size: 18px !important;
        text-transform: uppercase !important;
        font-weight: 400;
        background-color: transparent !important;
        position: relative;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .tab_wrapper .content_wrapper .accordian_header {
        border: solid 2px #25b6e7;
    }

    #cases .tab_content {
        min-height: auto;
    }

    #blog p {
        margin-bottom: 30px;
    }

    .tab_wrapper .content_wrapper .accordian_header {
        margin-right: 0;
    }

    .content_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .accordian_header.main-button.active {
        color: #FFF !important;
        background-color: #25b6e7 !important;
    }

    #cases h6 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        font-size: 18px;
    }

    #cases .tab_content {
        padding: 30px;
    }

    .tab_wrapper .content_wrapper .accordian_header {
        font-weight: 400;
        text-align: center;
    }

    #timeline ul::before {
        display: none;
    }

    #timeline ul {
        padding-top: 50px;
        width: 100%;
    }

    .timeline-logo-container {
        position: relative;
        width: 100%;
        margin-top: 0px !important;
        right: 0px !important;
    }

    .main-button {
        font-size: 19px;
    }

    #banner form input {
        margin-bottom: 20px;
        border-radius: 5px;
        width: 100%;
    }

    #banner form button {
        border-radius: 5px;
        width: 100%;
    }

    .timeline-logo-container h4 {
        padding-left: 30px;
    }

    .timeline-logo-container img {
        margin-left: 0px;
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .resp-vtabs .resp-tabs-container {
        padding: 0px;
    }

    .carousel-control {
        display: none;
    }

    #timeline ul::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 80%;
        left: 30px;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e263e+0,ffffff+15,ffffff+85,203850+100 */
        background: #0e263e; /* Old browsers */
        background: -moz-linear-gradient(top, #0e263e 0%, #ffffff 15%, #ffffff 85%, #203850 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0e263e 0%,#ffffff 15%,#ffffff 85%,#203850 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0e263e 0%,#ffffff 15%,#ffffff 85%,#203850 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e263e', endColorstr='#203850',GradientType=0 ); /* IE6-9 */
        top: 0;
    }

    #timeline li::before {
        content: "";
        position: absolute;
        width: 27px;
        height: 27px;
        background-color: #12304e;
        margin-top: 2px;
        border: solid 2px #5d80a2;
        left: -22px;
        right: 0;
        margin-left: 0;
        margin-right: auto;
        border-radius: 100px;
        top: 0;
        z-index: 99;
    }

    #timeline h4::before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background-color: #25b6e7;
        margin-top: 8px;
        left: 35px;
        right: 0;
        margin-left: 0;
        margin-right: auto;
        border-radius: 100px;
        top: 0;
    }

    #timeline li::after {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background-color: #5d80a2;
        top: 0;
        left: -5px;
        right: 0;
        margin-left: 0;
        margin-right: auto;
        transform: rotate(0deg);
        margin-top: 14px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 38px;
    }

    .tab_wrapper > ul li {
        width: 100%;
    }

    #cases .tab_content {
        width: 100%;
        float: none;
        margin-right: 0;
        box-shadow: none;
    }

    #cases .tab_wrapper > ul {
        display: none;
    }

    .container {
        width: auto;
    }

    header .navbar-default .navbar-nav > li > a.main-button {
        margin-left: 0px;
        float: left;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .navbar-default .navbar-toggle {
        padding: 0px;
        margin-right: 0px;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
        position: absolute;
        right: 30px;
        top: 110px;
        min-width: 250px;
        padding-left: 30px;
        border-top: solid 4px #25b6e7;
        -webkit-box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.24);
        z-index: 99999 !important;
    }

    .navbar-toggle {
        display: block;
        border: none;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 0px 7.5px -15px
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    header .navbar-default .navbar-nav > li > a:hover::after {
        display: none;
    }

    header .navbar-default .navbar-nav > li > a {
        margin-right: 0px;
        color: #25b6e7;
        padding: 20px 0;
    }

    #banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

        #banner h2 span {
            display: block;
        }

    .customization .container {
        width: 90%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .resp-tab-content img {
        display: none;
    }

    .blueBTN {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #design .background-img {
        background-position: top right;
    }

    #timeline li:first-child {
        margin-top: 0px;
    }

    #timeline li:last-child {
        width: 100%;
    }

    #timeline .timeline-logo-container h4 {
        padding-left: 0px;
    }

    #technology img, #technology p, #technology h2 {
        text-align: center;
    }

    #technology .main-button {
        display: table;
        margin: 20px auto;
    }

    #technology img {
        display: table;
        margin: 20px auto;
        padding-top: 0px;
    }

    #blog .main-button {
        margin-top: 50px;
    }

    .customization h2 {
        font-size: 36px;
    }

    #builder h5 {
        margin-bottom: 40px;
    }

    #builder .carousel-indicators {
        margin-bottom: -20px;
    }
}

@media only screen and (max-width: 640px) {
    p {
        font-size: 17px;
    }

    h2 {
        font-size: 42px;
        letter-spacing: 0px;
    }

    #banner h2 {
        font-size: 48px;
    }

        #banner h2 span {
            font-size: 42px;
        }

    form {
        width: 100%;
    }

    h5 {
        width: 100%;
        font-size: 20px;
        line-height: 33px;
    }

    h3 {
        font-size: 24px;
    }

    .nav-pills > li {
        float: none;
    }

    #blog p {
        margin-bottom: 3px;
    }

    #blog .main-butto {
        margin-top: 50px;
    }

    footer h6 {
        margin-top: 40px;
    }

    #scales h3 {
        text-align: center;
    }

    #scales p {
        padding-left: 0;
        text-align: center;
        margin-bottom: 60px;
    }

    #scales .icon-1 {
        background-position: top center;
        padding: 105px 0px 25px 0;
    }

    #scales .icon-2 {
        background-position: top center;
        padding: 105px 0px 25px 0;
    }

    #scales .icon-3 {
        background-position: top center;
        padding: 105px 0px 25px 0;
    }

    .carousel-control {
        display: none;
    }

    .homeRevert .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .homeRevert .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-page .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    #login {
        background-position: 65% 50%;
        background-color: #003775;
    }

    #builder .carousel-inner > .item > img {
        width: 100%;
    }

    #cases .tab_content ul li {
        font-size: 17px;
    }

    #cases .tab_content h4 {
        font-size: 24px;
        line-height: 30px;
    }

    #timeline p {
        font-size: 20px;
    }

    #timeline h4 {
        font-size: 24px;
    }

    #blog h3 {
        font-size: 24px;
    }

    #blog p {
        font-size: 17px;
    }

    .resp-tab-content p {
        font-size: 17px;
        line-height: 24px;
    }

    footer p {
        font-size: 17px;
    }
}



/* New Css Start Here 29-11-2019 */


#divmainteamadmin, #divmainteamadmin .rightBody,
#divmainteamadmin #divcontent .blogtitle,
#divmainteamadmin #divcontent .blogtitle span,
#divmainteamadmin .blogpost-maincontainer-paragraph p,
#divmainteamadmin .blogpost-maincontainer-paragraph h2 {
    font-family: 'Montserrat', sans-serif !important;
}

    #divmainteamadmin .navLeft.col-sm-1 {
        display: none;
    }

    #divmainteamadmin #divcontent {
        margin: auto !important;
        width: 100% !important;
    }

    #divmainteamadmin .blogpost-maincontainer-paragraph p {
        text-align: left !important;
    }


/* New Css End Here 29-11-2019 */




/* Header Mobile Responsive Css Start Here 11-12-2019 */


@media only screen and (min-width:1px) and (max-width:767px) {

    .navbar-default .navbar-collapse.collapse.in {
        background-color: #00406b;
        z-index: 99999;
    }
}


/* Header Mobile Responsive Css End Here 11-12-2019 */



/* New Css Start Here 12-12-2019 */


.checkbox-style-container #FactorLabel.caret{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 9px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position:absolute;
    top:10px;
}


/* New Css End Here 12-12-2019 */




/* New Css Start Here 12-12-2019 */


.blogpost-maincontainer-paragraph p 
{
line-height:24px;
padding-bottom:15px;
letter-spacing:0.5px;
color:#000;
}

.blogpost-maincontainer-paragraph blockquote 
{
border-left:0px;
padding-left:0px;
padding-bottom:10px;
margin-bottom:0px;
}

.blogpost-maincontainer-paragraph blockquote em 
{
font-size:17px !important;
}


/* New Css End Here 12-12-2019 */

.previewLine {
    padding: 0;
    color: #c1c1c1;
    font-size: 14px;
    margin-top: 5px;
}

.previewLine li {
    list-style: none;
    display: inline;
}

    .previewLine li:not(:last-child):after {
        content: " \2022";
    }
