



















.outer-container {
    background-color: #fff;
    width: 100%;
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    font-size: 16px;
    line-height: 24px;
}

.body {
    padding-top: 0px;
}

    .body .navbar {
        border-radius: 0px;
        -webkit-transition: background 0.2s ease;
        transition: background 0.2s ease;
        padding: 20px 0;
        border: none;
        margin-bottom: 0px;
    }

.header-container {
    max-width: 1240px;
    margin: 0 auto;
}

.navbar.navbar-fixed-top {
    padding: 10px 0;
}

.body.body-fixed {
    padding-top: 70px;
}

.outer-container h1, h2, h3, h4, h5 {
    color: #042B50;
}

.body.body-fixed .center-body {
    margin-top: 70px;
}

.body .navbar-brand {
    margin-left: 15px;
}


.body .navbar-nav > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

    .body .navbar-nav > li > a.active:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    .body .navbar-nav > li > a:before {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #f47920;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    .body .navbar-nav > li > a:hover:before {
        opacity: 1;
    }

.home-banner {
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.our-software-banner {
    position: relative;
    overflow: hidden;
}

    .our-software-banner:after {
        content: '';
        width: 100%;
        height: 75px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 95px 2560px;
        border-color: transparent transparent #fff transparent;
        -webkit-transform: scale(0.9999);
        -ms-transform: scale(0.9999);
        transform: scale(0.9999);
        z-index: 2;
    }

.home-banner-img {
    background: url(/Content/Images/HomePage/Banner.jpg)no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.inner-container {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.intro-wrapper {
    width: 100%;
    background: #042b50;
    position: relative;
    display: inline-block;
    padding: 50px 0;
    text-align: center;
}

    .intro-wrapper h2 {
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        color: #fff;
        margin: 0 auto;
        max-width: 650px;
    }

.features-types-section {
    margin: 0 auto;
    max-width: 970px;
    padding-top: 80px;
    position: relative;
}

    .features-types-section .features-type-box h1 h2 h3 h4 {
        color: #fff;
    }

    .features-types-section .features-type-box {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .features-types-section .features-type-box h3 {
            font-style: normal;
            font-weight: 300;
            font-size: 40px;
            margin: 15px 0 10px;
            color: #fff;
        }

        .features-types-section .features-type-box h4 {
            color: #fff;
        }

        .features-types-section .features-type-box i {
            font-size: 70px;
            line-height: 1;
        }

        .features-types-section .features-type-box h4 {
            text-transform: capitalize;
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            margin: 0px;
        }

    .features-types-section .owl-controls .owl-prev {
        font-family: "FontAwesome";
        font-size: 0px;
        position: absolute;
        margin-top: -20px;
        left: 10px;
        top: 50%;
    }

        .features-types-section .owl-controls .owl-prev:after {
            content: "\f104";
            font-size: 40px;
            line-height: 1;
            color: #fff;
        }

    .features-types-section .owl-controls .owl-next {
        font-family: "FontAwesome";
        font-size: 0px;
        position: absolute;
        margin-top: -20px;
        right: 10px;
        top: 50%;
    }

        .features-types-section .owl-controls .owl-next:after {
            content: "\f105";
            font-size: 40px;
            line-height: 1;
            color: #fff;
        }

.see-how-wrapper {
    padding: 55px 0;
    text-align: center;
}

    .see-how-wrapper .how-container {
        max-width: 970px;
        margin: 0 auto;
        display: block;
    }

    .see-how-wrapper h2 {
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        margin: 0;
    }

.work-tabs .nav-tabs {
    display: inline-block;
    margin: 35px auto 70px;
    border-bottom: 1px solid #e5e7e9;
    border-top: 1px solid #e5e7e9;
}

    .work-tabs .nav-tabs li {
        display: block;
        float: left;
        width: 33.33%;
        border-left: 1px solid #e5e7e9;
        margin-bottom: 0px;
    }

        .work-tabs .nav-tabs li:last-child {
            border-right: 1px solid #e5e7e9;
        }

        .work-tabs .nav-tabs li a {
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            border-radius: 0px;
            margin-right: 0px;
            border: none;
            font-weight: normal;
            font-weight: 300;
            color: #000;
            display: block;
            padding: 22px 0;
            text-align: center;
            font-size: 20px;
            line-height: 1;
        }

        .work-tabs .nav-tabs li.active a, .work-tabs .nav-tabs li.active a:hover, .work-tabs .nav-tabs li.active a:focus {
            border: none;
            background: #042b50;
            color: #fff;
        }

        .work-tabs .nav-tabs li a:hover {
            background: #e5e7e9;
        }

.work-tabs .tab-content {
    border-bottom: 1px solid #e5e7e9;
    border-top: 1px solid #e5e7e9;
}

    .work-tabs .tab-content .tab-content-area {
        position: relative;
        min-height: 500px;
        overflow: hidden;
    }

        .work-tabs .tab-content .tab-content-area:hover .tab-img-section .tab-img-inner {
            -webkit-transform: scale(1.02, 1.02);
            -ms-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
            -moz-transform: scale(1.02, 1.02);
            -o-transform: scale(1.02, 1.02);
        }

        .work-tabs .tab-content .tab-content-area .tab-img-section {
            position: absolute;
            width: 50%;
            height: 100%;
            overflow: hidden;
        }

.tab-img-section .tab-img-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all 1.8s ease-in-out;
    transition: all 1.8s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
}

.work-tabs .tab-content .tab-pane .tab-content-area:nth-child(odd) {
    padding-left: 50%;
}

    .work-tabs .tab-content .tab-pane .tab-content-area:nth-child(odd) .tab-img-section {
        left: 0px;
    }

.work-tabs .tab-content .tab-pane .tab-content-area:nth-child(even) .tab-img-section {
    right: 0px;
}

.work-tabs .tab-content .tab-pane .tab-content-area:nth-child(even) {
    padding-right: 50%;
}

.tab-desc {
    height: 100%;
    position: relative;
    min-height: 500px;
    text-align: left;
    padding: 70px;
    font-weight: 300;
}

    .tab-desc .tab-content-inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        position: absolute;
        padding-right: 70px;
    }

        .tab-desc .tab-content-inner h2 {
            font-size: 36px;
            margin-bottom: 20px;
            margin-top: 0px;
            line-height: 1.2;
        }

        .tab-desc .tab-content-inner p {
            font-size: 22px;
            line-height: 1.5;
            color: #303840;
        }

        .tab-desc .tab-content-inner ul li {
            font-size: 22px;
            line-height: 1.5;
            color: #303840;
        }

.services-block {
    padding: 50px 0;
    background: #042b50;
}

    .services-block .service-inner {
        max-width: 1240px;
        margin: 0 auto;
        display: block;
    }

.service-box {
    width: 100%;
    text-align: center;
    float: left;
    padding: 20px;
}


    .service-box img {
        margin: 0 auto;
    }

    .service-box h2 {
        line-height: 1;
        font-weight: 100;
        margin-bottom: 20px;
        color: #fff;
    }

    .service-box .btn-our {
        color: #f47920;
        border: 1px solid #f47920;
        padding: 10px 30px;
        text-decoration: none;
        display: inline-block;
        width: 240px;
        margin: 10px auto 0;
        text-transform: uppercase;
        -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    }

        .service-box .btn-our:hover, .service-box .btn-our:focus {
            background: #f47920;
            color: #fff;
            text-decoration: none;
        }

.features-type-box img {
    width: 70px;
    margin: 0 auto;
}

    .features-type-box img:first-child {
        height: 70px;
    }

.owl-carousel .owl-item img {
    width: 70px;
}

.banner-container {
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 5px;
}

    .banner-container img {
        margin: 0 auto;
    }

    .banner-container h1 {
        padding-top: 70px;
    }

.our-software-banner {
    background-color: #042b50;
}

    .our-software-banner img {
        height: 250px;
    }

.banner-container h1 {
    padding-top: 0px;
    color: #fff;
}

.work-tabs.our-software-tabs .tab-content {
    border-top: none;
}

.bottom-container {
    margin: 0 auto;
    padding: 30px 0;
}



.bottom-text {
    padding-top: 60px;
}

.footer-copyright {
    font-size: 11px;
}

.footer-top {
    background: #042b50;
    padding: 25px 0;
}

    .footer-top .footer-top-container {
        margin: 0 auto;
    }


    .footer-top .footer-logo {
        display: block;
        float: left;
    }

    .footer-top .btn-get-started {
        float: right;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
        display: inline-block;
        background: #f47920;
        color: #fff;
        border: 1px solid transparent;
        text-transform: uppercase;
        padding: 13px 40px;
    }

        .footer-top .btn-get-started:hover {
            background: #d0541a;
            border: 1px solid #d0541a;
            border-width: 1px;
            border-style: solid;
            border-image: initial;
        }



.main-footer-container .list-unstyled li {
    margin-bottom: 10px;
}

    .main-footer-container .list-unstyled li a {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
    }

.subscribe-block .form-control {
    float: none;
    width: 100%;
    margin: 0;
    border: 1px solid #042b50;
    box-shadow: none;
    border-radius: 0px;
    max-width: none;
}

    .subscribe-block .form-control.email-address {
        width: 52%;
        margin-top: 5px;
        float: left;
    }


.subscribe-block .form-group .btn-submit {
    float: right;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    display: inline-block;
    background: #fff;
    color: #f47920;
    border: 1px solid #f47920;
    text-transform: uppercase;
    padding: 9px 30px;
    line-height: 1.1;
    margin-top: 5px;
    width: 45%;
}

    .subscribe-block .form-group .btn-submit:hover, .subscribe-block .form-group .btn-submit:focus {
        background: #f47920;
        color: #fff;
    }



.main-footer-container {
    margin: 0 auto;
}


/******* insights page css********/
.outer-container.insights-page {
    background-color: #e5e7e9;
}

.insights-container {
    max-width: 1240px;
    margin: 0 auto;
}

.insights-post {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50%;
    background-color: #fff;
    cursor: pointer;
}

    .insights-post:hover {
        background-color: #f7f7f7;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

        .insights-post:hover .insights-post-image {
            opacity: 0.8;
            -webkit-transition: opacity 0.2s ease-in-out;
            -moz-transition: opacity 0.2s ease-in-out;
            -ms-transition: opacity 0.2s ease-in-out;
            -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
        }

.insights-post-image {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

    .insights-post-image .category {
        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        position: absolute;
        bottom: 8px;
        right: 8px;
        color: #fff;
        text-transform: uppercase;
        padding: 6px 10px;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out;
    }

.insights-post-content {
    min-height: 280px;
    width: 100%;
    display: inline-block;
    padding: 30px 20px 48px;
    position: relative;
}

    .insights-post-content h2 {
        font-weight: 300;
        color: #f47920;
        font-size: 24px;
        line-height: 1.2;
        margin-top: 0;
    }

    .insights-post-content p {
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        color: #303840;
    }

.insights-main-post .insights-post-content {
    padding: 65px 50px 75px;
    min-height: 470px;
}

    .insights-main-post .insights-post-content h2 {
        font-size: 35px;
        margin: 0 0 10px 0;
    }

    .insights-main-post .insights-post-content h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #363b3f;
        line-height: 1.2;
        margin: 0 0 20px 0;
    }

.insights-post-content .read-more-btn {
    color: #f47920;
    border: 1px solid #f47920;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    cursor: pointer;
}

    .insights-post-content .read-more-btn:hover, .insights-post-content .read-more-btn:focus {
        background: #f47920;
        color: #fff;
        text-decoration: none;
    }

.insights-post-content-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: table;
    width: 100%;
}

    .insights-post-content-footer .tags {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        padding: 13px 20px 13px 50px;
        color: #a2a5a9;
        display: table-cell;
        vertical-align: bottom;
    }

    .insights-post-content-footer .read-more-link {
        display: table-cell;
        vertical-align: bottom;
        padding: 20px 10px 10px 20px;
        font-size: 12px;
        color: #b9b9b9;
    }

    .insights-post-content-footer .share-btn {
        display: table-cell;
        vertical-align: bottom;
        text-align: right;
    }

        .insights-post-content-footer .share-btn span {
            font-size: 12px;
            color: #a2a5a9;
            border-top: 1px solid #e5e7e9;
            border-left: 1px solid #e5e7e9;
            padding: 12px 30px;
            text-decoration: none;
            display: inline-block;
            cursor: pointer;
            -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
            transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
        }

            .insights-post-content-footer .share-btn span:hover, .insights-post-content-footer .share-btn span:focus {
                background-color: #000;
                color: #fff;
            }

.load-more-post-btn {
    padding: 13px 40px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #959da4;
    border: 1px solid currentColor;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    display: inline-block;
    margin: 30px auto 50px;
}

    .load-more-post-btn:hover, .load-more-post-btn:focus {
        background: #959da4;
        border: 1px solid #959da4;
        color: #fff;
        text-decoration: none;
    }

/*Pricing table css start*/
.pricing-table-outer {
    padding: 15px 0 0px;
}

.columns {
    float: left;
    width: 50%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .price:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    }

    .price .header {
        background-color: #042b50;
        color: white;
        font-size: 25px;
        padding: 15px;
        margin: 0;
    }

    .price li {
        border-bottom: 1px solid #eee;
        text-align: center;
        color: #000;
        margin: 0 20px;
        padding: 12px 0;
    }

    .price .grey {
        background-color: #eee;
        font-size: 18px;
        padding: 10px;
        margin: 0;
    }

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.another-plan-options {
    background: #eee;
    padding: 10px 15px;
}

    .another-plan-options h1 {
        margin-top: 0;
    }

    .another-plan-options h2 {
        margin-bottom: 0;
    }

.another-plan-options {
    margin-bottom: 40px;
}

/*Pricing table css end*/

/************ Responsive  ************/
@media screen and (max-width:767px) {
    .bottom-container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
    }

        .bottom-container img {
            margin: 0 auto;
            display: block;
        }

    .footer-top .footer-top-container {
        text-align: center;
    }

    .footer-top .footer-logo {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
    }

    .main-footer-container {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-top .btn-get-started {
        float: none;
        display: inline-block;
    }

    .our-software .work-tabs .tab-content .tab-content-area {
        position: static;
        min-height: inherit;
    }

    .our-software .work-tabs .tab-content .tab-pane .tab-content-area:nth-child(odd) {
        padding-left: 0px;
    }

    .our-software .work-tabs .tab-content .tab-pane .tab-content-area:nth-child(even) {
        padding-right: 0px;
    }

    .our-software .work-tabs .tab-content .tab-content-area .tab-img-section {
        position: static;
        width: 90%;
        min-height: 200px;
        margin: 0 auto;
    }

        .our-software .work-tabs .tab-content .tab-content-area .tab-img-section a {
            display: block;
            height: 200px;
        }

        .our-software .work-tabs .tab-content .tab-content-area .tab-img-section .tab-img-inner {
            background-size: contain;
        }

    .our-software .tab-desc {
        padding: 15px;
        min-height: inherit;
    }

        .our-software .tab-desc .tab-content-inner {
            position: static;
            padding-right: 0px;
            width: 100%;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -ms-transform: translateY(0);
        }

            .our-software .tab-desc .tab-content-inner h2 {
                font-size: 25px;
                margin-bottom: 10px;
            }

    .tab-desc .tab-content-inner p {
        font-size: 16px;
        line-height: 1.2;
    }

    .service-box {
        width: 100%;
        float: none;
    }

        .service-box h2 {
            font-size: 25px;
        }

        .service-box .btn-our {
            margin-bottom: 20px;
        }

    .body .navbar-nav {
        padding: 0 15px;
    }

    .columns {
        width: 100%;
    }

    .price li {
        padding: 10px 0;
    }

    .price .header, .price .grey {
        padding: 10px;
    }

    .pricing-table-outer {
        padding: 15px 0;
    }


    .home-banner {
        min-height: 150px;
    }

    .home-banner-img {
        height: 145px;
    }
}

@media screen and (max-width:991px) {
    /******* insights page css********/
    .insights-post {
        padding-left: 0;
    }

    .insights-post-image {
        position: relative;
        padding-top: 40%;
        display: block;
        width: 100%;
    }

    .insights-main-post .insights-post-content, .insights-post-content {
        padding: 20px;
        min-height: auto;
    }

        .insights-post-content h2, .insights-main-post .insights-post-content h2 {
            font-size: 26px;
        }

        .insights-post-content .read-more-btn {
            display: block;
        }

    .insights-post-content-footer .tags {
        padding: 10px 0;
    }

    .insights-post-content-footer {
        position: static;
    }

        .insights-post-content-footer .read-more-link {
            padding: 0;
        }

        .insights-post-content-footer .share-btn {
            display: none;
        }
}

@media screen and (min-width:768px) {
    .features-types-section .features-type-box {
        float: left;
        width: 25%;
    }

    .body .navbar-nav > li {
        padding: 0 15px;
    }

        .body .navbar-nav > li > a {
            font-size: 14px;
        }

    .body .navbar-right {
        margin-right: 0px !important;
    }

    .work-tabs .nav-tabs {
        width: 90%;
    }

    .our-software .outer-container .see-how-wrapper {
        padding: 0px 0 !important;
    }

    .our-software-banner img {
        height: 300px;
    }

    .banner-container h1 {
        padding-top: 90px;
        padding-right: 150px;
    }

    .service-box h2 {
        font-size: 29px;
    }

    .bottom-container {
        width: 96%;
        padding: 0 2%;
    }

    .footer-top .footer-top-container {
        width: 96%;
        padding: 0 2%;
    }

    .main-footer-container {
        width: 96%;
        padding: 20px 2%;
    }

    .subscribe-block .form-control {
        width: 32%;
        float: left;
    }

    .subscribe-block .form-group .btn-submit {
        padding: 9px 25px;
    }

    .subscribe-block {
        text-align: right;
    }

        .subscribe-block .form-control.email-address {
            border-left: none;
            margin-top: 0px;
            width: 32%;
        }

        .subscribe-block .form-group .btn-submit {
            width: auto;
            margin-top: 0px;
        }

    .our-software-banner {
        height: 300px;
    }
}

@media screen and (min-width:992px) {
    .work-tabs .nav-tabs {
        width: 70%;
    }

    .service-box h2 {
        font-size: 36px;
    }

    .subscribe-block .form-control {
        width: 36%;
    }
}

@media screen and (min-width:1200px) {
    .work-tabs .nav-tabs {
        width: 90%;
    }

    .bottom-container {
        max-width: 1240px;
    }

    .footer-top .footer-top-container {
        max-width: 1240px;
        margin: 0 auto;
    }

    .main-footer-container {
        max-width: 1240px;
    }

    .subscribe-block .form-control {
        width: 38%;
    }
}

.getstarted-footer {
    width: 100%;
}

@media screen and (min-width:1440px) {
    .getstarted-footer {
        position: absolute;
        bottom: 0px;
    }

    .footer-fixed-html {
        position: relative;
        min-height: 100%;
    }

        .footer-fixed-html body {
            margin-bottom: 310px;
        }
}







.tt-header-logo {
    height: 75px;
}









/* Text */

.tt-text {
    padding-left: 3%;
    padding-right: 3%;
    color: #042B50;
    width: inherit;
    width: inherit;
    text-decoration: none;
}

    .tt-text p {
        font-size: 18px;
    }

    .tt-text ul li {
        font-size: 18px;
    }

    .tt-text h2 {
        padding-bottom: 0px;
        text-align: center;
        font-weight: bold;
        font-size: 28px;
    }

    .tt-text h5 {
        padding-bottom: 0px;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }



.tt-text-transform-none {
    text-transform: none !important;
}

.tt-text-transform-Title {
    text-transform: capitalize !important;
}

/*Grid*/

.tt-grid-flex-container {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    width: 80vw;
    position: relative;
}

.tt-grid-flex-1 {
    display: flex;
    position: relative;
    width: calc(80vw - 2px);
    flex-direction: column;
    justify-content: space-between;
}

.tt-grid-flex-2 {
    display: flex;
    position: relative;
    width: calc(40vw - 2px);
    flex-direction: column;
    justify-content: space-between;
}

.tt-grid-flex-3 {
    display: flex;
    position: relative;
    width: calc(26.63vw - 1px);
    flex-direction: column;
    justify-content: space-between;
}

.tt-grid-flex-6 {
    display: flex;
    position: relative;
    width: calc(13vw - 0.5px);
    flex-direction: column;
    justify-content: space-between;
}


@media screen and (max-width: 1366px) {

    .tt-container {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

    .tt-grid-flex-container {
        width: 90vw;
    }

    .tt-grid-flex-1 {
        width: calc(90vw - 2px);
    }

    .tt-grid-flex-2 {
        width: calc(45vw - 2px);
    }

    .tt-grid-flex-3 {
        width: calc(30vw - 1px);
    }

    .tt-grid-flex-6 {
        width: calc(30vw - 1px);
    }
}


@media screen and (max-width: 1000px) {

    .tt-container {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

    .tt-grid-flex-container {
        width: 90vw;
        margin-bottom: 15px;
    }

    .tt-grid-flex-1 {
        width: calc(90vw - 2px);
    }

    .tt-grid-flex-2 {
        width: calc(90vw - 2px);
    }

    .tt-grid-flex-3 {
        width: calc(90vw - 2px);
    }

    .tt-grid-flex-6 {
        width: calc(90vw - 2px);
    }

    .tt-grid-flex-responsive-top {
        order: 1;
    }

    .tt-grid-flex-responsive-bottom {
        order: 2;
    }
}



.tt-container {
    margin-top: 10px;
    padding-left: 10vw;
    padding-right: 10vw;
}


.tt-container-horizontal-centre {
    width: inherit;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
}

.tt-container-horizontal-left {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.tt-container-horizontal-right {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.tt-container-horizontal-justify {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}









.tt-grid-flex-top {
    display: flex;
    position: relative;
    width: inherit;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.tt-grid-flex-middle {
    display: flex;
    position: relative;
    width: inherit;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
}

.tt-grid-flex-bottom {
    display: flex;
    position: relative;
    width: inherit;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}




.tt-grid-img-fullwidth {
    width: inherit;
    object-fit: contain;
    display: block;
    height: auto;
}






/* Colours */

.tt-tab-blue {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    display: inline-block;
    background: #042B50;
    color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    /* margin: 0px 10px 10px 10px; */
    width: 100%;
    /* width: calc(100% - 20px); */
    padding: 13px;
}

.tt-Border-Blue {
    border: 1px solid #042B50;
}

.tt-background-blue {
    background-color: #042B50 !important;
}

.tt-background-white {
    background-color: #FFFFFF !important;
}

.tt-text-blue {
    color: #042B50 !important;
}

.tt-text-white {
    color: #FFFFFF !important;
}

.tt-text-header {
    color: #FFFFFF !important;
}

/* Size and Position */

.tt-width-half {
    width: 50% !important;
    padding: 13px;
}

.tt-width-half {
    width: 50% !important;
    padding: 13px;
}

.tt-width-full {
    width: 100% !important;
}

.tt-autowidth {
    width: auto !important;
    padding: 13px;
}

.tt-margin-small {
    margin: 10px 10px 10px 10px !important;
}

.tt-margin-none {
    margin: 0px 0px 0px 0px !important;
}

/*.tt-forcestandardsize {
    background-image: url("\images\wp-standardsize.png");
}*/














