﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../font/OpenSans-Regular/OpenSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/OpenSans-Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/OpenSans-Regular/OpenSans-Regular.woff') format('woff'), /* Modern Browsers */
    url('../font/OpenSans-Regular/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/OpenSans-Regular/OpenSans-Regular.svg#OpenSans-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../font/Lato-Regular/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/Lato-Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Lato-Regular/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../font/Lato-Regular/Lato-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/Lato-Regular/Lato-Regular.svg#OpenSans-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Barlow-Regular';
    src: url('../font/Barlow-Regular/Barlow-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/Barlow-Regular/Barlow-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Barlow-Regular/Barlow-Regular.woff') format('woff'), /* Modern Browsers */
    url('../font/Barlow-Regular/Barlow-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/Barlow-Regular/Barlow-Regular.svg#Barlow-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Avenir-Next-Regular';
    src: url('../font/Avenir-Next-Regular/Avenir-Next-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/Avenir-Next-Regular/Avenir-Next-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Avenir-Next-Regular/Avenir-Next-Regular.woff') format('woff'), /* Modern Browsers */
    url('../font/Avenir-Next-Regular/Avenir-Next-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/Avenir-Next-Regular/Avenir-Next-Regular.svg#Avenir-Next-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Verdana';
    src: url('../font/Verdana/Verdana.eot'); /* IE9 Compat Modes */
    src: url('../font/Verdana/Verdana.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Verdana/Verdana.woff') format('woff'), /* Modern Browsers */
    url('../font/Verdana/Verdana.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/Verdana/Verdana.svg#Verdana') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Verdana-Bold';
    src: url('../font/Verdana-Bold/Verdana-Bold.eot'); /* IE9 Compat Modes */
    src: url('../font/Verdana-Bold/Verdana-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Verdana-Bold/Verdana-Bold.woff') format('woff'), /* Modern Browsers */
    url('../font/Verdana-Bold/Verdana-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/Verdana-Bold/Verdana-Bold.svg#Verdana-Bold') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'OpenSans-Regular';
    overflow-x: hidden;
    color: #333;
    font-size: 14px;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Lato-Regular' !important;*/
    /*letter-spacing: 0.2px;*/
}

.text-info {
    color: #67a5cb !important;
}

.text-maroon {
    color: #ce0000;
}

.btn-warning {
    color: #fff;
    background-color: #ff8303 !important;
}

    .btn-warning:hover, .btn-warning:focus {
        background-color: #4a83c3 !important;
    }

.btn-outline-info {
    color: #457fbf !important;
    background-color: transparent !important;
    border: 2px solid #457fbf !important;
}

    .btn-outline-info:hover, .btn-outline-info:focus {
        color: #4a83c3 !important;
        background-color: transparent !important;
        border: 2px solid #4a83c3 !important;
    }

.btn-info {
    color: #fff;
    background-color: #4a83c3 !important;
    transition: .35s;
}

    .btn-info:hover, .btn-info:focus {
        color: #fff;
        background-color: #8c8c8c !important;
    }

.btn-grey {
    color: #fff;
    background-color: #8c8c8c !important;
}

.topHeader {
    background-color: #333;
    color: #fff;
    padding: 6px;
}

    .topHeader i {
        color: #ce0000;
    }

.navbar {
    /*top: 36px;*/
    background-color: rgba(254, 254, 254, 0.95) !important;
    padding: 0px 0px !important;
}

    .navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
        background-color: rgba(0,0,0,.0);
        color: #ce0000;
    }

    .navbar .nav-container-fluid {
        margin: 0 auto;
        max-width: 1920px;
        width: 95%;
    }

    .navbar .nav-item {
        position: relative;
    }

        .navbar .nav-item:after {
            content: "/";
            color: #b9b9b9;
            /* font-size: 18px; */
            padding-right: 0.5em;
            position: absolute;
            top: 6px;
            left: 0;
        }

        .navbar .nav-item:first-child:after/*,
        .navbar .nav-item:last-child:after*/ {
            content: '';
        }

.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    border: 1px solid rgba(204, 204, 204, 0.5);
}

