html {
    overflow-y: scroll
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    min-height: 100%;
    color: #41474b;
    letter-spacing: -.25px;
    font-family: 'Neutra Display';
    background: #fff !important;
    transition: all .5s ease-in-out
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

button, input, select, textarea {
    font-family: 'Neutra Display';
    color: #222
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold
}

p {
    margin: 0;
    padding: 0;
    margin: 10px 0;
    line-height: 35px;
    color: #52524f;
    font-size: 16px;
    font-family: 'latoregular';
    font-size: 18px;
    letter-spacing: 1px
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

    a:hover, a:active {
        outline: 0;
        text-decoration: none
    }

    a img {
        border: 0 none
    }

del {
    text-decoration: line-through;
    color: #ed1c24
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

small {
    font-size: 85%
}

.clickable, label, input[type=button], input[type=submit], button {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

button {
    width: auto;
    overflow: visible
}

table {
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: bold;
    vertical-align: bottom
}

td {
    font-weight: normal
}

    td, td img {
        vertical-align: top
    }

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

dd {
    margin: 0 0 0 40px
}

ul, ol {
    margin: 0;
    padding: 0;
   /*<!-- list-style: none-->*/
}

.content ul, .content ol {
    margin: 1em 0;
    padding: 0 0 0 40px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}
.blog-descr h1 {
    font-size: 30px;
    text-transform: unset;
    width:auto;
}
    .blog-descr h1 span {
        font-size: 30px;
        font-family: 'latoregular';
        letter-spacing: 1px;
        
    }


h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

h1 {
    font-size: 70px;
    color: #f9e420;
    line-height: 60px;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'bebasregular';
    letter-spacing: 1px
}

    h1 span {
        font-family: 'NeutraDisp-Light';
        color: #fff
    }

h2 {
    font-size: 40px;
    color: #006595;
    font-family: 'latoblack';
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px
}

    h2 span {
        color: #c1d82f;
        font-family: 'Neutra Display';
        display: inline-block
    }

h3 {
    font-size: 24px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 35px;
    font-family: 'Neutra Display';
    letter-spacing: 2px;
    line-height: 1.4 !important
}

h4 {
    font-size: 30px;
    color: #444;
    font-family: 'latoblack';
    line-height: 40px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px
}

    h4 span {
        font-size: 30px
    }

h5 {
    font-size: 16px !important;
    color: #fff;
    font-family: 'latoblack';
    text-transform: uppercase;
    letter-spacing: 2px
}

h6 {
    font-size: 35px !important;
    font-family: 'latoregular';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px
}

.section {
    width: 1170px;
    margin: 0 auto
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    border: none;
    max-width: 100%
}

.wrapper {
    width: 95%;
    margin: 0 auto;
    max-width:1350px;
}

.short-wrapper {
    width: 68%;
    margin: 0 auto
}

.container {
    float: left;
    width: 100%
}

.glitch {
    height: 3px;
    width: 70px;
    background: #f9e420;
    display: inline-block;
    margin-top: 7px;
    position: relative;
    z-index: 1
}

    .glitch.grey {
        background: #d0d5d8;
        display: block;
        width: 50px
    }

    .glitch.blue {
        background: #006595
    }

    .glitch.orange {
        background: #ff7522;
        margin-bottom: 10px;
    }

.mybtn {
    padding: 7px 40px;
    border: 2px solid #ff7522;
    border-radius: 10px;
    color: #fff;
    font-family: 'latoregular';
    color: #ff7522;
    transition: .3s all cubic-bezier(0,0,.23,1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block
}

    .mybtn:hover {
        background: #ff7522;
        color: #fff;
        text-decoration: none
    }

body .c-quick-links__item .c-button.mybtn {
    padding: 15px 40px;
    border: 2px solid #ff7522;
    border-radius: 10px;
    background: #ff7522;
    color: #fff
}

    body .c-quick-links__item .c-button.mybtn:hover {
        background: none;
        color: #fff !important;
        border: 2px solid #fff
    }

.c-quick-links__item > a {
    text-decoration: none !important
}

    .c-quick-links__item > a:hover {
        text-decoration: none !important
    }

.d-n {
    display: none
}

.d-nn {
    display: inline-block
}

.bc-img {
    float: left;
    width: 40%;
    height: 400px;
    background: url('../images/Software-Development-company.jpg') no-repeat center/cover;
    margin-left: 100px;
    position: relative;
    z-index: 1
}

.second-img {
    float: left;
    width: 40%;
    height: 250px;
    background: url('../images/best-software-development-compnay-near-me.jpeg') no-repeat center/cover;
    margin-left: 100px;
    position: absolute;
    z-index: 1;
    top: 55%;
    left: 25%
}

.tech {
    float: left;
    width: 100%;
    background: url('../images/third_party-_logistics_company.jpg') no-repeat center/cover;
    padding: 80px 0
}

    .tech p {
        width: 80%
    }

.description {
    float: left;
    width: 100%;
    background: linear-gradient(to right,rgba(0,102,149,1) 0%,rgba(40,157,229,1) 100%);
    padding: 50px;
    padding-top: 100px;
    text-align: center;
    position: relative;
    border-radius: 10px
}

.right-im {
    float: right
}

.left-im {
    float: left
}

.togglee-men ul {
    background: #ff7522;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: -50px;
    z-index: 12;
    position: relative
}

    .togglee-men ul li {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        transition: .3s ease-in all
    }

    .togglee-men ul li {
        color: #fff;
        padding: 10px;
        border-right: 1px solid #fff;
        text-transform: uppercase;
        letter-spacing: 1px
    }

        .togglee-men ul li:last-child {
            border: none
        }

        .togglee-men ul li:hover {
            text-decoration: none;
            background: #fff;
            color: #f78f1e
        }

        .togglee-men ul li.active {
            text-decoration: none;
            background: #fff;
            color: #f78f1e
        }

.description p {
    color: #fff
}

.desc-sec {
    padding: 50px 0;
    float: left;
    width: 100%;
    background: #fff
}

.why-us-text p {
    font-size: 30px;
    line-height: 40px;
    width: 60%;
    margin: 0 auto;
    margin-top: 30px
}

.business-list {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #fff
}

.business {
    float: left;
    width: 100%
}

    .business ul li {
        float: left;
        width: 50%;
        background: url(../images/service-business-process1.jpg) no-repeat center/cover;
        position: relative;
        transition: .3s ease-in all
    }

        .business ul li:hover {
            background: #ff7522 !important
        }

            .business ul li:hover p {
                display: block
            }

            .business ul li:hover:after {
                background: none;
                transition: .3s ease-in all
            }

.bus-tab {
    display: table;
    width: 100%;
    min-height: 500px
}

.business ul li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    transition: .3s ease-in all
}

.bus-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    border: 10px solid transparent;
    box-shadow: 0 0 0 1px #fff inset;
    position: relative;
    z-index: 1
}

    .bus-cell p {
        position: relative;
        z-index: 1;
        color: #fff;
        display: none;
        padding: 10px
    }

.slidess {
    float: left;
    width: 100%;
    padding: 80px 0;
    text-align: center;
    background: url('../images/outsourcing-companies-in-usa.jpg') no-repeat left/cover
}

    .slidess ul {
        display: block;
        width: 60%;
        margin: 0 auto;
        padding: 20px 40px;
        border-left: 2px solid #c5c5c5;
        border-right: 2px solid #c5c5c5;
        margin-top: 40px
    }

        .slidess ul li {
            text-align: left
        }

.slide-tab {
    display: table;
    width: 100%
}

.slidetabcell {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.sil-part {
    position: fixed;
    z-index: 9999999;
    bottom: 50%;
    right: 0
}

.btn.t-button {
    padding: 5px 50px;
    background: rgba(255,255,255,.6);
    border-radius: 1000px;
    color: #fff;
    font-family: 'bebas_neueregular';
    letter-spacing: 2px
}

    .btn.t-button:hover {
        background: none;
        border: 1px solid #f9e420;
        color: #f9e420
    }

.bis-ideology {
    float: left;
    padding: 80px 0;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2
}

.santa-resp {
    display: none
}

.listt {
    display: block;
    margin-top: 50px;
    margin-bottom: -300px
}

    .listt ul {
        text-align: center
    }

        .listt ul li {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            width: 24%;
            margin: 0 2%;
            background: url('../images/outsource.jpg') no-repeat center/cover;
            position: relative;
            transition: .3s all ease-in
        }

            .listt ul li:hover {
                transform: scale(1.2)
            }

                .listt ul li:hover a {
                    text-decoration: none
                }

                .listt ul li:hover .bus-stepcell {
                    vertical-align: middle;
                    padding: 20px;
                    transition: .3s ease-in all
                }

                    .listt ul li:hover .bus-stepcell h3 {
                        font-size: 15px !important
                    }

                    .listt ul li:hover .bus-stepcell p {
                        display: block;
                        color: #fff;
                        font-size: 14px;
                        line-height: 30px
                    }

                    .listt ul li:hover .bus-stepcell a.mybtn {
                        display: inline-block
                    }

                .listt ul li:hover:after {
                    background: rgba(0,101,149,.7)
                }

            .listt ul li:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,.45);
                top: 0;
                left: 0
            }

.bus-steps {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 500px
}

.bus-stepcell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    transition: .3s ease-in all;
    padding: 15px;
    border: 10px solid transparent;
    box-shadow: 0 0 0 1px #afafaf inset
}

    .bus-stepcell p {
        display: none;
        font-family: 'latoregular'
    }

    .bus-stepcell a.mybtn {
        display: none
    }

.call-new {
    float: left;
    width: 100%;
    background: #006595;
    text-align: center;
    padding: 30px 0
}

    .call-new h3 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px
    }

    .call-new a.mybtn {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        background: #ff7522;
        color: #fff
    }

        .call-new a.mybtn:hover {
            background: none;
            border: 2px solid #fff
        }

