@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,700,800);

* {
    margin: 0;
    padding: 0
}

body {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400
}

body, a {
    color: #727272;
    font-family: 'Open Sans',sans-serif
}

p {
    text-align: justify
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 800;
    color: #272727
}

.h4, h4 {
    font-size: 20px
}

a, .btn, button {
    color: #727272;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

    a:hover {
        color: #F36909
    }

    a:hover, .btn:hover, button:hover {
        text-decoration: none
    }

    a:focus, .btn:focus, button:focus {
        outline: none
    }

ul, ol {
    list-style: none;
    margin: 0
}

::-moz-selection {
    background-color: #F36909;
    color: #fff
}

::-webkit-selection {
    background-color: #F36909;
    color: #fff
}

::selection {
    background-color: #F36909;
    color: #fff
}

.no-padd {
    padding: 0
}

.light-font {
    font-weight: 300
}

.medium-font {
    font-weight: 600
}

.bold-font {
    font-weight: 700
}

.heading-font {
    font-family: 'Open Sans Condensed',sans-serif
}

.merry-font {
    font-family: 'Merriweather',serif
}

.mdi {
    display: inline-block
}

.mdi-big {
    font-size: 65px
}

.cb-mb-2 {
    margin-bottom: 2rem
}

.cb-txt {
    color: #F36909
}

.wht-txt {
    color: #fff;
}

.cb-bg {
    background-color: #F36909
}

.wht-bg {
    background-color: #fff
}

.faded-bg {
    background-color: #f2f2f2
}

.form-control {
    font-family: 'Open Sans',sans-serif;
    border-radius: 0;
    color: #272727
}

    .form-control::placeholder, ::placeholder {
        font-family: 'Open Sans',sans-serif;
        color: #727272
    }

    .form-control:focus {
        color: #272727;
        border-color: #F36909
    }

    .form-control:focus {
        outline: 0;
        box-shadow: none
    }

.btn {
    padding: 20px 30px;
    line-height: 0;
    border-radius: 30px;
    font-weight: 400
}

.btn-white {
    background-color: #fff;
    color: #272727
}

.cb-btn {
    background-color: #F36909;
    color: #fff
}

.cb-service-btn {
    padding: 8px 20px 9px;
    font-size: 13px;
    background-color: #727272;
    color: #fff;
    border-radius: 30px
}

    .cb-service-btn:hover, .cb-service-btn:focus {
        background-color: #F36909;
        color: #fff
    }

.cb-overlay {
    position: relative
}

    .cb-overlay::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.7)
    }

.cb-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover
}

.cb-counters {
    background-image: url(../images/bgs/counters-bg.jpg)
}

.cb-wrapper {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    position: relative
}

.cb-section {
    padding: 5em 0
}

.cb-resp-section {
    padding: 5em 0 3.5em
}

.cb-title-box {
    position: relative
}

    .cb-title-box:after {
        content: '';
        height: 35px;
        width: 2px;
        background: #F36909;
        display: inline-block;
        text-align: center
    }

    .cb-title-box small {
        font-size: 16px;
        font-style: italic
    }

.cb-nav {
    padding: 0;
    transition: all .5s ease
}

.isScrolled.cb-nav {
    background-color: #141313;
    animation-name: slideInDown;
    animation-duration: 1s
}

.cb-nav.navbar-dark .navbar-nav .nav-link {
    position: relative;
    color: #ff9900;
    font-size: 13px
}

    .cb-nav.navbar-dark .navbar-nav .nav-item:hover .nav-link, .cb-nav.navbar-dark .navbar-nav .nav-link:focus, .cb-nav.navbar-dark .navbar-nav .nav-link:hover {
        color: #ff9900
    }

    .cb-nav.navbar-dark .navbar-nav .active > .nav-link, .cb-nav.navbar-dark .navbar-nav .nav-link.active, .cb-nav.navbar-dark .navbar-nav .nav-link.show, .cb-nav.navbar-dark .navbar-nav .show > .nav-link {
        color: #ff9900;
        font-weight: 700
    }

.cb-nav.navbar-dark .navbar-nav .nav-link, #cb-menu .dropdown-item {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

#cb-menu .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-top: 0
}

#cb-menu .dropdown-item {
    font-size: 12px;
    border-bottom: 1px solid #dbdbdb
}

    #cb-menu .dropdown-item:hover, #cb-menu .dropdown-item.active, #cb-menu .dropdown-item:active {
        background-color: #efefef;
        color: #F36909
    }