.navbar .dropdown-menu a {
    padding: 12px 24px;
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.75);
}

    .navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
        background-color: #ce0000;
        color: #fff;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-transition: .8s;
    transition: .8s;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #ce0000;
}

.nav-item:nth-last-child(2) .dropdown-menu {
    right: 0px !important;
    left: auto;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a:after {
        display: inline-block;
        margin-left: .455em;
        vertical-align: middle;
        content: "";
        border-left: .3em solid;
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        top: 0px;
    }
}

@media (max-width: 480px) {
    .d-xs-none {
        display: none !important;
    }
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    font-size:12px;
    color: #111;
    transition: .35s;
    font-weight: 600;
    text-transform: uppercase;
}

    .navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #333;
    }

.carousel, .carousel-inner {
    height: 100%;
    position: relative;
}

.carousel-item .view h1 {
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 55px;
    text-shadow: 1px 2px 4px #333;
}

.carousel .view .mask {
    display: none !important;
}

.carousel-indicators {
    bottom: 40px;
}

.carousel-wrapper {
    position: relative;
    height: 85%;
}

.carousel-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 200px 0;
    color: #fff;
    font-weight: bold;
}

    .carousel-text:before {
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        width: 54%;
        background-color: rgba(206, 0, 0, 0.70);
        content: '';
        transform: skewX( -11deg );
        margin-left: -68px;
        background: rgb(131,58,180);
        background: linear-gradient(90deg, rgba(131, 58, 180, 0.75) 0%, rgba(206, 0, 0, 0.75) 50%, rgba(252, 127, 69, 0.75) 100%);
    }

.mission {
    background: #ff8303;
    color: #fff;
}

.missionTitle {
    border-right: 1px solid #ccc;
}

.btn {
    font-family: 'Verdana';
    box-shadow: none;
}
/*feature section*/
.features {
    /*background: url('../img/slider03.jpg') no-repeat center center fixed;*/
    /*background-size: cover;
    padding: 60px 0;
    background: #8b909d;
    color: #f5f5f5;*/
}

    .features .circle-icon {
        width: 80px;
        height: 80px;
        margin: 0px auto 15px auto;
        border-radius: 50%;
        line-height: 80px;
        /*background: #ff8303;*/
        color: #808080;
        font-size: 40px;
        text-align: center;
    }

    .features a:hover > .circle-icon {
        color: #4a83c3;
    }

/*.features h4 {
        color: #111;
    }*/
.mdb-color.lighten-3 {
    background-color: #262526 !important;
}

.feature-box {
    color: #fff;
    /*border: 1px solid rgba(204, 204, 204, 0.60);*/
    padding: 25px 15px;
    /*background: rgba(255, 255, 255, 0.88);*/
}

.features .btn-outline-grey {
    /*background: #4a83c3 !important;*/
    color: #fff !important;
    border-color: #fff !important;
    box-shadow: none;
    font-family: 'Verdana' !important;
    border-radius: 0px;
}

    .features .btn-outline-grey:hover {
        background: #67a5cb !important;
        color: #fff !important;
        border-color: #619cc0 !important;
    }

.collectionBanner {
    position: relative;
    overflow: hidden;
    transition: transform .5s ease;
}

    .collectionBanner h3 {
        /*position: absolute;
        top: 36px;
        left: 40px;
        font-weight: 600;
        font-size: 23px;
        text-transform: uppercase;*/
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        font-size: 23px;
        text-transform: uppercase;
        transform: translateY(-50%);
    }

    .collectionBanner img {
        transition: transform .5s ease;
    }

    .collectionBanner:hover img {
        transform: scale(1.1);
        transition: transform .5s ease;
    }

.page-header {
    padding: 90px 0px 20px 0px;
}

.innerpage {
    padding-top: 60px;
}

.headerdivider {
    border-color: #67a5cb;
    border-width: 2px;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}
/*.fa-quote-left, .fa-quote-right{
    font-size:13px;
}*/
a {
    color: #ce0000;
}