.what-we-are {
    background: url('../images/outsourcing-companies-in-usa.jpg') no-repeat left/cover !important
}

    .what-we-are ul {
        display: block;
        margin: 0 auto;
        width: 90%
    }

        .what-we-are ul li {
            display: inline-block;
            vertical-align: top;
            width: 30%;
            margin: 1%;
            background: #006595;
            border: 15px solid transparent;
            transition: .3s ease-in all
        }

            .what-we-are ul li:hover {
                box-shadow: 0 0 0 1px #fff inset;
                background: #ff7522
            }

                .what-we-are ul li:hover .mybtn {
                    border: 2px solid #fff;
                    color: #fff
                }

                    .what-we-are ul li:hover .mybtn:hover {
                        background: #fff;
                        color: #ff7522
                    }

    .what-we-are.web-app {
        margin-bottom: 0
    }

.strategies {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: url('../images/service-appdevelopment.jpg') no-repeat center/cover;
    position: relative;
    text-align: center
}

    .strategies:after {
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.9);
        position: absolute
    }

    .strategies h3 {
        color: #5e5f60;
        position: relative;
        z-index: 1
    }

    .strategies h4 {
        color: #5e5f60;
        margin-top: 20px;
        letter-spacing: 1px;
        font-size: 24px
    }

.greyy {
    background: #5e5f60;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 0
}

.webb {
    display: inline-block;
    vertical-align: middle
}

.webb {
    display: inline-block;
    vertical-align: middle;
    width: 24% !important
}

.icon-circle {
    display: table;
    border-radius: 1000px;
    border: 1px solid #5e5f60;
    position: relative;
    z-index: 1
}

.icon-c {
    text-align: center;
    vertical-align: middle;
    height: 200px;
    width: 200px;
    display: table-cell;
    position: relative;
    z-index: 1
}

.webbb {
    display: inline-block
}

.webu {
    margin: 40px 0
}