.cb-banner {
    position: relative;
    padding: 0 0;
    background-image: url(../images/bgs/particle-bg1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

    .cb-banner::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,.37);
        background-color: rgba(0,0,0,.45);
        
    }

.cb-particles {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.cb-banner-content {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    padding: 160px 0
}

.cb-banner-text {
    overflow-x: hidden
}

.cb-banner-text {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 900px;
    overflow: hidden
}

    .cb-banner-text .h3 {
        letter-spacing: 2px;
    }

    .cb-banner-text .h1, .cb-banner-text .h3 {
        margin-bottom: 1em
    }

.counter {
    font-size: 55px
}

.cb-feature-box {
    position: relative;
    padding: 20px
}

    .cb-feature-box::after {
        position: absolute;
        content: "";
        background: #373737;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 5px;
        -webkit-transform: scaley(0);
        transition: all.3s;
        z-index: -1
    }

    .cb-feature-box:hover::after {
        -webkit-transform: scaley(1);
        transition: all .3s
    }

    .cb-feature-box .mdi {
        font-size: 25px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        margin-bottom: 1.2em;
        box-shadow: 0 5px 5px #ddddd4
    }

    .cb-feature-box .h4 {
        transition: all .3s ease
    }

    .cb-feature-box img {
        height: 90px;
        margin-bottom: 1em
    }

.cbt-clients {
    padding: 0 0 4em
}

#cbt-clients.owl-carousel .owl-stage-outer {
    padding: 10px 0 30px
}

.client-item img {
    cursor: pointer;
    display: block;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fff
}

#cbt-clients.owl-theme .owl-dots .owl-dot span {
    width: 32px;
    height: 12px;
    background: transparent;
    border: 2px solid #fc9650
}

#cbt-clients.owl-theme .owl-dots .owl-dot.active span, #cbt-clients.owl-theme .owl-dots .owl-dot:hover span {
    background: #F36909
}

#cbt-clients.owl-theme .owl-dots .owl-dot {
    transform: all .3s ease
}

.cb-footer {
    font-size: 13px
}

    .cb-footer, .cb-footer a {
        color: #ccc4c4
    }

.cb-footer-top {
    position: relative;
    padding: 5em 0;
    background-color: #000;
    background-image: url(../images/ft-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

    .cb-footer-top::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(243,105,9,.35);
        background-color: rgba(0,0,0,.85)
    }

.cb-ft-about {
    display: table
}

.cb-ft-social ul li {
    display: block;
    float: left;
    text-align: center;
    color: #fff
}

    .cb-ft-social ul li + li {
        margin-left: 20px
    }

    .cb-ft-social ul li a .mdi {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #fff;
        color: #727272;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-bottom: 5px;
        transition: all .3s ease
    }

.cb-ft-ci-box img {
    width: 50px;
    float: left
}

.cb-ft-ci-text {
    padding-left: 70px
}

.cb-ft-contact-form .form-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #464242;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px
}

    .cb-ft-contact-form .form-control:focus {
        border-bottom-color: #F36909
    }

.cb-ft-contact-form label {
    display: none
}

.cb-ft-cf-btn {
    background-color: #272727;
    color: #fff;
    font-size: 11px
}

.cb-ft-ci-list li {
    position: relative;
    padding-left: 23px;
    padding-bottom: 5px
}

    .cb-ft-ci-list li .mdi {
        position: absolute;
        top: 0;
        left: 0;
        color: #F36909;
        color: #fff
    }

.cb-footer-bot {
    position: relative;
    padding: 4em 0;
    background-color: #141313
}

.cb-bt-links a {
    display: inline-block;
    font-style: italic
}

    .cb-bt-links a + a {
        margin-left: 15px
    }

.cb-footer, .cb-ft-contact-form .form-control:placeholder, .cb-bt-links a, .cb-ft-social ul li a .mdi {
    color: #ccc4c4
}

.ngs-qr-wrap {
    position: fixed;
    z-index: 25;
    top: 35%;
    right: -215px;
    width: 250px;
    transition: all .4s ease-in-out
}

    .ngs-qr-wrap.active {
        right: 0
    }

.ngs-qr-icon {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #F36909;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px
}

    .ngs-qr-icon .mdi {
        transition: all .6s ease-in-out
    }

.ngs-qr-wrap.active .mdi {
    transform: rotate(-45deg)
}

.ngs-qr-pic {
    float: left;
    width: calc(100% - 35px);
    padding: 20px;
    background-color: #555
}

#back-to-top {
    position: fixed;
    z-index: 99;
    bottom: 1em;
    right: 1em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #272727;
    color: #fff;
    opacity: 0;
    border-radius: 2em;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    transition: all .4s ease
}

