<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================================================
  SECTIONS
============================================================ */

@font-face
{
    font-family: roboto;
    src:  url('../css/roboto/ROBOTO-REGULAR.TTF');
}

@font-face
{
    font-family: robotoL;
    src:  url('../css/roboto/ROBOTO-LIGHT.TTF');
}
@font-face
{
    font-family: lunabar;
    src:  url('../css/roboto/ghost.ttf');
}
.readonlyTxt{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}

#captchaTxt {
    //padding: 9px;
    //outline: 0;
    //font: normal 13px/100% Verdana, Tahoma, sans-serif;
    //width: 10%;
    //height: 10%;
    //border: 1px solid;
    // background: #FFFFFF url('http://nettuts.s3.amazonaws.com/584_form/bg_form.png') left top repeat-x;
    background-color: #222222;
    color:white;
}
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../img/demo/_small/loading.gif") no-repeat center center rgba(0,0,0,0.7);
}
.vietnamese
{
    font-family:  roboto !important;
    text-shadow : none !important;
}

.vietnameseL
{
    font-family:  robotoL !important;
    text-shadow : none !important;
}
.captchaFont
{
    font-family:  lunabar !important;
    text-shadow : none !important;
    font-size:1.5em !important;
}
#popupModal{
    overflow-y:scroll;
}

.modal-open {
    overflow-y: hidden;
}
body.bodyScroll{
    overflow-y: hidden;
}

#myMapModal{
    /*    width:310px;
        height:310px;*/
}


.ui_ux_bg_div{
    display: flex;
    gap: 20px;
    height: 250px;
    justify-content: space-evenly;
    padding: 8px 5vw;
    margin-bottom: 30px;
}
.floated img{
    float: left;
    width: 100px;
    height:100px;
    //height:auto;
    background: red;
    margin: 0 20px 20px 0;
}
/************************   customize navbar  ****************************************/

.navbar-default .navbar-nav&gt;li&gt;a {
    color: black;
    font-size:1em;
    // font-weight:600;
    text-shadow:none !important;

}
.navbar-default .navbar-toggle {
    border: none;
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    border: none;
    background-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0px;
    margin-top: 5px;
    margin-right: -35px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 5px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-nav&gt;li&gt;a.hoverClass:hover,
.navbar-default .navbar-nav&gt;li&gt;a.hoverClass:focus,
.navbar-default .navbar-nav&gt;.active&gt;a.hoverClass
{
    color: white !important;
    /*    background-color: #e84c32 !important;*/
    box-shadow: inset 0 100px 0 0 #e84c32;
    /*     -webkit-transition: all ease 0.8s;
            -moz-transition: all ease 0.8s;
            transition: all ease 0.8s;*/
}

.button_sliding_bg {
    box-shadow: inset 0 100px 0 0 #ff725b;
    color: white !important;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.navigation
{
    display:none;
}

/*.navbar-header
{
    height:45px !important;
}*/
/****************************************************************/
.wrapper {
    text-transform: uppercase;
    // background: #ececec;
    // color: #555;
    // cursor: help;
    // font-family: "Gill Sans", Impact, sans-serif;
    font-size: 1em !important;
    // margin: 100px 75px 10px 75px;
    // padding: 15px 20px;
    position: relative;
    text-align: center;
    // width: 200px;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
    background: #eeeeee;
    bottom: 200%;
    color: black;
    display: block;
    left: -30px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    width: 300%;
    font-size: 1em !important;
    text-align:center;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    //height: 20px;
    left: 0;
    position: absolute;
    width: 300%;
}

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #eeeeee 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip {
    display: block;
}
.modal-dialog {
    //width: 100%;
    height: 100%;
    padding: 0;
    margin-top:0.5em;
}

.modal-content {
    height: 100%;
    border-radius: 0;

}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 5px;
}
.mynewclassclose {
    position: absolute;
    margin: 0;
    top: 15px; /* half height of "X" image, just for nice placing*/
    right: 35px; /* half width of "X" image, just for nice placing*/
    z-index:10;
}

.mynewclassclose:hover {

}

.es
{
    font-family:Verdana;
    font-size:20px;
    margin:0px auto 0px auto;
    background-color:#ffff99;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border:1px solid #cccc33;
    padding:4px;
}
.is
{
    /*            border-top:5px solid #555555;
                border-bottom:5px solid #555555;*/
}
.is img
{
    /*            border:0px;
                border-left:2px solid #555555;*/
    width:170px;
    height:auto;
    /*            margin:0.2em;*/
}
/*.modal-backdrop
{
    opacity:0.75 !important;
}*/


.SEAMLESS_INTEGRATION{
    padding: 0em;
    display: grid;
    grid-template-columns: repeat(auto-fill, 32%);
    row-gap: 20px;
    column-gap: 10px;
}

.img_holder2 {
    width: 20%;
    float: left;
}

.content_holder2 {
    width: 80%;
    float: left;
}


.blog_thumb p {
    //  font-family: helvitica;
    font-size: 2.5em;
    font-weight: bold;
}

.image {
    position: relative;
    width: 100%; /* for IE 6 */
}

.imgTxt {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}
.over{
    height:190px;
}

.over figure {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.holder
{
    display:table-cell;
    vertical-align:middle;
    text-align:center;

}
#over img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.sliding-middle-out {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
.sliding-middle-out:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
    width: 100%;
    background: #e84c32;
}

.bullet{
    font-weight:bold !important;
}
.bullet:before {
    content:"Ã¢â‚¬Â¢ ";
    font-size:30px;
    vertical-align: middle;

}
.bullet:hover{
    color:#e84c32;
}
.category {
    color: #aaa;
    background-color: white;
    border-color: #aaa;
    padding:1em;
    border-radius:0em;
}

.category:hover {
    color: #aaa;
    background-color:white !important;
    border-color: #e84c32;
}

.category.active {
    color: #e84c32;
    background-color:white !important;
    border-color: #e84c32;
}
.shadow
{
    -webkit-box-shadow: 0px 0px 2px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 2px -1px rgba(56, 56, 56, 1);
    //  padding: 0.5em 0em;
    //  padding-bottom:0em;
    //border:1px solid #aaa;
}

.shadow1
{
    -webkit-box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
    padding:0.5em;
    //border:1px solid #aaa;
}
.onhover{
    width:95%;
    margin:auto;
}
.onhover:hover{
    -webkit-box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
}
.borderbox{
    border:1px solid #aaa;
}
.border
{


    transition:all 0.3s ease;

}

