﻿@import url('b.css');
@charset "utf-8";
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
}

body,
input,
textarea {
    font: 14px 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    color: #727272;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #272727;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
}

    h1 b {
        display: block;
        font-size: 18px;
        line-height: 23px;
        font-weight: 200;
        margin-top: 13px;
        color: #727272;
    }

    h1.white {
        color: #fff;
    }

h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
}

    h2.white {
        color: #fff;
    }

    h2 i {
        color: #13afeb;
        font-style: normal;
    }

    h2 b {
        display: block;
        font-size: 18px;
        line-height: 23px;
        font-weight: 200;
        margin-top: 13px;
        color: #727272;
    }


    h2.caps {
        text-transform: uppercase;
    }

        h2.caps b {
            text-transform: none;
        }

        h2.caps strong {
            font-weight: 500;
        }

h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 18px;
    font-style: normal;
}

    h3 strong {
        font-weight: 600;
    }

h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 18px;
    font-style: normal;
}

    h4.caps {
        text-transform: uppercase;
    }

    h4.white {
        color: #fff;
    }

    h4 b {
        color: #999;
        font-size: 14px;
        display: block;
        font-weight: 400;
    }

h5 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
    font-style: normal;
}

    h5 b {
        color: #727272;
        font-size: 13px;
        font-weight: 400;
        display: block;
    }

    h5.caps {
        text-transform: uppercase;
    }

    h5.grayc {
        color: #999;
    }

    h5.siteccaps {
        color: #13afeb;
        text-transform: uppercase;
    }

    h5.sitec {
        color: #13afeb;
    }

    h5.white {
        color: #fff;
    }

h6 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 14px;
    font-style: normal;
}

    h6.grayc {
        color: #999;
    }

p {
    font: 14px 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 23px;
}

ol,
ul {
    margin: 0 0 20px;
    list-style-position: inside;
}

    ul,
    ul li {
        list-style: none;
    }

ol {
    list-style-type: decimal;
}

    ol ol {
        list-style: upper-alpha;
    }

        ol ol ol {
            list-style: lower-roman;
        }

            ol ol ol ol {
                list-style: lower-alpha;
            }

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0;
    }

strong {
    font-weight: 700;
}

cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 20px 0 20px 36px;
    font-size: 16px;
    padding: 5px 20px;
    font-family: 'Open Sans'!important;
    font-weight: 400;
    color: #454545;
}

pre {
    background: #f4f4f4;
    font: 13px 'Open Sans', sans-serif;
    overflow: auto;
}

code,
kbd {
    font: 13px 'Open Sans', sans-serif;
}

abbr,
acronym,
dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 40px;
}

ins {
    background: #fff9c0;
}

