﻿@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,400italic);
@import url(./font-awesome.min.css);

html, body
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif !important;
    background: #f5f5f5;
    font-size: 15px;
    line-height: 1.5em;
    color: #555;
    height: 100%;
}

* {
    box-sizing: border-box
}

.containertest {
    background-color: #1590d3;
    box-sizing: content-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.indentity {
    margin: 0 !important
}

figure.testimonial {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    padding: 0 20px;
    text-align: left;
    box-shadow: none !important;
}

    figure.testimonial * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    figure.testimonial img {
        max-width: 100%;
        vertical-align: middle;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        margin: 40px 0 0 10px;
    }

    figure.testimonial blockquote {
        background-color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0;
        padding: 25px 50px 30px;
        position: relative;
    }

        figure.testimonial blockquote:before, figure.testimonial blockquote:after {
            content: "\201C";
            position: absolute;
            color: #ff5057;
            font-size: 50px;
            font-style: normal;
        }

        figure.testimonial blockquote:before {
            top: 25px;
            left: 20px;
        }

        figure.testimonial blockquote:after {
            content: "\201D";
            right: 20px;
            bottom: 0;
        }

    figure.testimonial .btn {
        top: 100%;
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #fff;
        margin: 0;
        position: absolute;
    }

    figure.testimonial .peopl {
        position: absolute;
        bottom: 45px;
        padding: 0 10px 0 120px;
        margin: 0;
        color: #ffffff;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

        figure.testimonial .peopl h3 {
            opacity: 0.9;
            margin: 0;
        }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-btn.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev:before, .slick-next:before {
        font-family: "FontAwesome";
        font-size: 40px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -40px;
}

    .slick-prev:before {
        content: "";
    }

.slick-next {
    right: -40px;
}

    .slick-next:before {
        content: "";
    }




.container {
    box-sizing: content-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.indentity {
    margin: 0 !important
}

figure.testimonial {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    padding: 0 20px;
    text-align: left;
    box-shadow: none !important;
}

    figure.testimonial * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    figure.testimonial img {
        max-width: 100%;
        vertical-align: middle;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        margin: 40px 0 0 10px;
    }

    figure.testimonial blockquote {
        background-color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0;
        padding: 25px 50px 30px;
        position: relative;
    }

        figure.testimonial blockquote:before, figure.testimonial blockquote:after {
            content: "\201C";
            position: absolute;
            color: #ff5057;
            font-size: 50px;
            font-style: normal;
        }

        figure.testimonial blockquote:before {
            top: 25px;
            left: 20px;
        }

        figure.testimonial blockquote:after {
            content: "\201D";
            right: 20px;
            bottom: 0;
        }

    figure.testimonial .btn {
        top: 100%;
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #fff;
        margin: 0;
        position: absolute;
    }

    figure.testimonial .peopl {
        position: absolute;
        bottom: 45px;
        padding: 0 10px 0 120px;
        margin: 0;
        color: #ffffff;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

        figure.testimonial .peopl h3 {
            opacity: 0.9;
            margin: 0;
        }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-btn.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev:before, .slick-next:before {
        font-family: "FontAwesome";
        font-size: 40px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -40px;
}

    .slick-prev:before {
        content: "";
    }

.slick-next {
    right: -40px;
}

    .slick-next:before {
        content: "";
    }


.imgdarken {
    filter: brightness(40%);
}

.viddarken {
    filter: brightness(30%);
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    overflow: hidden;
    height: auto;
}

/* Hide the images by default */
.mySlides {
    height: 640px;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: auto
}

/* Caption text */
.text {
    width: 75%;
    color: white;
    font-size: 38px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: justify;
    line-height: 150%;
}

.home-banner-button {
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #3498db;
    border-radius: 5px;
    color: #3498db;
    cursor: pointer;
    display: flex;
    align-self: center;
    line-height: 1;
    margin: 5px;
    padding: 0.5em 1.5em;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 63%;
    left: 70%;
    transform: translate(-50%, -50%);
    text-align: left;
}

    .home-banner-button:hover,
    .home-banner-button:focus {
        color: #fff;
        outline: 0;
    }

.indie-button {
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #3498db;
    border-radius: 5px;
    color: #3498db;
    cursor: pointer;
    display: flex;
    align-self: center;
    line-height: 1;
    margin: 5px;
    padding: 0.5em 1.5em;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    
    text-align: left;
}

    .indie-button:hover,
    .indie-button:focus {
        color: #fff;
        outline: 0;
    }

.firstb {
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
    .firstb:hover {
        box-shadow: 0 0 40px 40px #3498db inset;
    }

.inv-button {
    box-sizing: border-box;
    background-color: #3498db;
    border: 2px solid #3498db;
    border-radius: 5px;
    color: #fff;
    
    cursor: pointer;
    display: flex;
    align-self: center;
    line-height: 1;
    margin: 5px;
    padding: 0.5em 1.5em;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    text-align: left;
}


 

.dotcollect {
    position: absolute;
    bottom: 2%;
    left: 47%;
    transform: translate(-50%, -50%);
}

.w3-button {
    cursor: pointer;
    text-align: left;
    padding: 8px 16px
}

.w3-button:disabled {
        cursor: not-allowed;
        opacity: 1
}

.w3-button:hover {
        color: #000 !important;
        background-color: #fff !important
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #1695da !important
}

.w3-display-container {
    position: relative
}

    .w3-display-container:hover .w3-display-hover {
        display: block
    }

    .w3-display-container:hover span.w3-display-hover {
        display: inline-block
    }

.w3-display-hover {
    display: none
}


.w3-image {
    max-width: 100%;
    height: auto
}

.w3-display-left {
    text-align: left;
    line-height:180%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%)
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-white, .w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.w3-large {
    font-size: 18px !important
}

.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.9
}

.w3-hover-opacity-off:hover {
    opacity: 1
}



/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }



/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    user-select: none;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .dot:active, .dot:hover {
        background-color: #717171;
    }



/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #f4511e;
}

    .carousel-indicators li.active {
        background-color: #f4511e;
    }

.item_c h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item_c span {
    font-style: normal;
}

*
{
    box-sizing: border-box;
}

p, h2, h3
{
    margin: 0;
    padding: 0;
}
p
{
    padding-bottom:10px;
    
}
.page-wrapper
{
    background: #fff;
}

.inner
{
    max-width: 1200px;
    margin: 0 auto;
}

.header
{
    background: #1695da;
}

#headertable
{
    padding: 10px 20px;
    display: table;
    width: 100%;
}

    #headertable #logo
    {
        display: table-cell;
        vertical-align: middle;
        width: 20%;
    }

.navigation
{
    display: table-cell;
    vertical-align: middle;
}


    .navigation ul
    {
        margin: 0 0 0 auto;
        padding: 0;
        list-style: none;
        float: right;
    }

        .navigation ul li
        {
            margin: 0 0 0 30px;
            padding: 0;
            display: inline-block;
            position: relative;
        }

            .navigation ul li a
            {
                color: #fff;
                padding: 5px 10px;
                text-decoration: none;
                font-size: 15px;
                text-transform: uppercase;
                opacity: .6;
                transition: all ease .5s;
                border-top: 1px solid #ddd;
                font-weight: 400;
            }
            

                .navigation ul li a:hover
                {
                    opacity: 1;
                }

                .navigation ul li a.active
                {
                    border-top: 2px solid #fff;
                    opacity: 1;
                    color: #fff;
                }

    .navigation h2
    {
        display: none;
    }



.navigation2 {
    vertical-align: middle;
}


    .navigation2 ul {
        margin: auto;
        list-style: none;
    }

        .navigation2 ul li {
            margin: 0 0 0 30px;
            padding: 0;
            display: inline-block;
            position: relative;
        }

            .navigation2 ul li a {
                color: #fff;
                padding: 5px 10px;
                text-decoration: none;
                font-size: 20px;
                text-transform: uppercase;
                opacity: .6;
                transition: all ease .5s;
                border-top: 1px solid #ddd;
                font-weight: 400;
            }


                .navigation2 ul li a:hover {
                    opacity: 1;
                }

                .navigation2 ul li a.active {
                    border-top: 2px solid #fff;
                    opacity: 1;
                    color: #fff;
                }

    .navigation2 h2 {
        display: none;
    }



.header-right
{
    text-align: right;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    background: #0e6593;
    padding: 10px 0;
}

    .header-right .inner
    {
        padding: 0 20px;
    }

.carousel
{
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: normal;
    font-weight: 100;
    background: #fafafa;
}

.region-carousel
{
    position: relative;
    overflow: hidden;
}

    .region-carousel .fa-angle-left,
    .region-carousel .fa-angle-right
    {
        position: absolute;
        left: 10px;
        top: 50%;
        font-size: 50px;
        cursor: pointer;
        margin-top: -25px;
    }

    .region-carousel .fa-angle-right
    {
        left: inherit;
        right: 10px;
    }


    .region-carousel p
    {
        padding: 30px 25%;
    }

.page-content .inner
{
    padding: 70px 20px;
    background: #fff;
}

#footer
{
    color: #666;
    font-size: 13px;
    background: #f5f5f5;
    text-align: center;
}

    #footer .inner
    {
        padding: 50px 20px;
    }

.footercolumns
{
    background: #2e3037;
}

    .footercolumns .inner
    {
        padding: 30px 0;
        color: #fff;
        font-size: 14px;
    }

#footer-columns
{
    display: table;
    table-layout: fixed;
    width: 100%;
}

    #footer-columns .region
    {
        display: table-cell;
        width: 100%;
        border-left: 1px solid #22232a;
        border-right: 1px solid #373942;
        padding: 20px;
    }

        #footer-columns .region:first-child
        {
            border-left: none;
        }

        #footer-columns .region:last-child
        {
            border-right: none;
        }



.prodcontainer {
    padding: 0px 80px 40px;
}
    
.prodcimage{
    display: inline-block;
    vertical-align: top;
    width: 53%;
}

.prodctext {
    padding: 75px 30px;
    display: inline-block;
    width: 46%;
}


.Dark-content
{
    background: #1590d3; /* Old browsers */
    color: #fff;
    text-align: center;
}

.Dark-contenttest {
    background: #1590d3; /* Old browsers */
    
}

.Dark-contentproducts {
    background: #FFFFFF; /* Old browsers */
    color: #fff;
    text-align: center;
    overflow: hidden;
}


.service-box-outer {
    cursor: pointer;
    background: #25a6ed;
    padding: 15px;
    border-radius: 10px;
    min-height: 150px;
}
.service-box-outer h3{
    min-height: 30px;
    /* line-height: 44px; */
}
.service-box-outer dd{
}

    .service-box-outer p {
        display: none;
    }

    .service-box-outer:hover p {
        display: block;
    }

.service-box-outer:hover {
        opacity: 1;        
}

.service-box-outer h3.small-linehieght{
    /* line-height: 22px; */
}
    .Dark-content h2
    {
        color: #fff;
        padding-bottom: 0px;
        margin-bottom: 25px;
        border-bottom: solid 0px #21a5ed;
        font-weight: 400;
        font-size: 28px;
    }
    

    .Dark-content .inner
    {
        padding: 40px 20px;
    }

.Dark-content .innerproduct {
    padding: 26px 0px;
}

.submitted
{
    display: none;
}

.link-wrapper
{
    display: none;
}

.node-milesh
{
    display: none;
}

.region-header-right .fa
{
    font-size: 18px;

    color:#fff;
    margin-right:40px;
    cursor:pointer;
}
.region-header-right p
{
    padding:0;
}
.region-carousel .block
{
    display: none;
}

.slider1 {
    /* http://timmcmorris.com/artificial-intelligence-new-royalty-free-track/ */
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slides/infromation_technology.jpg) no-repeat center bottom;
    height: 500px;
    background-size: auto 1000px;
}

    .slider1 span
    {
        display: block;
        margin: 0 auto;
        padding: 190px 0;
        width: 1200px;
        /* font-weight: bold; */
        color: #fff;
        font-size: 1.2em;
        font-weight: 400;
}

.slider2 {
    /*https://www.relocatemagazine.com/4133free-sas-software-targets-big-data-skills-gap*/
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slides/dc.jpg) no-repeat center bottom;
    height: 500px;
    background-size: auto 900px;
}

    .slider2 span {
        color: #333;
        display: block;
        margin: 0 auto;
        padding: 190px 0;
        width: 1200px;
        color: #fff;
        font-size: 1.2em;
        font-weight: 400;
    }