.md-form {
    position: relative;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.productSlider .carousel-indicators {
    bottom: -40px;
}

    .productSlider .carousel-indicators li {
        background-color: #595959;
    }

/*image gallery css*/

#gallery {
    /*padding-top: 40px;*/
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 0px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

    .img-wrapper img {
        width: 100%;
    }

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
}

    .img-overlay i {
        color: #fff;
        font-size: 3em;
    }

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%;
    }


.section2 {
    position: relative;
    overflow: hidden;
}

    .section2 .contactform {
        position: absolute;
        top: 0;
        bottom:0px;
        right: 0%;
        z-index: 99;
        background: #111;
        padding: 30px 40px 70px;
        box-sizing: border-box;
        width: 30%;
    }
        .section2 .contactform label{
            width:100%;
        }
        .section2 .contactform input.form-fields,
        .section2 .contactform button.form-fields,
        .section2 .contactform textarea.form-fields {
            padding: 0 0 0 40px;
            display: block;
            box-sizing: border-box;
            width: 100%;
            font-size: 16px;
            background: #323232;
            margin: 7px 0;
            border: 1px solid #ccc;
            color: #6BECDB;
            opacity: 0.5;
            min-height: 45px;
            text-shadow: none;
            position: relative;
        }

        .section2 .contactform textarea.form-fields {
            padding: 8px 40px;
            resize: none;
        }

        .section2 .contactform button.form-fields.button,
        .section2 .contactform button.form-fields.btn{
            color: #f5f5f5;
            font-size: 14px;
            padding: 0;
            text-transform: uppercase;
            background: #ce0000;
        }

            .section2 .contactform button.form-fields.button:hover,
            .section2 .contactform button.form-fields.btn:hover{
                background: #ce0000;
                color: #fff;
                cursor: pointer;
                opacity: 1;
            }

            .section2 .contactform button.form-fields.button i {
                margin-left: 10px;
            }

        .section2 .contactform h5 {
            color: #fff;
            font-size: 16px;
            margin-bottom: 15px;
        }

        .section2 .contactform label .cntfrmicn {
            color: #fff;
            padding: 14px;
            position: absolute;
            z-index: 99;
            margin-top: 5px;
        }