.text-secc {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
    border-collapse: separate;
    border-spacing: 100px
}

.tab-text {
    display: table-cell;
    width: 45%;
    background: #1b77a3;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 40px
}

    .tab-text h3 {
        color: #fff
    }

    .tab-text p {
        color: #fff
    }

.n {
    padding: 0;
    background: url('../images/back-secc.jpg') no-repeat center/cover
}

.webapp-approach {
    float: left;
    width: 100%;
    background: #fff;
    padding: 80px 0;
    text-align: center
}

.left-appr {
    float: left;
    width: 30%
}

.button-circle {
    display: inline-block;
    vertical-align: middle
}

.left-appr h5 {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-bottom: 0;
    width: 50%
}

.left-appr ul li {
    margin-bottom: 46px;
    text-align: left;
    padding-left: 10px
}

    .left-appr ul li a:hover .out-circle {
        border: 2px solid #ff7522
    }

    .left-appr ul li a:hover .inner-circle {
        background: #ff7522
    }

    .left-appr ul li a.active .out-circle {
        border: 2px solid #ff7522
    }

    .left-appr ul li a.active .inner-circle {
        background: #ff7522
    }

    .left-appr ul li:last-child .button-circle:after {
        background: none
    }

#tab-clickk1 {
    margin-top: -3%
}

.left-appr ul li a.active .out-circle:before {
    display: block;
    transition: .3s ease-in all
}

.right-appr {
    float: left;
    width: 70%
}

.right-box {
    display: table
}

.right-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #ff7522;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    z-index: 1
}

    .right-cell p {
        color: #fff
    }

.button-circle {
    position: relative;
    float: right;
    padding-right: 70px
}

    .button-circle:after {
        position: absolute;
        top: 28px;
        left: 12px;
        width: 5px;
        height: 50px;
        background: #1b77a3;
        content: ''
    }

.out-circle:before {
    position: absolute;
    background: url('../images/bef.png');
    content: '';
    width: 146px;
    height: 50px;
    top: -11px;
    left: 28px;
    display: none;
    transition: .3s ease-in all
}

.out-circle {
    display: table;
    border: 2px solid #1b77a3;
    border-radius: 1000px;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: .3s all ease-in
}

.inner-circle {
    display: inline-table;
    background: #1b77a3;
    border-radius: 1000px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    margin-bottom: 2px;
    transition: .3s all ease-in
}

.tot-appr {
    float: left;
    width: 100%;
    margin-top: 50px
}

.infra-serv {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #f1f1f1;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.left-infr {
    width: 35%;
    background: url(../images/cloud-comp.jpg) no-repeat center/cover;
    display: inline-block;
    vertical-align: middle
}

.tab-infr {
    display: table;
    width: 100%;
    min-height: 450px
}

.cell-infr {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    border: 10px solid transparent;
    box-shadow: 0 0 0 1px #fff inset
}

.full-tab {
    display: table;
    width: 100%
}

.right-infr {
    display: inline-block;
    vertical-align: middle;
    width: 64%;
    margin-left: -100px;
    background: #006595;
    vertical-align: middle;
    padding: 50px;
    border-collapse: separate;
    border-spacing: 50px 0
}

    .right-infr h4 {
        color: #fff
    }

    .right-infr p {
        color: #fff
    }

.lefttoright {
    background: #fff
}

    .lefttoright .full-tab {
        width: 100%;
        float: right
    }

    .lefttoright .right-infr {
        margin-left: 0;
        position: relative;
        z-index: 2;
        float: right;
        margin-right: -100px;
        margin-top: 60px
    }

    .lefttoright .left-infr {
        float: right
    }

.drrp {
    position: relative
}

    .drrp .dropdown-menu {
        top: 95%;
        border: none;
        min-width: 200px
    }

        .drrp .dropdown-menu a {
            text-transform: uppercase;
            color: rgba(0,0,0,.9) !important;
            font-family: 'brandon_grotesquemedium';
            letter-spacing: 1px;
            padding: 10px
        }

            .drrp .dropdown-menu a:hover {
                background: #ff7522;
                color: #fff !important
            }

.dropdown:hover > .dropdown-menu {
    display: block
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none
}

.text-tabb {
    display: table;
    width: 100%;
    min-height: 300px
}

.text-cell {
    padding: 40px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    display: table-cell
}

    .text-cell h4 {
        color: #fff;
        font-size: 22px;
        font-family: 'latoregular';
        letter-spacing: 2px
    }

    .text-cell p {
        color: #fff
    }

.header-bc {
    float: left;
    width: 100%;
    background: #fff;
    z-index: 999 !important
}

.navbar.header {
    background: #fff;
    margin: 0 auto;
    width: 85%;
    margin-top: 2%;
    border-radius: 10px;
    padding: 0;
    transition: .5s ease-in all
}

.header ul li a {
    color: #41474b
}

.logo {
    float: left;
    margin: 5px 0
}

.lineo {
    width: 200px;
    height: 8px;
    background: #ff7522;
    position: absolute;
    width: 100%;
    top: 13%
}

.em-box {
    display: table;
    width: 100%;
    height: 300px
}

.im-con {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 20px;
    border: 2px solid #006595
}

.tec1 ul {
    display: block;
    text-align: center;
    width: 60%;
    margin: 0 auto
}

    .tec1 ul li {
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        margin: 0 1%;
        text-align: center
    }

.banner-bc {
    float: left;
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}
.terms-of-use {
float:left;
width:100%;
}
    .terms-of-use ul li {
        font-size: 16px;
        line-height: 28px;
        margin: 5px 0;
        font-family: 'latoregular';
        letter-spacing: 1px;
        color: #52524f;
        display:list-item;
        list-style:disc;
    }
    .terms-of-use p{font-size:16px; line-height:28px; margin:0;}
    .terms-of-use h4{margin:10px 0; font-size:20px;}
    .about-bann {
        position: relative;
        height: 500px
    }

    .about-bann .banner {
        height: 500px
    }