h2
{
    font-weight: normal;
    font-size: 25px;
    line-height: normal;
    font-weight: 100;
    padding-bottom: 20px;
    color: #000;
}

h3
{
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    padding-bottom: 5px;
}

dl
{
    display: table;
    width: 100%;
    table-layout: fixed;
}

dd
{
    display: table-cell;
    width: 100%;
    line-height: normal;
    padding-right: 20px;
}

    dd:last-child
    {
        padding-right: 0px;
    }

.Dark-content .fa
{
    font-size: 100px;
    margin-bottom: 30px;
}

.page-content
{
    background: #fff;
}

.page-3dbox
{
    background: #eee;
    padding: 40px 0;
}

    .page-3dbox .content div
    {
    }

    .page-3dbox dl
    {
        float: left;
        position: relative;
        width: 295px;
        height: 295px;
        transition: 0.6s;
        -webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
    transform-style: preserve-3d;
    margin-right: 5px;
}

page-3dbox dl:last-child
{
    margin-right: 0;
}

.page-3dbox dt, .page-3dbox dd
{
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    height: 295px;
    margin: 0;
    padding: 20px;
    text-align: center;
}

.page-3dbox dt
{
    z-index: 2;
    /* for firefox 31 */
    /*  transition: 0.6s;
   -webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg); 
-o-transform: rotateY(00deg);
transform: rotateY(0deg);

 
 */
    background: #fff;
    font-size: 18px;
}