.contanctusform {
    padding: 35px;
    /* border: 1px solid #f0f0f0; */
    background-color: #fff;
    box-shadow: 0px 1px 14px 0px rgba(40, 40, 40, 0.15);
    margin-bottom: 30px;
}
.client-testimonial {
    background: #fff;
    padding: 20px 30px;
    position: relative;
    box-shadow: 0px 1px 10px -1px #ccc;
}
    .client-testimonial h5 {
        font-size: 17px;
        border-top: 1px solid rgba(204, 204, 204, 0.44);
        padding-top: 14px;
        margin-bottom:3px;
        text-align:right;
    }
    .client-testimonial p:last-child{
        margin-bottom:0px;
    }
    @media only screen and (max-width: 660px) {
        .container {
        padding: 10px 20px 30px;
    }

    .contmap {
        height: 475px !important;
    }

    .sec1title h1 {
        font-size: 28px;
    }

    .section2 .contactform {
        padding: 10px;
        right: 0;
        width: 100%;
    }

        .section2 .contactform input.form-fields, .section2 .contactform button.form-fields, .section2 .contactform textarea.form-fields {
            width: 100%;
        }
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

.cloudcomputing {
    background: url('../img/Mailing-Solution2.png') no-repeat left center;
    background-size: cover;
    position: relative;
}

    .cloudcomputing:before {
        position: absolute;
        left: 0px;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(84, 78, 78, 0.35);
        content: '';
    }

    .cloudcomputing .servicebox {
        min-height: 150px;
        margin-bottom: 15px;
    }

.domain-registraion {
    position: relative;
    background: #fafafa;
    padding: 50px 0;
    /*background:url('../img/domain-reg1.png') no-repeat left center;*/
}

    .domain-registraion:before {
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        width: 62%;
        background-color: #b3b3b33b;
        content: '';
        transform: skewX( -11deg );
        margin-right: -68px;
    }

.red-text {
    color: #ce0000 !important;
}

.fullAdmDataControl {
    background: url('../img/img1.jpg') no-repeat left center;
    background-size: cover;
    position: relative;
}

    .fullAdmDataControl:before {
        position: absolute;
        left: 0px;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(238, 238, 238, 0.93);
        content: '';
    }

.cleanInbox {
    background: url('../img/clean-your-inbox.jpg') no-repeat left center;
    background-size: cover;
    position: relative;
}

    .cleanInbox:before {
        position: absolute;
        left: 0px;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(238, 238, 238, 0.95);
        content: '';
    }
.mobileAppExp {
    background: url('../img/mobileApp.jpg') no-repeat left center;
    background-size: cover;
    position: relative;
}

    .mobileAppExp:before {
        position: absolute;
        left: 0px;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(238, 238, 238, 0.90);
        content: '';
    }
.checklist {
    list-style-type: none;
    padding: 0px;
}

    .checklist li {
        position: relative;
        padding-left: 20px;
    }

        .checklist li:before {
            content: "\f05d";
            font-family: FontAwesome;
            color: #ce0000;
            padding-right: 0.5em;
            position: absolute;
            top: 0px;
            left: 0;
        }
    .checklist.withBorder li{
        border-bottom:1px dashed #ccc;
        margin-bottom:10px;
    }
    .services {
        position: relative;
        background: #f4f4f4;
    }

    .services:before {
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        width: 50%;
        background-color: #ce0000;
        content: '';
        transform: skewX( -20deg );
        margin-left: -145px;
    }

.servicebox {
    padding: 20px;
    margin: 10px -5px;
    border: 1px solid #ccc;
    border-bottom-width: 3px;
    background: #fff;
}

    .servicebox h4 {
        color: #333;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .servicebox a {
        color: #333;
    }

    .servicebox:hover {
        border-bottom-color: #ce0000;
    }

        .servicebox:hover a {
            color: #ce0000;
        }

.pricing-table {
    background-color: rgba(238, 238, 238, 0.25);
    border-top: 1px solid #d8d8d8;
}

    .pricing-table .block-heading {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .pricing-table .block-heading h2 {
            color: #ce0000;
        }

        .pricing-table .block-heading p {
            text-align: center;
            /*max-width: 420px;
            margin: auto;opacity: 0.7;*/
            margin: 15px;
        }

    .pricing-table .heading {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
    }

    .pricing-table .item {
        background-color: #ffffff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
        border-top: 2px solid #ce0000;
        padding: 30px 20px;
        overflow: hidden;
        position: relative;
    }

    .pricing-table .item {
        min-height: 600px;
        margin: 0px -8px;
        margin-bottom: 50px;
    }

        .pricing-table .item button {
            font-weight: 600;
            margin-bottom: 15px;
        }

    .pricing-table .ribbon {
        width: 160px;
        height: 32px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
        background: #4dbe3b;
        transform: rotate(45deg);
        position: absolute;
        right: -42px;
        top: 20px;
        padding-top: 7px;
    }

    .pricing-table .item p {
        text-align: center;
        margin-top: 20px;
        opacity: 0.7;
    }

    .pricing-table .features .feature {
        font-weight: 600;
    }

    .pricing-table .features h4 {
        text-align: center;
        font-size: 18px;
        padding: 5px;
    }

    .pricing-table .features p {
        text-align: left;
        position: relative;
        padding-left: 15px;
    }

        .pricing-table .features p:before {
            content: "\f101";
            font-family: FontAwesome;
            color: #ce0000;
            padding-right: 0.5em;
            position: absolute;
            top: 0px;
            left: 0;
        }

        .pricing-table .features p i {
            color: #ce0000;
        }

    .pricing-table .price h4 {
        margin: 20px 0;
        font-size: 25px;
        text-align: center;
        color: #ce0000;
    }

        .pricing-table .price h4 small {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.7)
        }

    .pricing-table .buy-now button {
        text-align: center;
        margin: auto;
        font-weight: 600;
        padding: 9px 0;
    }
    .pricing-table .features.no-arrow p:before{
        content:'';
    }
    .pricing-table .features.no-arrow p{
        text-align:center;
        padding-bottom:25px;
    }
        .pricing-table .features.no-arrow p i{
            display:block;
            font-size:18px;
            margin-bottom:4px;
            margin-top:10px;
        }
        .featuresBox {
            position: relative;
            margin-bottom: 15px;
            padding: 2px 10px;
        }

    .featuresBox .icon-box {
        position: absolute;
        left: 0;
        top: 0px;
        font-size: 40px;
        color: #ce0000;
    }

    .featuresBox .desc-box {
        margin-left: 55px;
    }

#nextButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

    #nextButton:hover {
        opacity: 0.7;
    }