.term-bann {
    position: relative;
    height: 300px;
}

    .term-bann .banner {
        height: 300px;
        padding-top: 100px;
    }

.banner {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table;
    height: 700px;
    width: 100%
}

.btn:hover {
    background: #0e4c73;
    transition: ease-in .3s all
}

.btnn:hover {
    background: #f50
}

.navbar-light .navbar-brand {
    margin-left: 20px
}

.banner-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 2
}

    .banner-text h1 {
        text-transform: uppercase;
        font-size: 60px;
        letter-spacing: 4px;
        margin: 0 auto;
        color: #fff;
        text-shadow: 2px 2px 2px #595959
    }

#particles-js {
    height: 700px !important
}

.feat {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'bebasregular';
    letter-spacing: 1px;
    margin-top: 10px;
    text-shadow: 2px 2px 2px #595959
}

.circle {
    margin: 0 13px;
    padding: 5px;
    border-radius: 1000px;
    background: #fff;
    display: inline-block;
    vertical-align: middle
}

.what-we-are {
    padding: 80px 0;
    float: left;
    background: #fff;
    margin-bottom: -200px;
    text-align: center
}

.what-we-tab {
    display: table;
    width: 100%;
    background: #ff7522;
    border: 20px solid transparent;
    box-shadow: 0 0 0 2px #fff inset
}

.what-we-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 50px
}

    .what-we-cell h2 {
        color: #fff;
        font-size: 40px;
        letter-spacing: 1px
    }

.white {
    background: #fff
}

.what-we-cell p {
    color: #fff;
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px
}

.what-im {
    float: left;
    width: 100%;
    height: 300px
}

.why-choos {
    float: left;
    padding: 80px 0;
    text-align: center;
    background: url('../images/background-grey.jpg') no-repeat center/cover
}

    .why-choos p {
        color: #52524f;
        width: 60%;
        margin: 0 auto;
        margin-top: 20px
    }

.our-skills {
    float: left;
    padding: 80px 0;
    background: #fff;
    text-align: center
}

.skill-right ul li {
    display: inline-block;
    width: 30%;
    margin: .8%;
    transition: .3s ease-in all
}

    .skill-right ul li:hover .des-skill {
        bottom: 25%;
        transition: .3s ease-in all;
        padding: 50px 0
    }

.skill {
    float: left;
    width: 100%;
    height: 300px;
    position: relative
}

.des-skill {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,101,149,.8);
    padding: 10px;
    width: 100%;
    display: table;
    transition: .3s ease-in all
}

    .des-skill h3 {
        font-size: 18px !important;
        font-family: 'latoregular'
    }

.btn {
    padding: 10px 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'promianovabold';
    font-size: 18px;
    background: #f17030;
    display: inline-block;
    margin-top: 40px;
    letter-spacing: 1px
}

.mission-bc {
    float: left;
    padding: 80px 0;
    background: #fff
}

.misson {
    padding: 0 30px !important;
    float: left
}

.rightmis {
    float: left;
    padding-right: 0
}

.nav-link {
    text-transform: uppercase;
    color: rgba(0,0,0,.9) !important;
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 1px;
    padding: 30px 10px 30px 10px !important;
    border-top: 2px solid transparent
}

.lnks {
    margin: 0 10px
}

    .lnks .nav-link:hover {
        color: #fff !important;
        transition: .3s all ease-in;
        background: #ff7522
    }

.nav-link.active {
    color: #fff !important;
    transition: .3s all ease-in;
    background: #ff7522
}

.callbtn {
    padding: 5px 40px;
    border: 1px solid #00f
}

.social-icons svg {
    height: 20px;
    width: 20px;
    fill: #fff
}

.social-icons ul li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    margin-right: 10px
}

    .social-icons ul li a {
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 1000px;
        background: #3a4146
    }

.social-icons a:hover {
    border: 1px solid #ff0;
    background: transparent;
    transition: .5s all ease-in
}

    .social-icons a:hover svg {
        fill: yellow
    }

.skill-tab-l {
    display: table;
    width: 100%
}

.skill-left {
    display: table-cell;
    vertical-align: middle;
    width: 30%
}

.skill-right {
    display: table-cell;
    vertical-align: middle;
    width: 70%
}

.form-sec {
    float: left;
    width: 100%;
    padding: 120px 0
}

.ab-footer {
    float: left;
    width: 100%;
    background: url('../images/bel-cont.jpg') no-repeat center/cover;
    padding: 100px 0
}

.wd50 {
    float: left;
    width: 48%;
    margin: 1%
}

    .wd100 input, .wd50 input, .wd100 textarea {
        text-transform: uppercase;
        font-family: 'Neutra Display';
        letter-spacing: 1px;
        color: #a2a2a2
    }

.wd100 {
    float: left;
    width: 98%;
    margin: 1%
}

.tc {
    text-align: center
}

.mybtn.sub {
    background: #ff7522;
    color: #fff
}

.formm {
    text-align: center
}

.tabb {
    display: table;
    width: 80%;
    background: #ff7522;
    box-shadow: 0 0 0 1px #fff inset;
    border: 15px solid transparent;
    margin: 0 auto
}

.tabcel {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px;
    width: 30%
}

    .tabcel span {
        display: block;
        margin: 2%
    }

.phone-footer {
    color: #fff;
    letter-spacing: 2px;
    font-family: 'brandon_grotesquemedium';
    display: block;
    font-size: 20px;
    text-transform: uppercase
}

    .phone-footer:hover {
        color: #fff;
        text-decoration: none
    }

.socc {
    float: left;
    text-align: right
}

    .socc a {
        color: #f4df25
    }

.fott {
    float: left;
    text-align: left
}

    .fott ul li {
        margin-bottom: 5px
    }

        .fott ul li a {
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1px
        }

            .fott ul li a:hover {
                text-decoration: none;
                color: #f4df25
            }