.page-3dbox dd
{
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg); /*IE9 only*/
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: 0.6s;
    color: #fff;
    background: #2e3037;
}



.page-3dbox .content div:hover dd
{
    /*
   -webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg); 
-o-transform: rotateY(00deg);
transform: rotateY(0deg);*/
}

.page-3dbox .content div:hover dt
{
    /*
  -webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);*/
}


.page-3dbox dt .fa
{
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 60px;
}
.box
{
    padding-bottom: 30px;
}

    .box h2
    {
        padding-bottom: 10px;
    }
.two-column
{
  
}
.column
{
    float:right;
    width:48%;
    margin-bottom:4%;
   
    padding:20px;
    box-shadow:0 0 4px rgba(0,0,0,.2);
    height:125px;
    
}
    .column:nth-child(2n+1)
    {
        
        clear:both;
        float:left;
        
    }
    .column h2
    {
        font-size:20px;
        font-weight:400;
    }
.Technologies
{
    background: url(../images/technologies.jpg) no-repeat 20px 45px;
}
.Frameworks 
{
    background: url(../images/frameworks.jpg) no-repeat 20px 45px;
}
.Cross-Platforms 
{
    background: url(../images/cross-platform.jpg) no-repeat 20px 45px;
}
.Front-End-Technologies
{
    background: url(../images/F-E-technology.jpg) no-repeat 20px 45px;
}
.Platforms 
{
    background: url(../images/platform.jpg) no-repeat 20px 45px;
}
.Database-QA
{
     background: url(../images/databases.jpg) no-repeat 20px 45px;
}
.callus
{
    background:#f9f9f9;
    padding:30px;
    text-align:center;
    color:#000;
    font-size:32px;
    line-height:1em;
}
    .callus h2
    {
          color:#000;
    font-size:28px;
    font-weight:400;
    padding-bottom:10px;
    }