.industries{
    list-style-type:none;text-align:center;
}
    .industries li{
        width:25%;
        float:left;
        padding:30px 15px;
    }
        .industries li img{
            width:80px;
            color:#ce0000;
            margin-bottom:8px;
        }

        @media screen and (min-width: 768px) {
            #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

    #prevButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

    #exitButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}


footer.page-footer .footer-copyright {
    margin-top: 15px;
}



@-webkit-keyframes logoTicker {
    0% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(-2800px,0,0)
    }
}

@keyframes logoTicker {
    0% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(-2800px,0,0)
    }
}

.logoTicker {
    -webkit-animation: logoTicker 120s linear infinite;
    animation: logoTicker 120s linear infinite;
    display: flex
}

.logoTicker-wrapper {
    background: #fff;
    overflow: hidden;
    padding: 2.1875rem 0
}

.logoTicker-logo {
    align-self: center;
    flex: none;
    margin: 0 2.8125rem;
    width: 100px
}

.logoTicker-logoImage {
    transform: translateZ(0);
    width: 100%
}

.summary-column {
    padding: 50px 0;
    background: #161348;
    color: #fff;
}

.summaryBox {
    position: relative;
    font-weight: 600;
}

    .summaryBox i {
        font-size: 85px;
        left: auto;
        right: 0;
        top: -15px;
        color: #005acb;
        opacity: 0.4;
        position: absolute;
    }

#tabs {
    /*background: #007b5e;
    color: #eee;*/
}

    #tabs h6.section-title {
        /*color: #eee;*/
    }
/*.section-title{
    font-weight:600;
}*/
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    position: relative;
}

    #tabs .nav-tabs .nav-item.show .nav-link, #tabs .nav-tabs .nav-link.active.active {
        color: #ce0000;
        background-color: transparent;
        border-color: transparent transparent #ce0000;
        border-bottom: 4px solid !important;
        font-size: 20px;
        font-weight: bold;
    }

    #tabs .nav-tabs .nav-link.active:after {
        border: 15px solid transparent;
        border-top-color: #eb0000;
        border-bottom: 0;
        bottom: 0;
        content: '';
        left: 50%;
        margin-left: -15px;
        margin-bottom: -15px;
        position: absolute;
    }

#tabs .servicebox {
    min-height: 280px;
}

.buynowBox {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px 25px;
    margin-bottom: 25px;
    background: #aaf2ff; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(152, 164, 167, 7%) 0%, #fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(152, 164, 167, 7%) 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(152, 164, 167, 7%) 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaf2ff', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
}

    .buynowBox h5 small a {
        color: #4a83c3 !important;
        font-size: 14px;
    }

.contactDetail p{
    margin-bottom:0.5rem;
}

.footer-top-menu {
    margin: 0px;
    padding: 0px;
}

    .footer-top-menu li {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
        float: left;
        padding-bottom: 20px;
    }

footer.page-footer a {
    color: #f2f2f2;
    font-size: 13px;
    display: block;
    margin-bottom: 12px;
}

footer .footer-container-fluid {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}
/*zoho form overwrite*/
.zoho-contactform body  .backgroundBg {
    background: #111111 !important;
}
.zoho-contactform .formLogo {
    display: none !important
}