.foot-text {
    float: left;
    text-align: center
}

    .foot-text p {
        color: #fff;
        font-size: 20px;
        font-family: 'Neutra Display'
    }

.below-footer {
    background: #2d3337;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #4a4a4a;
    float: left
}

    .below-footer p {
        color: #fff;
        margin-bottom: 0
    }

.callbtn.btn {
    padding: 5px 30px;
    background: #ff7522;
    text-align: right;
    border-radius: 10px;
    color: #fff;
    font-family: 'brandon_grotesquemedium';
    margin-top: 0;
    margin-right: 20px;
    margin-top: 13px
}

    .callbtn.btn:hover {
        color: #0b56a5;
        background: none;
        border: 2px solid
    }

.lognn {
    font-family: 'brandon_grotesquemedium';
    text-transform: uppercase;
    color: #0b56a5;
    letter-spacing: 1px;
    color: #0b56a5;
    padding-top: 15px
}

    .lognn span {
        display: inline-block;
        vertical-align: middle;
        color: #0b56a5
    }

    .lognn img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }

    .lognn a:hover span {
        padding-top: 10px;
        border-top: 2px solid;
        transition: .3s all ease-in
    }

.log {
    margin-left: 0
}

.phn {
    margin-right: 0
}

.slick-slide img {
    margin: 0 auto !important
}

.exper {
    float: left;
    width: 100%;
    position: relative;
    min-height: 500px
}

.slick-dots {
    border: none !important
}

.letsdis {
    float: left;
    padding: 30px 0;
    background: #3c3c3c;
    text-align: center;
    border-left: 6px solid #ff7522;
    border-right: 6px solid #ff7522;
    transition: .3s all ease-in;
    cursor: pointer
}

    .letsdis:hover {
        background: #ff7522
    }

        .letsdis:hover h5, .letsdis:hover h6 {
            color: #fff
        }

    .letsdis a:hover {
        text-decoration: none
    }

.foot-menu {
    margin: 0 auto;
    width: 60%
}

    .foot-menu div {
        margin: 30px 0
    }

    .foot-menu a {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px
    }

        .foot-menu a:hover {
            text-decoration: none
        }

        .foot-menu a:hover {
            color: #ff7522
        }

.logo-foot {
    width: 50%;
    margin: 15px auto !important
}

    .logo-foot span {
        vertical-align: middle
    }

.num-foot {
    width: 80%;
    margin: 25px auto !important
}

    .num-foot span {
        border-right: 1px solid #fff;
        padding: 0 33px
    }

.lst {
    border-right: none !important
}

.soc-foot {
    width: 30%;
    margin: 20px auto !important
}

    .soc-foot ul li a {
        padding: 10px;
        border: 2px solid #006595;
        border-radius: 1000px;
        background: #006595;
        margin:0 5px;
    }

    .soc-foot svg {
        height: 20px;
        width: 20px;
        fill: #fff
    }

    .soc-foot a:hover {
        background: none;
        transition: .5s all ease-in;
        border: 2px solid #fff
    }

        .soc-foot a:hover svg {
            fill: #fff
        }

.services-bc {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: url('../images/quickbooks.jpg') no-repeat center/cover;
    position: relative
}

.service-tab {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1
}

.services-bc:after {
    background: rgba(0,101,149,.95);
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

.footer-bc {
    background: #111 url('../images/top_cloud_providers_2019.png') no-repeat bottom/cover;
    width: 100%;
    padding: 40px 0 0 40px;
    float: left;
    text-align: center
}

.copy-foot {
    color: #f3f3f3;
    text-transform: uppercase;
    letter-spacing: 1px
}

.service-tabcell {
    display: table-cell;
    width: 30%;
    vertical-align: middle
}

    .service-tabcell h2 {
        color: #fff
    }

    .service-tabcell li {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'latoregular';
        letter-spacing: 2px;
        cursor: pointer
    }

        .service-tabcell li:hover {
            text-decoration: none;
            color: #ffd204
        }

.icon {
    padding: 30px;
    border-radius: 100%;
    background: #ff7522;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -62px;
    margin-left: -62px
}

.modal-content {
    padding: 30px !important
}

.modal-body p {
    font-size: 18px;
    line-height: 35px;
    font-family: 'latoregular'
}

#ContentPlaceHolder1_lblJobResponsibilities ul {
    padding-left: 20px
}

    #ContentPlaceHolder1_lblJobResponsibilities ul li {
        margin: 10px 0;
        list-style: circle;
        display: list-item;
        font-family: 'latoregular';
        font-size: 18px;
        letter-spacing: 1px
    }

.modal-content h4 {
    color: #006595;
    font-size: 18px
}

.crm {
    background: #ff7522 !important;
    border-radius: 10px !important
}

.application-header-jobDetails {
    text-align: center
}

.application-header-companyDetails {
    text-align: center
}

#ContentPlaceHolder1_lblJobRequirements ul {
    padding-left: 20px
}

    #ContentPlaceHolder1_lblJobRequirements ul li {
        margin: 10px 0;
        list-style: circle;
        display: list-item;
        font-family: 'latoregular';
        font-size: 18px;
        letter-spacing: 1px
    }

#topheader .navbar-nav li.active > a {
    color: #fff !important;
    background: #ff7522 !important
}

.service-tabcellright {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding: 30px
}

    .service-tabcellright p {
        color: #4e4b4b;
        transition: .3s ease-in all;
        font-size: 18px
    }

.services-bc ul li {
    margin: 25px 0
}

.text-tab {
    position: relative;
    background: rgba(255,255,255,.9);
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    min-height: 310px;
    display: table;
    vertical-align: middle;
    transition: .3s ease-in all
}

    .text-tab p {
        margin-top: 20px
    }

#particlewave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 500px
}

.block__cloud1 {
    position: absolute;
    top: 20%;
    left: 10%;
    animation: cloud1 30s ease-in-out infinite alternate
}

.block__cloud3 {
    position: absolute;
    top: 70%;
    left: 50%;
    animation: cloud1 30s ease-in-out infinite alternate
}