.border:hover
{
    box-shadow: inset 0 0 0 3px #bf3019;
}
body{
    font-family:  roboto !important;
    text-shadow : none !important;
}

.navbar.centernav .navbar-inner {
    text-align: center;
    padding:0em;
    height:50px;
}
.navbar.centernav .navbar-inner .nav {
    float: none;
    display:inline-block;
}
.navbar-default {
    // background-color: #0c1c2b;
    background-color: white;

    border: none;
}
.navbar {
    border-radius: 0px;
    margin-bottom:0px;
    //display:none;
    font-size:0.85em;
}


.dashboard{
    margin: 0 16em;
}
.boxHeight{
    height:130px;
}
.dashboard1{
    margin: 0 13em;
}

.mobiStyle
{

    font-size:1.3em !important;
    color:#e84c32 !important;
}
.mobiStyle1
{

    font-size:1.6em !important;
    color:#e84c32 !important;
}
.mobiTxt{

    font-size:1.5em !important;
}

.dashboardBottom
{
    /*    margin:2.5em;*/
    margin-top:3em;
    /*    height:40px;*/
}

.dashboardBottomContent
{
    text-align:center !important;
    padding:0.7em 0em;
    /*   height:40px !important;*/
}

.talkDiv
{
    padding:0em;
    height:50px;
    padding-left:0.5em;
}

.tlkImg{
    width:100%;
    height:40px;
    bottom:10px !important;
}

.areasTxt{
    padding:0.5em 0em;
    color:black;
    font-weight:bold !important;
    text-shadow:none;
    width:85%;
    margin:0 auto;
    text-wrap: pretty;
}

.advantageTxt{
    font-size:1.2em !important;
    text-align: justify;
}
.advantageImgHeight
{
    height:368px;
}

.advantageItemsDiv
{
    height:170px;
    border:1px solid #ccc;
    margin:0.5em;
    width:230px
}

.advantageIcons
{
    width:40px;
    height:auto;
}

.solutionFig
{
    width:95%;
    height:100%;
    text-align:center;
}

.solutionFigImg
{
    position:relative;
    width:100%;
    height:100%;
}

.careerIcons
{
    width:51px;
    height:auto;
}

.careerTxt{
    padding:1em 0em;
    font-size:1.1em !important;
    color:black !important;
}
.blogsNews
{
    font-size:1.3em !important;
    margin-bottom:0em;
    text-align:left;
    font-weight:600 !important;
    color:#e84c32 !important;
}
.blogsNewsContent
{
    color:grey !important;
    font-size:1em !important;
    text-align:justify !important;
}

.blogsNewsContent font{
    font-size:1.03em !important;
}
.populatHeading{
    background-color:#2f2f2f !important;
    color:white !important;
    padding:0.5em;
    text-align:center !important;
}

.blogsBy
{
    color:grey !important;
    font-size:1em !important;
    text-align:left !important;

}
.blogsdate
{
    padding:0em;
}

.seemlessIcons
{
    width:40px;
    height:auto;
    cursor: default !important;

}
.defaultCursor
{
    cursor: default !important;
}
.seemlessAlign{
    text-align:center;
}
.imagecontainer1 {

    background: url("../MobiImages/MenuIcons/i1.jpg") no-repeat;
    background-size:100% 100%;
}
.imagecontainer2 {

    background: url("../MobiImages/MenuIcons/i2.jpg") no-repeat;
    background-size:100% 100%;
}
.imagecontainer3 {

    background: url("../MobiImages/MenuIcons/i3.jpg") no-repeat;
    background-size:100% 100%;
}
.imagecontainer4 {

    background: url("../MobiImages/MenuIcons/i6.jpg") no-repeat;
    background-size:100% 100%;
}
.imagecontainer5 {

    background: url("../MobiImages/MenuIcons/i5.jpg") no-repeat;
    background-size:100% 100%;
}
.imagecontainer6 {

    background: url("../MobiImages/MenuIcons/i4.jpg") no-repeat;
    background-size:100% 100%;
}
.flip {

}
.flip img {
    width: 100%;
    /*height: 130px;*/
}
.flip .back {
    background: white;
    color: #e84c32;
    text-align: center;
    font-size:1em;
    height: 130px;
    width:100%;

}
.back img{

    width: 100%;
    /*height: 130px;*/

}
.hoverbg{
    background-color: white;
}
.hoverbg:hover{
    background-color: #e84c32;
    color:white;
}

.hoverbg1:hover img{
    content: url('../MobiImages/Web_Icons/Development1.png');
    width: 40px;
    height: auto;

}

.hoverbg2:hover img{
    content: url('../MobiImages/Web_Icons/EnterpriseSolutions1.png');
    width: 40px;
    height: auto;

}

.hoverbg3:hover img{
    content: url('../MobiImages/Web_Icons/CustomizedMobileApplications1.png');
    width: 40px;
    height: auto;

}
.hoverbg4:hover img{
    content: url('../MobiImages/Web_Icons/plugNplayProducts1.png');
    width: 40px;
    height: auto;

}
.hoverbg5:hover img{
    content: url('../MobiImages/Web_Icons/lifeCycleMaintenance1.png');
    width: 40px;
    height: auto;

}
.hoverbg6:hover img{
    content: url('../MobiImages/Web_Icons/TestingAndQualityAssurance1.png');
    width: 40px;
    height: auto;

}
.hoverbg7:hover img{
    content: url('../MobiImages/Web_Icons/UI-UX-Development_1.png');
    width: 40px;
    height: auto;

}
.hoverbg8:hover img{
    content: url('../MobiImages/Web_Icons/SoftwareIT1.png');
    width: 40px;
    height: auto;

}

.parent {

    position: relative;

}
.bigImg {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:auto;
}
.centerImg {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:40px;
    height:auto;
}
.logoImg1 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    width:100%;
    height:auto;
}

.logoImg2 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    width:110px;
    height:auto;
}
.icons
{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:50px;
    height:auto;
}
.parent1{
    display:table !important;
}

.child1{
    display:table-cell !important;
    vertical-align: middle !important;
}
.centerlogo {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:80px;
    height:auto;
}