.content-box
{
    padding:20px 0;
}
    .content-box h3
    {
        font-size: 17px;
  line-height: normal;
  font-weight: 400;
  padding-bottom: 10px;
  
    }
    .content-box ul
    {
        margin-top:10px;
    }
.contactusheading h2 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
}

.webform-client-form
{
     margin: 20px auto;
    width: 400px;
}
.solution-icons{
    height: auto;
    margin: 20px 0 10px 0;
}
.solution-icons svg{
    fill:#fff;
    max-width: 100px;
    max-height:100px;
}
.box-image{
    text-align: center;

}
.box-image img{
    max-width: 100%;
}
.clear{
    clear: both;
}

.healthcare-box{
    background: url(../images/healthcare.png) no-repeat left top;
    background-size: auto 100%;
    padding-left: 350px;
}
.box-left{
    float: left;
    width: 300px;
    margin-right: 30px;
}
.box-left img{
    width: 100%;
}
.box-right{
    float: right;
    width: 300px;
    margin-left: 30px;
}
.box-right img{
    width: 100%;
}
.image-container img{
    display: inline-block;
    vertical-align: middle;
    max-height: 82px;
}
.images-wrap{
    width: auto;
    height: 82px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 0px;
}
.tech-column{
    height: auto;
    width: 100%;
}
.floating-content-table{
    width: 100%;
    border-spacing: 0;
    background: #f9f9f9;
    display: table;
    margin: 20px 0;
}