.ne {
    top: 20%;
    left: 10%
}

.block__cloud3 {
    animation: cloud3 40s ease-in-out infinite alternate
}

.only-res {
    display: none !important
}

.drrp a {
    display: inline-block;
    vertical-align: middle
}

.sect-soft-list {
    float: left;
    background: #fff;
    padding: 60px 0;
    text-align: center
}

    .sect-soft-list ul li {
        display: inline-block;
        vertical-align: middle;
        min-width: 200px;
        margin: 10px
    }

        .sect-soft-list ul li a {
            display: table-cell;
            padding: 30px;
            background: #eee;
            border: 2px solid transparent;
            vertical-align: middle;
            width: 250px
        }

            .sect-soft-list ul li a img {
                margin-bottom: 10px
            }

            .sect-soft-list ul li a h5 {
                color: #1b77a3
            }

            .sect-soft-list ul li a:hover {
                border: 2px solid #1b77a3;
                text-decoration: none
            }

.tab-te {
    display: table;
    width: 100%;
    height: 250px
}

.dot-bac {
    background: url('../images/dot-bac.png') no-repeat center/cover;
    background-color: #fff
}

.list-feat ul li {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    margin: 1%
}

.tab-list {
    display: table;
    width: 100%;
    height: 250px;
    vertical-align: top;
    text-align: center
}

.cell-list {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    height: 100%;
    width: 100%;
    background: #eee;
    padding: 20px
}

    .cell-list h3 {
        font-size: 18px !important;
        color: #52524f;
        text-transform: capitalize;
        font-family: 'latoregular'
    }

    /*.cell-list p {
        font-weight: bold;
        text-transform: uppercase
    }*/

.right-text-mob ul {
    padding-left: 20px;
    display: block;
    margin: 40px 0
}

    .right-text-mob ul li {
        margin: 10px 0;
        list-style: disc;
        font-size: 18px;
        font-family: 'latoregular';
        color: #52524f;
        letter-spacing: 1px
    }

.ony-head {
    float: left;
    padding: 60px 0;
    text-align: center;
    background: #fff
}

    .ony-head h2 {
        width: 50%;
        margin: 0 auto;
        line-height: 50px
    }

.grey-seec {
    float: left;
    padding: 60px 0;
    background: #eee
}

.greyy-s {
    float: left;
    width: 100%;
    display: table
}

.left-mob {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%
}

.right-text-mob {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

    .right-text-mob h3 {
        color: #006595
    }

    .right-text-mob p {
        margin-bottom: 40px
    }

.grey-seec.white-bac {
    background: #fff
}

.mob-dev-gre {
    padding: 60px 0;
    float: left;
    background: #eee
}

.mob-tab {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.center-mob-d {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 55%;
    height: 100%;
    padding: 30px
}

.left-mob-d {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    height: 100%
}

.right-mob-d {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    height: 100%
}

.native-pl {
    float: left;
    padding: 60px 0;
    background: #fff;
    text-align: center
}

.nat {
    float: left;
    width: 100%
}

    .nat ul li {
        display: inline-block;
        vertical-align: middle;
        width: 27%;
        text-align: center;
        margin: 2%
    }

.list-mob img {
    margin: 30px 0
}

#particles-js canvas {
  
}

.santa-christmas {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 277px;
    height: 407px;
    z-index: 999999999
}

@media only screen and (min-width:1660px) {
    .left-appr ul li {
        min-height: 39px
    }

    .button-circle:after {
        height: 57px
    }
}

@media only screen and (min-width:1280px) and (max-width:1880px) {
    .wrapper {
        width: 95%
    }

    .tec1 ul {
        width: 80%
    }

    .foot-menu {
        width: 70%
    }

    .num-foot {
        width: 100%
    }

    #tab-clickk8 {
        margin-top: 46% !important
    }

    .left-appr ul li {
        min-height: 39px
    }

    .button-circle:after {
        height: 57px
    }

    #tab-clickk9 {
        margin-top: 50% !important
    }

    #tab-clickk10 {
        margin-top: 58% !important
    }

        #tab-clickk10 .right-cell {
            height: 220px
        }
}

@media only screen and (max-width:1520px) {
    .togglee-men ul li {
        font-size: 14px
    }

    .togglee-men ul {
        padding: 10px
    }

    #tab-clickk4 {
        margin-top: 14% !important
    }

    #tab-clickk5 {
        margin-top: 21% !important
    }

    #tab-clickk6 {
        margin-top: 33% !important
    }

    #tab-clickk7 {
        margin-top: 40% !important
    }

    #tab-clickk9 {
        margin-top: 63% !important
    }

    #tab-clickk10 {
        margin-top: 72% !important
    }

    #tab-clickk8 {
        margin-top: 55% !important
    }

    .left-appr ul li {
        min-height: 39px
    }

    .button-circle:after {
        height: 57px
    }
}

@media only screen and (max-width:1220px) {
    .wrapper {
        width: 95%
    }

    .nav-link {
        padding: 8px !important;
        font-size: 14px;
        margin-top: 8px;
        letter-spacing: 0
    }

    .banner-text p {
        width: 80%
    }

    .banner-bc {
        height: 500px
    }

        .banner-bc:after {
            height: 500px
        }

    .banner {
        height: 500px
    }

    .lo {
        width: 15% !important
    }

        .lo img {
            width: 80%;
            height: auto
        }

    .callbtn.btn {
        margin-top: 10px
    }

    .newc {
        margin: 10px 0
    }

    #particles-js {
        height: 500px !important
    }

    .bc-img {
        width: 55%;
        margin-left: 40px
    }

    .tec1 ul {
        width: 100%
    }

    .tech p {
        width: 90%
    }

    .bus-stepcell {
        padding: 5px
    }

    .listt ul li {
        width: 28%;
        margin: 0 1%
    }

    .bus-stepcell p {
        font-size: 14px;
        line-height: 26px
    }

    .mybtn {
        padding: 7px 20px;
        font-size: 14px
    }

    .listt ul li:hover .bus-stepcell {
        padding: 20px
    }

    .foot-menu {
        width: 90%
    }

    .num-foot {
        width: 100%
    }

        .num-foot span {
            padding: 0 40px
        }

    .skill-left {
        float: left;
        width: 100%
    }

    .skill-right {
        float: left;
        width: 100%
    }

    .what-we-are ul li {
        width: 47%
    }

    .ab-footer .short-wrapper {
        width: 100%
    }

    #tab-clickk8 {
        margin-top: 62% !important
    }

    #tab-clickk9 {
        margin-top: 75% !important
    }

    #tab-clickk10 {
        margin-top: 87% !important
    }

    .lefttoright .right-infr {
        margin-top: 11px
    }

    .ony-head h2 {
        width: 80%
    }

    .list-feat ul li {
        width: 45%
    }
}