.bottomcontent {
    position: absolute !important;
    width:100%;
    text-align:center;
    bottom: 5px;
    color:white;
    font-size:1em;
}
.bottomcontent1 {
    position: absolute;
    width:100%;
    text-align:center;
    top: 146px;
    color:white;
    font-size:1.2em;
    padding:0.5em;
}

/*.modal-header {
    padding: 15px;
    text-align: right;
    border-bottom: none;
}*/

#transp {
    position:absolute;
    left:0;
    top:0;
    // background: rgba(255,255,255,.9);
    background: black;
    opacity:0.2;

    width:100%;
    height: 650px;
}
.error {
    width:250px;
    height:20px;
    height:auto;
    position:relative;
    left:50%;
    margin-left:-100px;
    bottom:50px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 16px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
.row1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.row1 &gt; [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.error1 {
    width:250px;
    // height:20px;
    //height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:20px;
    background-color: #383838;
    color: #F0F0F0;
    text-shadow:none;
    font-size: 14px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.error2 {
    width:250px;

    position:absolute;
    left:43%;
    margin-left:-100px;
    bottom:-20px;
    background-color: #383838;
    color: #F0F0F0;
    text-shadow:none;
    font-size: 12px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    font-weight:600;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity:1;
    filter: alpha(opacity=20);
}

.nav-tabs &gt; li, .nav-pills &gt; li {
    float:none;
    display:inline-block;
}

.nav-tabs {
    text-align:center;
    border:none;
}
.nav-tabs &gt; li &gt; a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    color:black;
    font-size:1.1em;

    text-shadow:none;
    //padding:0.5em 2em;
}

.nav-tabs &gt; li &gt; a:hover {
    border-color: #eee #eee #ddd;
    background-color: #e84c32;
    color:white;
}

.nav-tabs &gt; li.active &gt; a {
    border-color: #e84c32 !important;
    background-color: #e84c32 !important;
    color:white !important;
}
.CanvasDiv {
    /*                width:500px;
                    height:480px;
                    margin: 0 auto;*/
    width:100%;
    height: 310px;
    display:none;

}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    /*  opacity: 0;*/
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    width: 310px;
    position: relative;
    /*  transition: all 5s ease-in-out;*/
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 0px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    z-index: 1000;
}
.popup .close:hover {
    /*  color: #06D85F;*/
}
.popup .content {
    max-height: 310%;
    /*  overflow: auto;*/
    max-width:310px;
}

.videoSize
{
    width:640px;
    height:480px;
}
.center
{
    text-align:center !important;
}

.menuHeader
{
    color:black;
    font-size:20px;
    margin-bottom:0em;
}
.clientHeader{
    color:black;
    font-size:20px;
    margin-bottom:0em;
}

.menuHeader1
{
    color:black;
    font-size:24px;
}
.form-control
{
    border-radius: 0px;
    box-shadow:none !important;
    outline:none !important;
}
.form-control:focus
{
    // border-color:#ccc !important;
}
textarea {
    resize: none;
}
.logoImg
{
    height:70px;
    width:auto;
    padding-left:3em;
}

.div1
{
    /*padding-top:5em !important;*/
}
.div2
{
    padding-top:3em !important;
}


.itemrow
{
    padding-top:1em;
    padding-bottom:1em;
}

.clientImg{
    height: 100px;
    width: auto !important;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;

}
.clientlogo
{
    height:70px;
    width:auto !important;
    border-radius:50%;
    margin: 0 auto;
}
.testimonialText{
    font-size:14px;
    text-align:left !important;
    text-shadow:none;
    background-color:#fff;
    border-radius:5px;
    padding-top:1em;
    /*    color:white;*/
}
.car_clienttext
{
    position: relative;
    top: -2em;
    z-index: 1;
}
.clientName{
    font-size:18px;
    /*    color:white;*/
    text-shadow:none;
    /*    padding-top:2em;*/
}
.clientName span{
    font-size:14px;
}

.clientnameDiv
{
    text-align:center;
    padding-top:1em;
    padding-bottom: 1em;
}

.arrow
{
    position:absolute;
    top:4em;
    left:2em;
    width:70px;
}

.rowPadding{
    padding-top:0.5em;
}

.contactDiv{
    padding:0em 7em;
}
.blogsDiv{
    padding:0em 7em;
}
.contactDiv1{
    padding:0.5em 5em;
}
.servicesDesc{
    padding-bottom:2em;
}
div.module:last-child {
    margin-bottom: 0;
}
div.module h2 {
    margin-bottom: 40px;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
}
div.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}
div.module p:last-child {
    margin-bottom: 0;
}
div.module.content {
    padding: 40px 0;
}
div.module.parallax {
    height: 650px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*div.module.parallax1 {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

div.module.parallax h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
    line-height: 600px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
div.module.parallax-1 {
    // background-image: url("../MobiImages/Web_Icons/bkg.png");
}
.bg_img {
    background: url("../MobiImages/Web_Icons/bg.jpg")  no-repeat center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100%;


}
.full {
    background-size: 100% 100%;
}

#div {
    /*  position: fixed; */
    /*  top: -50%; 
      left: -50%; */
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
}
#div .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
}
/*.bgImage
{
    background-image: url("../MobiImages/Web_Icons/bkg.png");
}*/
.testimonialImage
{
    background-image: url("../MobiImages/Web_Icons/testimonial.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
div.module.parallax-2 {
    // background-image: url("../img/demo/_small/addpatch.png");
    //background-color: #31c5b7;
    //  height: 70px;

}
div.module.parallax-3 {
    //  background-image: url("../img/demo/_small/addpatch.png");
    //  background-color: #31c5b7;
    // height: 70px;
    // background-color: #31c5b7; ;
}
div.module.parallax-4 {
    //  background-image: url("../img/demo/_small/addpatch.png");
    //background-color: #31c5b7;
    // height: 70px;
    //  height: 500px;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
    width: 70%;
    margin: auto;
}
#div1{
    // background-image: url("../img/demo/_small/bg.jpg");
}
#div2{
    //background-image: url("../img/demo/_small/bg.jpg");
}
#div3{
    // background-image: url("../img/demo/_small/bg.jpg");
    // height:500px;
}
#div4{
    //  background-image: url("../img/demo/_small/bg.jpg");
}

.affix {
    top: 0;
    width: 100%;
    opacity:1000;
}

.affix + .container-fluid {
    padding-top: 70px;


}



.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
}