.floating-content-table h2{
    font-size: 30px;
    font-weight: 400;
    color:#000;
}
.floating-content-table .row{
    display: table-row;
    width: 100%;
}
.floating-content-table .cells{
    display: table-cell;
}
.odd-table{
    background: #fff;
}

.even-table {
    background: #f9f9f9;
}
.floating-content-table .cells{
    padding: 20px;
    vertical-align: middle;
}
.floating-content-table .row .cells:first-child{
    width: 300px;
}
.floating-content-table.odd-table .row .cells:first-child{
    width: calc(100% - 300px);
}
.floating-content-table.odd-table .row .cells:last-child{
    width: 300px;
}
.table-float-image{
    width: 300px;
    border-radius: 5px;
}

.table-float-image.icon-image{
    width: 220px;
}

.form-item input,.form-item textarea{
    padding: 10px 7px;
    border:solid 1px #ddd;
    border-radius: 3px;
    width:400px;
}
.submit-button {
    background: #1695da;
    padding: 8px 16px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 3px;
}

.submit-button-wrapper {
    text-align: center;
}
.form-item {
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-item label{
    font-weight:bold;
    display:block;
    margin-bottom:5px;
}
.form-required{
    color:red;
}
.about-us-content h2{
    font-size:30px;
    color:#000;
    font-weight:400;

}
.about-us-content h3 {
    font-size: 21px;
    
}
.aboutus .service-box-outer {
    background: #fff;
    padding: 15px;
    min-height: 0px;
    text-align: center;
}
.aboutus .service-box-outer svg{
    fill:#000;
}
.error1 {
    color: red;
    background-color: white;
}
.success{
    color:green;
    font-weight:600;
}



.navigation{
    position: relative;
}

.mobile-menu{
    position: absolute;
    right:5px;
    top:0px;
    width: 35px;
    display: none;
}

.mobile-menu span{
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background:#fff;
    margin-bottom: 8px;
}

.responsive-images{
    text-align: center;
    display: none;
}

.responsive-images img{
    width: 300px;
    max-width:100%;
    margin: 10px 0;
}
.region-carousel .fa-angle-left, .region-carousel .fa-angle-right{
    z-index: 10;
    padding: 10px;
}
@media only screen and (min-width: 1250px) {
    html body .sub-menu{
        position: absolute;
        left: 0;
        top: 0px;
        width: 200px;
        z-index: 11;
        display: none;
        margin-top: 15px;
        padding-top: 15px;
    }
    
    .navigation ul li:hover .sub-menu{
        display: block;
    }
    html body .sub-menu li{
        margin-left: 0;
        width: 100%;
        background: #0e6593;
    }
    .sub-menu li a{
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 1250px) {
    html body .sub-menu{
        background: #1695da;
        padding: 10px;
        border-radius: 3px;
        margin: 0 0 6px 0;
        width: 100%;
        display: block;
        float:none;
    }
    .mobile-menu{
        display: block;
    }
    .inner,.slider1 span,.slider2 span {
        max-width: 100%;
    }
    #main-menu-links{
        display: none;
        position: absolute;
        right:0;
        top:60px;
        width: 210px;
        background: #0e6593;
        padding: 10px;
        border-radius: 3px;
        z-index: 11;
        float:none;
    }
    #main-menu-links li{
        margin: 0;
        display: block;
        float:none;
    }
    #main-menu-links li a{
        display: block;
        width: 100%;
        float:none;
    }
    html body #main-menu-links .sub-menu li a{
        font-size: 0.8em;
        padding: 2px 0;
        border-top:0;
        float:none;
    }
    .navigation ul li a,.navigation ul li a.active{
        border-top:0;
    }
    .region-darkcontent dl{
        display: block;
        text-align: center;
    }
    .region-darkcontent dd{
        display: inline-block;
        width: 46%;
        padding-right: 0;
        margin: 10px;
    }
}
@media only screen and (max-width: 850px) {
    .slider1, .slider2 {
        background-size: auto 200px;
        height: 300px;
    }

    .slider2 {
        background-position: center bottom 10px;
    }

    @media only screen and (max-width: 700px) {
        .aboutus dl {
            display: block;
            text-align: center;
        }

        .aboutus dd {
            display: inline-block;
            width: 44%;
            padding-right: 0;
            margin: 10px;
        }

        .region-header-right .fa {
            margin-right: 10px;
        }

        .region-darkcontent dd {
            width: 100%;
            padding-right: 20px;
        }

        .floating-content-table, .floating-content-table .row, .floating-content-table .cells {
            display: block;
        }

            .floating-content-table.odd-table .row .cells:first-child, .floating-content-table.odd-table .row .cells:last-child, .floating-content-table .row .cells:first-child {
                width: 100%;
            }

            .floating-content-table.odd-table .row .cells:last-child {
                display: none;
            }

            .floating-content-table .row .cells:first-child {
                display: none;
            }

            .floating-content-table.odd-table .row .cells:first-child {
                display: block;
            }

        .table-float-image {
            width: 300px;
            max-width: 100%;
        }

        .responsive-images {
            display: block;
        }
    }

    @media only screen and (max-width: 500px) {
        .aboutus dd {
            width: 100%;
            padding-right: 20px;
        }

        .webform-client-form {
            width: 100%;
        }

        .form-item input, .form-item textarea {
            width: 100%;
        }

        .slider1, .slider2 {
            background-size: auto 150px;
            height: 250px;
        }

        .slider2 {
            background-position: center bottom 20px;
        }

            .slider1 span, .slider2 span {
                font-size: 1em;
                line-height: 1em;
            }
    }
}