@media only screen and (max-width:1400px) {
    .left-appr {
        width: 40%
    }

    .right-appr {
        width: 60%
    }

    .left-appr h5 {
        width: 65%
    }

    #tab-clickk10 {
        margin-top: 90% !important
    }

        #tab-clickk10 .right-cell {
            height: 300px
        }

    #tab-clickk5 {
        margin-top: 25% !important
    }

    #tab-clickk9 {
        margin-top: 81% !important
    }
}

@media only screen and (min-width:992px) {
    ul.navbar-nav li:hover .dropdown-menu {
        display: block
    }
}

@media only screen and (min-width:980px) and (max-width:1280px) {
    .wrapper {
        width: 95%
    }

    .lnks {
        margin: 0 5px
    }

    .callbtn.btn {
        padding: 0 20px;
        font-size: 15px
    }

    .short-wrapper {
        width: 80%
    }

    .why-choos p {
        width: 80%
    }
}

@media only screen and (max-width:980px) {
    .lo img {
        width: 100%
    }

    .navbar.header {
        padding: 10px
    }

    .banner-text h1 {
        font-size: 40px
    }

    .feat {
        font-size: 16px
    }

    h3 {
        font-size: 18px !important
    }

    .slidess ul {
        width: 80%
    }

    .soc-foot {
        width: 25%
    }

    .short-wrapper {
        width: 80%
    }

    .why-choos p {
        width: 80%
    }

    .short-wrapper {
        width: 100%
    }

    .why-choos p {
        width: 100%
    }

    .skill-right ul li {
        width: 48%
    }

    .service-tabcell {
        float: left;
        width: 100%;
        text-align: center
    }

    .service-tabcellright {
        float: left;
        width: 100%;
        margin-top: 20px
    }

    .services-bc ul li {
        padding: 10px;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        border: 1px solid;
        margin: 5px 0;
        min-height: 65px
    }

    .services-bc ul {
        margin: 40px 0
    }

    .drrp .dropdown-menu a {
        font-size: 14px
    }

    .right-appr {
        width: 100%
    }

    .left-appr {
        display: none
    }

    #tab-clickk1, #tab-clickk2, #tab-clickk3, #tab-clickk4, #tab-clickk5, #tab-clickk6, #tab-clickk7, #tab-clickk8, #tab-clickk9, #tab-clickk10 {
        display: block !important;
        margin: 5px 0 !important
    }

    .right-cell {
        width: 100%;
        display: block
    }

    .tab-text {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .webb {
        margin: 20px 0;
        max-width: 50% !important;
        width: 40% !important
    }

    .left-infr {
        width: 100%;
        margin: 0 !important
    }

    .right-infr {
        width: 100%;
        margin: 0 !important
    }
}

@media only screen and (min-width:780px) and (max-width:980px) {
    .wrapper {
        width: 95%
    }

    .menu-hed ul li a {
        padding: 20px
    }
}

@media only screen and (max-width:779px) {
    short-wrapper {
        width: 95%
    }

    .santa-resp {
        display: block
    }

    .santa-block {
        display: none
    }

    .santa-christmas {
        width: 125px;
        height: 184px
    }

    .modal-content {
        padding: 0 !important
    }

    .business ul li {
        width: 100%;
        margin: 5px 0
    }

    .listt ul li .bus-stepcell p {
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 30px
    }

    .listt ul li:after {
        background: rgba(0,101,149,.7)
    }

    h1 {
        font-size: 35px;
        line-height: 45px
    }

    .business ul li {
        background: url(../images/service-business-process1.jpg) no-repeat center/cover
    }

        .business ul li:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.8);
            transition: .3s ease-in all
        }

    .bus-cell p {
        display: block;
        font-size: 16px;
        line-height: 32px
    }

    .bus-cell h3 {
        margin: 0
    }

    .bus-cell {
        padding: 10px 5px
    }

    .d-n {
        display: inline-block
    }

    .list-feat ul li {
        width: 90%
    }

    .d-nn {
        display: none
    }

    .banner-bc {
        height: 600px
    }

    .banner-text, .banner {
        height: 600px
    }

    .banner-bc:after {
        height: 600px
    }

    .lo {
        width: 30% !important
    }

    .rightmis {
        margin-top: 30px
    }

    .tec2 {
        margin-top: 30px
    }

    .tech p {
        width: 100%
    }

    .listt ul li {
        width: 95%;
        margin: 1%
    }

    h2 {
        font-size: 26px !important
    }

    .slidess ul {
        width: 100%
    }

    .logo-foot {
        width: 100%
    }

    .num-foot span {
        padding: 0
    }

    .soc-foot {
        width: 50%;
        margin-top: 40px !important
    }

    .block__cloud3.ne1 {
        display: none
    }

    .block__cloud3 {
        animation: none
    }

    .what-we-cell {
        padding: 15px
    }

    .skill-right ul li {
        width: 90%
    }

    .services-bc ul li {
        font-size: 14px
    }

    .text-tab {
        padding: 20px
    }

    .icon {
        margin-left: -50px
    }

    .togglee-men ul li {
        margin: 5px 0;
        width: 45%;
        font-size: 15px
    }

    .right-im {
        display: none
    }

    .left-im {
        width: 100%
    }

    .what-we-are ul li {
        width: 100%
    }

    .what-we-are ul {
        width: 100%;
        padding: 0
    }

    .tabcel {
        display: block;
        width: 100%
    }

    .wd50 {
        width: 100%
    }

    .wd100 {
        width: 100%
    }

    .webb {
        margin: 20px 0;
        max-width: 100% !important;
        width: 90% !important
    }

    .text-secc {
        border-spacing: 0
    }

    .right-cell {
        padding: 20px
    }

    .ony-head h2 {
        width: 100%
    }

    .left-mob {
        width: 100%;
        margin: 20px 0;
        display: block
    }

    .right-text-mob {
        width: 100%;
        display: block
    }

    .left-mob-d {
        width: 100%;
        margin-bottom: 20px;
        display: block
    }

    .center-mob-d {
        width: 100%;
        display: block
    }

    .right-mob-d {
        width: 100%;
        display: block
    }

    .nat ul li {
        width: 100%
    }
}