.requestBtn {
    position: relative;
    border-radius:2px;
    color:#31c5b7 !important;
    background-color: white;
    padding:0.5em 2em;
    font-size:18px;
    border: 1px solid #31c5b7;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.requestBtn:after {
    content: "";
    background: #31c5b7;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -40px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s;

}

.requestBtn:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
    box-shadow:none !important;

}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.submitBtn {
    position: relative;
    border-radius:2px;
    color:white !important;
    background-color: #e84c32;
    padding:0.5em 3em;
    font-size:16px;
    // border: 5px solid #31c5b7;    
    text-align: center;
    /*    -webkit-transition-duration: 0.4s;  Safari 
        transition-duration: 0.4s;*/
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.subscribeBtn {
    position: relative;
    border-radius:2px;
    color:#fff !important;
    /*8a8c8d*/
    background-color: transparent;
    padding:0.5em 3em;
    font-size:12px;
    border: 1px solid #fff;
    /*    555555*/
    text-align: center;

    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.contactBtn {

    border-radius:2px;
    color:white !important;
    background-color: #e84c32;
    // padding:0.5em 2em;
    font-size:16px;
    width:100%;
    // border: 5px solid #31c5b7;    
    text-align: center;
    /*    -webkit-transition-duration: 0.4s;  Safari 
        transition-duration: 0.4s;*/
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}



.AssignBtn {
    position: relative;
    border-radius:2px;
    color:white !important;
    background-color: #e84c32;
    padding:0.5em 3em;
    font-size:16px;
    // border: 5px solid #31c5b7;    
    text-align: center;
    /*    -webkit-transition-duration: 0.4s;  Safari 
        transition-duration: 0.4s;*/
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}


@-webkit-keyframes thumb {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.footerTxt{
    background-color:#0c1c2b !important;
    color:white !important;
    font-size:0.85em !important;
    text-shadow:none !important;
}

.footerIcons{
    width: auto;
    height: 34px;
    margin-right:0.5em;
}

.footerTxtbox
{
    height:34px;
    font-size:1em !important;
    background-color:transparent;
    border:1px solid #fff;
    color: #fff;
}
.footerTxtbox:focus
{
    border-color: #fff !important;
}
.socialIcons{
    width:60px;
    height:auto;
    padding:1em;
}
/*.hover:hover {

-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}*/
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}
video#bgvid {
    transition: 1s opacity;
}
.stopfade {
    opacity: .5;
}

.carousel-control.left {
    background-image:none;
    background-repeat: no-repeat;
}

.carousel-control.right {
    background-image:none;
    background-repeat: no-repeat;
}

.carousel-indicators li {
    visibility: hidden;
}


.contentHolderHeader
{
    font-size:1em !important;
    margin-bottom:1em !important;
    padding-left:0.5em;
}

.contentHolderFooter
{
    color:grey !important;
    font-size:1em !important;
    padding-top:0em;
    padding-left:0.5em;
}

.foooterrow{
    padding:1em 0em;
}

.seemlessBox{
    width:90%;
    cursor: default;
}

#introText
{
    font-size:1.1em !important;
    padding:0em !important;
}


#mobile{
    display:none;
}

#contactinfomob
{
    display:none;
}
#contactinfodesk
{
    display:block;
}