.cb-inner-banner {
    height: 500px
}

.cb-inner-banner-text nav {
    display: inline-block
}

    .cb-inner-banner-text nav .breadcrumb {
        background-color: transparent
    }

        .cb-inner-banner-text nav .breadcrumb li a {
            color: #fff
        }

        .cb-inner-banner-text nav .breadcrumb .breadcrumb-item.active {
            color: #F36909;
            font-weight: 700
        }

.cb-clients-box ul li {
    display: block;
    float: left;
    width: 19%;
    margin: 9px 5px;
    border: 1px solid #ddd;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all .3s ease
}

    .cb-clients-box ul li:hover {
        border-color: #F36909;
        filter: grayscale(0%)
    }

.cb-co-box .table thead tr {
    font-weight: 700;
    font-size: 18px;
    color: #F36909
}

.cb-cp-info-box ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 7px
}

    .cb-cp-info-box ul li .mdi {
        position: absolute;
        top: 0;
        left: 0;
        color: #F36909
    }

.cb-cp-btn {
    padding: 7px 22px;
    background-color: #727272;
    color: #fff;
    border-radius: 30px;
    border: 0;
    font-size: 14px
}

#map {
    width: 100%;
    height: 450px
}

.cb-list li {
    position: relative;
    padding-left: 25px
}

    .cb-list li::before {
        font-family: 'Material Design Icons';
        content: "\F057";
        position: absolute;
        top: 0;
        left: 0
    }

.cb-txt, .cb-bt-links a:hover, .cb-footer a:hover, .cb-inner-banner-text nav .breadcrumb li a:hover {
    color: #000000
}

.cb-bg, .cb-ft-social ul li a:hover .mdi {
    background-color: #000000
}

.cb-ft-social ul li a, .cb-feature-box:hover .h4, .cb-inner-banner-text nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff
}

    .cb-ft-social ul li a:hover .mdi, .cb-ft-cf-btn:hover, .cb-ft-cf-btn:focus, #back-to-top:hover, #back-to-top:focus, .cb-cp-btn:hover, .cb-cp-btn:focus {
        background-color: #F36909;
        color: #fff
    }

.cb-btn:hover, .cb-btn:focus {
    background-color: #272727;
    color: #F36909
}

.cb-about-us-page {
    background-image: url(../images/bgs/about-us-page-ban2.jpg)
}

.cb-services-page {
    background-image: url(../images/bgs/services-page-ban.jpg)
}

.cb-it-solutions-page1 {
    background-image: url(../images/bgs/services-ban1.jpg)
}
.cb-it-solutions-page2 {
    background-image: url(../images/bgs/services-ban2.jpg)
}
.cb-it-solutions-page3 {
    background-image: url(../images/bgs/services-ban3.jpg)
}
.cb-it-solutions-page4 {
    background-image: url(../images/bgs/services-ban4.jpg)
}
.cb-it-solutions-page5 {
    background-image: url(../images/bgs/services-ban5.jpg)
}
.cb-it-solutions-page6 {
    background-image: url(../images/bgs/services-ban6.jpg)
}

.cb-web-consulting-page {
    background-image: url(../images/bgs/web-consulting-page-ban.jpg)
}

.cb-software-development-page {
    background-image: url(../images/bgs/software-development-ban.jpg)
}

.cb-staff-augmentation-page {
    background-image: url(../images/bgs/staff-augmentation.png)
}

.cb-business-consulting-page {
    background-image: url(../images/bgs/business-consulting.jpg)
}

.cb-clients-page {
    background-image: url(../images/bgs/client-page-ban.jpg)
}

.cb-careers-page {
    background-image: url(../images/bgs/careers-page-ban.jpg)
}

.cb-contact-page {
    background-image: url(../images/bgs/contact-page-ban.jpg)
}

.active-hide {
    display: none
}

.who-we-are-area .founder {
    margin-bottom: 24px;
    margin-top: 52px;
    padding-left: 90px;
    position: relative;
}

    .who-we-are-area .founder .img-holder {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1;
    }

        .who-we-are-area .founder .img-holder img {
            border-radius: 50%;
        }

    .who-we-are-area .founder .name {
        padding-bottom: 18px;
        padding-left: 15px;
        padding-top: 18px;
    }

        .who-we-are-area .founder .name h3 {
            color: #222222;
            font-size: 18px;
            margin: 0;
            text-transform: uppercase;
        }

        .who-we-are-area .founder .name p {
            color: #fe1848;
            font-size: 14px;
            margin-top: 10px;
        }