@media only screen and (min-width:500px) and (max-width:779px) {
    .wrapper {
        width: 95%
    }
}

@media only screen and (max-width:499px) {
    .banner-text h1 {
        font-size: 25px
    }

    .banner-text p {
        line-height: 25px;
        font-size: 20px;
        width: 90%
    }

    h2 {
        font-size: 30px
    }

    h1 {
        font-size: 24px;
        line-height: 35px
    }

    h2 {
        font-size: 25px !important;
        letter-spacing: 2px
    }

    .listt ul li:hover {
        transform: scale(1.1)
    }

        .listt ul li:hover .bus-stepcell {
            border: none
        }

            .listt ul li:hover .bus-stepcell p {
                width: 90%;
                margin: 0 auto
            }

    .bc-img {
        width: 100%;
        height: 300px;
        margin: 0
    }

    .rightmis {
        padding: 0 !important
    }

    .second-img {
        width: 100%;
        left: 0;
        margin: 0;
        top: 65% !important;
        display: none
    }

    .navbar.header {
        margin: 0 auto !important
    }

    ul.slick-dots {
        display: none !important
    }

    .feat {
        font-size: 12px;
        width: 80%;
        margin: 5px auto
    }

    .what-we-cell p {
        font-size: 16px;
        margin-top: 20px
    }

    .des-skill h3 {
        font-size: 16px !important
    }

    .services-bc ul li {
        display: block
    }

    .service-tabcellright {
        padding: 10px
    }

        .service-tabcellright p {
            font-size: 16px
        }

    .foot-menu .f-menu {
        display: none !important
    }

    .num-foot.d-flex {
        display: block !important
    }

        .num-foot.d-flex span {
            display: block;
            border: none;
            margin: 10px 0
        }

    .sil-part {
        width: 30%
    }

    .togglee-men ul li {
        border: none;
        width: 100%;
        font-size: 14px
    }

    .description p {
        font-size: 14px;
        line-height: 28px
    }

    .description {
        padding: 20px;
        padding-top: 80px
    }

    .text-cell {
        padding: 10px
    }

        .text-cell p {
            font-size: 16px;
            line-height: 30px
        }

    .tab-text {
        padding: 20px
    }

    .tec1 ul {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:499px) {
    .wrapper {
        width: 95%
    }

    h2 {
        font-size: 20px !important;
        letter-spacing: 2px
    }

    .left-info h3 {
        font-size: 24px
    }

    .service-area-bc h2 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:320px) {
    .wrapper {
        width: 300px;
        max-width: 100%
    }
}

@media only screen and (max-width:990px) {
    .only-res {
        display: inline-block !important;
        vertical-align: middle
    }

    .what-we-are, .business-list, .webapp-approach, .why-choos, .our-skills, .mission-bc, .bis-ideology {
        padding: 20px 0
    }

    .listt {
        margin-top: 15px
    }

    section .wd50, section .wd100 {
        margin: 1% 1% 15px
    }

    section .mybtn {
        margin-top: 0
    }

    .form-sec {
        padding: 40px 0
    }

    .what-we-tab {
        border: 5px solid transparent
    }

    .right-cell p, .tab-text p {
        font-size: 16px
    }

    .right-infr {
        padding: 30px
    }

        .right-infr p {
            font-size: 16px;
            line-height: 32px
        }

    .infra-serv {
        padding: 20px 0
    }

    .lnks .nav-link:hover {
        background: none;
        color: #000 !important
    }

    .dropdown-menu.show {
        padding-left: 10px
    }

    .dropdown-item {
        white-space: inherit !important
    }
}

.about-bann:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,101,149,.7)
}

.clientlogo .slick-dots {
    bottom: -32% !important
}

.tec1 ul {
    margin-bottom: 50px
}

@media only screen and (min-width:1880px) {
    #tab-clickk8 {
        margin-top: 40% !important
    }

    #tab-clickk9 {
        margin-top: 45% !important
    }

    #tab-clickk10 {
        margin-top: 53% !important
    }
}

.container-fluid {
    position: relative;
    z-index: 99
}

.webb.abu p {
    position: relative;
    z-index: 1;
    width: 100% !important;
    margin-bottom: 0 !important
}

.webb.abu {
    width: 33% !important;
    vertical-align: top
}

.strategies h2 {
    color: #006595 !important;
    position: relative;
    z-index: 1
}

.ourvalues {
    position: relative;
    z-index: 1;
    margin-bottom: 50px !important;
    width: 60%;
    margin: 0 auto
}

@media screen and (max-width:980px) {
    .ourvalues {
        width: 100%
    }

    .webb.abu {
        width: 49% !important
    }
}

@media screen and (max-width:980px) {
    .webb.abu {
        width: 100% !important
    }
}

.bgw {
    background: #fff !important
}