.footercontactus{
    margin-left:11.5em;
}
@media (min-width: 979px) and (max-width: 1200px) {

    .dashboard {
        margin: 0 5em;
    }

    .dashboard1 {
        margin: 0 4em;
    }
    .contactDiv {
        padding:0em 4em;
    }
    .blogsDiv{
        padding:0em 4em;
    }
    .dashboardBottomContent{
        font-size:0.95em !important;
        box-shadow:none !important;
    }
    .areasTxt{
        font-size:1em !important;
        width:100%;
    }

    .advantageTxt {
        font-size: 1.1em !important;
        text-align: justify;
    }
    .advantageItemsDiv {
        height: 160px;
        border: 1px solid #ccc;
        margin: 0.5em;
        width: 200px;
        font-size:0.95em !important;
    }

    .over {
        height: 170px;

    }
    .workDiv
    {
        padding-top:0.5em;
    }
    /*.nav-tabs &gt; li &gt; a {
       
        font-size: 1em;
       
    }*/
    figcaption
    {
        font-size:1em !important;
    }

    .is img
    {
        /*            border:0px;
                    border-left:2px solid #555555;*/
        width:190px;
        height:auto;
    }

    .blogsNews{
        font-size:1.1em !important;
        color:#e84c32 !important;
    }

    .blogsNewsContent{
        font-size:0.95em !important;
    }

    .blogsBy{
        font-size:0.95em !important;
    }

    .blogsDate
    {
        font-size:0.95em !important;
        text-align:left !important;
    }

    .contentHolderHeader
    {
        font-size:0.95em !important;
        margin-bottom:1em !important;
        padding-left:0.5em;
    }

    .contentHolderFooter
    {
        color:grey !important;
        font-size:0.95em !important;
        padding-top:0em;
        padding-left:0.5em;
    }

    #popupModal{
        overflow-y:scroll;
    }
}
@media (min-width: 768px) and (max-width: 978px) {

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    #popupModal{
        overflow-y:scroll;
    }
    .dashboard {
        margin: 0 3em;
    }

    .dashboard1 {
        margin: 0 3em;
    }

    .mobiTxt {
        font-size: 1.3em !important;
    }

    .icons {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 45px;
        height: auto;
    }
    .bottomcontent
    {
        font-size:0.95em !important;
    }
    .dashboardBottomContent{
        font-size:0.9em !important;
    }
    .boxHeight {
        height: 115px;
    }
    .back img{

        width: 100%;
        height:115px;

    }
    .dashboardBottom {
        margin:2.5em 1em;
        margin-top: 4em;
        height: 40px;
    }
    .menuHeader {
        color: black;
        font-size: 18px;
    }

    .areasTxt{
        font-size:1em !important;
        text-align: left;
    }

    .fig {
        /*    width: 160px !important;
            height: 160px !important;*/
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }
    .seemlessTxt{
        font-size:0.9em !important;
    }
    .advantageTxt {
        font-size: 1.1em !important;
        text-align: justify;
    }

    .advantageItemsDiv {
        height: 150px;
        border: 1px solid #ccc;
        margin: 0.5em;
        width: 170px;
        font-size:0.95em !important;
    }

    .advantageIcons {
        width: 35px;
        height: auto;
    }

    .workTabs &gt;.nav-tabs {
        // text-align: left;
        border: none;
    }

    .workTabs &gt;.nav-tabs &gt; li &gt; a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid #eeeeee;
        border-radius: 0px;
        color: black;
        font-size: 1em;
        text-shadow: none;
    }

    .over {
        height: 175px;
    }

    .careerTxt {
        padding: 1em 0em;
        font-size: 1em !important;
        color: black !important;
    }
    .careerBox
    {
        padding-right: 10px  !important;
        padding-left: 10px !important;
    }

    .careerIcons {
        width: 45px;
        height: auto;
    }
    figcaption
    {
        font-size: 1em !important
    }

    .blogsNews {
        font-size: 1em !important;
        margin-bottom: 0em;
        text-align: left;
        font-weight: 600 !important;
        color:#e84c32 !important;
    }

    .blogsNewsContent {
        color: grey !important;
        font-size: 0.9em !important;
        text-align: left !important;
    }

    .blogsBy {
        color: grey !important;
        font-size: 0.9em !important;
        text-align: left !important;
    }

    .blogsDate {
        color: grey;
        font-size: 0.9em !important;
        text-align: right;
    }

    .contentHolderHeader {
        font-size: 0.9em !important;
        margin-bottom: 1em !important;
        padding-left: 1.5em;
    }

    .contentHolderFooter {
        color: grey !important;
        font-size: 0.9em !important;
        padding-top: 0em;
        padding-left: 1.5em;
    }

    .socialIcons {
        width: 55px;
        height: auto;
        padding: 1em;
    }

    .submitBtn {
        position: relative;
        border-radius: 2px;
        color: white !important;
        background-color: #e84c32;
        padding: 0.5em 3em;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        overflow: hidden;
        cursor: pointer;
    }

    .foooterrow{
        padding:0.5em 0em;
    }

    .seemlessBox{
        width:95%;
        cursor: default;
    }
    .logoImg {
        height: 60px;
        width: auto;
        padding-left: 2em;
    }
    .seemlessAlign{
        text-align:left;
    }
    .clientImg {
        height: 100px;
        width: auto;
        //padding-top:1em;
    }

    .testimonialText {
        font-size: 14px;
        padding-top: 0em;
        text-align: justify;
        width: 85%;
        margin: 0 auto;
    }
    .clientName {
        font-size: 16px;
        padding-top:1em;
        /*    color: white;*/
    }
    .clientName span{
        font-size:14px;

    }
    .menuHeader1 {
        color: black;
        font-size: 22px;
    }

    .arrow {
        position: absolute;
        top: 4em;
        left: 1em;
    }

    .contactDiv {
        padding:0em 1em;
    }
    .blogsDiv{
        padding:0em 1em;
    }
    .contactDiv1 {
        padding: 0em;
    }
    .footercontactus{
        margin-left:10em;
    }

}
@media (min-width:480px) and (max-width: 767px) {
    #div {
        /*  position: fixed; */
        /*  top: -50%; 
          left: -50%; */
        width: 100%;
        height: 100%;
        /*height: 100vh;*/
    }

    .footercontactdiv{
        text-align:center;
    }

    .footercontactus{
        margin-left:unset;
    }


    .videoSize
    {
        width:450px;
        height:480px;
    }
    #popupModal{
        overflow-y:scroll;
    }
    .careerRow
    {
        padding:0em !important;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        top: -5px;
        position: relative;
    }
    #desktop{
        display:none;
    }
    #mobile{
        display:block;
    }
    .boxHeight {
        height: 160px;
    }
    .menuTable
    {

        width:60% !important;
        margin:0 auto !important;
        padding:1em 0em !important;
    }
    #newsletter{
        /*      display:none;*/
    }
    #newsletterHead{
        /*      display:none;*/
    }
    .menuTable1
    {

        width:80%;
        margin:0 auto;
    }
    .separator{
        display:none;
    }
    .desctxt
    {
        color:white !important;
        text-shadow:none !important;
        font-weight:400 !important;
        text-align:justify !important;
        font-size:1.1em !important;
    }
    .icons {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: auto;
    }
    .blockBorder{
        border-left:5px solid black;
    }
    .bottomcontent {
        position: absolute !important;
        width: 100%;
        text-align: center;
        bottom: 10px;
        color: white;
        font-size: 1.2em;
    }
    #introText1
    {
        font-size:1em !important;
        padding:0em !important;
        padding-top: 4em !important;
        text-align:center !important;
    }
    #talkTous{
        display:none;
    }
    .navbar-default {
        background-color: transparent !important;
        border: none;
        box-shadow: none;
    }
    .navigation
    {
        display:block;
    }
    .dashboard {
        margin: 0 2em;
    }
    .dashboard1 {
        margin: 0 3em;
    }
    .advantageImgHeight {
        height: 170px;
        // margin:1em 0em;
    }
    .bigImg {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 170px;
    }
    .over1 figure{

        margin-left: 0.5em;
        margin-right: auto;
        /* float: left; */
        display: block;

    }
    .over2 figure{

        margin-left: auto;
        margin-right: 0.5em;
        /* float: left; */
        display: block;

    }
    .solutionFig {
        width: 90%;
        height: 100%;
        text-align: center;
    }
    .advantageItemsDiv {
        height: 150px;
        border: 1px solid #ccc;
        margin: 0.5em;
        width: 200px;
        font-size: 0.95em !important;
    }
    .advantageTxt {
        font-size: 1em !important;
        text-align: justify;
    }
    .advantageboxes
    {
        padding-right:0em;
    }

    .solutionblock
    {
        padding-top:1em !important;
    }
    #filterbuttons{
        display:none;
    }
    .shadow1
    {
        /*     -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;*/
        padding:0.5em;

    }
    .menuHeader {
        color: black;
        ;
        font-size: 18px;
        float:left;
    }

    .hover02_1{
        float:right;
        margin-right:1em;
    }
    .advantageboxes{
        float:right;
        margin-right:1em;
    }
    .areasTxt{
        font-size:1.05em !important;
        width: 100%;
    }
    .column:last-child {
        padding-bottom: 20px !important;
    }

    .careerIcons {
        width: 40px;
        height: auto;
    }
    .careerTxt {
        padding: 0.5em 0em;
        font-size: 1em !important;
        color: black !important;
        margin:0em;
    }
    .careerblock{
        padding:0.2em !important;
    }

    .careerrow
    {
        padding:0em !important;
    }

    .blogsNews {
        font-size: 1em !important;
        margin-bottom: 0em;
        text-align: left;
        font-weight: 600 !important;
        color:#e84c32 !important;
    }

    .blogsNewsContent {
        color: grey !important;
        font-size: 0.9em !important;
        text-align: left !important;
    }

    .blogsBy {
        color: grey !important;
        font-size: 0.9em !important;
        text-align: left !important;
    }
    [class^="hvr-"] {
        /* display: inline-block; */
        /* vertical-align: middle; */
        padding: 0.3em !important;
        cursor: pointer;
        text-decoration: none;
        color: #666;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #e84c32 !important;
        height: 4px !important;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .logoImg {
        height: 70px;
        width: auto;
        padding-left: 0em;

        margin-top:0em;
        margin-left:-3em;
    }


    #logoDiv
    {
        display:none;
    }
    .headerDiv1 {
        top: 150px;
        text-align: center;
        padding-left: 1em;
        padding-right:0em;
    }

    .contactDiv {
        padding: 0em;
    }
    .blogsDiv{
        padding:0em;
    }
    .contactDiv1 {
        padding: 0em;
    }


    .requestBtn {
        position: relative;
        border-radius: 2px;
        color: #31c5b7 !important;
        background-color: white;
        padding: 0.5em 1em;
        font-size: 16px;
        text-align: center;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        text-decoration: none;
        overflow: hidden;
        cursor: pointer;
    }

    .arrow {
        position: absolute;
        top: 2em;
        left: 0em;
    }
    .clientImg {
        height: 100px;
        width: auto;
        /*    margin-left:-1em;*/
    }
    .itemrow {
        padding-top: 1em;
        padding-bottom: 2em;
    }
    .testimonialText {
        font-size: 14px;
        padding-top: 0em;
        text-align: justify;
        padding:0em;
        width: 85%;
        margin: 0 auto;
    }
    .clientName {
        font-size: 14px;
        padding-top:1em;
        /*    color: white;*/
    }
    .clientName span{
        font-size:12px;
    }
    submitBtn {
        position: relative;
        border-radius: 2px;
        color: white !important;
        background-color: #333;
        padding: 0.5em 2.5em;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        overflow: hidden;
        cursor: pointer;
    }
    .menuHeader1 {
        color: black;
        font-size: 18px;
    }

    .contactImg
    {
        margin:0em !important;
    }
    .center {
        text-align: center;
        // padding-left:0em;
    }

    .testImg{

    }
    .foooterrow {
        padding: 0.2em 0em;
    }
    .footerTxt {
        background-color: #0c1c2b !important;
        color: white !important;
        font-size: 0.7em !important;
        text-shadow: none !important;
    }

    .footerIcons {
        width: auto;
        height: 34px;
        margin-right: 0.5em;
    }

    .footerTxtbox {
        /*    height: 21px;*/
        font-size: 1em !important;
        background-color: transparent;
        /*    border: 1px solid;*/
    }
    .seemlessBox {
        width: 100%;
        cursor: default;
        padding-bottom:0.5em;

    }

    .seemlessAlign {
        text-align: left;

    }
    .seemless
    {
        padding:0em !important;
    }
    .seemlessIcons {
        width: 40px;
        height: auto;
        cursor: default !important;
        margin-left:2em;
    }
    .seemlessTxt{
        padding-left:1em;
    }

    .blogsbox
    {
        padding-top:0.5em !important
    }

    .navbar-default .navbar-nav&gt;li&gt;a {
        color: white;
        font-size: 1.1em;
        text-shadow: none !important;
    }
    .navbar-collapse {
        background-color: #242424;
    }
    .navbar.centernav .navbar-inner .nav {
        float: none;
        display: block;
    }
    .navbar.centernav .navbar-inner {
        text-align: center;
        padding:0em;
        height:45px;
    }
    #contactinfomob
    {
        display:block;
        font-weight: 500;
    }
    #contactinfodesk
    {
        display:none;
    }

    .center-table {
        margin-left: auto;
        margin-right:auto;
    }
    .addressBox
    {
        text-align: center !important;
    }
    .addressBox2
    {
        display: inline-block !important;
        text-align: left !important;
        margin-left:5em;
    }
    #newsletter0{
        display:none;
    }
    .comingSoon
    {
        margin-left: auto;
        margin-right:auto;
    }
    .error1 {
        width: 250px;
        position: relative;
        left: 40%;
        margin-left: -100px;
        bottom: 230px;
        background-color: #383838;
        color: #F0F0F0;
        text-shadow: none;
        font-size: 14px;
        padding: 10px;
        text-align: center;
        border-radius: 2px;
        -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
        -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
        box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    }

    /*.mynewclassclose {
        position: absolute;
        margin: 0;
        top: 15px;
        right: 15px;
        z-index: 10;
    }*/
}