/* Products Page*/

/* Hide the images by default */
.productbanner {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
}

/* Caption text */
.productbanertext {
    width: 75%;
    color: white;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 150%;
}

.rowproduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.col-lg-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-size:26px;
}




.section-gapcard {
    padding: 120px 0;
}

.containercard {
    min-width: 992px !important;
}

.containercard {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 576px) {
    .containercard {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .containercard {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .containercard {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .containercard {
        max-width: 1140px;
    }
}

.container-fluidcard {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.rowcard {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-flex {
    display: flex !important;
}


.justify-content-center {
    justify-content: center !important;
}

.menu-content h1 {
    text-shadow: -8.485px 8.485px 10px rgba(127, 127, 127, 0.5);
}

.title {
    margin: 50px 0 30px;
}


.text-center {
    text-align: center;
}

.mb-10 {
    margin-bottom: 10px;
}

.col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.single-services {
    text-align: center;
    margin-top: 60px;
}

    .single-services .lnr {
        font-size: 35px;
        color: #222;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single-services h4 {
        margin-top: 30px;
        margin-bottom: 20px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single-services p {
        max-width: 318px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .single-services:hover h4 {
        color: #8490ff;
    }


    .p1-gradient-color, .single-services:hover .lnr {
        background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
        background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
        -webkit-text-fill-color: transparent;
    }









@font-face {
    font-family: 'Linearicons-Free';
    src: url('../fonts/Linearicons-Free.eot?w118d');
    src: url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'), url('../fonts/Linearicons-Free.woff?w118d') format('woff'), url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'), url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