sub,
sup {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

.dropcap {
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
    margin: 15px 8px 0 0;
    text-transform: uppercase;
}

a {
    color: #13afeb;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #272727;
    }

    a.ltwo {
        color: #272727;
        text-decoration: none;
    }

        a.ltwo:hover {
            text-decoration: none;
            color: #13afeb;
        }

    a.lthree {
        color: #454545;
        text-decoration: none;
    }

        a.lthree:hover {
            text-decoration: none;
            color: #13afeb;
        }

    a.lfour {
        color: #13afeb;
        text-decoration: none;
    }

        a.lfour:hover {
            text-decoration: none;
            color: #fff;
        }

    a.lfive {
        color: #13afeb;
        text-decoration: none;
    }

        a.lfive:hover {
            text-decoration: none;
            color: #454545;
        }

blockquote,
q {
    quotes: none;
}

    blockquote:after,
    blockquote:before,
    q:after,
    q:before {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

.clearfix:after {
    visibility: hidden;
    font-size: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.less1 {
    width: 75%;
    margin: 0 auto;
}

.less2 {
    width: 50%;
    margin: 0 auto;
}

.white {
    color: #fff;
}

.margin_top1 {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.margin_top2 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.margin_top3 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.margin_top4 {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.margin_top5 {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.margin_top6 {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.margin_top7 {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.margin_top8 {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.margin_top9 {
    float: left;
    width: 100%;
    margin-top: 90px;
}

.margin_top10 {
    float: left;
    width: 100%;
    margin-top: 100px;
}

.img_left {
    float: left;
}

.img_left1 {
    float: left;
    margin-bottom: 20px;
}

.img_left2 {
    float: left;
    margin-right: 30px;
}

.img_left3 {
    float: left;
    margin-right: 20px;
}

.img_left4 {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.img_left10 {
    float: left;
    width: 32%;
    margin-bottom: 30px;
}

.img_left11 {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.img_right {
    float: right;
}

.img_right11 {
    float: left;
    margin-left: 25px;
    margin-bottom: 125px;
}

.img_size1 {
    float: left;
    width: 100%;
}

.divider_line1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.divider_line11 {
    width: 75%;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.divider_line3 {
    float: left;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
}

.divider_line4 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.divider_line5 {
    float: left;
    width: 100%;
    padding-top: 59px;
    border-bottom: 1px solid #eee;
}

.divider_line6 {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    border-bottom: 1px solid #eee;
}

.divider_line_half {
    float: left;
    width: 100%;
}

.divider_line_small {
    width: 20%;
    margin: 0 auto;
    height: 25px;
    border-top: 1px solid #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}

.divider_line7 {
    float: left;
    width: 100%;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
}

.divider_dashed1 {
    float: left;
    width: 100%;
    margin: 45px 0;
    border-top: 1px dashed #3b3b3b;
}

.divider_dashed2 {
    float: left;
    width: 100%;
    margin: 59px 0;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed3 {
    float: left;
    width: 100%;
    margin: 30px 0 59px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed4 {
    float: left;
    width: 100%;
    margin: 40px 0 59px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed5 {
    float: left;
    width: 100%;
    margin: 0 0 59px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed6 {
    float: left;
    width: 100%;
    margin: 50px 0 59px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed7 {
    float: left;
    width: 100%;
    margin: 50px 0 0;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed8 {
    float: left;
    width: 100%;
    margin: 53px 0 45px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed9 {
    float: left;
    width: 100%;
    margin: 40px 0 48px;
    border-top: 1px dotted #d7d7d7;
}

.divider_dashed10 {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    border-top: 1px dashed #3b3b3b;
}

.site_wrapper {
    width: 100%;
    margin: 0 auto;
}

.container_full {
    width: 100%;
    float: left;
    margin: auto;
}

    .container_full.slidertop {
        margin-top: -80px;
    }

.container {
    width: 1170px;
    margin: auto;
    /*padding-top: 20px;*/
}

.content_fullwidth {
    float: left;
    width: 100%;
    padding: 50px 0 0;
}

.content_left {
    float: left;
    width: 71%;
    padding: 18px 0 0;
}

.right_sidebar {
    float: right;
    width: 25%;
    padding: 18px 0 0;
}

.left_sidebar {
    float: left;
    width: 25%;
    padding: 18px 0 0;
}

.content_right {
    float: right;
    width: 71%;
    padding: 18px 0 0;
}

a:focus {
    border-bottom: .5px dotted #eee;
}

.fourth_fifth,
.one_fifth,
.one_fourth,
.one_half,
.one_third,
.three_fourth,
.two_third {
    position: relative;
    margin-right: 2%;
    float: left;
}

.one_full {
    width: 100%;
}

.one_half {
    width: 35%;
    margin-top: 12px;
}

.one_third {
    width: 30.65%;
}

.one_fourth {
    width: 23%;
}

.one_fifth {
    width: 16.8%;
}

.fourth_fifth {
    width: 79%;
}

.one_sixth {
    width: 15.8%;
    margin-right: 1%;
    position: relative;
    float: left;
}

.two_third {
    width: 65.35%;
}

.three_fourth {
    width: 74%;
}

.last {
    margin-right: 0!important;
    clear: right;
}

.square_box {
    position: relative;
    margin-right: 4%;
    margin-left: 16px;
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
}

.linkshover:hover {
    color: #fff!important;
}

.txt_blue {
    color: #0cf;
}

.txt_black {
    color: #272727;
}

.txt_orange {
    color: #D88947;
}

.txt_bold {
    font-weight: 800;
}

.mg5 {
    margin-bottom: 0;
}

.mg17 {
    margin-bottom: 17px;
}

.mg20 {
    margin-bottom: 20px;
}

.pd25 {
    padding-top: 25px;
}

.pd20 {
    padding-top: 20px;
}

.mgl30 {
    margin-left: 30px;
}

.mgl60 {
    margin-left: 60px;
}

.bullets {
    list-style: square;
}

.bcircle {
    list-style: circle;
}

.fly_left {
    float: left;
}

.fly_right {
    float: right;
}

.txt_white {
    color: #fff;
}

.lwr_roman {
    list-style-type: lower-roman;
}

ul .square {
    list-style-type: square;
    margin-left: 20px;
    color: #fff!important;
}

.bullet_square {
    list-style-type: square;
    margin-left: 20px;
}

.new_submenu li {
    border: 1px solid #fff!important;
    font-size: 12px;
    min-width: 250px;
    margin-bottom: 0!important;
}

.mgl10 {
    margin-left: 10px!important;
}

#header {
    background-color: #505050!important;
    height: 50px;
}

.header-main {
    max-width: 1170px;
    margin: 0 auto;
}

.header-right {
    position: relative;
    left: -3%;
}

#logo {
    float: left;
    display: block;
    height: 130px;
    margin-top: 0;
    position: absolute;
    left: -5px;
    text-indent: -999em;
    background: url(../images/logos.jpg) left no-repeat;
    z-index: 999;
    width: 151px;
}

#logo-med {
    float: left;
    display: block;
    width: 100%;
    height: 168px;
    margin-top: -17px;
    position: absolute;
    text-indent: -999em;
    background: url(../images/logo-med.svg) left no-repeat;
    z-index: 999;
}

.right {
    float: right;
    margin-top: -25px;
}

#logo-small {
    float: left;
    display: block;
    width: 8%;
    height: 93px;
    margin-top: -6px;
    position: absolute;
    text-indent: -999em;
    background: url(../images/logo-small.png) left no-repeat;
    z-index: 999;
}

#logo-small-inner {
    float: left;
    display: block;
    width: 8%;
    height: 93px;
    margin-top: -6px;
    position: absolute;
    text-indent: -999em;
    background: url(../images/logo-small-inner.png) left no-repeat;
    z-index: 999;
    left: 0;
}

#wrap {
    display: inline-block;
    height: 30px;
    float: right;
    padding: 0;
    position: relative;
    margin-right: 16px;
    margin-top: 25px;
}

    #wrap input[type=text] {
        height: 30px;
        font-size: 16px;
        display: inline-block;
        border: none;
        outline: 0;
        color: #999;
        padding: 0 60px 0 10px;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 1;
        border-radius: 3px;
        width: 250px;
        cursor: text;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    }

    #wrap input[type=submit] {
        height: 30px;
        width: 30px;
        display: inline-block;
        color: red;
        float: right;
        background: url(../images/site-search-menu.png) center 1px no-repeat;
        text-indent: -10000px;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        opacity: .4;
        cursor: pointer;
        transition: opacity .4s ease;
    }

        #wrap input[type=submit]:hover {
            opacity: .8;
        }

.top_nav {
    float: left;
    width: 100%;
    padding: 0;
    height: 50px;
}

    .top_nav .left ul {
        float: left;
        padding: 0;
        margin: 0;
    }

    .top_nav .left li {
        float: left;
        font-size: 13px;
        padding: 0;
        margin: 0 0 0 13px;
    }

    .top_nav .left {
        float: left;
        padding-bottom: 10px;
    }

    .top_nav .right {
        /*float: right;*/
        padding-bottom: 3px;
    }

        .top_nav .right ul {
           /*float: right;*/
            padding: 0;
            margin: 0;
        }

        .top_nav .right li {
            float: left;
            font-size: 12px;
            padding: 0;
            margin: 0 0 0 13px;
        }

        .top_nav .right .link_box {
            background: #585858;
            border: 1px solid #6b6b6b;
            padding: 2px 5px;
            margin-top: -7px;
           
        }

        .top_nav .right li a,
        .top_nav .right li:hover i {
            color: #fff;
        }

            .top_nav .right li a:hover {
                color: #f7f7f7;
            }

    .top_nav .left li a {
        color: #fff;
    }

        .top_nav .left li a:hover {
            color: #727272;
        }

    .top_nav .right li.link {
        float: left;
        font-size: 12px;
        margin-left: 18px;
        margin-top: 1px;
    }

        .top_nav .right li.link i {
            margin-right: 3px;
        }

.nav > li {
    border-left: 1px solid #dcdcdc;
}

    .nav > li:last-child {
        border-right: 1px solid #dcdcdc;
    }

ul.selected {
    background: #eee;
}

.logo {
    float: left;
    width: 100%;
}

.menu_main {
    float: right;
    width: 100%;
    z-index: 9000;
    position: relative;
}

.slider_ex {
    float: left;
    width: 100%;
    height: 580px;
    background: url(../images/slider-img.png) center top no-repeat;
}

.mstslider {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
    z-index: 888;
    position: relative;
}

.slidershadow {
    float: left;
    width: 100%;
    height: 32px;
    background: url(../images/shadow.png) center top no-repeat;
    position: relative;
    z-index: 991;
}

.slidershadowmaster {
    float: left;
    width: 100%;
    height: 32px;
    margin-top: 80px;
    background: url(../images/shadow.png) center top no-repeat;
    position: absolute;
    z-index: 991;
}

.slidershadow2 {
    float: left;
    width: 100%;
    height: 32px;
    background: url(../images/shadow2.png) center top no-repeat;
    position: absolute;
    z-index: 999;
}

.mCAS-Logo {
    background: url(../images/mCAS-Logo.png) center no-repeat;
    width: 65px;
    height: 30px;
    background-size: auto 100%;
    display: inline-block;
    margin-left: -25px;
    margin-top: 18px;
}

.mServe-Logo {
    background: url(../images/mServe-Logo.png) center no-repeat;
    width: 85px;
    height: 30px;
    background-size: auto 100%;
    display: inline-block;
    margin-left: -25px;
    margin-top: 18px;
}

.mCollect-Logo {
    background: url(../images/mCollect-Logo.png) center no-repeat;
    width: 90px;
    height: 30px;
    background-size: auto 100%;
    display: inline-block;
    margin-left: -25px;
    margin-top: 18px;
}

.featureTileView {
    height: 172px;
    position: relative;
    z-index: 999;
}

    .featureTileView .tabs {
        width: 32%;
        margin-right: 0;
        margin-top: 2.5%;
    }

        .featureTileView .tabs li {
            display: block;
            float: left;
            margin: 0;
        }

            .featureTileView .tabs li a {
                display: inline-block;
                width: 168px;
                height: 168px;
                margin: 1px;
            }

                .featureTileView .tabs li a img {
                    margin-top: 10%;
                }

                .featureTileView .tabs li a:after {
                    border-left-color: transparent!important;
                }

    .featureTileView .tabs-content {
        width: 68%;
        padding-top: 10px;
    }

        .featureTileView .tabs-content .iconBox {
            width: 15%;
            float: left;
        }

            .featureTileView .tabs-content .iconBox img {
                width: 85%;
            }

        .featureTileView .tabs-content .contentBox {
            width: 100%;
            float: left;
        }

            .featureTileView .tabs-content .contentBox h2 {
                margin-bottom: 5px;
            }

.tabs_color {
    background-color: #eee;
    color: #13AFEB;
}

    .tabs_color:hover {
        background-color: #13AFEB;
        color: #fff;
    }

.tabs li.active:active {
    color: #fff;
}

.icon1 {
    margin: 2px;
    border: 1px solid #fff;
}

.icon2 {
    color: #fff;
    background-color: #099;
    margin: 2px;
    border: 1px solid #fff;
}

.icon3 {
    color: #fff;
    background-color: rgba(227, 187, 83, 0.7);
    margin: 2px;
    border: 1px solid #fff;
}

.icon4 {
    color: #fff;
    background-color: rgba(216, 137, 71, 0.22);
    margin: 2px;
    border: 1px solid #fff;
}

.sbanner {
    background: url(../images/seo-banner.png) no-repeat center;
    width: 90%;
    height: 115%;
    background-size: 90%;
}

.bglobe {
    background: url(../images/BrandingGlobe.png) no-repeat center;
    height: 115%;
    width: 90%;
    background-size: 90%;
}

.imgintro {
    background: url(../images/img2.png) no-repeat center;
    width: 90%;
    height: 115%;
    background-size: 90%;
}

.imgwebhosting {
    background: url(../images/img4.png) no-repeat center;
    width: 90%;
    height: 115%;
    background-size: 90%;
}

.requestBtn {
    background: #13afeb;
    padding: 10px;
    font-size: 24px;
    width: 175px;
    margin-top: 0;
    height: 175px;
    border: 2px solid #fff;
    text-align: center;
    float: right;
    line-height: 1.2;
    color: #fff;
    display: none;
}

@media only screen and (max-width:1199px) {
    .featureTileView .tabs {
        width: 35%;
        margin-top: 0;
    }

        .featureTileView .tabs li a {
            width: 150px;
            height: 150px;
        }

    .featureTileView .tabs-content {
        width: 65%;
    }
}

@media only screen and (max-width:1000px) {
    .featureTileView .tabs {
        width: 100%;
        margin-top: 0;
    }

        .featureTileView .tabs li {
            width: 24%;
        }

            .featureTileView .tabs li a {
                width: 98%;
                height: 150px;
            }

    .featureTileView .tabs-content {
        width: 100%;
    }
}

.readmore_but1 {
    color: #fff;
    padding: 16px 40px;
    border-radius: 4px;
    background-color: #272727;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but1:hover {
        color: #fff;
        background-color: #13afeb;
    }

    .readmore_but1.nocurve {
        border-radius: 0;
    }

.feature_section1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: url(../images/texture-1.png) left top;
}

.arrow_box_img_1 {
background: url(../images/some%20facts/1.png) no-repeat center;
background-size: 100%;
background-position-x: 30px;
width: 110px;
height: 110px;
}

.arrow_box_img_2 {
background: url(../images/some%20facts/2.png) no-repeat center;
background-size: 100%;
background-position-x: 30px;
width: 110px;
height: 110px;
}

.arrow_box_img_3 {
background: url(../images/some%20facts/3.png) no-repeat center;
background-size: 100%;
background-position-x: 13px;
width: 110px;
height: 110px;
}

.arrow_box_img_4 {
background: url(../images/some%20facts/4.png) no-repeat center;
background-size: 100%;
background-position-x: 30px;
width: 110px;
height: 110px;
}

.arrow_box {
    width: 65%;
    position: relative;
    background:  #2d89ef;
    border: 5px solid #fff;
    border-radius: 4px;
    padding: 0;
    margin: 0 auto 32px;
}

.arrow_box2 {
background:  #00a300;
}

.arrow_box3 {
background: #e3a21a;
}

.arrow_box4 {
background:  #da532c;
}
    .arrow_box:after,
    .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(249, 249, 249, 0);
        border-top-color:  #2d89ef;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_box:before {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 16px;
        margin-left: -16px;
    }

.arrow_box2:after {
     border-color: rgba(249, 249, 249, 0);
        border-top-color: #00a300;
        border-width: 10px;
        margin-left: -10px;
}

.arrow_box3:after {
     border-color: rgba(249, 249, 249, 0);
        border-top-color:   #e3a21a;
        border-width: 10px;
        margin-left: -10px;
}

.arrow_box4:after {
     border-color: rgba(249, 249, 249, 0);
        border-top-color:   #da532c;
        border-width: 10px;
        margin-left: -10px;
}

.feature_section1 .one_fourth.active .arrow_box,
.feature_section1 .one_fourth:hover .arrow_box {
    position: relative;
    background: #727272;
    border: 5px solid  #2d89ef;
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
}

.feature_section1 .one_fourth.active .arrow_box2,
.feature_section1 .one_fourth:hover .arrow_box2 {
    position: relative;
    background: #727272;
    border: 5px solid #00a300;
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
}

.feature_section1 .one_fourth.active .arrow_box3,
.feature_section1 .one_fourth:hover .arrow_box3{
    position: relative;
    background: #727272;
    border: 5px solid   #e3a21a;
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
}

.feature_section1 .one_fourth.active .arrow_box4,
.feature_section1 .one_fourth:hover .arrow_box4{
    position: relative;
    background: #727272;
    border: 5px solid #da532c;
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
}

    .feature_section1 .one_fourth.active .arrow_box:after,
    .feature_section1 .one_fourth.active .arrow_box:before,
    .feature_section1 .one_fourth:hover .arrow_box:after,
    .feature_section1 .one_fourth:hover .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .feature_section1 .one_fourth.active .arrow_box2:after,
    .feature_section1 .one_fourth.active .arrow_box2:before,
    .feature_section1 .one_fourth:hover .arrow_box2:after,
    .feature_section1 .one_fourth:hover .arrow_box2:before{
    border-top-color: #00a300;
    }

    .feature_section1 .one_fourth.active .arrow_box3:after,
    .feature_section1 .one_fourth.active .arrow_box3:before,
    .feature_section1 .one_fourth:hover .arrow_box3:after,
    .feature_section1 .one_fourth:hover .arrow_box3:before{
    border-top-color:   #e3a21a;
    }

    .feature_section1 .one_fourth.active .arrow_box4:after,
    .feature_section1 .one_fourth.active .arrow_box4:before,
    .feature_section1 .one_fourth:hover .arrow_box4:after,
    .feature_section1 .one_fourth:hover .arrow_box4:before{
    border-top-color:   #da532c;
    }

    .feature_section1 .one_fourth.active .arrow_box:after,
    .feature_section1 .one_fourth:hover .arrow_box:after {
        border-color: rgba(249, 249, 249, 0);
        border-top-color: #727272;
        border-width: 10px;
        margin-left: -10px;
    }

    .feature_section1 .one_fourth.active .arrow_box:before,
    .feature_section1 .one_fourth:hover .arrow_box:before {
        border-color: rgba(19, 175, 235, 0);
        border-top-color:  #2d89ef;
        border-width: 16px;
        margin-left: -16px;
        -webkit-transition: border-color .3s, -webkit-transform .3s;
        transition: border-color .3s, transform .3s;
    }

    .feature_section1 .one_fourth.active .arrow_box2:before,
    .feature_section1 .one_fourth:hover .arrow_box2:before {
        border-color: rgba(19, 175, 235, 0);
        border-top-color: #00a300;
        border-width: 16px;
        margin-left: -16px;
        -webkit-transition: border-color .3s, -webkit-transform .3s;
        transition: border-color .3s, transform .3s;
    }

    .feature_section1 .one_fourth.active .arrow_box3:before,
    .feature_section1 .one_fourth:hover .arrow_box3:before {
        border-color: rgba(19, 175, 235, 0);
        border-top-color: #e3a21a;
        border-width: 16px;
        margin-left: -16px;
        -webkit-transition: border-color .3s, -webkit-transform .3s;
        transition: border-color .3s, transform .3s;
    }

     .feature_section1 .one_fourth.active .arrow_box4:before,
    .feature_section1 .one_fourth:hover .arrow_box4:before {
        border-color: rgba(19, 175, 235, 0);
        border-top-color: #da532c;
        border-width: 16px;
        margin-left: -16px;
        -webkit-transition: border-color .3s, -webkit-transform .3s;
        transition: border-color .3s, transform .3s;
    }

.arrow_box i {
    font-size: 50px;
    color: #272727;
}

.arrow_box img {
    width: 110px;
    height: 110px;
}

.feature_section1 .one_fourth.active .arrow_box i,
.feature_section1 .one_fourth:hover .arrow_box i {
    color:  #2d89ef;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

.feature_section1 .one_fourth h5 {
    color: #727272;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

.feature_section1 .one_fourth.active h5,
.feature_section1 .one_fourth:hover h5 {
    color:  #2d89ef;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

.parallax_sec4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0;
    background: url(../images/parallax-bg4.jpg) center no-repeat fixed #eee;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    color: #fff;
}

    .parallax_sec4 .one_fourth:hover h5 {
        color: #fff;
    }

.feature_section3 {
    float: left;
    width: 100%;
    padding: 35px 0;
}

ul.list_1 {
    float: left;
    padding: 0;
    margin: 10px 0 0;
}

.list_1 li {
    padding: 7px 0;
    margin: 0;
    color: #272727;
}

    .list_1 li i {
        color: #272727;
        margin-right: 8px;
    }

.feature_section11 {
    float: left;
    width: 100%;
    padding: 83px 0 100px;
    background-image: url(../images/site-img12new.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

    .feature_section11 .contbox {
        float: left;
        width: 500px;
        padding: 40px 40px 50px;
        text-align: center;
        background-color: #fff;
        outline: #fff solid 10px;
        outline-offset: 4px;
        margin-top: -17px;
        position: relative;
        z-index: 3;
    }

        .feature_section11 .contbox h3 {
            height: 65px;
            line-height: 30px;
            margin-bottom: 0;
            margin-top: 5px;
            overflow: hidden;
        }

        .feature_section11 .contbox p {
            height: 110px;
            line-height: 30px;
            margin-bottom: 0;
            margin-top: 5px;
            overflow: hidden;
        }

    .feature_section11 strong {
        float: left;
        color: #fff;
        font-size: 30px;
        font-family: Raleway, sans-serif;
        font-weight: 300;
        padding: 16px 30px;
        background-color: #13afeb;
        text-transform: uppercase;
        position: relative;
        z-index: 4;
        margin-left: 22px;
    }

.feature_section5 {
    float: left;
    width: 100%;
    padding: 35px 0;
    background: url(../images/texture1.jpg) left top;
    color: #999;
}

.date {
    float: left;
    font-size: 56px;
    font-weight: 700;
    width: 97px;
    line-height: 66px;
}

.newslinks {
    font-size: 20px;
}

    .newslinks:hover {
        color: #fff;
    }

.feature_section19 {
    float: left;
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
    background: #fff;
    position: relative;
}

    .feature_section19 .pesbox {
        float: left;
        width: 100%;
        padding: 2%;
        background-color: #fff;
        border-radius: 4px;
        text-align: left;
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    }

    .feature_section19 .pesimg {
        float: left;
        margin-top: -42px;
        margin-left: 50px;
    }

        .feature_section19 .pesimg img {
            float: left;
            width: 70px;
            height: 70px;
            padding: 5px;
            border: 1px solid #999;
            border-radius: 100%;
        }

        .feature_section19 .pesimg strong {
            color: #13afeb;
            font-weight: 400;
        }

        .feature_section19 .pesimg i {
            color: #999;
            font-size: 12px;
            font-style: normal;
        }

    .feature_section19 .flex-control-nav {
        bottom: -50px;
    }

.testimonial_img {
    width: 100px;
    float: left;
    margin-right: 20px;
}

.testimonial_name {
    float: left;
    width: 200px;
    min-height: 100px;
    padding-top: 15px;
}

.feature_section26 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 40px;
}

.footer_graph {
    float: left;
    width: 100%;
    border-top: 5px solid #13afeb;
}

.footer1 {
    float: left;
    width: 100%;
    padding: 18px 0 10px;
    background: url(../images/footer-graph2.jpg) center bottom no-repeat #262626;
}

    .footer1 h4 {
        color: #fff;
        margin-bottom: 5px;
        font-size: 15px;
    }

        .footer1 h4.lmb {
            color: #fff;
            margin-bottom: 10px;
        }

    .footer1.three {
        float: left;
        width: 100%;
        padding: 57px 0;
        background-color: #eee;
    }

        .footer1.three h4 {
            color: #272727;
            margin-bottom: 30px;
        }

            .footer1.three h4.lmb {
                color: #272727;
                margin-bottom: 20px;
            }

    .footer1.bggraph {
        background: url(../images/footer-bg.html) center top no-repeat #181818;
    }

.qlinks {
    float: left;
    width: 100%;
}

    .qlinks ul {
        float: left;
        width: 99%;
        padding: 0;
        margin: 0 0 0 15px;
    }

    .qlinks li {
        padding: 0;
        margin: 0;
        list-style-position: inside;
        text-indent: -7px;
    }

        .qlinks li a {
            color: #727272;
            font-size: 12px;
        }

            .qlinks li a:hover {
                color: #fff;
            }

            .qlinks li a i {
                margin-right: 3px;
            }

.copyright_info {
    float: left;
    padding: 0 0 10px;
    margin: 0;
    width: 100%;
    font-size: 12px!important;
    color: #999;
    font-style: normal;
    font-weight: 400;
    background: #1c2329;
}

    .copyright_info.two {
        padding: 22px 0 18px;
    }

    .copyright_info.three {
        float: left;
        padding: 22px 0 18px;
        margin: 0;
        width: 100%;
        font-size: 12px;
        color: #999;
        font-style: normal;
        font-weight: 400;
        background: #fff;
    }

    .copyright_info.four {
        background: #eee;
        padding: 20px 0;
    }

    .copyright_info a {
        margin-top: 10px;
        font-size: 12px;
        color: #999;
        text-align: right;
    }

        .copyright_info a:hover {
            color: #e3e3e3;
        }

ul.footer_social_links {
   /* float: right;*/
    padding: 0;
    margin: 0;
}

.footer_social_links li {
    float: left;
    padding: 0;
    margin: 0 0 0 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 24px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #252525;
    color: #999;
}

    .footer_social_links li:hover {
        background-color: #454545;
    }

    .footer_social_links li i {
        color: #fff;
        font-size: 20px;
        margin-top: 5px;
    }

.footer_social_links.four li {
    margin: 0 0 0 13px;
    width: auto;
    height: auto;
    background: 0 0;
}

    .footer_social_links.four li:hover {
        background: 0 0;
    }

.footer_social_links.three li {
    background-color: #d3d3d3;
}

    .footer_social_links.three li:hover {
        background-color: #999;
    }

    .footer_social_links.three li i {
        color: #fff;
        font-size: 22px!important;
    }

.footer_social_links .facebook:hover {
    background-color: #305891;
}

.footer_social_links .twitter:hover {
    background-color: #2CA8D2;
}

.footer_social_links .google-plus:hover {
    background-color: #BA3526;
}

.footer_social_links .linkedin:hover {
    background-color: #007AB5;
}

.footer_social_links .youtube:hover {
    background-color: #E42A26;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) left top no-repeat;
    z-index: 999;
}
label.input.sb {
    width: 31%;
    float: left;
}


input#ContentPlaceHolder1_btncancel {
    margin-left: 5px;
}

input#ContentPlaceHolder1_btncontactback {
    margin-left: 10px;
}

label.input.bb.sd {
    background: none;
}




.req_meeting {
    /*background-color: #0cf;
    background-image: url(../images/request.png);
    background-position: 12px 10px;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 110px;
    font-size: 16px;
    height: 50px;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    right: -100px;
    text-align: center;
    transition: all .5s ease 0s;
    width: 149px;
    z-index: 9999*/
    background-color: #0cf;
    background-image: url(../images/request.png);
    background-position: 12px 10px;
    background-repeat: no-repeat;
    background-position: right;
    /*background-position-x: 110px;*/
    background-position-x: 8px;
    font-size: 16px;
    height: 50px;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    right: -100px;
    text-align: center;
    transition: all .5s ease 0s;
    width: 149px;
    z-index: 9999;
}

    .req_meeting.req_demo {
        /*background-color: #D50000;
    
    background-position: 12px 10px;
    background-repeat: no-repeat;
    font-size: 16px;
    height: 50px;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 14px;
    position: relative;
    right: -100px;
    text-align: center;
    transition: all .5s ease 0s;
    width: 149px;
    z-index: 9999*/
        background-color: #D50000;
        /*background-image: url(../images/demo-icon.png);*/
        background-position: 12px 10px;
        background-repeat: no-repeat;
        font-size: 16px;
        height: 50px;
        padding-left: 40px;
        padding-right: 0;
        padding-top: 14px;
        position: relative;
        right: -100px;
        text-align: center;
        transition: all .5s ease 0s;
        width: 149px;
        z-index: 9999;
    }


i.fa.fa-rupee.pull-left.fa-spin {
    /*color: #fff;
    font-size: 30px;
    position: absolute;
    left: 105px;
    top: 5px;
    border: 2px solid #fff;
    padding: 5px 0px 0px 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;*/
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 5px;
    /*left: 105px;*/
    top: 5px;
    border: 2px solid #fff;
    padding: 5px 0px 0px 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.leftmar {
    /*margin-left: -92px;*/
    margin-left: 0;
}

.req_demo {
    background-color: #0cf;
    background-image: url(../images/demo-icon.png);
    background-position: 12px 10px;
    background-repeat: no-repeat;
    background-position: right;
    /*background-position-x: 110px;*/
    background-position-x: 8px;
    font-size: 16px;
    height: 50px;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    right: -100px;
    text-align: center;
    transition: all .5s ease 0s;
    width: 149px;
    z-index: 9999;
}

.req_meeting:hover {
    /*right: 0;*/
    background-color: #305891;
    color: #fff;
}

.feature_section15new {
    float: left;
    width: 100%;
    padding: 0;
    height: 260px;
    border-top: 5px solid #13afeb;
}

    .feature_section15new .add {
        background: rgba(0, 0, 0, .7);
        height: 60px;
    }

.feature_section_control_tabs {
    float: left;
    width: 100%;
    padding: 0;
    height: 55px;
}

    .feature_section_control_tabs .addnew {
        background-image: url(../images/menunew.png);
        height: 55px;
    }

    .feature_section_control_tabs .control_tabs {
        list-style: none;
    }

        .feature_section_control_tabs .control_tabs li {
            float: left;
            padding: 0!important;
            text-align: center;
        }

            .feature_section_control_tabs .control_tabs li a {
                color: #fff;
                padding: 0;
                font-size: 15px;
                display: table;
                height: 100%;
                vertical-align: middle;
                width: 100%;
            }

                .feature_section_control_tabs .control_tabs li a span {
                    display: table-cell;
                    vertical-align: middle;
                }

        .feature_section_control_tabs .control_tabs .active {
            background-image: url(../images/menu2.png);
        }

        .feature_section_control_tabs .control_tabs.services_tabs li a {
            font-size: 16px;
        }

#addtotop.stick {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, .6);
}

#sticky-anchor {
    position: relative;
    top: 0;
}

#addtotopnew.stick {
    position: fixed;
    top: 60px;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
}

#sticky-anchor-new {
    position: relative;
    top: -60px;
}

.feature_section15new2 {
    float: left;
    width: 100%;
    padding: 0;
    min-height: 350px;
    background: url(../images/black_bg.jpg) center top repeat-y fixed #000;
}

    .feature_section15new2 .addmybg {
        width: 100%;
        background: rgba(0, 0, 0, .7);
        min-height: 350px;
        padding: 40px 0;
    }

.bb_box {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 10px;
    margin-top: 25px;
    text-align: center;
}

    .bb_box:hover {
        background: #D8AA4F;
    }

    .bb_box .bb_heading {
        font-weight: 700;
        font-size: 16px;
        color: #eee;
        height: 70px;
        overflow: hidden;
    }

    .bb_box .bb_icon {
        margin: 20px 20px 20px 31px;
        width: 100px;
        height: 100px;
    }

    .bb_box .bb_content {
        height: 140px;
        overflow: hidden;
    }

    .bb_box .bb_icon img {
        width: 100px;
        height: 100px;
    }

.fivsections .bb_box .bb_heading {
    height: 50px;
}

.fivsections .bb_box .bb_icon {
    margin-left: 40px;
}

.foursections .bb_box .bb_heading {
    height: 50px;
}

.foursections .bb_box .bb_icon {
    margin-left: 65px;
}

.foursections .bb_box .bb_content {
    height: 100px;
    overflow: hidden;
}

.threesections .bb_box .bb_heading {
    height: 50px;
}

.threesections .bb_box .bb_icon {
    margin-left: 120px;
}

.threesections .bb_box .bb_content {
    height: 70px;
    overflow: hidden;
}

.bbb_text {
    color: #fff;
    font-weight: 700;
}

.bottom_icons_list li {
    float: left;
    width: 184px;
    margin-right: 10px;
}

.bottom_box {
    background: #02A6CD;
    padding: 20px 11px 10px;
    text-align: center;
    border: 1px solid #02A6CD;
    margin-bottom: 10px;
    min-height: 160px;
}

    .bottom_box .bbb_icon img {
        width: 64px;
        height: 64px;
    }

    .bottom_box:hover {
        background: #00CAFC;
        border: 1px solid #00CAFC;
        color: #fff;
    }

        .bottom_box:hover > .bbb_text {
            color: #fff;
        }

.algncenter {
    text-align: center;
}

.blue_button_box {
    background: #028B8D;
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
}

    .blue_button_box img {
        margin-right: 10px;
    }

.gold_button_box {
    background: #E3B353;
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
    min-height: 125px;
}

    .gold_button_box img {
        margin-left: 10px;
    }

.gold_button_box_nsbt {
    background: #E3B353;
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
    min-height: 105px;
}

    .gold_button_box_nsbt img {
        margin-left: 10px;
    }

.feature_section3new {
    float: left;
    width: 100%;
    padding: 35px 0 0;
}

.page_title {
    float: left;
    width: 100%;
    padding: 50px 0 35px;
    text-align: left;
    font-size: 14px;
    border-top: 5px solid #13afeb;
    color: #999;
    background: url(../images/h-line1.png) center bottom no-repeat #272727;
}

.page_title_new {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    text-align: left;
    font-size: 14px;
    color: #999;
}

    .page_title_new h1 {
        color: #13afeb;
        font-size: 45px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 13px;
    }

    .page_title_new .pagenation a {
        color: #fff;
        font-size: 12px;
    }

        .page_title_new .pagenation a:hover {
            color: #13afeb;
        }

    .page_title_new .pagenation {
        color: #13afeb;
        font-size: 12px;
    }

        .page_title_new .pagenation i {
            color: #fff;
        }

.menu2 {
    background-image: url(../images/menu.png);
    width: 292px;
    height: 55px;
    text-align: center;
}

    .menu2 .active,
    .menu2:hover {
        background-image: url(../images/menu2.png);
    }

.menu3 {
    background-image: url(../images/menu.png);
    width: 292px;
    height: 55px;
    text-align: center;
}

    .menu3 .active,
    .menu3:hover {
        background-image: url(../images/menu2.png);
    }

.menu4 {
    background-image: url(../images/menu.png);
    width: 292px;
    height: 55px;
    text-align: center;
}

    .menu4 .active,
    .menu4:hover {
        background-image: url(../images/menu2.png);
    }

.menu5 {
    background-image: url(../images/menu.png);
    width: 234px;
    height: 55px;
    text-align: center;
}

    .menu5 .active,
    .menu5:hover {
        background-image: url(../images/menu2.png);
    }

.menu6 {
    background-image: url(../images/menu.png);
    width: 195px;
    height: 55px;
    text-align: center;
}

    .menu6 .active,
    .menu6:hover {
        background-image: url(../images/menu2.png);
    }

.menu7 {
    background-image: url(../images/menu.png);
    width: 167px;
    height: 55px;
    text-align: center;
}

    .menu7 .active,
    .menu7:hover {
        background-image: url(../images/menu2.png);
    }

.menu8 {
    background-image: url(../images/menu.png);
    width: 145px;
    height: 55px;
}

    .menu8 a {
        padding: 0!important;
    }

    .menu8 .active,
    .menu8:hover {
        background-image: url(../images/menu2.png);
    }

.control_tabs li:last-child {
    border-right: 1px solid #008286;
}

.right_nav {
    width: 250px;
    float: right;
    padding: 5px 5px 5px 20px;
    margin-top: 0;
    border-left: 1px solid #ddd;
}

    .right_nav h5 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

.left_content_top {
    width: 900px;
    float: left;
}

    .left_content_top .para {
        width: 570px;
        float: left;
        text-align: justify;
        margin-right: 20px;
    }

    .left_content_top .addimg {
        float: right;
        width: 310px;
    }

ul.list1 {
    padding: 0;
    margin: 0 0 0 17px;
}

.list1 li {
    padding: 0;
    margin: 0;
    text-align: left;
    min-height: 50px;
}

    .list1 li .active {
        color: #b4b4b4;
    }

        .list1 li .active:hover {
            color: #13afeb;
        }

    .list1 li i {
        padding: 0;
        margin: 0 4px 0 -17px;
    }

.box_container {
    background: #fff;
    border: 1px solid #d2d2d1;
    padding: 10px;
}

.switch {
    position: absolute;
    left: 1165px;
    z-index: 2;
    color: #fff!important;
    width: 25px;
}

    .switch a {
        color: #fff;
        font-size: 25px;
    }

.feature_section15industry {
    float: left;
    width: 100%;
    padding: 0;
    border-top: 5px solid #13afeb;
}

    .feature_section15industry .add {
        background: rgba(0, 0, 0, .7);
        height: 100px;
    }

.infographic img {
    width: 64px;
    max-height: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.infographic {
    border-right: 1px solid #ddd;
}

.fuicsec .last .infographic {
    border-right: 1px solid transparent;
}

ul.list_4 {
    float: left;
    padding: 0;
    margin: 0 0 0 17px;
}

.list_4 li {
    padding: 6px 0;
    margin: 0;
    font-size: 14px;
    list-style-type: square;
}

    .list_4 li i {
        margin-right: 8px;
        margin-left: -18px;
    }

.center {
    text-align: center;
}

.w100 {
    width: 100%!important;
}

.mTop30 {
    margin-top: 30px;
}

.fl-none {
    float: none!important;
}

.list-icon {
    width: 25%!important;
    margin: 25px 80px 0;
}

.list-icon-hvr {
    width: 25%!important;
    margin: 25px 80px 0 60px;
}

.feature_section9 .cibox {
    background-color: #00CAFC;
    color: #fff;
}

.cibox h5 {
    color: #fff;
}

ul.box_container.contact_us_bottom {
    padding: 30px 40px;
    word-wrap: break-word;
    margin-top: -10px;
}

    ul.box_container.contact_us_bottom li {
        border-bottom: 1px dashed #d2d2d1;
        margin-bottom: 10px;
    }

.tabs3.two.services_tab li a {
    padding: 0 7px 0 8px;
}

.infrastrucure-bcg {
    background: url(../images/managed-infrastructure-banner.jpg) center top repeat-y #eee;
}

.fa-font-sm {
    font-size: 8px;
    vertical-align: middle;
}

.color-1 {
    background-color: #374159;
}

.color-2 {
    background-color: #099;
}

.color-3 {
    background-color: #D88947;
}

.color-4 {
    background-color: #E3B353;
}

.mgTB30 {
    margin: 30px 0;
}

.pdTop0 {
    padding-top: 100px;
}

.history-bcg {
    background: url(../images/history-banner.jpg) center top repeat-y #eee;
}

.mgR0 {
    margin-right: 0;
}

.feature_section9 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0 70px;
}

    .feature_section9 .cibox {
        width: 99.5%;
        height: 99%;
        margin: 0 auto;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, .4);
    }

        .feature_section9 .cibox i {
            color: #767676;
            font-size: 45px;
            margin-top: 40px;
            margin-bottom: 20px;
        }

        .feature_section9 .cibox.act {
            color: #fff;
            background: 0 0;
            font-size: 13px;
            line-height: 18px;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            height: 124px;
            margin: 0 auto;
            width: 99.5%;
        }

            .feature_section9 .cibox.act i {
                color: #fff;
                font-size: 40px;
                margin-top: 0;
                margin-bottom: 10px;
            }

            .feature_section9 .cibox.act h5 {
                color: #fff;
                margin-bottom: 8px;
            }

.fuicsec {
    background: url(../images/dark_matter.png);
    float: left;
    padding: 0;
    width: 100%;
}

    .fuicsec .infographic_box {
        color: #fff;
        font-family: Raleway;
        margin-bottom: 0;
        min-height: 100px;
        padding: 10px;
        margin-right: 4%;
    }

        .fuicsec .infographic_box .infographic_icon img {
            width: 60px;
            height: 60px;
        }

        .fuicsec .infographic_box .infographic_content {
            width: 67%;
        }

.bb_box_retail {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 10px;
    margin-top: 25px;
    height: 230px;
    text-align: center;
}

    .bb_box_retail:hover {
        background: #D8AA4F;
    }

    .bb_box_retail .bb_heading {
        font-weight: 700;
        font-size: 16px;
        color: #eee;
        height: 55px;
    }

    .bb_box_retail .bb_icon {
        margin: 20px;
        width: 100px;
        height: 100px;
    }

.font-number-l {
    font-size: 40px;
}

.about_author {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

    .about_author img {
        float: left;
        margin-right: 20px;
    }

    .about_author a {
        font-family: 'Open Sans'!important;
        font-weight: 400;
        font-weight: 600;
        color: #333;
    }

        .about_author a:hover {
            color: #13afeb;
        }

ul.fullimage_box2 {
    float: left;
    padding: 10px;
    margin: 0;
    width: 99%;
    border: 1px solid #eee;
    border-radius: 4px;
}

.fullimage_box2 li {
    padding: 0;
    margin: 0;
    text-align: left;
}

ul.fullimage_box2.last {
    float: left;
    width: 100%;
    margin-left: 4%;
}

.fullimage_box2 li i {
    color: #13afeb;
}

.fullimage_box2 h4 {
    color: #13afeb;
    margin-top: 5px;
}

.readmore_but7 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 20px;
    border-radius: 4px;
    background-color: #13afeb;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

    .readmore_but7:hover {
        color: #fff;
        background-color: #272727;
    }

.feature_section18 {
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center;
}

    .feature_section18 .bnbox {
        float: left;
        padding: 35px 45px 40px;
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
        margin-bottom: 10px;
        width: 100%;
    }

        .feature_section18 .bnbox:hover {
            background-color: #f3f3f3;
        }

        .feature_section18 .bnbox.two {
            padding: 0;
            background-color: #f3f3f3;
        }

        .feature_section18 .bnbox.three {
            box-shadow: none;
        }

        .feature_section18 .bnbox h5 {
            margin-bottom: 8px;
        }

        .feature_section18 .bnbox em {
            color: #999;
            font-size: 12px;
            font-style: normal;
            margin-bottom: 13px;
            display: block;
        }

            .feature_section18 .bnbox em.less {
                margin-bottom: 2px;
            }

.features_sec42.two .box h5 {
    margin-bottom: 5px;
    color: #13afeb;
}

.rimg {
    height: 215px;
    width: 235px;
}

.features_sec42.two.three {
    float: left;
    width: 100%;
    padding: 62px 0 65px;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.teamlist {
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 270px;
}

.parallax_sec1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0 50px;
    background: url(../images/parallax-bg1.jpg) center no-repeat fixed #eee;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    position: relative;
    min-height: 440px;
}

    .parallax_sec1 ul.left {
        float: left;
        width: 47%;
        padding-left: 2.9%;
        border-left: 1px solid #616161;
    }

    .parallax_sec1 .left li {
        float: left;
        width: 100%;
        text-align: right;
        color: #999;
        padding: 0;
        margin: 0 0 25px;
        height: 100px;
    }

        .parallax_sec1 .left li.last {
            margin: 0;
        }

        .parallax_sec1 .left li h5 {
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .parallax_sec1 .left li i {
            float: right;
            color: #fff;
            font-size: 32px;
            width: 72px;
            height: 72px;
            text-align: center;
            border-radius: 100%;
            vertical-align: middle;
            line-height: 72px;
            background-color: #0cf;
            margin-left: 30px;
            margin-bottom: 30px;
            -webkit-transition: background-color .6s, -webkit-transform .6s;
            transition: background-color .6s, transform .6s;
        }

    .parallax_sec1 ul.right {
        float: left;
        width: 47%;
        padding-right: 3%;
    }

    .parallax_sec1 .right li {
        float: left;
        width: 100%;
        text-align: left;
        color: #999;
        padding: 0;
        margin: 0 0 25px;
        height: 100px;
    }

        .parallax_sec1 .right li.last {
            margin: 0;
        }

        .parallax_sec1 .right li h5 {
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .parallax_sec1 .right li i {
            float: left;
            color: #fff;
            font-size: 32px;
            width: 72px;
            height: 72px;
            text-align: center;
            border-radius: 100%;
            vertical-align: middle;
            line-height: 72px;
            background-color: #0cf;
            margin-top: 10px;
            margin-right: 30px;
            margin-bottom: 30px;
            -webkit-transition: background-color .6s, -webkit-transform .6s;
            transition: background-color .6s, transform .6s;
        }

        .parallax_sec1 .left li:hover i,
        .parallax_sec1 .right li:hover i {
            color: #0cf;
            background-color: #fff;
        }

        .parallax_sec1 .left li:hover,
        .parallax_sec1 .right li:hover {
            cursor: pointer;
        }

.teamlist h6 {
    margin-bottom: 5px;
}

.feature_section8 {
    float: left;
    width: 100%;
    padding: 40px 0 50px;
}

.services-bcg {
    background: url(../images/services-banner.jpg) center top repeat-y #eee;
}

.list_sub {
    margin: 10px 20px 0;
}

.w300px {
    width: 300px;
}

.services1-bcg {
    background: url(../images/services-app-banner.jpg) center top repeat-y #eee;
}

.services2-bcg {
    background: url(../images/services-management-banner.jpg) center top repeat-y #eee;
}

ul.list2 {
    padding: 0;
    margin: 0;
}

.list2 li {
    padding: 6px 0;
    margin: 0;
}

    .list2 li .active {
        color: #b4b4b4;
    }

        .list2 li .active:hover {
            color: #13afeb;
        }

    .list2 li i {
        padding: 0;
        margin: 0 4px 0 0;
    }

.margin_bottom4 {
    margin-bottom: 40px;
}

.features_sec42.two {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
    background-color: #fff;
    border-top: 0 solid #e0e0e0;
    border-bottom: 0 solid #e0e0e0;
}

    .features_sec42.two .box h6 {
        color: #454545;
        font-size: 13px;
    }

    .features_sec42.two .box ul {
        padding: 0;
        margin: -10px 0 0;
    }

    .features_sec42.two .box li {
        float: left;
        padding: 0;
        margin: 0;
    }

        .features_sec42.two .box li a {
            float: left;
            color: #999;
            width: 27px;
            height: 27px;
            text-align: center;
            vertical-align: middle;
            line-height: 27px;
            background-color: #f7f7f7;
            border-radius: 100%;
            margin-right: 5px;
        }

    .features_sec42.two .box:hover li a:hover {
        background-color: #13afeb;
        border-radius: 100%;
        color: #fff;
    }

    .features_sec42.two .box:hover h5 {
        color: #13afeb;
    }

    .features_sec42.two .box:hover img {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
        -moz-opacity: .8;
        -khtml-opacity: .8;
        opacity: .8;
    }

.values-bcg {
    background: url(../images/values-banner.jpg) center top repeat-y #eee;
}

.csr-bcg {
    background: url(../images/csr-banner.jpg) center top repeat-y #eee;
}

.partner-bcg {
    background: url(../images/partner-banner.jpg) center top repeat-y #eee;
}

.feature_section2 {
    float: left;
    width: 100%;
    text-align: left;
    padding: 25px 0;
    background: url(../images/site-img28.png) center top no-repeat #13afeb;
}

.text-1 {
    color: #374159!important;
}

.text-3 {
    color: #3D220A!important;
}

.border-none,
.border-none:hover {
    border: none;
}

.box-hover:hover {
    background-color: #0cf!important;
}

.peoplesays {
    float: left;
}

    .peoplesays img {
        float: left;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        margin-right: 30px;
        border: 2px solid #e3e3e3;
    }

.hvideo {
    text-align: center;
}

    .hvideo iframe {
        height: 246px;
    }

.hr {
    border-bottom: 2px solid #e3e3e3;
    margin: 40px 0;
}

.partner-speaks-bcg {
    background: url(../images/partner-speaks-banner.jpg) center top repeat-y #eee;
}

.partner-resources-bcg {
    background: url(../images/partner-resources-banner.jpg) center top repeat-y #eee;
}

.img_mask {
    background: url(../images/zoom.png) 45% center no-repeat #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease;
}

    .img_mask:hover {
        opacity: .8;
        cursor: pointer;
    }

.yamm-content .row .list-unstyled li img {
    width: 190px;
    height: 90px;
}

.color-1 {
    background-color: #374159!important;
}

.color-2 {
    background-color: #099!important;
}

.color-3 {
    background-color: #D88947!important;
}

.color-4 {
    background-color: #E3B353!important;
}

.one_sixth .bb_box .bb_icon,
.one_sixth .bb_box_retail .bb_icon {
    margin-left: 33px!important;
}

.one_fifth .bb_box .bb_icon,
.one_fifth .bb_box_retail .bb_icon {
    margin-left: 35px!important;
}

.one_fourth .bb_box .bb_icon,
.one_fourth .bb_box_retail .bb_icon {
    margin-left: 55px!important;
}

.one_third .bb_box .bb_icon,
.one_third .bb_box_retail .bb_icon {
    margin-left: 90px!important;
}

.lineheight16 {
    line-height: 16px;
}

.mnhgh260 {
    min-height: 280px!important;
}

.removepadding {
    margin-left: 0!important;
    background: #fff!important;
}

.feature_section18 .clientbox {
    float: left;
    padding: 35px 45px 40px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    background-color: #F9F9F9;
}

.feature_section18 .clientbox-text {
    float: left;
    padding: 35px 45px 40px;
}

.feature_section18 .clientbox:hover {
    background-color: #00CBFE;
    cursor: pointer;
    color: #fff;
}

.feature_section18 .clientbox.two {
    padding: 0;
    background-color: #F9F9F9;
}

.feature_section18 .clientbox.three {
    box-shadow: none;
}

.feature_section18 .clientbox.hvd {
    padding: 26px!important;
}

.feature_section18 .clientbox h5 {
    margin-bottom: 8px;
}

.feature_section18 .clientbox em {
    color: #999;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 13px;
    display: block;
}

    .feature_section18 .clientbox em.less {
        margin-bottom: 2px;
    }

.img_100 {
    width: 100%;
}

.text-left {
    text-align: left!important;
}

.hvd-inbox {
    width: 100%;
    height: 256px;
}

.hvideo-inbox {
    text-align: center;
    height: 100%;
    width: 100%;
}

    .hvideo-inbox iframe {
        width: 100%;
        height: 100%;
    }

ul.float-box li {
    float: left;
    width: 30%;
    margin-left: 1%;
}

    ul.float-box li ul.list_4 li {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%;
    }

.float-box-infog {
    width: 61%!important;
}

    .float-box-infog img:hover {
        opacity: .7;
        cursor: pointer;
    }

iframe {
    height: 246px;
    width: 100%!important;
}

.list_4.icon-align li i {
    margin-left: -20px;
}

.partner-opportunities-bcg {
    background: url(../images/partner-opportunities-banner.jpg) center top repeat-y #eee;
}

.who-bcg {
    background: url(../images/who-we-are-banner.jpg) center top repeat-y #eee;
}

.news-bcg {
    background: url(../images/news-banner.jpg) center top repeat-y #eee;
}

.hr-blank {
    margin: 30px 0;
}

.mgBtm0 {
    margin-bottom: 0;
}

.one-sixth-margin .one_sixth {
    margin-right: 2%;
}

.font-click {
    font-size: 11px;
}

.events-bcg {
    background: url(../images/events-banner.jpg) center top repeat-y #eee;
}

.event-icon {
    font-size: 16px;
    margin: 6px 10px 0 0;
    color: #13afeb;
    width: 20px;
    float: left;
}

.awards-bcg {
    background: url(../images/awards-banner.jpg) center top repeat-y #eee;
}

.award-img {
    width: 100%;
}

.mgL-icon {
    margin-left: 30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination ul > li {
        display: inline;
    }

        .pagination ul > li:first-child > a,
        .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .pagination ul > li > a,
        .pagination ul > li > span {
            float: left;
            padding: 4px 12px;
            line-height: 20px;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            border-left-width: 0;
            color: #000;
        }

            .pagination ul > .active > a,
            .pagination ul > .active > span,
            .pagination ul > li > a:focus,
            .pagination ul > li > a:hover {
                background-color: #13afeb;
                color: #fff;
            }

.feature_section29 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: url(../images/site-img28.png) center top no-repeat #13afeb;
}

.business-bcg {
    background: url(../images/business-banner.jpg) center top repeat-y #eee;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

ul.social {
    padding: 0;
    margin: 10px 0 0;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

ul.social-pop {
    padding: 0;
    margin: 10px 0 0;
}

.social li,
.social-pop li {
    float: left;
    padding: 0;
    margin: 0;
}

    .social li a,
    .social-pop li a {
        float: left;
        color: #999;
        width: 27px;
        height: 27px;
        text-align: center;
        vertical-align: middle;
        line-height: 27px;
        background-color: #f7f7f7;
        border-radius: 100%;
        margin-right: 5px;
    }

        .social li a:hover,
        .social-pop li a:hover {
            border-radius: 100%;
            color: #fff;
        }

.facebook a:hover {
    background-color: #305891;
}

.twitter a:hover {
    background-color: #2CA8D2;
}

.linkedin a:hover {
    background-color: #007AB5;
}

@media only screen and (max-width:767px) {
    ul.float-box li {
        width: 100%;
    }

    .float-box-infog {
        width: 100%!important;
    }

    .feature_section18 .clientbox.hvd {
        width: 100%;
    }

    .row-eq-height {
        display: block;
    }
}

@media only screen and (max-width:991px) {
    .media img {
        max-width: 50%;
    }
}

.openmodalbox {
    cursor: pointer;
}

.modalboxContent,
.openmodalbox {
    display: block;
}

.team-bcg {
    background: url(../images/team-banner.jpg) center top repeat-y #eee;
}

.mg10 {
    margin-bottom: 10px;
}

.txt_bold_6 {
    font-weight: 600;
}

.img-max-width {
    width: 235px;
    height: 215px;
    margin-left: -25px;
}

.partners_box {
    min-height: 135px!important;
}

    .partners_box .partners_icons img {
        width: 100px!important;
        height: 100px!important;
    }

.parallax_sec2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0 70px;
    background: url(../images/parallax-bg5.jpg) center no-repeat fixed #eee;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
}

    .parallax_sec2 .hvideo iframe {
        float: right;
        width: 85%;
        height: 290px;
    }

    .parallax_sec2 .hvideo.right iframe {
        float: left;
    }

.testimonials {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.block {
    padding: 10px 5px;
    background: #fff;
    margin-bottom: 10px;
    line-height: 1.7;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    transition: box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    -webkit-transition: -webkit-box-shadow 1s;
}

    .block:hover {
        box-shadow: 0 1px 13px rgba(34, 25, 25, 1);
        -moz-box-shadow: 0 1px 13px rgba(34, 25, 25, 1);
        -webkit-box-shadow: 0 1px 13px rgba(34, 25, 25, 1);
    }

.imgholder {
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #fff;
}

.parallax_history1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0 50px;
    background: url(../images/1980.jpg) center no-repeat #fff;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    position: relative;
    min-height: 440px;
    border-bottom: 2px dashed #727272;
}

.parallax_history2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0 50px;
    background: url(../images/1990.jpg) center no-repeat #fff;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    position: relative;
    min-height: 440px;
    border-bottom: 2px dashed #727272;
}

.parallax_history3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0 50px;
    background: url(../images/2000bg.jpg) center no-repeat #fff;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    position: relative;
    min-height: 440px;
    border-bottom: 2px dashed #727272;
}

.parallax_history4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0 50px;
    background: url(../images/2010bg.jpg) center no-repeat #fff;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    position: relative;
    min-height: 440px;
}

.parallax_awards {
    float: left;
    width: 100%;
    text-align: justify;
    padding: 65px 0 0;
    background: url(../images/awardsbg.jpg) center no-repeat fixed #fff;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    position: relative;
    min-height: 440px;
}

    .parallax_awards .awards_box {
        float: left;
        background: #fff;
        padding: 10px;
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
        margin-bottom: 10px;
    }

        .parallax_awards .awards_box:hover {
            background-color: #f3f3f3;
        }

    .parallax_awards .one_half .addimg img {
        width: 100%!important;
        height: 200px;
    }

    .parallax_awards .one_half .addimg ul {
        margin: 0!important;
    }

    .parallax_awards .awards_box i {
        font-size: 100px;
        padding: 53.7px 50px;
    }

    .parallax_awards .awards_box h5 {
        height: 72px;
        overflow: hidden;
        margin: 0 5px;
    }

    .parallax_awards .awards_box p {
        min-height: 130px;
        overflow: hidden;
        margin: 0 5px;
    }

    .parallax_awards .bnbox.three {
        box-shadow: none;
    }

    .parallax_awards .bnbox h5 {
        margin-bottom: 8px;
    }

    .parallax_awards .bnbox em {
        color: #999;
        font-size: 12px;
        font-style: normal;
        margin-bottom: 13px;
        display: block;
    }

.parallex_footer {
    float: left;
    width: 100%;
    text-align: justify;
    padding: 20px 0;
    background: url(../images/parallax-bg4.jpg) center no-repeat fixed #fff;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    position: relative;
}

    .parallex_footer .awards_box {
        float: left;
        padding: 10px;
        margin-bottom: 10px;
        border-left: 5px solid #13afeb;
    }

    .parallex_footer .tabs-content2.fullw {
        background: #f4f4f4;
        padding: 20px;
        margin-bottom: 0;
    }

    .parallex_footer .bnbox {
        padding: 20px;
        color: #fff;
    }

        .parallex_footer .bnbox .strtquote {
            float: left;
            margin-right: 10px;
        }

        .parallex_footer .bnbox .endquote {
            margin-left: 10px;
            float: right;
        }

        .parallex_footer .bnbox a:hover {
            color: #fff;
        }

    .parallex_footer .bnbox_title {
        background: #13afeb;
        width: 100%;
        padding: 8px 10px;
        color: #fff;
        font-size: 16px;
    }

    .parallex_footer .one_half .addimg img {
        width: 100%!important;
    }

    .parallex_footer .one_half .addimg ul {
        margin: 0!important;
    }

    .parallex_footer .awards_box i {
        font-size: 100px;
        padding: 50px;
    }

    .parallex_footer .awards_box h5 {
        height: 50px;
        overflow: hidden;
        margin: 20px 5px;
        color: #fff;
    }

    .parallex_footer .awards_box a:hover {
        color: #fff;
    }

    .parallex_footer .flex-control-nav {
        bottom: -22px!important;
    }

    .parallex_footer .resource .flip-back p {
        text-align: left;
    }

    .parallex_footer .resource .flip-back .view-more a {
        bottom: 10px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 15px;
        margin-right: 20px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
    }

        .parallex_footer .resource .flip-back .view-more a:hover {
            color: #007AB5;
        }

    .parallex_footer .awards_box p {
        margin: 0 5px;
    }

    .parallex_footer .bnbox.three {
        box-shadow: none;
    }

    .parallex_footer .bnbox h5 {
        margin-bottom: 8px;
    }

    .parallex_footer .bnbox em {
        color: #999;
        font-size: 12px;
        font-style: normal;
        margin-bottom: 13px;
        display: block;
    }

.parallax_news {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0 50px;
    background: url(../images/newsbg.jpg) center no-repeat fixed #fff;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    position: relative;
    min-height: 440px;
}

    .parallax_news .bnbox {
        float: left;
        background: #fff;
        padding: 2px 5px 10px;
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
        margin-bottom: 10px;
        width: 100%;
        height: 370px;
    }

        .parallax_news .bnbox.two {
            background-color: #fff;
        }

        .parallax_news .bnbox:hover {
            background-color: #eee;
        }

        .parallax_news .bnbox.two img {
            width: 300px;
            height: 100px;
        }

        .parallax_news .bnbox.two .newsdate {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .parallax_news .bnbox.two .newsdescimage {
            height: 70px;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .parallax_news .bnbox.two .newsdesc {
            height: 160px;
            overflow: hidden;
            margin-bottom: 26px;
        }

        .parallax_news .bnbox.two .withoutcontentbtn {
            margin-top: 80px;
        }

        .parallax_news .bnbox.two .squarebox .addimg i {
            font-size: 100px;
        }

        .parallax_news .bnbox.two h5 {
            height: 72px;
            overflow: hidden;
            margin: 0 5px;
        }

        .parallax_news .bnbox.two p {
            height: 50px;
            overflow: hidden;
            margin: 10px 5px 0;
        }

            .parallax_news .bnbox.two p.parawithoutimg {
                height: 160px;
                overflow: hidden;
                margin: 0 5px 7px;
            }

    .parallax_news .one_full {
        float: left;
        position: relative;
    }

.more_links {
    font-size: 16px;
    float: right;
    margin-right: 5px;
}

.addthis_32x32_style {
    z-index: 999!important;
}

.img_gallery {
    margin-bottom: 20px;
    text-align: center;
    max-height: 380px;
    overflow: hidden;
    background: #eee;
}

    .img_gallery:hover {
        opacity: .8;
    }

    .img_gallery img {
        width: 100%;
    }

    .img_gallery .img_gallery_title {
        padding: 5px;
        height: 70px;
    }

#search2 {
    display: inline-block;
    position: relative;
    height: 30px;
    float: left;
    margin: 0 40px 20px 0;
}

    #search2 input[type=text] {
        height: 30px;
        font-size: 16px;
        display: inline-block;
        border: none;
        outline: 0;
        color: #999;
        padding: 0 60px 0 10px;
        background: #fff;
        z-index: 1;
        border-radius: 3px;
        width: 300px;
        cursor: text;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    }

    #search2 input[type=submit] {
        height: 30px;
        width: 30px;
        display: inline-block;
        color: red;
        float: right;
        background: url(../images/site-search-menu.png) center 1px no-repeat;
        text-indent: -10000px;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        opacity: .4;
        cursor: pointer;
        transition: opacity .4s ease;
    }

.divInfo {
    display: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}

.search-minus,
.search-plus {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.adv-search {
    cursor: pointer;
    font-size: 18px;
}

.adv-search-box {
    margin-top: 2%;
    margin-left: 0;
    padding-left: 0;
}

.customCheckbox {
    position: relative;
    margin-bottom: 3%;
}

    .customCheckbox input[type=checkbox],
    .customCheckbox input[type=radio] {
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 10;
        opacity: .6;
        vertical-align: middle;
        margin: 0 5px 0 0;
        cursor: pointer;
    }

    .customCheckbox label {
        padding-left: 5px;
        font-weight: 400;
        padding-top: 2px;
    }

.mgTop0 {
    margin-top: 0!important;
}

.search-title a {
    color: #13afeb;
}

    .res-title a:hover,
    .search-title a:hover {
        text-decoration: underline;
    }

.search-date {
    font-weight: 600;
    color: #5A5A5A;
}

.teamlist .rimg {
    width: 100%;
}

.resource-pdf {
    width: 35px;
    margin-right: 0;
    float: left;
    margin-top: -6px;
}

.brochure-bcg {
    background: url(../images/brochure-banner.jpg) center top repeat-y #eee;
}

.case-study-bcg {
    background: url(../images/case-study-banner.jpg) center top repeat-y #eee;
}

.white-paper-bcg {
    background: url(../images/whitepaper-banner.jpg) center top repeat-y #eee;
}

.resource ul {
    list-style: none;
    margin-left: -42px;
    margin-top: -20px;
}

    .resource ul li {
        width: 260px;
        height: 260px;
        float: left;
        margin-left: 43px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.resource .flip-front {
    width: 100%;
    height: 100%;
    background: rgba(219, 219, 219, 1);
    background: -moz-linear-gradient(top, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(219, 219, 219, 1)), color-stop(0, rgba(19, 174, 235, 1)), color-stop(100%, rgba(38, 59, 146, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(to bottom, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#fefefe', GradientType=0);
    position: relative;
    text-align: center;
}

.resource .flip-back {
    padding: 25px;
    width: 260px;
    height: 260px;
    float: left;
    background: #969696;
    color: #fff;
}

.resource .grid-title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 0;
    top: 65px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding: 0 10px 20px;
    line-height: 25px;
    overflow: hidden;
    height: 80px;
}

.resource-icon {
    width: 90px;
    position: relative;
    display: inline-block;
    top: 50px;
}

    .resource-icon img {
        width: 100%;
    }

.flip-back .algncenter img {
    width: 70px;
    margin-top: 10px;
}

.flip {
    position: relative;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000px;
}

    .flip .flip-back,
    .flip .flip-front {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: .75s;
        -moz-transition: .75s;
        -o-transition: .75s;
        transition: .75s;
    }

    .flip .flip-front {
        z-index: 5;
    }

    .flip .flip-back {
        z-index: 0;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .flip:hover .flip-front {
        z-index: 5;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .flip:hover .flip-back {
        z-index: 10;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .flip a {
        text-decoration: none;
    }

.title-back {
    font-size: 1.5em;
    font-weight: 300;
    color: #fff;
    text-align: left;
}

.description-back {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
}

.view-more a {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 60px;
    right: 0;
    margin-bottom: 15px;
    margin-right: 20px;
    text-transform: uppercase;
}

    .view-more a:hover {
        color: #263C92;
    }

.flip-icon {
    position: relative;
    left: 30px;
    width: 140px;
    display: inline-block;
}

    .flip-icon img {
        width: 100%;
    }

.enquiry_box {
    width: 48%;
    float: left;
    text-align: right;
}

    .enquiry_box label {
        margin-right: 20px;
        font-weight: 400;
    }

    .enquiry_box input {
        width: 52%;
    }

        .enquiry_box input[type=submit] {
            width: 20%;
            margin-top: 25px;
            font-size: 16px;
        }

.button {
    display: inline-block;
    padding: .5em;
    background: #fff;
    color: #0cf;
    cursor: pointer;
    border: none;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Raleway, sans-serif;
}

    .button.is-checked,
    .button:active,
    .button:hover {
        background: #099;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .button.is-checked {
        color: #fff;
        font-size: 14px;
    }

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    margin-left: 0;
    margin-right: 1px;
}

.element-item {
    width: 100%;
    margin: 20px 0;
    min-height: 250px;
    border-bottom: 1px dashed #b4b4b4;
}

.infographic_box {
    background: url(../images/dark_matter.png) left top;
    min-height: 120px;
    padding: 10px;
    color: #fff;
    font-family: Raleway;
    margin-bottom: 20px;
    margin-right: 20px;
}

    .infographic_box:hover {
        background: #e3b353;
    }

.infographic_number {
    font-size: 30px;
    width: 100%;
    font-weight: 700;
}

.infographic_content {
    width: 57%;
    float: left;
}

.infographic_icon {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

    .infographic_icon img {
        float: left;
        width: 90px;
        height: 90px;
    }

.mgR10 {
    margin-right: 10px;
}

.height-auto {
    height: auto;
}

.mendatory {
    border: 1px solid #13AFEB!important;
}

.mendat-box {
    width: 15px;
    margin-right: 5%!important;
    height: 15px;
    vertical-align: text-bottom;
}

.careers ul {
    list-style: none;
    margin-left: -10px;
    margin-top: -20px;
}

    .careers ul li {
        width: 185px;
        height: 185px;
        float: left;
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.careers .flip-front {
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    position: relative;
    text-align: center;
}

.careers .flip-back {
    width: 185px;
    height: 185px;
    float: left;
    background-color: #13afeb;
    color: #fff;
}

    .careers .flip-back a {
        color: #fff;
        padding: 66px 0;
    }

.careers .flip-back {
    text-align: center;
}

    .careers .flip-back .visit-now {
        position: relative;
        top: 40%;
        font-size: 30px;
    }

.careers .grid-title {
    font-size: 20px;
    color: #13afeb;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding: 0 10px 20px;
    line-height: 25px;
}

.careers-icon {
    width: 75px;
    position: relative;
    display: inline-block;
    top: 30px;
    text-align: center;
}

    .careers-icon img {
        width: 100%;
    }

.framed-box {
    border: 1px solid #e3e3e3;
    width: 100%;
}

    .framed-box.center {
        text-align: center;
    }

.framed-box-wrap {
    background-color: #f9f9f9;
}

    .framed-box-wrap .pricing-title {
        background-color: #f1f1f1;
        padding: 5px 0 0;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .framed-box-wrap .pricing-text-list {
        padding: 20px 5px 0 0;
        text-align: center;
    }

        .framed-box-wrap .pricing-text-list .list1 .active {
            text-decoration: underline;
            color: #0cf;
        }

        .framed-box-wrap .pricing-text-list .list1 li {
            min-height: 40px;
        }

        .framed-box-wrap .pricing-text-list .list1 a {
            color: #272727;
        }

            .framed-box-wrap .pricing-text-list .list1 a:hover {
                color: #0cf;
            }

a.but_download {
    padding: 10px 22px;
    margin: 0;
    background: #ff8100;
    border-bottom: 1px solid #909090;
    color: #fff;
    font-size: 16px;
}

    a.but_download:hover {
        background-color: #f90;
    }

.customer-logo li {
    float: left;
    width: 200px;
    margin: 3%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    transition: box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    -webkit-transition: -webkit-box-shadow 1s;
}

    .customer-logo li:hover {
        box-shadow: 0 1px 13px rgba(34, 25, 25, 1);
        -moz-box-shadow: 0 1px 13px rgba(34, 25, 25, 1);
        -webkit-box-shadow: 0 1px 13px rgba(34, 25, 25, 1);
    }

.customer-logo img {
    width: 100%;
    max-height: 100px;
    max-width: 200px;
}

.customer-bcg {
    background: url(../images/customer-banner.jpg) center top repeat-y #eee;
}

.pdTop30 {
    padding-top: 30px!important;
}

@media only screen and (max-width:480px) {
    .customer-logo li {
        width: 132px;
    }
}

.reg_form {
    margin: 0!important;
}

.partner-tile-text {
    font-size: 16px!important;
    line-height: 20px!important;
}

.partner-ovr-bcg {
    background: url(../images/partner-ovr-banner.jpg) center top repeat-y #eee;
}

.openings {
    overflow: hidden;
    margin-bottom: 10px;
}

    .openings .role {
        width: 160px;
        display: block;
        float: left;
        text-align: left;
    }

    .openings .description {
        float: left;
        margin-left: 4px;
        width: 900px;
        word-wrap: break-word;
    }

#show-mobile {
    display: none;
}

.at-share-open-control-right {
    top: 53%!important;
}

#at4-recommendedpanel-outer-container .at4-arrow.at-left,
div.at4-arrow.at-left {
    position: fixed;
    top: 53%!important;
    background-color: transparent;
    background-image: url(../images/share.png);
    background-position: 10px 13px!important;
    background-repeat: no-repeat;
    height: 50px;
    width: 49px!important;
    right: 0;
}

.addthis_sharing_toolbox {
    margin: 15px 0;
}

.addthis_native_toolbox {
    padding: 5px 0;
    z-index: 99;
}

    .addthis_native_toolbox .at-share-tbx-element .addthis_button_facebook_share,
    .addthis_native_toolbox .at-share-tbx-element .addthis_button_google_plusone,
    .addthis_native_toolbox .at-share-tbx-element .addthis_button_linkedin_counter,
    .addthis_native_toolbox .at-share-tbx-element .addthis_button_tweet,
    .addthis_native_toolbox .at-share-tbx-element .addthis_counter {
        margin-top: 5px;
        width: 23%;
    }

.enquiry_form table {
    width: 100%;
}

    .enquiry_form table .tbl_label {
        width: 125px;
    }

.enquiry_form input[type=email],
.enquiry_form input[type=text],
.enquiry_form textarea {
    width: 100%;
}

.media img {
    margin-left: -15px;
}

.res_box {
    width: 100%;
    background: rgba(219, 219, 219, 1);
    background: -moz-linear-gradient(top, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(219, 219, 219, 1)), color-stop(0, rgba(19, 174, 235, 1)), color-stop(100%, rgba(38, 59, 146, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(to bottom, rgba(219, 219, 219, 1) 0, rgba(19, 174, 235, 1) 0, rgba(38, 59, 146, 1) 100%, rgba(254, 254, 254, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#fefefe', GradientType=0);
    padding: 10px;
    height: 165px;
}

    .res_box img {
        border: 1px solid #fff;
        float: left;
        height: 140px;
        margin-right: 10px;
        width: 120px;
    }

    .res_box .title {
        color: #fff;
        font-size: 16px;
        height: 90px;
        overflow: hidden;
    }

.read_insight_link {
    background-color: #ff8100;
    padding: 5px 10px;
    color: #fff;
}

    .read_insight_link:hover {
        background-color: #f90;
        color: #fff;
    }

.read_insight_link_front {
    bottom: -14px;
    color: #fff;
    position: relative;
}

    .read_insight_link_front:hover {
        color: #fff;
    }

.modalBoxBodyContent .col-sm-9 p {
    margin-bottom: 20px;
}

.modalBoxBodyContent .col-sm-3 img {
    border: 1px solid #13afeb;
    height: 175px;
    width: 150px;
}

.region_box {
    z-index: 9999;
    position: absolute;
    top: 50px;
}

    .region_box .arrowup {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #505050;
    }

.flag {
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.region_box ul {
    width: 100px;
    position: relative;
    background: #505050;
}

    .region_box ul li {
        margin-bottom: 5px!important;
        margin-top: 2px!important;
    }

        .region_box ul li a {
            padding: 5px;
        }

.top_banner {
    position: relative;
    top: 26%;
    left: 56%;
    width: 500px;
    background: rgba(0, 0, 0, .8);
    padding: 10px;
}

    .top_banner h5 {
        color: #fff;
        text-align: center;
        font-style: italic;
        max-height: 49px;
        overflow: hidden;
        margin-bottom: 0;
    }

.fusection3 {
    float: left;
    width: 100%;
    text-align: left;
    padding: 35px 0;
    background: url(../images/texture-1.png) left top;
    color: #010101;
}

    .fusection3 h2,
    .fusection3 h4 {
        text-align: center;
    }

#nt-example2 {
    max-width: 620px;
    margin: auto;
}

#nt-example2-container {
    text-align: center;
    height: 300px;
}

    #nt-example2-container i {
        font-size: 36px;
        margin: 8px;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

        #nt-example2-container a:hover,
        #nt-example2-container i:hover {
            color: #13afeb;
        }

    #nt-example2-container a span {
        margin-right: 2px;
    }

#nt-example2 li {
    color: #fff;
    background: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    padding: 10px 16px;
    line-height: 40px;
    list-style: none;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

    #nt-example2 li .state {
        font-size: inherit;
        margin: 0;
    }

#nt-example2 span.hour {
    font-weight: 700;
}

#nt-example2-infos-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 16px;
    border-color: transparent transparent #333;
    margin: 6px auto 0;
}

#nt-example2-infos {
    margin: auto;
    padding: 12px;
    color: #f2f2f2;
    background: #333;
    height: 242px;
}

    #nt-example2-infos .infos-hour {
        font-size: 35px;
        font-weight: 700;
        margin-top: 20px;
        line-height: 45px;
    }

    #nt-example2-infos h4 {
        color: #F2F2F2;
        font-weight: 500;
    }

    #nt-example2-infos .infos-text {
        text-align: left;
        height: 205px;
        overflow: hidden;
        font-weight: 400;
    }

.event_box {
    background: #333;
    padding: 10px;
    color: #fff;
}

    .event_box .evnt_desp,
    .event_box .evnt_title {
        height: 150px;
        overflow: hidden;
    }

.evnt_title img {
    float: left;
    margin-right: 10px;
}

.evnt_title h5 {
    color: #fff;
}

.evnt_title p {
    margin: 5px 0;
}

    .evnt_title p i {
        margin-right: 5px;
    }

.nws_link {
    margin-top: 38px;
    color: #13afeb;
}

    .nws_link:hover {
        color: #333!important;
    }

.feature_section_footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: url(../images/tex1.jpg) left top;
    border-top: 5px solid #13afeb;
}

.footer_contact input[type=email],
.footer_contact input[type=text] {
    width: 49%;
    height: 31px;
    padding: 5px;
    margin-top: 5px;
}

.footer_contact textarea {
    width: 80%;
    height: 70px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    float: left;
}

.footer_btn_ctn {
    background-color: #0cf;
    font-size: 16px;
    transition: all .5s ease 0;
    padding: 5px 10px;
    border: 0 solid #000;
    color: #fff;
    margin-top: 5px;
    height: 70px;
}

    .footer_btn_ctn:hover {
        background-color: #305891;
    }

.footer_contact .one_third {
    text-align: left;
}

.shiftdowntopbanner {
    top: 48%;
}

.strtquote_name {
    font-style: italic;
    font-size: 13px;
}

.event_link {
    color: #13afeb;
}

    .event_link:hover {
        color: #333!important;
    }

.advantage_box {
    min-height: 200px;
    background: #13afeb;
    text-align: center;
    color: #fff;
}

    .advantage_box p {
        padding: 5px 10px;
        font-size: 16px;
    }

    .advantage_box img {
        width: 100%;
        height: 130px;
    }

.iframe_holder {
    height: 400px;
}

.iframe_testimonials {
    height: 350px;
}

.landing_menu_img {
    width: 255px;
}

.alert {
    padding: 15px!important;
    margin-bottom: 20px!important;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.tab_image {
    width: 600px;
}

.tab_img {
    width: 100%;
}

.parallax_awards .row {
    margin-top: 10px;
}

.class_h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    margin-top: 10px;
}

#at3winshare iframe {
    height: inherit;
    width: 100%!important;
}

@media only screen and (min-width:1170px) and (max-width:1200px) {
    .menu2,
    .menu3,
    .menu4,
    .menu5 {
        width: 19%;
    }

    .switch {
        left: 950px;
    }
}

@media only screen and (min-width:1000px) and (max-width:1169px) {
    .container {
        width: 1000px;
        margin: auto;
    }

    .rw-wrapper {
        font-size: 27px;
    }

    .feature_section8 .left {
        width: 40%;
        margin-right: 3%;
    }

    .feature_section10 {
        padding-bottom: 70px;
    }

    .feature_section14 .left .conta {
        background-size: 50%;
    }

    .feature_section14 .right .conta {
        background-size: 75%;
    }

    .parallax_sec5 .appicons1 {
        margin: 30px 0 50px;
        padding: 20px 0;
    }

        .parallax_sec5 .appicons1 i {
            font-size: 35px;
            margin-right: 20px;
        }

    .feature_section16 {
        background: url(../images/site-img17.jpg) center 120px no-repeat;
        background-size: 100%;
        min-height: 500px;
        padding: 70px 0 0;
    }

        .feature_section16 .mcbox {
            margin-top: 10px;
        }

            .feature_section16 .mcbox.last {
                margin-top: 133px;
            }

    .feature_section20 .right img {
        width: 100%;
    }

    .feature_section22 .secbox {
        width: 98%;
    }

        .feature_section22 .secbox i {
            margin-top: -50px;
        }

    .feature_section25 ul {
        width: 103%;
    }

    .newsletter_two input.enter_email_input {
        width: 300px;
    }

    .circle_img {
        width: 300px;
        height: 300px;
    }

    .skillgraph {
        width: 200px;
        height: 200px;
        font-size: 57px;
        line-height: 200px;
    }

        .skillgraph.four,
        .skillgraph.one,
        .skillgraph.three,
        .skillgraph.two {
            background-size: 100%;
        }

    .newsletter .enter_email_input {
        width: 70%;
    }

    .punchline_text_box {
        width: 99%;
        padding: 25px;
    }

        .punchline_text_box strong {
            font-size: 20px;
        }

        .punchline_text_box .left {
            width: 75%;
        }

        .punchline_text_box .right {
            width: 25%;
        }

    .post_info_content {
        padding: 0;
        margin: 10px 0 0 11%;
        width: 89%;
        float: left;
    }

    .contactform_footer .sky-form .button {
        width: 89%;
    }

    .fnewsletter input.enter_email_input {
        width: 160px;
    }

    .img_left,
    .img_left1 {
        width: 100%;
    }

    .readmore_but4 {
        padding-right: 50px;
    }

    .menu_main .navbar {
        width: 100%;
    }

    .feature_section18 .bnbox {
        width: 98%;
        padding: 20px 10px 25px;
    }

    .feature_section19 .pesbox {
        width: 98%;
    }

    .parallax_sec9 li {
        width: 18%;
        margin: 0 5px;
        padding: 12px 0;
    }

        .parallax_sec9 li img {
            width: 90%;
        }

    .features_sec27 ul.blogs2 li img,
    .features_sec29 .box img {
        width: 100%;
    }

    .features_sec27 ul.news2 li.text {
        width: 86%;
    }

    .features_sec18 li.text2 {
        width: 80%;
    }

    .one_sixth {
        width: 15%;
    }

    .bb_box .bb_icon {
        margin: 20px;
    }

    .control_tabs .lasttab {
        border-bottom: 1px solid #eee;
    }

    .feature_section15new .control_tabs li a {
        color: #fff;
        padding: 0;
    }

    .feature_section15new .control_tabs .pd25 {
        padding-top: 25px;
    }

    .feature_section15new2 .addmybg {
        width: 100%;
    }

    .feature_section3 {
        padding-top: 40px;
    }

    .left_content_top {
        width: 100%;
    }

        .left_content_top .para {
            width: 65%;
        }

        .left_content_top .addimg {
            width: 32%;
            margin: 0;
        }

    .right_nav {
        display: none;
    }

    .bottom_icons_list {
        margin: 0;
    }

    .infographic {
        border-right: 1px solid transparent;
    }

    .blue_button_box .fly_left {
        width: 80px;
    }

    .blue_button_box h4 {
        font-size: 15px;
    }

    .gold_button_box .fly_right {
        width: 60px;
    }

    .gold_button_box h4 {
        font-size: 15px;
    }

    .switch {
        left: 958px;
    }

    #wrap input[type=text] {
        width: 110px!important;
        font-size: 12px;
        padding: 0 40px 0 5px;
    }

    .top_nav .right {
        margin-right: 20px;
    }

    .mnhgh260 {
        min-height: 312px!important;
    }

    ul.footer_social_links {
        margin: 0 50px 0 0!important;
    }

    .list-unstyled a {
        padding: 0!important;
    }

        .list-unstyled a:hover {
            margin: 0!important;
            background-color: #fff!important;
        }

        .list-unstyled a i {
            display: none;
            padding: 0;
        }

    .menu4 {
        width: 25%;
        border-bottom: 1px solid #008286;
        border-right: 1px solid #008286;
        border-left: 1px solid #008286;
    }

    .addingmoremenu {
        top: 203px!important;
        height: 110px!important;
    }

        .addingmoremenu .menu5,
        .addingmoremenu .menu7,
        .addingmoremenu .menu8 {
            width: 25%;
            border-bottom: 1px solid #008286;
            border-right: 1px solid #008286;
            border-left: 1px solid #008286;
        }

    .menu2,
    .menu3 {
        width: 33%;
        border-bottom: 1px solid #008286;
        border-right: 1px solid #008286;
        border-left: 1px solid #008286;
    }

    .addingmoremenu .menu6 {
        width: 33%;
        padding-top: 25px!important;
        border-bottom: 1px solid #008286;
        border-right: 1px solid #008286;
        border-left: 1px solid #008286;
    }

    .addingmoremenu .menu8 {
        padding-top: 25px!important;
    }

    .addmybg .one_third .mgl30 {
        min-height: 165px;
    }

    #logo {
        margin-left: 53px;
    }

    .feature_section8 .content .two_third {
        width: 92%;
        margin-right: 0;
    }

    .feature_section8 .content .one_third {
        width: 8%;
        margin-right: 0;
    }

    .tabs3.two.services_tab li a {
        padding: 0 5px;
        font-size: 12px;
    }

    .longtabstext li a {
        font-size: 12px;
        line-height: 18px!important;
        padding: 0 5px;
        text-align: center;
        width: 159px;
        word-wrap: break-word;
    }

    .fivsections .bb_box .bb_icon {
        margin-left: 25px;
    }

    .foursections .bb_box .bb_icon {
        margin-left: 45px;
    }

    .threesection .bb_box .bb_icon {
        margin-left: 85px;
    }
}

@media only screen and (min-width:768px) and (max-width:999px) {
    #header {
        height: 130px;
    }

    .container {
        width: 747px;
        margin: auto;
    }

    .menu_main {
        float: right;
        width: 68%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 12px 0!important;
    }

    /*.display_on_large {
    display: none;
    }
    .display_on_small {
    display: block !important;
    }*/


    .parallax_sec1 ul.left {
        padding-right: 2.8%;
    }

    .parallax_sec2 .hvideo iframe {
        width: 100%;
    }

    .feature_section2 a {
        float: left;
        margin-top: 13px;
    }

    .rw-wrapper {
        font-size: 27px;
    }

    .one_fifth {
        width: 28.8%;
    }

    .one_fourth {
        width: 24%;
    }

    .threesection .one_third {
        width: 28.8%;
    }

    .threesection .bb_box .bb_icon {
        margin-left: 50px!important;
    }

    .feature_section7 .rcont {
        width: 86%;
    }

    .feature_section8 .left {
        width: 40%;
        margin-right: 3%;
    }

    .feature_section8 .right {
        padding-top: 0;
    }

    .feature_section10 {
        padding-bottom: 70px;
    }

        .feature_section10 .margin_top7 {
            margin-top: 50px;
        }

        .feature_section10 .margin_top5 {
            margin-top: 20px;
        }

        .feature_section10 .margin_top6 {
            margin-top: 30px;
        }

    .feature_section12 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .feature_section14 .left .conta {
        background-size: 50%;
        background-position: right 100px;
    }

    .feature_section14 .right .conta {
        background-size: 75%;
        background-position: right 100px;
    }

    .parallax_sec5 .appicons1 {
        margin: 25px 0 40px;
        padding: 20px 0;
    }

        .parallax_sec5 .appicons1 i {
            font-size: 30px;
            margin-right: 13px;
        }

    .feature_section15 i {
        font-size: 30px;
        margin-right: 5px;
    }

    .feature_section15 strong {
        font-size: 18px;
        font-weight: 300;
        padding: 10px;
        margin-top: -7px;
    }

    .feature_section16 {
        background: url(../images/site-img17.jpg) center 120px no-repeat;
        background-size: 100%;
        min-height: 390px;
        padding: 70px 0 0;
    }

        .feature_section16 .mcbox {
            width: 18.7%;
            margin-top: 0;
        }

            .feature_section16 .mcbox.last {
                margin-top: 123px;
            }

    .feature_section20 .left {
        padding-top: 0;
    }

    .feature_section20 .right img {
        width: 100%;
    }

    .feature_section22 .secbox {
        width: 98%;
    }

        .feature_section22 .secbox i {
            margin-top: -46px;
        }

    .feature_section25 ul {
        width: 103%;
    }

    .newsletter_two input.enter_email_input {
        width: 196px;
    }

    .circle_img {
        width: 220px;
        height: 220px;
    }

    .skillgraph {
        width: 170px;
        height: 170px;
        font-size: 45px;
        line-height: 170px;
    }

        .skillgraph.four,
        .skillgraph.one,
        .skillgraph.three,
        .skillgraph.two {
            background-size: 100%;
        }

    .twitter_feed .right {
        float: left;
        width: 87%;
    }

    .error_pagenotfound {
        width: 70%;
    }

    .punchline_text_box {
        width: 98%;
        padding: 25px;
    }

        .punchline_text_box strong {
            font-size: 20px;
        }

        .punchline_text_box .left {
            width: 70%;
        }

        .punchline_text_box .right {
            width: 30%;
        }

    .blog_post h3 {
        width: 83%;
    }

    .post_info_content {
        padding: 0;
        margin: 13px 0 0 15%;
        width: 85%;
        float: left;
    }

    .post_info_content_small {
        padding: 0;
        margin: 0 0 0 2.5%;
        width: 51.7%;
        float: left;
    }

        .post_info_content_small a.date {
            float: left;
            margin: 0 10px 0 0;
        }

        .post_info_content_small h3 {
            font-size: 18px;
            float: left;
            width: 70%;
        }

    ul.post_meta_links_small {
        float: left;
        margin: -15px 0 12px 70px;
        padding: 0;
        width: 70%;
    }

    .blog_postcontent .video_frame iframe {
        height: 350px;
    }

    #site-searchform #s {
        width: 71%;
    }

    .adsbanner-list li {
        margin: 0 5px 5px 0;
        width: 90px;
        height: 90px;
    }

        .adsbanner-list li.last {
            margin: 0;
            width: 90px;
            height: 90px;
        }

        .adsbanner-list li img {
            width: 100%;
            height: auto;
        }

    .contactform_footer .sky-form .button {
        width: 86%;
    }

    .fnewsletter input.enter_email_input {
        width: 107px;
    }

    .img_left,
    .img_left1 {
        width: 100%;
    }

    .readmore_but4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #wrap {
        bottom: 10px;
    }

    .nav > li {
        border-left: 0 solid #eee;
    }

    .feature_section35 {
        padding: 70px 0;
    }

        .feature_section35 .left img {
            float: left;
            width: 90%;
        }

    .feature_section18 .bnbox {
        width: 98%;
        padding: 20px 10px 25px;
    }

    .feature_section19 .pesbox {
        float: left;
        width: 98%;
        padding: 8% 8% 13%;
    }

    .feature_section24 .readmore_but8 {
        font-size: 14px;
        padding: 7px 10px;
    }

    .feature_section31 .left {
        width: 100%;
    }

    .feature_section31 .right {
        width: 100%;
        text-align: center;
    }

    .parallax_sec9 li {
        width: 18%;
        margin: 0 5px;
        padding: 12px 0;
    }

        .parallax_sec9 li img {
            width: 90%;
        }

    .features_sec27 ul.blogs2 li img,
    .features_sec29 .box img {
        width: 100%;
    }

    .features_sec27 ul.news2 li.text {
        width: 83%;
    }

    .features_sec44 .img_right {
        width: 100%;
    }

    .features_sec18 li.text2 {
        width: 75%;
    }

    .one_sixth {
        width: 28%;
    }

    .bb_box {
        height: 320px;
    }

        .bb_box .bb_icon,
        .fivsections .bb_box .bb_icon {
            margin: 20px 20px 20px 50px;
        }

    .feature_section15new .addnew {
        background: #fff;
    }

    .control_tabs .active {
        background: #eee;
    }

    .control_tabs .lasttab {
        border-bottom: 1px solid #eee;
    }

    .feature_section15new .control_tabs li a {
        color: #b4b4b4;
        padding: 0;
    }

    .feature_section15new .control_tabs .pd25 {
        padding: 5px;
    }

    .menu2,
    .menu3,
    .menu4,
    .menu5,
    .menu6 {
        width: 33.33%!important;
        height: 50px;
        border: 1px solid #eee;
        background: #fff;
    }

    .menu7,
    .menu8 {
        width: 25%!important;
        height: 50px;
        border: 1px solid #eee;
        background: #fff;
    }

        .menu2:hover,
        .menu3:hover,
        .menu4:hover,
        .menu5:hover,
        .menu6:hover,
        .menu7:hover,
        .menu8:hover {
            background: #eee;
        }

    .feature_section15new2 .addmybg {
        width: 100%;
    }

    .feature_section3 {
        padding-top: 40px;
    }

    .left_content_top {
        width: 100%;
    }

        .left_content_top .para {
            width: 65%;
        }

        .left_content_top .addimg {
            width: 32%;
            margin: 0;
        }

    .right_nav {
        display: none;
    }

    .bottom_icons_list {
        margin: 0;
    }

    .infographic {
        border-right: 1px solid transparent;
    }

    .blue_button_box .fly_left {
        width: 80px;
    }

    .blue_button_box h4 {
        font-size: 15px;
    }

    .gold_button_box .fly_right {
        width: 60px;
    }

    .gold_button_box h4 {
        font-size: 15px;
    }

    .switch {
        left: 100px;
    }

    .requestBtn {
        display: none;
    }

    .control_tabs li:last-child {
        border-right: 1px solid #eee;
    }

    .feature_section15new .control_tabs li.active a {
        color: #fff;
        padding-top: 5px;
    }

    ul.footer_social_links {
        margin: 0 50px 0 0!important;
    }

    div#modalBox {
        width: 600px!important;
    }

    .enquiry_box {
        width: 50%;
        text-align: right;
    }

        .enquiry_box label {
            margin-right: 20px;
            font-weight: 400;
        }

        .enquiry_box input {
            width: 50%;
        }

            .enquiry_box input[type=submit] {
                width: 40%;
                margin-top: 10px;
            }

        .enquiry_box textarea {
            width: 50%;
        }

    #hide-mobile {
        display: none;
    }

    #show-mobile {
        display: block;
        height: 60px;
        left: 18px;
        position: relative;
        top: -30px;
    }

        #show-mobile .dl-menuwrapper {
            left: 130px;
            top: 30px;
        }

    .nav > li:last-child {
        border-right: 0 solid #dcdcdc;
    }

    .page_tab_spacer1,
    .page_tab_spacer2,
    .page_tab_spacer3 {
        height: 60px;
    }

    .page_tab_spacer4,
    .page_tab_spacer5,
    .page_tab_spacer7,
    .page_tab_spacer8 {
        height: 110px;
    }

    .footer_contact textarea {
        width: 70%;
    }

    .clients .jcarousel-skin-tango .jcarousel-item-horizontal {
        margin-left: 15px!important;
    }

    .event_box {
        height: 363px;
    }

    .evnt_title h5 {
        margin-bottom: 0;
    }

    .evnt_title img {
        width: 40%;
    }

    .event_box p {
        font-size: 14px;
        margin: 0!important;
    }

    .evnt_desp {
        height: 160px!important;
    }

    #nt-example2-infos .col-xs-4,
    #nt-example2-infos .col-xs-8 {
        width: 100%;
        padding: 0;
    }

    #nt-example2-infos .infos-text {
        height: 159px;
    }

    #nt-example2-infos {
        height: 280px;
    }

    .nws_link {
        margin-top: 30px;
    }

    .advantage_box {
        min-height: 290px;
    }

        .advantage_box img {
            height: 110px;
        }

        .advantage_box p {
            font-size: 14px;
        }

    .arrow_box img {
        height: 41px;
        width: 47px;
    }

    .iframe_holder {
        height: 405px;
    }

    .iframe_testimonials {
        height: 405px!important;
    }

    .tab_image {
        width: 100%;
    }
}