/*(min-width:320px) and */

@media (max-width: 480px) {

    .SEAMLESS_INTEGRATION {
        padding: 0em;
        display: grid;
        grid-template-columns: repeat(auto-fill, 50%) !important;
        row-gap: 20px;
        column-gap: 0px !important;
    }
    div.module.content {
        padding: 25px 0;
    }
    .ui_ux_bg_div{
        display: grid;
        gap: 20px;
        height: 360px;
        /* justify-content: space-evenly; */
        padding: 16px 12vw;
        margin-bottom: 30px;
        grid-template-columns: 50% 50%;
        justify-content: center;
        align-items: center;
    }


    .ui_ux_hover {
        background-image: url(../MobiImages/Web_Icons/Rectangle.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 70% !important;
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        justify-content: space-evenly;
        cursor: auto;
        height: 165px;
        margin: 0 auto;
    }

    .ui_ux_hover img{
        width: 25%
    }

    .ui_ux_hover  p{
        font-size: 12px !important;
    }
    .is {
        display: grid;
        justify-content: space-around;
        grid-template-columns: repeat(auto-fill, 100px) !important;
        row-gap: 10px;
        margin: 15px 20px !important;
    }

    .is img {
        width: 100px;
        /* margin: 0.2em; */
    }

    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .marginLeft
    {
        /*        margin-left:1em !important;*/
    }
    .marginRight
    {
        margin-right:1em !important;
    }
    .videoSize
    {
        width:450px;
        height:480px;
    }
    .floated img {
        float: left;
        width: 100px;
        height: 100px;
        background: red;
        margin: 0 10px 5px 0;
    }
    .newsInfo
    {
        font-size:0.9em !important;
    }
    #popupModal{
        overflow-y:scroll;
    }
    .mynewclassclose {
        position: absolute;
        margin: 0;
        top: 15px;
        right: 12px;
        z-index: 10;
    }
    .careerRow
    {
        padding:0em !important;
    }
    .error1 {
        width: 250px;
        position: absolute;
        left: 40%;
        margin-left: -100px;
        bottom: 200px;
        background-color: #383838;
        color: #F0F0F0;
        text-shadow: none;
        font-size: 14px;
        padding: 10px;
        text-align: center;
        border-radius: 2px;
        -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
        -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
        box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    }
    .navbar-collapse{
        background-color:#242424;
        // margin:0em 1em;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        top: -5px;
        position: relative;
        height: 100vh;
        max-height: none !important;
    }
    .navbar-nav {
        margin: 0px -15px;
    }
    #contactinfomob
    {
        display:block;
        font-weight:500;
    }
    #contactinfodesk
    {
        display:none;
    }
    .navbar.centernav .navbar-inner {
        text-align: center;
        padding:0em;
        height:45px;
    }

    #desktop{
        display:none;
    }
    #mobile{
        display:block;
    }
    #newsletter0{
        display:none;
    }
    #newsletter{
        /*      display:none;*/
    }
    #newsletterHead{
        /*      display:none;*/
    }
    .boxHeight {
        height: 125px;
    }

    .icons {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        height: auto;
    }

    .bottomcontent {
        position: absolute !important;
        width: 100%;
        text-align: center;
        bottom: 10px;
        color: white;
        font-size: 1.1em;
    }
    .desctxt
    {
        color:white !important;
        text-shadow:none !important;
        font-weight:400 !important;
        text-align:justify !important;
        font-size:1em !important;
    }
    .blockBorder{
        border-left:5px solid black;
        margin-left:0.5em;
    }
    #introText1
    {
        font-size:1em !important;
        padding:0em !important;
        padding-top: 4em !important;
        text-align:left;
    }
    #talkTous{
        display:none;
    }
    .navbar-default {
        background-color: transparent !important;
        border: none;
        box-shadow: none;
    }
    .navigation
    {
        display:block;
    }
    .dashboard {
        margin: 0 1em;
    }
    .dashboard1 {
        margin: 0 1em;
    }

    .fig {
        /*    width: 140px !important;
            height: 140px !important;*/
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        overflow: hidden !important;
    }

    .seemlessCol{
        padding:0em 1em !important;
    }
    .advantageImgHeight {
        height: 170px;
        // margin:1em 0em;
    }
    .bigImg {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 170px;
    }
    .over1 figure{

        margin-left: 0.5em;
        margin-right: auto;
        /* float: left; */
        display: block;

    }
    .over2 figure{

        margin-left: auto;
        margin-right: 0.5em;
        /* float: left; */
        display: block;

    }
    .solutionFig {
        width: 90%;
        height: 100%;
        text-align: center;
    }

    .over {
        height: 150px;
    }
    .advantageItemsDiv {
        height: 150px;
        border: 1px solid #ccc;
        margin: 0.2em;
        margin-bottom:0.4em;
        width: 150px;
        font-size: 0.95em !important;
    }
    .advantageIcons {
        width: 35px;
        height: auto;
    }
    .hover02_1 {
        float: none;
        /*    margin-left: 1em;*/
    }
    .advantageboxes{
        float:right;
        margin-right:0.5em;
    }
    .advantageTxt {
        font-size: 0.9em !important;
        text-align: justify;
    }
    .advantageboxes
    {
        padding-right:0em;
        padding-top:0.5em;
    }

    .solutionblock
    {
        padding-top:1em !important;
    }
    #filterbuttons{
        display:none;
    }
    .shadow1
    {
        /*     -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;*/
        padding:0.5em;
        //border:1px solid #aaa;
    }
    .menuHeader {
        color: black;
        font-size: 18px;
        float:left;
        text-align: left;
    }
    .clientHeader{
        color: black;
        ;
        font-size: 18px;
    }
    .separator{
        display:none;
    }
    .areasTxt{
        font-size:0.95em !important;
    }
    .column:last-child {
        padding-bottom: 20px !important;
    }

    .careerIcons {
        width: 35px;
        height: auto;
    }
    .careerTxt {
        padding: 0.7em 0em;
        font-size: 0.9em !important;
        color: black !important;
        margin:0em;
    }
    .careerblock{
        padding:0.2em !important;
    }

    .careerrow
    {
        padding:0em !important;
    }

    .blogsNews {
        font-size: 0.9em !important;
        margin-bottom: 0em;
        text-align: left;
        font-weight: 600 !important;
        color:#e84c32 !important;
    }

    .blogsNewsContent {
        color: grey !important;
        font-size: 0.85em !important;
        text-align: left !important;
    }

    .blogsBy {
        color: grey !important;
        font-size: 0.85em !important;
        text-align: left !important;
    }
    [class^="hvr-"] {
        /* display: inline-block; */
        /* vertical-align: middle; */
        padding: 0.3em !important;
        cursor: pointer;
        text-decoration: none;
        color: #666;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #e84c32 !important;
        height: 4px !important;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .logoImg {
        height: 70px;
        width: auto;
        padding-left: 0em;

        margin-top:0em;
        margin-left:-3em;
    }


    #logoDiv
    {
        display:none;
    }
    .headerDiv1 {
        top: 150px;
        text-align: center;
        padding-left: 1em;
        padding-right:0em;
    }

    .contactDiv {
        padding: 0em;
    }
    .blogsDiv{
        padding: 0em;
    }
    .contactDiv1 {
        padding: 0em;
    }


    .requestBtn {
        position: relative;
        border-radius: 2px;
        color: #31c5b7 !important;
        background-color: white;
        padding: 0.5em 1em;
        font-size: 16px;
        text-align: center;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        text-decoration: none;
        overflow: hidden;
        cursor: pointer;
    }

    .arrow {
        position: absolute;
        top: 4em;
        left: 0em;
    }
    .clientImg {
        height: 100px;
        width: auto;
        /*    margin-left:-1em;*/
    }
    .itemrow {
        padding-top: 1em;
        padding-bottom: 2em;
    }
    .testimonialText {
        font-size: 14px;
        padding-top: 0em;
        text-align: justify;
        padding:0em;
    }
    .clientName {
        font-size: 14px;
        /*    color: white;*/
    }

    submitBtn {
        position: relative;
        border-radius: 2px;
        color: white !important;
        background-color: #333;
        padding: 0.5em 2.5em;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        overflow: hidden;
        cursor: pointer;
    }
    .menuHeader1 {
        color: black;
        font-size: 18px;
    }
    .contactDiv2{
        height: 200px !important;
    }
    .blogsDiv{
        padding: 0em;
    }
    .contactImg
    {
        margin:0em !important;

    }
    .center {
        text-align: center;

    }

    .testImg{


    }
    .foooterrow {
        /*    padding: 0.2em 0em;*/
    }
    .footerTxt {
        background-color: #0c1c2b !important;
        color: white !important;
        font-size: 0.7em !important;
        text-shadow: none !important;
    }

    .footerIcons {
        width: auto;
        height: 34px;
        margin-right: 0.5em;
    }
    .addressDiv
    {
        margin-left:1px;
    }
    .footerTxtbox {
        /*    height: 21px;*/
        font-size: 1em !important;
        background-color: transparent;
        /*    border: 1px solid;*/
    }
    .seemlessBox {
        width: 100%;
        cursor: default;
        padding-bottom:0.5em;

    }

    .seemlessAlign {
        /*        text-align: left;*/
        text-align: center;

    }
    .seemless
    {
        padding:0em !important;
    }
    .seemlessIcons {
        width: 40px;
        height: auto;
        cursor: default !important;
        margin-left:2em;
    }
    .seemlessTxt{
        padding-left:1em;
        font-size:0.9em !important;
    }
    .advantageboxTxt{
        font-size:0.9em !important;
    }
    .blogsbox
    {
        padding-top:0.5em !important
    }

    .navbar-default .navbar-nav&gt;li&gt;a {
        color: white;
        font-size: 1em;
        text-shadow: none !important;
    }
    .navbar.centernav .navbar-inner .nav {
        float: none;
        display: block;
    }



    .clientImg {
        height: 90px;
        width: auto;
    }
    .testimonialText {
        font-size: 12px;
        padding-top: 0.5em;
        text-align: left;
        width:80%;
        margin:0 auto;
    }
    .slick-next {
        right: 0px !important;
    }
    .slick-prev {
        left: -5px !important;
    }
    .slick-prev:before, .slick-next:before {

        font-size: 25px !important;

    }
    .itemrow {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .arrow {
        position: absolute;
        top: 2em;
        left: 0em;
        height: 20px;
        width: auto;
    }

    .clientName {
        font-size: 12px;
        /*    color: white;*/
    }
    .clientName span{
        font-size:12px;
    }
    .clientnameDiv {
        /*    text-align: right;*/
        padding-top: 2em;
    }

    .menuHeader1 {
        color: black;
        font-size: 18px;
    }
    .submitBtn {
        position: relative;
        border-radius: 2px;
        color: white !important;
        background-color: #e84c32;
        padding: 0.5em 3em;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        overflow: hidden;
        cursor: pointer;
    }
    .menuTable
    {

        width:85%;
        margin:0 auto;
        padding:1em 0em;
        //margin-left:2em;
    }
    .column div {
        position: relative;
        float: none !important;
        height: auto;
        padding: 0;
    }
    .menuTable1
    {

        width:95%;
        margin:0 auto;

    }
    .mobiTxt {
        font-size: 1.1em !important;
    }

    .icons {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        height: auto;
    }

    .addressBox
    {
        text-align: center !important;
        margin-top: -55px;
    }
    .footercontactus {
    margin-left:5em;
}
    .addressBox2
    {
        display: inline-block !important;
        text-align: left !important;
        /*    margin-left:3em;*/
    }
    #div {
        /*  position: fixed; */
        /*  top: -50%; 
          left: -50%; */
        width: 100%;
        height: 100%;
        /*height: 100vh;*/
    }
}

@media (max-width: 380px)
{
    .slick-next {
        right: 0px !important;
    }
    .slick-prev {
        left: -5px !important;
    }
    .slick-prev:before, .slick-next:before {

        font-size: 25px !important;

    }
    #div {
        /*  position: fixed; */
        /*  top: -50%; 
          left: -50%; */
        width: 100%;
        height: 100%;
        /*height: 100vh;*/
    }
}
/*@media (max-width: 320px) { 
    
  
.navbar-default {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}
.navbar-collapse{
    background-color:#242424;
   // margin:0em 1em;
}
  .navigation
{
    display:block;
} 
#myNavbar
{
    display:none;
}
  #myNavbar1{
    display:block;
}
}*/

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 360px;
}

#parentFrame html{
    background-color:#fff;
}


.newstitle{
    font-weight:bold;
    padding:0em;
}

.newscontent{
    font-weight:normal;
    font-size:0.9em !important;
    padding:0em;
}

.newsdate{
    font-weight:normal;
    padding:0em;
    padding-top:0em;
    color:grey !important;
    margin:0em;
    font-size:0.95em !important;
}


.is{
    display: grid;
    justify-content: space-around;
    grid-template-columns: repeat(auto-fill, 170px);
    row-gap:10px;
    margin: 50px 200px;
}

.is a{
    /*flex-grow: 1;*/
}


.ui_ux_hover{
    background-image:url('../MobiImages/Web_Icons/Rectangle.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 17%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: auto
}

.ui_ux_hover p{
    font-weight: bold !important;
}

.ui_ux_hover:hover{
    background-image:url('../MobiImages/Web_Icons/Rectangle_hover.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 17%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
    color: white
}


.ui_ux_hover1:hover img{
    content: url('../MobiImages/Web_Icons/mobile-ui-ux-icon 1_hv.png');
}
.ui_ux_hover2:hover img{
    content: url('../MobiImages/Web_Icons/powerpoint-icon 1_hv.png');
}
.ui_ux_hover3:hover img{
    content: url('../MobiImages/Web_Icons/analytics-laptop-svgrepo-com 1_hv.png');
}
.ui_ux_hover4:hover img{
    content: url('../MobiImages/Web_Icons/nature-guide-svgrepo-com 1_hv.png');
}</pre></body></html>