@media only screen and (min-width:960px) and (max-width:1200px) {
    .yamm .move_left {
        width: 925px;
        left: -25%!important;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {

    .display_on_large {
        display: none;
    }

    .display_on_small {
        display: block;
    }

    .reqBtnContainer {
        display: none;
    }

    .container {
        width: 460px;
        margin: auto;
    }

    .content_left,
    .content_right,
    .left_sidebar,
    .right_sidebar {
        float: left;
        width: 100%;
        padding: 59px 0 0;
    }

    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fourth,
    .two_third {
        margin-right: 0;
    }

    .one_fifth,
    .one_fourth,
    .one_half,
    .one_third,
    .three_fourth,
    .two_third {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_sixth {
        width: 90%;
        margin-bottom: 40px;
    }

    .last {
        margin-right: 0!important;
        margin-bottom: 0!important;
    }

    #trueHeader #logo {
        text-align: center;
        background: url(../images/logo.png) center bottom no-repeat;
    }

    #trueHeader .logo {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    #trueHeader {
        background: none!important;
        z-index: 999999;
        position: relative;
        top: 90px;
    }

    /*.navbar-toggle {
        width: 63%!important;
        float: right!important;
        top: -74px;
    }*/

    #header {
        background-color: #505050!important;
        height: 130px;
    }

    .right {
        margin-top: 10px!important;
        width: 75%;
    }

    .top_nav .right li {
        margin: 3px 5px 0 0;
        padding: 2px 0;
    }

    .tab_image {
        width: 100%;
    }

    .navbar-collapse {
        background: #fff;
        margin-left: 76px!important;
        margin-right: -10px!important;
        border: 1px solid #dcdcdc;
        position: relative!important;
        top: -79px;
    }

    .nav > li,
    .nav > li:last-child {
        border: none;
    }

    .menu_main {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    .bb_box {
        height: 240px;
    }

        .bb_box .bb_icon,
        .fivsections .bb_box .bb_icon {
            margin: 20px 20px 20px 150px;
        }

    .feature_section15new .addnew {
        background: #fff;
    }

    .control_tabs .active {
        background: #eee;
    }

    .control_tabs .lasttab {
        border-bottom: 1px solid #eee;
    }

    .feature_section15new .control_tabs li a {
        color: #b4b4b4;
        padding: 0;
    }

    .feature_section15new .control_tabs .pd25 {
        padding: 5px;
    }

    .menu2,
    .menu3,
    .menu4,
    .menu5,
    .menu6,
    .menu7,
    .menu8 {
        width: 100%!important;
        height: 36px;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        background: #fff;
    }

        .menu2:hover,
        .menu3:hover,
        .menu4:hover,
        .menu5:hover,
        .menu6:hover,
        .menu7:hover,
        .menu8:hover {
            background: #eee;
        }

    .feature_section15new2 .addmybg {
        width: 100%;
    }

    .feature_section3 {
        padding-top: 40px;
    }

    .left_content_top,
    .left_content_top .para {
        width: 100%;
    }

        .left_content_top .addimg {
            width: 100%;
            margin: 20px 0;
        }

    .right_nav {
        display: none;
    }

    .bottom_icons_list {
        margin: 0 100px;
    }

    .infographic {
        border-right: 1px solid transparent;
    }

    .req_meeting,
    .req_demo,
    .reqBtnContainer {
        display: none;
    }

    .parallax_sec1 ul.left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-bottom: 40px;
    }

    .parallax_sec1 .left li {
        text-align: left;
    }

        .parallax_sec1 .left li i {
            float: left;
            margin-right: 30px;
            margin-left: 0;
        }

    .parallax_sec1 ul.right {
        width: 100%;
        padding-left: 0;
    }

    .parallax_sec2 .hvideo iframe {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .parallax_sec2 .hvideo.right iframe {
        float: none;
    }

    .feature_section2 a {
        float: left;
        margin-top: 13px;
    }

    .feature_section7 .rcont {
        width: 87%;
    }

    .feature_section8 .left {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .feature_section8 .right {
        width: 100%;
        padding-top: 30px;
    }

    .feature_section10 {
        background-size: 100%;
        padding-bottom: 70px;
    }

        .feature_section10 .left {
            float: left;
            width: 100%;
            margin-right: 0;
            margin-top: 260px;
            text-align: left;
        }

            .feature_section10 .left .flist {
                float: left;
                padding-left: 65px;
                padding-right: 0;
                background: url(../images/site-img10.png) -80px 10px no-repeat;
            }

        .feature_section10 .right {
            float: left;
            width: 100%;
            margin-left: 0;
            margin-top: 30px;
            text-align: left;
        }

            .feature_section10 .right .flist {
                float: left;
                padding-left: 65px;
                padding-right: 0;
                background: url(../images/site-img10.png) -80px 10px no-repeat;
            }

        .feature_section10 .margin_top5,
        .feature_section10 .margin_top6,
        .feature_section10 .margin_top7 {
            margin-top: 30px;
        }

    .feature_section11 .contbox {
        float: none;
        margin: 50px auto 0;
    }

    .feature_section12 h1 {
        font-size: 27px;
        line-height: 30px;
    }

    .feature_section14 .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .feature_section14 .right {
        width: 100%;
        padding-left: 0;
    }

    .feature_section16 {
        background: url(../images/site-img17.jpg) center 220px no-repeat;
        background-size: 100%;
        min-height: 440px;
    }

        .feature_section16 .mcbox {
            width: 27%;
            margin-top: 10px;
        }

            .feature_section16 .mcbox.last {
                margin-top: 133px;
            }

    .feature_section20 .left {
        float: left;
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }

    .feature_section20 .right {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }

        .feature_section20 .right img {
            width: 100%;
        }

    .feature_section22 .secbox {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

        .feature_section22 .secbox i {
            margin-top: -73px;
        }

    .feature_section25 ul {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

        .feature_section25 ul.active {
            margin-top: 0;
        }

    .newsletter_two input.enter_email_input {
        width: 280px;
    }

    .circle_img {
        float: none;
        margin: 0 auto;
    }

    .biobox {
        float: left;
        width: 81%;
        padding: 8%;
    }

    .pro_bar.inner {
        margin-top: 20px;
    }

    .less1,
    .less2 {
        width: 100%;
    }

    .footer1 {
        padding-bottom: 0;
    }

    .twitter_feed .right {
        float: left;
    }

    ul.footer_social_links {
        float: left;
        margin-top: 20px;
    }

    .copyright_info .one_half {
        margin-bottom: 0;
    }

    .error_pagenotfound {
        padding: 30px 20px 38px;
        width: 80%;
    }

        .error_pagenotfound b {
            font-size: 30px;
            line-height: 40px;
        }

    .top_nav.two {
        float: left;
        width: 100%;
    }

        .top_nav.two .left {
            margin-bottom: 13px;
        }

    .menu_main.full {
        margin-top: 10px;
    }

    .punchline_text_box {
        width: 98%;
        padding: 25px;
    }

        .punchline_text_box strong {
            font-size: 20px;
        }

        .punchline_text_box .left {
            width: 100%;
        }

        .punchline_text_box .right {
            width: 100%;
            float: left;
        }

            .punchline_text_box .right a.knowmore_but {
                float: left;
                margin-left: 0;
                margin-top: 20px;
            }

    #site-searchform #s {
        width: 89.5%;
    }

    .site-search-area {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }

    .page_title2 .one_third,
    .page_title2 .two_third {
        margin: 0;
    }

    ul.adsbanner-list {
        width: 50%;
    }

    .adsbanner-list li {
        margin: 0 10px 10px 0;
        padding: 0;
        float: left;
        width: 100px;
        height: 100px;
        list-style-type: none;
    }

        .adsbanner-list li.last {
            margin: 0;
            padding: 0;
            float: left;
            width: 100px;
            height: 100px;
            list-style-type: none;
        }

        .adsbanner-list li img {
            width: 100%;
            height: auto;
        }

    .comment_form {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

        .comment_form label {
            float: left;
            width: 90px;
            height: 15px;
            padding: 7px 10px;
            margin-bottom: 20px;
        }

    .comment_input_bg {
        float: left;
        width: 68%;
        height: 25px;
        padding: 7px 10px 0;
        border-top: 2px solid #e3e3e3;
        border-left: 2px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #f9f9f9;
    }

    .comment_textarea_bg {
        float: left;
        width: 94%;
        height: 235px;
        padding: 7px 10px 0;
        margin-bottom: 20px;
        border-top: 2px solid #e3e3e3;
        border-left: 2px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #f9f9f9;
    }

    .comment_checkbox {
        float: left;
        display: block;
        width: 94%;
        margin-top: 10px;
    }

    .google-map {
        width: 97%;
    }

    .pricing-tables {
        width: 24.5%;
    }

        .pricing-tables .title {
            font-size: 14px;
        }

        .pricing-tables .price {
            font-size: 20px;
        }

            .pricing-tables .price i {
                font-size: 9px;
                margin-top: 0;
            }

    .pricing-tables-helight {
        position: relative;
        float: left;
        width: 24.5%;
    }

        .pricing-tables-helight .title {
            font-size: 14px;
        }

        .pricing-tables-helight .price {
            font-size: 20px;
        }

            .pricing-tables-helight .price i {
                font-size: 9px;
                margin-top: 0;
            }

    .pricing-tables-two {
        width: 33%;
    }

        .pricing-tables-two .title {
            font-size: 14px;
        }

        .pricing-tables-two .price {
            font-size: 20px;
        }

            .pricing-tables-two .price i {
                font-size: 9px;
                margin-top: 0;
            }

    .pricing-tables-helight-two {
        position: relative;
        float: left;
        width: 33%;
    }

        .pricing-tables-helight-two .title {
            font-size: 14px;
        }

        .pricing-tables-helight-two .price {
            font-size: 20px;
        }

            .pricing-tables-helight-two .price i {
                font-size: 9px;
                margin-top: 0;
            }

    .contactform_footer {
        width: 95%;
    }

        .contactform_footer .sky-form .button {
            width: 88.5%;
        }

    .fnewsletter input.enter_email_input {
        width: 300px;
    }

    .cforms {
        float: left;
        width: 94%;
    }

    .portfolio_area_left {
        padding: 0;
        margin: 0 0 30px;
        width: 98%;
        float: left;
    }

    .portfolio_area_right {
        padding: 0;
        margin: 0;
        width: 98%;
        float: left;
    }

    .project_details {
        padding: 0;
        margin: 65px 0 0;
    }

    .addto_favorites,
    .addto_favorites:hover {
        float: left;
        margin: 15px 0 0;
    }

    .portfolio_area_right ul.small_social_links {
        margin: 22px 0 0 170px;
    }

    .project_details span {
        padding: 4px 0;
    }

    .project_details strong {
        width: 22%;
    }

    .iframecontainer {
        width: 100%;
    }

    .top_nav .right li.link {
        margin-top: -2px;
    }

    .img_left,
    .img_left1 {
        width: 100%;
    }

    .readmore_but4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .feature_section11 .contbox {
        width: 450px;
        margin-top: -20px;
    }

        .feature_section11 .contbox h5 {
            font-size: 14px;
        }

    .feature_section35 {
        padding: 70px 0;
    }

        .feature_section35 .left,
        .feature_section35 .right {
            width: 100%;
        }

    .feature_section18 .bnbox {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .feature_section19 .pesbox {
        width: 98%;
    }

    .feature_section24 .readmore_but8 {
        font-size: 10px;
        padding: 5px 8px;
    }

    .feature_section31 .left {
        width: 100%;
    }

    .feature_section31 .right {
        width: 100%;
        text-align: center;
    }

    .feature_section32 .left,
    .feature_section32 .right {
        width: 100%;
    }

    .parallax_sec9 li {
        width: 18%;
        margin: 0 2px;
        padding: 12px 0;
    }

        .parallax_sec9 li img {
            width: 90%;
        }

    .framed-box {
        width: 90%;
        margin: 0 auto;
    }

    .features_sec27 ul.blogs2 li img,
    .features_sec29 .box img {
        width: 100%;
    }

    .features_sec27 ul.news2 li.text {
        width: 80%;
    }

    .fuicsec .one_fifth {
        text-align: center;
        border-right: 0 solid #e0e0e0;
    }

    .fuicsec i {
        float: none;
        font-size: 35px;
        color: #999;
        margin-right: 20px;
        margin-top: 10px;
    }

    .blog_postcontent .video_frame iframe {
        height: 270px;
    }

    .switch {
        left: 450px;
    }

    .requestBtn {
        width: 100%;
        padding: 5px;
        height: auto;
    }

    .control_tabs li:last-child {
        border-right: 1px solid #eee;
    }

    .feature_section15new .control_tabs li.active a {
        color: #fff;
        padding-top: 5px;
    }

    div#modalBox {
        width: 450px!important;
    }

    .enquiry_box {
        width: 100%;
        text-align: left;
    }

        .enquiry_box label {
            margin-right: 20px;
            font-weight: 400;
        }

        .enquiry_box input,
        .enquiry_box input[type=submit],
        .enquiry_box textarea {
            width: 100%;
        }

    .page_tab_spacer1 {
        height: 50px;
    }

    .page_tab_spacer2 {
        height: 110px;
    }

    .page_tab_spacer3 {
        height: 160px;
    }

    .page_tab_spacer4 {
        height: 210px;
    }

    .page_tab_spacer5 {
        height: 260px;
    }

    .page_tab_spacer6 {
        height: 310px;
    }

    .page_tab_spacer7 {
        height: 360px;
    }

    .page_tab_spacer8 {
        height: 410px;
    }

    .footer_contact textarea {
        width: 76%;
    }

    .navbar-collapse {
        /*padding-left: 0!important;*/
        padding-left: 78px;
    }

    #wrap input[type=text] {
        width: 240px;
        bottom: 5px;
    }

    .nav > li:last-child {
        border-right: 1px solid #dcdcdc;
    }

    .foursections .bb_box .bb_icon {
        margin: 20px 20px 20px 150px;
    }

    .featureTileView .tabs-content .iconBox {
        display: none;
    }

    .featureTileView .tabs-content .contentBox {
        width: 100%;
        float: none;
    }

    .clients .jcarousel-skin-tango .jcarousel-item-horizontal {
        margin: 0!important;
    }

    .clients .jcarousel-skin-tango .jcarousel-next-horizontal {
        right: 0!important;
    }

    #nt-example2 li {
        font-size: 12px;
    }

    #nt-example2-infos .col-xs-4,
    #nt-example2-infos .col-xs-8 {
        width: 100%;
        padding: 0;
    }

    #nt-example2-infos .infos-text {
        font-size: 12px;
        line-height: 20px;
        height: 175px;
    }

    #nt-example2-infos {
        height: 280px;
    }

    .evnt_title {
        text-align: center;
    }

        .evnt_title img {
            float: none;
        }

    .event_box .evnt_title {
        height: 275px;
    }

    .event_box p {
        font-size: 14px;
    }

    .feature_section11 strong {
        margin-left: 10px;
        padding: 16px 20px;
    }

    .event_link,
    .nws_link {
        float: right;
        width: 28%!important;
    }

    .iframe_holder {
        height: 342px;
    }

    .iframe_testimonials {
        height: 345px!important;
    }
}

