@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes

"fa-spin" {
    0%

{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}

}
@keyframes

"fa-spin" {
    0%

{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}

}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: proxima_nova_rgbold;
    src: url(../fonts/proxima-nova/proximanova-bold-webfont.eot);
    src: url(../fonts/proxima-nova/proximanova-bold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova-bold-webfont.woff) format("woff"),url(../fonts/proxima-nova/proximanova-bold-webfont.ttf) format("truetype"),url(../fonts/proxima-nova/proximanova-bold-webfont.svg#proxima_nova_rgbold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_novasemibold;
    src: url(../fonts/proxima-nova/proximanova-semibold-webfont.eot);
    src: url(../fonts/proxima-nova/proximanova-semibold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/proxima-nova/proximanova-semibold-webfont.woff2) format("woff2"),url(../fonts/proxima-nova/proximanova-semibold-webfont.woff) format("woff"),url(../fonts/proxima-nova/proximanova-semibold-webfont.ttf) format("truetype"),url(../fonts/proxima-nova/proximanova-semibold-webfont.svg#proxima_novasemibold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_novalight;
    src: url(../fonts/proxima-nova/proximanova-light-webfont.eot);
    src: url(../fonts/proxima-nova/proximanova-light-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova-light-webfont.woff) format("woff"),url(../fonts/proxima-nova/proximanova-light-webfont.ttf) format("truetype"),url(../fonts/proxima-nova/proximanova-light-webfont.svg#proxima_novalight) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_rgregular;
    src: url(../fonts/proxima-nova/proximanova-regular-webfont.eot);
    src: url(../fonts/proxima-nova/proximanova-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/proximanova-regular-webfont.woff) format("woff"),url(../fonts/proxima-nova/proximanova-regular-webfont.ttf) format("truetype"),url(../fonts/proxima-nova/proximanova-regular-webfont.svg#proxima_nova_rgregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_novaregular_italic;
    src: url(../fonts/proxima-nova/proximanova-regularitalic-webfont.eot);
    src: url(../fonts/proxima-nova/proximanova-regularitalic-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/proxima-nova/proximanova-regularitalic-webfont.woff) format("woff"),url(../fonts/proxima-nova/proximanova-regularitalic-webfont.ttf) format("truetype"),url(../fonts/proxima-nova/proximanova-regularitalic-webfont.svg#proxima_novaregular_italic) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_thinthin;
    src: url(../fonts/proxima-nova/proximanovat-thin-webfont.eot);
    src: url(../fonts/proxima-nova/proximanovat-thin-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/proxima-nova/proximanovat-thin-webfont.woff2) format("woff2"),url(../fonts/proxima-nova/proximanovat-thin-webfont.woff) format("woff"),url(../fonts/proxima-nova/proximanovat-thin-webfont.ttf) format("truetype"),url(../fonts/proxima-nova/proximanovat-thin-webfont.svg#proxima_nova_thinthin) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_novablack;
    src: url(../fonts/proximanova-black.woff2) format("woff2"),url(../fonts/proximanova-black.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_novasemibold_italic;
    src: url(../fonts/proximanova-semibolditalic.woff2) format("woff2"),url(../fonts/proximanova-semibolditalic.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_rgbold_italic;
    src: url(../fonts/proximanova-boldit.woff2) format("woff2"),url(../fonts/proximanova-boldit.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_novaextrabold;
    src: url(../fonts/proximanova-extrabold.woff2) format("woff2"),url(../fonts/proximanova-extrabold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_novalight_italic;
    src: url(../fonts/proximanova-lightitalic.woff2) format("woff2"),url(../fonts/proximanova-lightitalic.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: drugsregular;
    src: url(../fonts/drugs.woff2) format("woff2"),url(../fonts/drugs.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserratbold;
    src: url(../fonts/montserrat-bold.woff2) format("woff2"),url(../fonts/montserrat-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserratregular;
    src: url(../fonts/montserrat-regular.woff2) format("woff2"),url(../fonts/montserrat-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: calibri;
    src: url(../fonts/Calibri-Bold.eot);
    src: url(../fonts/Calibri-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/Calibri-Bold.woff) format('woff'),url(../fonts/Calibri-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: circular std;
    src: url(../fonts/CircularStd-Bold.eot);
    src: url(../fonts/CircularStd-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/CircularStd-Bold.woff) format('woff'),url(../fonts/CircularStd-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: circular std book;
    src: url(../fonts/CircularStd-Book.eot);
    src: url(../fonts/CircularStd-Book.eot?#iefix) format('embedded-opentype'),url(../fonts/CircularStd-Book.woff) format('woff'),url(../fonts/CircularStd-Book.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: circular std medium;
    src: url(../fonts/CircularStd-Medium.eot);
    src: url(../fonts/CircularStd-Medium.eot?#iefix) format('embedded-opentype'),url(../fonts/CircularStd-Medium.woff) format('woff'),url(../fonts/CircularStd-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: hind;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Vb88BBmXXgbpZxolKzz6dw.woff2) format('woff2');
    unicode-range: U+02BC,U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200B-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: hind;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/eND698DA6CUFWomaRdrTiw.woff2) format('woff2');
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: hind;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/xLdg5JI0N_C2fvyu9XVzXg.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}

    .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-warning {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
        text-shadow: none
    }

.btn.active, .btn:active {
    background-image: none
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc
}

    .btn-default:focus, .btn-default:hover {
        background-color: #e0e0e0;
        background-position: 0 -15px
    }

    .btn-default.active, .btn-default:active {
        background-color: #e0e0e0;
        border-color: #dbdbdb
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #e0e0e0;
        background-image: none
    }

.btn-primary {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff265a88',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580
}

    .btn-primary:focus, .btn-primary:hover {
        background-color: #265a88;
        background-position: 0 -15px
    }

    .btn-primary.active, .btn-primary:active {
        background-color: #265a88;
        border-color: #245580
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #265a88;
        background-image: none
    }

.btn-success {
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

    .btn-success:focus, .btn-success:hover {
        background-color: #419641;
        background-position: 0 -15px
    }

    .btn-success.active, .btn-success:active {
        background-color: #419641;
        border-color: #3e8f3e
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #419641;
        background-image: none
    }

.btn-info {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

    .btn-info:focus, .btn-info:hover {
        background-color: #2aabd2;
        background-position: 0 -15px
    }

    .btn-info.active, .btn-info:active {
        background-color: #2aabd2;
        border-color: #28a4c9
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #2aabd2;
        background-image: none
    }

.btn-warning {
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13
}

    .btn-warning:focus, .btn-warning:hover {
        background-color: #eb9316;
        background-position: 0 -15px
    }

    .btn-warning.active, .btn-warning:active {
        background-color: #eb9316;
        border-color: #e38d13
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #eb9316;
        background-image: none
    }

.btn-danger {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28
}

    .btn-danger:focus, .btn-danger:hover {
        background-color: #c12e2a;
        background-position: 0 -15px
    }

    .btn-danger.active, .btn-danger:active {
        background-color: #c12e2a;
        border-color: #b92c28
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #c12e2a;
        background-image: none
    }

.img-thumbnail, .thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat: repeat-x
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
    background-repeat: repeat-x
}

.navbar-default {
    background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background-image: -o-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));
    background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
        background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
        background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
        background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb',endColorstr='#ffe2e2e2',GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
        box-shadow: inset 0 3px 9px rgba(0,0,0,.075)
    }

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255,255,255,.25)
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
        background-image: -webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);
        background-image: -o-linear-gradient(top,#080808 0,#0f0f0f 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));
        background-image: linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808',endColorstr='#ff0f0f0f',GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
        box-shadow: inset 0 3px 9px rgba(0,0,0,.25)
    }

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    border-radius: 0
}

@media(max-width:767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
        background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
        background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
        background-repeat: repeat-x
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)
}

.alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1
}

.alert-info {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea
}

.alert-warning {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e
}

.alert-danger {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7
}

.progress {
    background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
    background-repeat: repeat-x
}

.progress-bar {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#286090 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#286090 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));
    background-image: linear-gradient(to bottom,#337ab7 0,#286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff286090',GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));
    background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));
    background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));
    background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));
    background-image: linear-gradient(to bottom,#337ab7 0,#2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2b669a',GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a
}

    .list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
        text-shadow: none
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05)
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat: repeat-x
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
    background-repeat: repeat-x
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
    background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0);
    background-repeat: repeat-x
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
    background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0);
    background-repeat: repeat-x
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0);
    background-repeat: repeat-x
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
    background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0);
    background-repeat: repeat-x
}

.well {
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)
}

.chosen-select {
    width: 100%
}

.chosen-select-deselect {
    width: 100%
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle
}

    .chosen-container .chosen-drop {
        background: #fff;
        border: 1px solid #ccc;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: 0 8px 8px rgba(0,0,0,.25);
        box-shadow: 0 8px 8px rgba(0,0,0,.25);
        margin-top: -1px;
        position: absolute;
        top: 100%;
        left: -9000px;
        z-index: 9
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
        right: 0
    }

    .chosen-container .chosen-results {
        color: #555;
        margin: 0 4px 4px 0;
        height: 240px;
        padding: 0 0 0 4px;
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

        .chosen-container .chosen-results li {
            display: none;
            line-height: 1.42857;
            list-style: none;
            margin: 0;
            padding: 5px 6px
        }

            .chosen-container .chosen-results li em {
                background: #feffde;
                font-style: normal
            }

            .chosen-container .chosen-results li.group-result {
                display: list-item;
                cursor: default;
                color: #999;
                font-weight: 700
            }

            .chosen-container .chosen-results li.group-option {
                padding-left: 15px
            }

            .chosen-container .chosen-results li.active-result {
                cursor: pointer;
                display: list-item
            }

            .chosen-container .chosen-results li.highlighted {
                background-color: #337ab7;
                background-image: none;
                color: #fff
            }

                .chosen-container .chosen-results li.highlighted em {
                    background: 0 0
                }

            .chosen-container .chosen-results li.disabled-result {
                display: list-item;
                color: #777
            }

        .chosen-container .chosen-results .no-results {
            background: #eee;
            display: list-item
        }

    .chosen-container .chosen-results-scroll {
        background: #fff;
        margin: 0 4px;
        position: absolute;
        text-align: center;
        width: 321px;
        z-index: 1
    }

        .chosen-container .chosen-results-scroll span {
            display: inline-block;
            height: 1.42857;
            text-indent: -5000px;
            width: 9px
        }

    .chosen-container .chosen-results-scroll-down {
        bottom: 0
    }

        .chosen-container .chosen-results-scroll-down span {
            background: url(chosen-sprite.png) no-repeat -4px -3px
        }

    .chosen-container .chosen-results-scroll-up span {
        background: url(chosen-sprite.png) no-repeat -22px -3px
    }

.chosen-container-single .chosen-single {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    display: block;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

    .chosen-container-single .chosen-single span {
        display: block;
        margin-right: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .chosen-container-single .chosen-single abbr {
        background: url(chosen-sprite.png) right top no-repeat;
        display: block;
        font-size: 1px;
        height: 10px;
        position: absolute;
        right: 26px;
        top: 12px;
        width: 12px
    }

        .chosen-container-single .chosen-single abbr:hover {
            background-position: right -11px
        }

    .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
        background-position: right 2px
    }

    .chosen-container-single .chosen-single div {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px
    }

        .chosen-container-single .chosen-single div b {
            background: url(chosen-sprite.png) no-repeat 0 7px;
            display: block;
            height: 100%;
            width: 100%
        }

.chosen-container-single .chosen-default {
    color: #777
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000
}

    .chosen-container-single .chosen-search input[type=text] {
        background: url(chosen-sprite.png) no-repeat 100% -20px,#fff;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        margin: 1px 0;
        padding: 4px 20px 4px 4px;
        width: 100%
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.chosen-container-single-nosearch .chosen-search input[type=text] {
    position: absolute;
    left: -9000px
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none
    }

    .chosen-container-multi .chosen-choices .search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap
    }

        .chosen-container-multi .chosen-choices .search-field input[type=text] {
            background: 0 0 !important;
            border: 0 !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #555;
            height: 32px;
            margin: 0;
            padding: 4px;
            outline: 0
        }

        .chosen-container-multi .chosen-choices .search-field .default {
            color: #999
        }

    .chosen-container-multi .chosen-choices .search-choice {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        background-color: #eee;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        background-image: -webkit-linear-gradient(top,white 0%,#eeeeee 100%);
        background-image: -o-linear-gradient(top,white 0%,#eeeeee 100%);
        background-image: linear-gradient(to bottom,white 0%,#eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        color: #333;
        cursor: default;
        line-height: 13px;
        margin: 6px 0 3px 5px;
        padding: 3px 20px 3px 5px;
        position: relative
    }

        .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
            background: url(chosen-sprite.png) right top no-repeat;
            display: block;
            font-size: 1px;
            height: 10px;
            position: absolute;
            right: 4px;
            top: 5px;
            width: 12px;
            cursor: pointer
        }

            .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
                background-position: right -11px
            }

    .chosen-container-multi .chosen-choices .search-choice-focus {
        background: #d4d4d4
    }

        .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
            background-position: right -11px
        }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px #66afe9;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px #66afe9;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        background: 0 0;
        border-left: none
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 7px
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px #66afe9;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s
}

    .chosen-container-active .chosen-choices .search-field input[type=text] {
        color: #111 !important
    }

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-disabled {
    cursor: default;
    opacity: .5 !important
}

    .chosen-disabled .chosen-single {
        cursor: default
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default
    }

.chosen-rtl {
    text-align: right
}

    .chosen-rtl .chosen-single {
        padding: 0 8px 0 0;
        overflow: visible
    }

        .chosen-rtl .chosen-single span {
            margin-left: 26px;
            margin-right: 0;
            direction: rtl
        }

        .chosen-rtl .chosen-single div {
            left: 7px;
            right: auto
        }

        .chosen-rtl .chosen-single abbr {
            left: 26px;
            right: auto
        }

    .chosen-rtl .chosen-choices .search-field input[type=text] {
        direction: rtl
    }

    .chosen-rtl .chosen-choices li {
        float: right
    }

    .chosen-rtl .chosen-choices .search-choice {
        margin: 6px 5px 3px 0;
        padding: 3px 5px 3px 19px
    }

        .chosen-rtl .chosen-choices .search-choice .search-choice-close {
            background-position: right top;
            left: 4px;
            right: auto
        }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0
    }

    .chosen-rtl .chosen-results .group-option {
        padding-left: 0;
        padding-right: 15px
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none
    }

    .chosen-rtl .chosen-search input[type=text] {
        background: url(chosen-sprite.png) no-repeat -28px -20px,#fff;
        direction: rtl;
        padding: 4px 5px 4px 20px
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:2dppx) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

* {
    word-wrap: break-word;
    font-kerning: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:hover, *:focus {
        word-wrap: break-word
    }

    *:hover, *:focus {
        font-kerning: none
    }

.flight {
    font-family: proxima_novalight
}

.fregular {
    font-family: proxima_nova_rgregular
}

.fsemibold {
    font-family: proxima_novasemibold
}

.fbold {
    font-family: proxima_nova_rgbold
}

.font20 {
    font-size: 20px !important
}

.font17 {
    font-size: 17px !important
}

.font32 {
    font-size: 32px !important
}

.nobg {
    background: 0 0 !important
}

.round10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.round20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

.round6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.mb0 {
    margin-bottom: 0 !important
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mt0 {
    margin-top: 0 !important
}

.mt10 {
    margin-top: 10px !important
}

.mt30 {
    margin-top: 30px
}

.mt45 {
    margin-top: 45px
}

.mt70 {
    margin-top: 70px
}

.mt55 {
    margin-top: 55px !important
}

.mt90 {
    margin-top: 90px !important
}

.border-none {
    border: none !important
}

.white-bg {
    background-color: #fff !important
}

.gray-bg {
    background-color: #ebeef5 !important
}

.darlblue-bg {
    background-color: #162d42 !important
}

.box-shado0:hover {
    border: none !important;
    box-shadow: 0 0 0 !important;
    -moz-box-shadow: 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 !important
}

.pb {
    padding-bottom: 0 !important
}

.pb70 {
    padding-bottom: 70px !important
}

.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.ptb70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.tuppercase {
    text-transform: uppercase
}

.regular-btns {
    font-family: proxima_nova_rgbold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #1866b1;
    padding: 19px 30px;
    display: inline-block;
    text-decoration: none
}

    .regular-btns:hover {
        opacity: .9;
        text-decoration: none
    }

.regular-btns-outline {
    font-family: proxima_nova_rgbold;
    font-size: 16px;
    text-transform: uppercase;
    color: #1866b1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #1866b1;
    padding: 19px 30px;
    display: inline-block;
    text-decoration: none
}

    .regular-btns-outline:hover {
        text-decoration: none;
        background-color: #1866b1
    }

.gradient-bg {
    background-color: #e6f0f4;
    background-image: -webkit-linear-gradient(left,#fff 1%,#f5fcff 42%,#fff);
    background-image: -moz-linear-gradient(left,#fff 1%,#f5fcff 42%,#fff);
    background-image: -o-linear-gradient(left,#fff 1%,#f5fcff 42%,#fff);
    background-image: -ms-linear-gradient(left,#fff 1%,#f5fcff 42%,#fff);
    background-image: linear-gradient(to right,#fff 1%,#f5fcff 42%,#fff)
}

.blue-gradient-bg {
    background: #016dc7 url(../img/blue-bg1.jpg) no-repeat center center;
    background-size: cover
}

.lightbluecolor {
    color: #69b5ff !important
}

.lightbluecolor1 {
    color: #6484a0 !important
}

.lightcolor {
    color: #fff !important
}

.whitecolor {
    color: #fff !important
}

.darkcolor {
    color: #131313 !important
}

.lightgrey {
    color: #4d4d4d !important
}

.lightblack {
    color: #151515
}

.transition {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.rows {
    width: 100%;
    float: left
}

.of-hidden {
    overflow: hidden
}

html, body, ul, ol {
    margin: 0;
    padding: 0
}

body {
    font-family: proxima_nova_rgregular;
    color: #333;
    overflow-x: hidden;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

    body.cover-fixed {
        overflow-y: hidden !important
    }

.radius5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.radius10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.radius15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px
}

.radius20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

img {
    max-width: 100%
}

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 1230px
}

.comman-btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 20px 22px 18px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .comman-btn:hover, .comman-btn:focus {
        background-color: #0c5aa5;
        color: #fff !important;
        border-color: #0c5aa5 !important;
        text-decoration: none
    }

header.sticky {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    min-height: 80px;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

    header.sticky .header-inset {
        z-index: 999;
        padding-top: 12px;
        padding-left: 25px;
        padding-right: 25px
    }

        header.sticky .header-inset .logo img {
            max-width: 190px;
            margin-top: 4px
        }

        header.sticky .header-inset .logo.desktop {
            display: none
        }

        header.sticky .header-inset .logo.mobile {
            display: block;
            margin-top: 2px;
            position: relative;
            z-index: 9
        }

    header.sticky nav .navigation-part ul.menu-links a {
        color: #000
    }

        header.sticky nav .navigation-part ul.menu-links a i {
            color: #1866b1
        }

        header.sticky nav .navigation-part ul.menu-links a:hover {
            color: #000
        }

    header.sticky nav ul.menu-links > li:hover > a, header.sticky nav ul.menu-links > li.active > a {
        background-color: #0c5aa5;
        color: #fff !important
    }

        header.sticky nav ul.menu-links > li:hover > a i, header.sticky nav ul.menu-links > li.active > a i {
            color: #fff
        }

    header.sticky .com-info > ul > li > a {
        color: #000
    }

    header.sticky .com-info ul > li > a i {
        color: #1866b1
    }

    header.sticky .com-info ul > li > a:hover {
        color: #ff9415
    }

    header.sticky .com-info > ul > li:after {
        content: '';
        width: 1px;
        height: 9px;
        background: #ccc;
        position: absolute;
        left: 0;
        top: 4px
    }

.header-inset {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 20px;
    z-index: 999
}

    .header-inset .logo {
        float: left
    }

        .header-inset .logo img {
            margin-top: 2px
        }

        .header-inset .logo.desktop {
            display: block
        }

        .header-inset .logo.mobile {
            display: none
        }

.custom-navbar {
    float: right
}

    .custom-navbar .navbar {
        margin: 0;
        border: none;
        min-height: inherit;
        border-radius: 0;
        position: inherit
    }

        .custom-navbar .navbar .navigation {
            display: inline-block
        }

    .custom-navbar.mobile-nav {
        display: none
    }

nav .navigation-part {
    width: 922px;
    float: left;
    margin-bottom: 0;
    min-height: inherit;
    border: none;
    margin-top: 2px;
    padding: 0
}

    nav .navigation-part ul.menu-links {
        display: inline-block;
        float: right
    }

        nav .navigation-part ul.menu-links li {
            list-style: none;
            float: left;
            padding: 0;
            position: inherit;
            margin-right: 18px
        }

        nav .navigation-part ul.menu-links a {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 400;
            text-decoration: none;
            padding: 10px 23px 9px;
            letter-spacing: 1px;
            border-radius: 5px;
            float: left
        }

            nav .navigation-part ul.menu-links a i {
                position: relative;
                margin-left: 5px;
                font-size: 12px
            }

        nav .navigation-part ul.menu-links li:last-child {
            margin-right: 5px
        }

nav ul.menu-links > li:hover > a, nav ul.menu-links > li.active > a {
    background-color: rgba(255,255,255,.05);
    color: #fff !important
}

.fP-btn-main a {
    font-size: 17px;
    color: #fff;
    font-family: proxima_nova_rgregular;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    border: solid 1px #3e3e43;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

    .fP-btn-main a:hover {
        text-decoration: none;
        background-color: #191f24
    }

    .fP-btn-main a:focus {
        text-decoration: none;
        background-color: #191f24
    }

    .fP-btn-main a:active {
        text-decoration: none;
        background-color: #191f24
    }

    .fP-btn-main a span {
        padding-left: 5px
    }

        .fP-btn-main a span img {
            vertical-align: middle
        }

.fP-btn-view {
    margin-right: 20px
}

.favorite-project-block {
    padding-bottom: 45px !important;
    min-height: 854px !important
}

.kuwait-form-side a:hover {
    color: #0071b2
}

.kuwait-form-side a:focus {
    color: #0071b2
}

.gitexForm.get-in-touch-section-kuwait .from-block {
    margin-top: 0
}

.gitexForm.get-in-touch-section-kuwait {
    position: relative;
    padding-bottom: 15px
}

.gitexForm .kuwait-form-qside h1 {
    margin: 15px 0 20px
}

.gitexForm.get-in-touch-section-kuwait .from-right-block {
    margin-top: -130px
}

@media only screen and (max-width:768px) {
    .fP-btn-main a {
        margin-bottom: 10px
    }

    .fP-btn-view {
        margin-right: 0
    }
}

@media only screen and (min-width:0px) {
    nav ul.menu-links > li.submenu {
        overflow: hidden
    }

        nav ul.menu-links > li.submenu > a {
            position: relative
        }

            nav ul.menu-links > li.submenu > a:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 10px;
                background: rgba(12,90,165,.95);
                left: -100%;
                bottom: -23px;
                opacity: 0;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease
            }

        nav ul.menu-links > li.submenu:hover > a:after {
            left: 0%;
            opacity: 1
        }

    nav ul.menu-links li .dropdown {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 82px;
        opacity: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    nav .navigation-part ul.menu-links li:hover .dropdown {
        opacity: 1;
        height: auto;
        overflow: inherit
    }

    nav ul.menu-links li .dropdown .sub-menu-section {
        width: 100%;
        padding: 50px 0 40px;
        display: inline-block;
        background-color: rgba(12,90,165,.95);
        margin-top: 22px
    }

        nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block {
            padding-left: 250px
        }

    nav .navigation-part ul.menu-links li .sub-menu-section .btn-block {
        position: absolute;
        left: 15px;
        top: 46px;
        text-align: center;
        width: auto;
        float: left
    }

        nav .navigation-part ul.menu-links li .sub-menu-section .btn-block .comman-btn {
            min-width: 190px;
            font-family: proxima_nova_rgbold;
            font-size: 14px;
            color: #fff;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 20px 18px 19px;
            clear: both
        }

            nav .navigation-part ul.menu-links li .sub-menu-section .btn-block .comman-btn:hover {
                background-color: #114f8b;
                border-color: rgba(255,255,255,.4)
            }

    nav .navigation-part ul.menu-links li .sub-menu-sec {
        width: 33.33%;
        float: left;
        padding-right: 25px
    }

        nav .navigation-part ul.menu-links li .sub-menu-sec h2 {
            font-family: proxima_nova_rgbold;
            margin: 0;
            font-size: 20px;
            color: #fff;
            letter-spacing: .2px
        }

            nav .navigation-part ul.menu-links li .sub-menu-sec h2.mt30 {
                margin-top: 32px
            }

        nav .navigation-part ul.menu-links li .sub-menu-sec ul {
            width: 100%;
            display: inline-block;
            position: relative;
            padding-left: 24px;
            margin-top: 24px
        }

            nav .navigation-part ul.menu-links li .sub-menu-sec ul:after {
                content: '';
                position: absolute;
                left: 0;
                width: 3px;
                height: 100%;
                background: #077bea
            }

            nav .navigation-part ul.menu-links li .sub-menu-sec ul li {
                width: 100%;
                height: auto;
                float: left;
                padding: 0;
                margin-right: 0;
                margin-bottom: 9px
            }

                nav .navigation-part ul.menu-links li .sub-menu-sec ul li:last-child {
                    margin-bottom: 0
                }

                nav .navigation-part ul.menu-links li .sub-menu-sec ul li a {
                    font-family: proxima_novalight;
                    width: 100%;
                    float: left;
                    font-size: 16px;
                    padding: 0 !important;
                    color: #fff;
                    text-transform: inherit;
                    letter-spacing: .4px;
                    position: relative
                }

                    nav .navigation-part ul.menu-links li .sub-menu-sec ul li a:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: -24px;
                        width: 3px;
                        height: 100%;
                        background: #fff;
                        z-index: 999;
                        display: none
                    }

    nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block {
        padding-left: 0
    }

    nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.full-block .sub-menu-sec {
        width: 25%
    }

    nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec {
        width: 29%
    }

        nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec.highlight-link {
            width: 17%
        }

    nav .navigation-part ul.menu-links li .sub-menu-sec ul li:hover a, nav .navigation-part ul.menu-links li .sub-menu-sec ul li.active a {
        color: #fff
    }

        nav .navigation-part ul.menu-links li .sub-menu-sec ul li:hover a:after, nav .navigation-part ul.menu-links li .sub-menu-sec ul li.active a:after {
            display: block
        }

    header.sticky nav ul.menu-links li .dropdown {
        top: 74px
    }

    header nav ul.menu-links > li.submenu {
        height: auto
    }

        header nav ul.menu-links > li.submenu.hover {
            height: 62px
        }

    header.sticky nav ul.menu-links > li.submenu {
        height: 48px
    }

        header.sticky nav ul.menu-links > li.submenu:hover > a:after {
            display: block
        }

    header.sticky nav ul.menu-links li .dropdown .sub-menu-block {
        margin-top: 16px
    }

    header.sticky nav ul.menu-links li .dropdown .sub-menu-section {
        margin-top: 6px
    }

    nav .navigation-part ul.menu-links li .sub-menu-sec.highlight-link {
        margin-top: 46px
    }

        nav .navigation-part ul.menu-links li .sub-menu-sec.highlight-link ul {
            margin-top: 0
        }

            nav .navigation-part ul.menu-links li .sub-menu-sec.highlight-link ul li a {
                font-size: 22px
            }
}

header.sticky nav ul.menu-links > li.submenu > a:after {
    bottom: -7px;
    height: 5px
}

.main-banner-cover {
    background-size: cover;
    min-height: 850px;
    position: relative;
    margin-bottom: 0;
    background-color: #333 !important
}

    .main-banner-cover .container {
        width: 945px
    }

.mainsec {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 246px;
    padding-left: 15px;
    padding-right: 15px
}

    .mainsec h1 {
        font-family: calibri;
        line-height: 70px;
        color: #fff;
        font-size: 65px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 20px
    }

        .mainsec h1 span {
            font-style: italic;
            position: relative
        }

            .mainsec h1 span i {
                position: absolute;
                z-index: 9999;
                width: 100%;
                left: 0;
                bottom: -35px;
                display: none
            }

    .mainsec p {
        color: #fff;
        font-size: 17px;
        line-height: 28px;
        padding: 0;
        margin-top: 28px;
        margin-bottom: 0
    }

    .mainsec a {
        margin-top: 50px;
        text-decoration: none;
        background: 0 0
    }

        .mainsec a:focus {
            outline: none;
            color: #fff
        }

.main-content-block {
    text-align: center;
    padding-top: 74px
}

    .main-content-block h2 {
        font-family: proxima_novalight;
        font-size: 42px;
        color: #151515;
        margin: 0;
        line-height: 50px;
        text-align: center;
        margin-bottom: 11px
    }

    .main-content-block p {
        font-family: proxima_novalight;
        font-size: 17px;
        color: #696969;
        margin: 0;
        line-height: 28px;
        text-align: center;
        padding: 0 30px;
        letter-spacing: 1px;
        margin-top: 32px
    }

    .main-content-block .title-bar {
        font-family: proxima_novalight;
        font-size: 16px;
        color: #717171;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: url(../img/title-bg.png) no-repeat bottom center;
        padding-bottom: 20px
    }

.inquiry-btn {
    float: right
}

    .inquiry-btn a {
        width: 139px;
        height: 47px;
        line-height: 47px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        background: #ff9415;
        display: inline-block;
        border-radius: 5px;
        text-align: center;
        letter-spacing: 1px;
        font-weight: 700;
        text-decoration: none
    }

        .inquiry-btn a:hover {
            background: 0 0
        }

        .inquiry-btn a:hover {
            background-color: #0c5aa5;
            border-color: #0c5aa5
        }

.com-info > ul {
    float: right
}

    .com-info > ul > li {
        list-style: none;
        padding: 0 26px;
        position: relative;
        float: left
    }

        .com-info > ul > li > a {
            font-family: proxima_novalight;
            font-size: 14px;
            color: #fff;
            letter-spacing: 1px;
            text-decoration: none
        }

            .com-info > ul > li > a i {
                font-size: 14px;
                position: relative;
                top: 1px;
                margin-right: 4px
            }

        .com-info > ul > li.number a i {
            margin-left: 4px;
            margin-right: 0
        }

        .com-info > ul > li:after {
            content: '';
            width: 1px;
            height: 9px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 4px
        }

        .com-info > ul > li a:hover {
            color: #ff9415
        }

        .com-info > ul > li:first-child:after {
            display: none
        }

        .com-info > ul > li:last-child {
            border: none
        }

        .com-info > ul > li:first-child a i {
            font-size: 16px;
            top: 2px
        }

.com-info-drop-down {
    width: 125px;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 99;
    display: none
}

    .com-info-drop-down ul {
        width: 100%;
        display: inline-block;
        padding: 8px 0;
        background: rgba(24,102,177,.95);
        border-radius: 5px;
        margin-top: 20px;
        position: relative
    }

        .com-info-drop-down ul:after {
            content: '';
            position: absolute;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid transparent;
            border-bottom: 8px solid rgba(24,102,177,.95);
            top: -16px;
            right: 22px;
            transition: all 1s ease;
            -moz-transition: all 1s ease;
            -webkit-transition: all 1s ease
        }

        .com-info-drop-down ul li {
            list-style: none
        }

            .com-info-drop-down ul li a {
                font-family: proxima_novalight;
                font-size: 14px;
                color: #fff;
                padding: 7px 20px;
                width: 100%;
                float: left
            }

                .com-info-drop-down ul li a span {
                    font-family: proxima_nova_rgbold
                }

                .com-info-drop-down ul li a i {
                    font-size: 14px;
                    top: 2px;
                    margin: 0 4px;
                    display: inline-block
                }

.com-info ul li .com-info-drop-down ul li a:hover {
    background-color: rgba(15,86,154,.95);
    color: #fff;
    text-decoration: none
}

.com-info ul li:hover .com-info-drop-down, .com-info ul li:hover .com-info-inquiry-dd {
    display: block
}

.com-info-inquiry-dd {
    width: 384px;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 99;
    display: none
}

.com-info-inquiry {
    width: 100%;
    display: inline-block;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

    .com-info-inquiry:after {
        content: '';
        position: absolute;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid transparent;
        border-bottom: 7px solid rgba(255,255,255,.95);
        top: -14px;
        right: 22px;
        transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease
    }

    .com-info-inquiry .con-heading {
        font-size: 19px;
        color: #3c4147;
        font-family: proxima_nova_rgbold;
        padding: 11px 20px;
        letter-spacing: .2px
    }

    .com-info-inquiry .inquiry-block {
        border-top: 1px solid #e1e1e2;
        position: relative;
        padding-left: 108px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 110px;
        text-align: left
    }

        .com-info-inquiry .inquiry-block h2 {
            margin: 0;
            font-size: 16px;
            color: rgba(0,0,0,.8)
        }

        .com-info-inquiry .inquiry-block ul {
            margin: 4px 0 2px;
            display: inline-block;
            width: 100%
        }

            .com-info-inquiry .inquiry-block ul li {
                list-style: none;
                background: url(../img/sprite.png) no-repeat;
                padding-left: 42px;
                margin: 10px 0;
                text-align: left
            }

                .com-info-inquiry .inquiry-block ul li a {
                    font-size: 16px;
                    color: #317cd0;
                    font-family: proxima_novasemibold;
                    text-decoration: none
                }

                    .com-info-inquiry .inquiry-block ul li a:hover {
                        color: #317cd0 !important
                    }

                .com-info-inquiry .inquiry-block ul li.flag1 {
                    background-position: -1028px -3px
                }

                .com-info-inquiry .inquiry-block ul li.flag2 {
                    background-position: -1028px -30px
                }

                .com-info-inquiry .inquiry-block ul li.flag3 {
                    background-position: -1028px -58px
                }

        .com-info-inquiry .inquiry-block .img {
            background: url(../img/sprite.png) no-repeat -808px -76px;
            width: 70px;
            height: 95px;
            position: absolute;
            left: 20px;
            top: 50%;
            margin-top: -47px
        }

            .com-info-inquiry .inquiry-block .img.sales-inq {
                background-position: -808px -76px
            }

            .com-info-inquiry .inquiry-block .img.hr-inq {
                background-position: -908px -76px
            }

        .com-info-inquiry .inquiry-block span {
            font-size: 13px;
            color: #828282
        }

            .com-info-inquiry .inquiry-block span a {
                color: #317cd0
            }

                .com-info-inquiry .inquiry-block span a:hover {
                    color: #333
                }

.client-logo-block {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 68px
}

    .client-logo-block .heading-block {
        float: left;
        border-right: 3px solid #fff;
        padding-right: 30px;
        min-height: 41px;
        margin-right: 5px;
        position: relative
    }

        .client-logo-block .heading-block:after {
            content: '';
            position: absolute;
            right: -11px;
            top: 50%;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #fff;
            border-right: 4px solid transparent;
            margin: -4px 0 0
        }

        .client-logo-block .heading-block img {
            float: left
        }

        .client-logo-block .heading-block p {
            float: left;
            font-family: proxima_novalight;
            font-size: 16px;
            color: #fff;
            margin-bottom: 0;
            line-height: 20px;
            margin-left: 12px
        }

    .client-logo-block ul {
        float: left
    }

        .client-logo-block ul li {
            float: left;
            list-style: none;
            margin: 0 29px
        }

            .client-logo-block ul li:last-child {
                margin-right: 0
            }

            .client-logo-block ul li a {
                display: table;
                width: 100%;
                height: 41px
            }

                .client-logo-block ul li a span {
                    display: table-cell;
                    vertical-align: middle
                }

.features-block {
    padding-bottom: 70px
}

.features-section .feature-block {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 84px;
    padding: 38px 0;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 6px rgba(229,229,229,.8);
    -moz-box-shadow: 0 0 6px rgba(229,229,229,.8);
    -webkit-box-shadow: 0 0 6px rgba(229,229,229,.8)
}

    .features-section .feature-block:hover {
        background: #f8f8f8;
        box-shadow: 0 0 5px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3)
    }

    .features-section .feature-block .img-block i {
        height: 77px;
        display: inline-block
    }

    .features-section .feature-block .img-block.web i {
        background: url(../img/sprite.png) no-repeat left top;
        width: 94px
    }

    .features-section .feature-block .img-block.mobile i {
        background: url(../img/sprite.png) no-repeat -109px top;
        width: 82px
    }

    .features-section .feature-block .img-block.cart i {
        background: url(../img/sprite.png) no-repeat -211px top;
        width: 68px
    }

.features-section .content-part {
    margin-top: 34px;
    padding: 0 30px
}

    .features-section .content-part h3 {
        font-size: 24px;
        color: rgba(0,0,0,.9);
        letter-spacing: .2px;
        margin: 0 0 10px
    }

    .features-section .content-part p {
        font-family: proxima_novalight;
        font-size: 16px;
        color: #131313;
        letter-spacing: .6px;
        line-height: 24px;
        margin: 0;
        padding-bottom: 20px;
        min-height: 110px
    }

.features-section ul.list {
    display: inline-block;
    background: url(../img/title-bg2.png) no-repeat top center;
    overflow: hidden;
    padding-top: 18px
}

    .features-section ul.list li {
        font-size: 13px;
        color: #3b3b3b;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: default;
        list-style: none;
        float: left;
        padding: 0 12px;
        border-right: 1px solid #3b3b3b;
        line-height: 13px
    }

        .features-section ul.list li:last-child {
            border: none
        }

        .features-section ul.list li a {
            font-size: 13px;
            color: #3b3b3b;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none
        }

            .features-section ul.list li a:hover {
                text-decoration: underline;
                color: #1866b1
            }

.features-section .btn-block {
    margin-top: 32px
}

    .features-section .btn-block a {
        font-size: 13px;
        color: #1866b1;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-color: #1866b1;
        text-decoration: none;
        padding: 13px 23px 12px
    }

        .features-section .btn-block a:hover, .features-section .btn-block a:focus {
            color: #fff
        }

.features-section .feature-block.active {
    background: #1866b1;
    box-shadow: none
}

    .features-section .feature-block.active .content-part h3, .features-section .feature-block.active .content-part p {
        color: #fff
    }

    .features-section .feature-block.active ul.list a {
        color: #fff
    }

    .features-section .feature-block.active ul.list li {
        border-color: #fff
    }

    .features-section .feature-block.active .btn-block a {
        border-color: #fff;
        color: #fff
    }

    .features-section .feature-block.active .img-block.mobile i {
        background-position: -109px top
    }

    .features-section .feature-block.active:hover .img-block.mobile i {
        background-position: -109px -88px
    }

.features-section .feature-block:hover .img-block.web i {
    background-position: left -88px
}

.features-section .feature-block:hover .img-block.cart i {
    background-position: -211px -88px
}

.features-section .feature-block:hover .btn-block a:hover {
    color: #fff
}

.features-section .feature-block.active .btn-block a:hover, .features-section .feature-block.active .btn-block a:focus {
    background: #fff;
    color: #1866b1 !important;
    border-color: #fff !important
}

.mobile-features-tabing {
    background: url(../img/banners/mobile-sec-bg.jpg?v=1) no-repeat center top;
    background-size: cover;
    min-height: 784px;
    position: relative
}

.tabing-section {
    background-color: #1866b1;
    padding-bottom: 50px
}

    .tabing-section .main-content-block {
        padding-top: 0
    }

        .tabing-section .main-content-block p {
            color: #fff
        }

        .tabing-section .main-content-block a {
            text-decoration: none
        }

        .tabing-section .main-content-block .btn-block {
            margin-top: 30px
        }

.development-process-block {
    background-color: #162d42;
    padding-bottom: 80px;
    min-height: 670px
}

    .development-process-block .main-content-block {
        padding-top: 72px
    }

        .development-process-block .main-content-block h2 {
            color: #fff
        }

        .development-process-block .main-content-block .title-bar {
            color: #6484a0;
            background: url(../img/gray-title-bg.png) no-repeat bottom center
        }

.development-tabing-block {
    margin-top: 86px
}

    .development-tabing-block .tablist-block {
        width: 100%;
        display: inline-block;
        position: relative;
        text-align: center
    }

        .development-tabing-block .tablist-block:after {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            right: 0;
            background: #324d65;
            top: 50%;
            margin-top: 0
        }

        .development-tabing-block .tablist-block ul {
            width: 1120px;
            max-width: 100%;
            display: inline-block;
            position: relative;
            z-index: 9;
            border: none
        }

            .development-tabing-block .tablist-block ul li {
                width: 20%;
                padding: 0 10px;
                margin-bottom: 0
            }

                .development-tabing-block .tablist-block ul li div.center-block {
                    width: 100%;
                    background: #162d42;
                    height: 90px;
                    display: table
                }

                    .development-tabing-block .tablist-block ul li div.center-block a {
                        padding: 0;
                        border-radius: 0;
                        background: 0 0;
                        margin-right: 0;
                        display: table-cell;
                        vertical-align: middle;
                        text-decoration: none
                    }

                        .development-tabing-block .tablist-block ul li div.center-block a i {
                            height: 30px;
                            display: inline-block
                        }

                            .development-tabing-block .tablist-block ul li div.center-block a i.search {
                                background: url(../img/sprite.png) no-repeat -1px -428px;
                                width: 30px
                            }

                            .development-tabing-block .tablist-block ul li div.center-block a i.edit {
                                background: url(../img/sprite.png) no-repeat -56px -428px;
                                width: 24px
                            }

                            .development-tabing-block .tablist-block ul li div.center-block a i.list {
                                background: url(../img/sprite.png) no-repeat -117px -428px;
                                width: 24px
                            }

                            .development-tabing-block .tablist-block ul li div.center-block a i.wrench-tool {
                                background: url(../img/sprite.png) no-repeat -171px -428px;
                                width: 28px
                            }

                            .development-tabing-block .tablist-block ul li div.center-block a i.paper-plane {
                                background: url(../img/sprite.png) no-repeat -237px -428px;
                                width: 24px
                            }

                        .development-tabing-block .tablist-block ul li div.center-block a span {
                            display: inline-block;
                            margin-top: 11px;
                            font-family: proxima_nova_rgbold;
                            font-size: 16px;
                            color: #fff;
                            letter-spacing: .6px;
                            line-height: 14px
                        }

                .development-tabing-block .tablist-block ul li div.process-bar {
                    position: absolute;
                    top: -30px;
                    left: 113px;
                    z-index: -99
                }

                    .development-tabing-block .tablist-block ul li div.process-bar img {
                        max-width: inherit
                    }

                .development-tabing-block .tablist-block ul li:hover div.center-block a i.search, .development-tabing-block .tablist-block ul li.active div.center-block a i.search {
                    background-position: -1px -469px
                }

                .development-tabing-block .tablist-block ul li:hover div.center-block a i.edit, .development-tabing-block .tablist-block ul li.active div.center-block a i.edit {
                    background-position: -56px -469px
                }

                .development-tabing-block .tablist-block ul li:hover div.center-block a i.list, .development-tabing-block .tablist-block ul li.active div.center-block a i.list {
                    background-position: -117px -469px
                }

                .development-tabing-block .tablist-block ul li:hover div.center-block a i.wrench-tool, .development-tabing-block .tablist-block ul li.active div.center-block a i.wrench-tool {
                    background-position: -171px -469px
                }

                .development-tabing-block .tablist-block ul li:hover div.center-block a i.paper-plane, .development-tabing-block .tablist-block ul li.active div.center-block a i.paper-plane {
                    background-position: -237px -469px
                }

                .development-tabing-block .tablist-block ul li:hover div.center-block a span, .development-tabing-block .tablist-block ul li.active div.center-block a span {
                    background: #123453;
                    border: 1px solid #00aaf9;
                    padding: 11px 21px;
                    margin-top: 14px;
                    border-radius: 5px
                }

    .development-tabing-block .tab-content .container {
        width: 1230px
    }

    .development-tabing-block .tab-content .main-content-block {
        margin-top: 58px;
        padding-top: 0
    }

        .development-tabing-block .tab-content .main-content-block p {
            padding: 0;
            margin-top: 0;
            color: #fff
        }

        .development-tabing-block .tab-content .main-content-block .btn-block {
            margin-top: 28px
        }

            .development-tabing-block .tab-content .main-content-block .btn-block a {
                text-decoration: none;
                padding: 12px 21px 10px
            }

.news-section-block {
    padding-bottom: 46px
}

    .news-section-block .container {
        width: 1335px
    }

    .news-section-block .main-content-block {
        padding-top: 62px
    }

    .news-section-block .col-md-12 {
        margin-top: 76px
    }

    .news-section-block .col-md-4 {
        margin-bottom: 34px
    }

    .news-section-block .newsOuter {
        width: 100%;
        min-height: 266px;
        border: 1px solid #ececec;
        padding: 50px 10px 10px;
        text-align: center;
        position: relative
    }

        .news-section-block .newsOuter figure {
            width: 100%;
            height: 64px;
            display: table
        }

            .news-section-block .newsOuter figure span {
                display: table-cell;
                vertical-align: middle
            }

                .news-section-block .newsOuter figure span i {
                    display: inline-block;
                    position: relative;
                    overflow: hidden
                }

            .news-section-block .newsOuter figure img {
                transition: all .5s ease;
                -moz-transition: all .5s ease;
                -webkit-transition: all .5s ease;
                max-height: 65px
            }

        .news-section-block .newsOuter .news-detail {
            margin-top: 29px
        }

            .news-section-block .newsOuter .news-detail p {
                font-size: 22px;
                color: #1a1a1a;
                letter-spacing: .2px;
                line-height: 25px;
                margin-bottom: 4px
            }

            .news-section-block .newsOuter .news-detail span {
                font-size: 14px;
                color: #747474;
                letter-spacing: .6px;
                line-height: 25px;
                text-transform: uppercase
            }

        .news-section-block .newsOuter:hover {
            border: 1px solid #e8e7e7;
            box-shadow: 0 0 4px rgba(0,0,0,.1);
            -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
            -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1)
        }

        .news-section-block .newsOuter figure span img.mobile {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0
        }

        .news-section-block .newsOuter:hover figure span img.mobile {
            opacity: 1
        }

        .news-section-block .newsOuter.fixed-block {
            background-color: #0281ca;
            padding-top: 31px
        }

            .news-section-block .newsOuter.fixed-block .news-detail {
                margin-top: 0;
                background: url(../img/green-title-bg.png) no-repeat bottom center
            }

            .news-section-block .newsOuter.fixed-block h4 {
                margin: 0;
                font-family: proxima_nova_rgbold;
                font-size: 36px;
                color: #fff;
                line-height: 30px
            }

            .news-section-block .newsOuter.fixed-block p {
                padding-bottom: 23px;
                font-size: 21px;
                color: #fff !important;
                letter-spacing: .2px;
                margin-top: 8px
            }

            .news-section-block .newsOuter.fixed-block figure {
                height: auto;
                margin-top: 22px
            }

        .news-section-block .newsOuter .center-grip {
            position: absolute;
            width: 74px;
            height: 74px;
            background-color: #fff;
            border-radius: 100%;
            padding: 24px 0;
            z-index: 99
        }

            .news-section-block .newsOuter .center-grip.first {
                right: -50px;
                bottom: -55px
            }

            .news-section-block .newsOuter .center-grip.second {
                left: -50px;
                bottom: -55px
            }

        .news-section-block .newsOuter.fixed-block:hover p {
            color: #fff !important
        }

.videoSection {
    height: 524px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    display: table
}

    .videoSection .container {
        vertical-align: middle;
        display: table-cell;
        width: 100%
    }

    .videoSection .video-btn-play {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
        background: url(../img/sprite.png) no-repeat -876px -433px;
        height: 50px;
        width: 50px;
        text-indent: -9999px;
        outline: none;
        position: relative;
        margin-top: 220px;
        z-index: 2
    }

        .videoSection .video-btn-play.video-btn-pause {
            background-position: -936px -433px;
            opacity: 0
        }

    .videoSection .playerDiv {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: inline-block;
        opacity: 0;
        z-index: -1
    }

        .videoSection .playerDiv .videoLine {
            font-family: proxima_nova_rgbold;
            font-size: 40px;
            color: #fff;
            text-align: center;
            letter-spacing: .2px;
            text-transform: uppercase;
            padding: 0 15px;
            margin-top: 28px;
            line-height: 46px
        }

        .videoSection .playerDiv p {
            font-family: proxima_novalight;
            font-size: 17px;
            color: #fff;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            margin-bottom: 0;
            text-align: center;
            padding: 0 15px;
            margin-top: 4px
        }

    .videoSection .background-image-holder {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: #f4f4f4;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        opacity: 0
    }

    .videoSection .testimonial-video {
        width: 100%;
        position: absolute;
        top: 0;
        background: #f4f4f4
    }

    .videoSection.fadein .playerDiv {
        opacity: 1;
        z-index: 1
    }

    .videoSection.fadein .background-image-holder {
        opacity: 1;
        z-index: 1
    }

    .videoSection.fadein .testimonial-video {
        opacity: 0
    }

    .videoSection:hover .video-btn-play.video-btn-pause {
        opacity: 1
    }

.slideSection {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 294px !important
}

    .slideSection .blockoneThird {
        width: calc(100%/3);
        height: 294px;
        float: left
    }

.ua-safari .blockoneThird {
    width: 33.33%;
    height: 294px;
    float: left
}

.slideSection .blockoneThird.blockLeft {
    width: 33.33%;
    background-color: #f59a23;
    height: 294px;
    position: relative
}

.slideSection .blockoneThird.blockmiddle {
    width: 33.33%;
    height: 294px;
    position: relative
}

.slideSection .blockoneThird.blockRight {
    width: 33.33%;
    background-color: #1865b0;
    height: 294px;
    position: relative;
    overflow: hidden
}

    .slideSection .blockoneThird.blockRight .circel {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        width: 450px;
        margin-left: -225px;
        margin-top: -225px
    }

    .slideSection .blockoneThird.blockRight .circel-left {
        width: 50%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        height: 450px;
        z-index: 1
    }

        .slideSection .blockoneThird.blockRight .circel-left:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 450px;
            height: 450px;
            margin: auto;
            background: 0 0;
            border: 12px solid #006bc6;
            border-radius: 100%
        }

    .slideSection .blockoneThird.blockRight .circel-right {
        width: 100%;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        height: 450px;
        z-index: 0
    }

        .slideSection .blockoneThird.blockRight .circel-right:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 450px;
            height: 450px;
            margin: auto;
            background: 0 0;
            border: 12px solid #3fb09f;
            border-radius: 100%
        }

.slideSection .blockquoteOuter {
    height: 275px;
    width: 100%
}

.slideSection .blockquoteInner {
    text-align: center;
    padding-top: 18px;
    max-width: 470px;
    margin: 0 auto
}

.slideSection blockquote {
    margin: 0;
    padding: 30px 21px;
    border: none;
    background: #fff;
    border-radius: 10px;
    position: relative
}

    .slideSection blockquote:after {
        content: '';
        position: absolute;
        left: 75px;
        bottom: -15px;
        width: 48px;
        height: 15px;
        background: url(../img/bottom-arrow.png) no-repeat
    }

    .slideSection blockquote p.title {
        max-width: 500px;
        padding: 0 50px;
        color: #4c4c4c;
        font-size: 18px;
        position: relative;
        display: inline-block;
        line-height: 31px;
        height: 124px;
        overflow: hidden
    }

        .slideSection blockquote p.title:before, .slideSection blockquote p.title:after {
            position: absolute;
            content: '';
            background-repeat: no-repeat
        }

        .slideSection blockquote p.title:before {
            left: 13px;
            background-position: -2793px -36px;
            background-image: url(../img/sprite.png);
            top: 0;
            width: 31px;
            height: 26px
        }

        .slideSection blockquote p.title:after {
            right: 25px;
            background-position: -2797px -3px;
            background-image: url(../img/sprite.png);
            bottom: 0;
            width: 30px;
            height: 25px
        }

.slideSection .post-block {
    margin-top: 24px
}

    .slideSection .post-block h3 {
        margin: 0;
        font-family: proxima_novasemibold;
        font-size: 24px;
        color: #fff;
        line-height: 26px
    }

    .slideSection .post-block span {
        margin: 0;
        font-size: 18px;
        color: #fff;
        line-height: 26px
    }

.slideSection .video-btn-play {
    background: url(../img/sprite.png) no-repeat -876px -433px;
    height: 50px;
    width: 50px;
    float: right;
    font-size: 0;
    margin-right: 15px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 18px;
    z-index: 2
}

    .slideSection .video-btn-play.video-btn-pause {
        background-position: -936px -433px;
        opacity: 0
    }

.slideSection .vbottomDiv {
    display: block;
    padding: 15px 75px 15px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    box-sizing: border-box;
    background: rgba(0,0,0,.2);
    min-height: 80px
}

    .slideSection .vbottomDiv .videoinfo {
        display: inline-block;
        color: #fff
    }

        .slideSection .vbottomDiv .videoinfo .artistName {
            font-family: proxima_novalight;
            font-size: 18px;
            line-height: 30px
        }

        .slideSection .vbottomDiv .videoinfo .companyName {
            font-size: 21px;
            line-height: 26px
        }

.slideSection .blockoneThird.blockLeft .flex-control-nav {
    border-top: 1px solid rgba(255,255,255,.2);
    height: 30px
}

    .slideSection .blockoneThird.blockLeft .flex-control-nav li {
        margin: 10px 5px !important
    }

.slideSection .blockoneThird.blockLeft .flex-control-paging li a {
    box-shadow: none;
    width: 8px;
    height: 8px
}

.blockoneThird.blockmiddle {
    overflow: hidden
}

    .blockoneThird.blockmiddle .background-image-holder {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: #f4f4f4;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        opacity: 0
    }

    .blockoneThird.blockmiddle .testimonial-video {
        position: absolute;
        top: 0;
        background: #f4f4f4
    }

    .blockoneThird.blockmiddle.fadein .vbottomDiv {
        opacity: 1;
        z-index: 1
    }

    .blockoneThird.blockmiddle.fadein .background-image-holder {
        opacity: 1;
        z-index: 1
    }

    .blockoneThird.blockmiddle.fadein .testimonial-video {
        opacity: 0
    }

    .blockoneThird.blockmiddle:hover .video-btn-play.video-btn-pause {
        opacity: 1
    }

.testimonial-section {
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative
}

    .testimonial-section .testimonial-block {
        padding: 33px 15px 20px;
        margin: 0;
        text-align: center
    }

    .testimonial-section .discription {
        font-size: 17px;
        line-height: 30px;
        padding: 0;
        color: #fff
    }

    .testimonial-section .testimonial-head {
        font-family: proxima_novalight;
        color: #fff;
        font-size: 29px;
        line-height: 40px
    }

    .testimonial-section .testimonial-title {
        font-size: 13px;
        color: #8cc7ff;
        line-height: 25px;
        margin: 0;
        text-transform: uppercase;
        padding-bottom: 12px;
        background: url(../img/title-bg4.png) no-repeat bottom center
    }

    .testimonial-section .testimonial-post {
        font-family: proxima_novasemibold;
        font-size: 19px;
        color: #fff;
        padding-top: 10px
    }

.testimonial-btn {
    margin-top: 23px
}

    .testimonial-btn .comman-btn {
        font-size: 12px;
        color: #fff;
        letter-spacing: 1px;
        line-height: 30px;
        background: #114f8b;
        padding: 6px 21px 4px;
        border: none;
        text-decoration: none
    }

        .testimonial-btn .comman-btn:hover, .testimonial-btn .comman-btn:focus {
            background: #0c5aa5;
            color: #fff
        }

.latest-blog-section {
    padding-bottom: 31px
}

    .latest-blog-section .main-content-block {
        padding-top: 35px
    }

    .latest-blog-section .latest-blogs {
        margin-top: 68px
    }

        .latest-blog-section .latest-blogs .col-md-4 {
            padding: 0
        }

            .latest-blog-section .latest-blogs .col-md-4:first-child {
                padding-left: 15px
            }

            .latest-blog-section .latest-blogs .col-md-4:last-child {
                padding-right: 15px
            }

            .latest-blog-section .latest-blogs .col-md-4:first-child .blog-section {
                border-right: 0
            }

            .latest-blog-section .latest-blogs .col-md-4:last-child .blog-section {
                border-left: 0
            }

    .latest-blog-section .blog-section {
        border: 1px solid #e4e4e4;
        padding: 30px 22px 0;
        min-height: 428px;
        position: relative
    }

        .latest-blog-section .blog-section h3 {
            font-family: proxima_novasemibold;
            font-size: 13px;
            color: #1866b1;
            letter-spacing: 1.25px;
            margin: 0;
            text-transform: uppercase
        }

        .latest-blog-section .blog-section h2 {
            font-size: 22px;
            color: #000;
            margin: 0;
            line-height: 30px;
            margin-top: 24px
        }

            .latest-blog-section .blog-section h2 a {
                color: #000;
                text-decoration: none
            }

                .latest-blog-section .blog-section h2 a:hover, .latest-blog-section .blog-section h2 a:focus {
                    color: #337ab7;
                    text-decoration: none
                }

        .latest-blog-section .blog-section p {
            font-family: proxima_novalight;
            font-size: 16px;
            color: #131313;
            margin: 0;
            line-height: 26px;
            letter-spacing: .6px;
            margin-top: 27px;
            margin-bottom: 20px;
            height: 160px;
            overflow: hidden
        }

        .latest-blog-section .blog-section .btn-block a {
            font-size: 12px;
            color: #1866b1;
            text-transform: uppercase;
            border-color: #1866b1;
            padding: 12px 16px 10px;
            text-decoration: none
        }

            .latest-blog-section .blog-section .btn-block a:hover, .latest-blog-section .blog-section .btn-block a:focus {
                background-color: #1866b1;
                color: #fff
            }

        .latest-blog-section .blog-section.white-paper-block {
            padding: 0;
            text-align: center
        }

            .latest-blog-section .blog-section.white-paper-block h2 {
                font-family: proxima_novalight;
                font-size: 26px;
                color: #161616;
                letter-spacing: .45px;
                margin-top: 28px
            }

            .latest-blog-section .blog-section.white-paper-block h3 {
                margin-top: 8px
            }

.white-paper-block {
    width: 100%;
    position: absolute;
    bottom: 0
}

    .white-paper-block img {
        max-width: 100%;
        width: 100%
    }

.emailid-block a {
    width: 100%;
    float: left;
    border-radius: 5px;
    background: rgba(62,93,122,.23);
    border: 1px solid rgba(0,170,248,.23);
    padding: 14px 10px 10px 90px;
    position: relative
}

    .emailid-block a i {
        background: url(../img/sprite.png) no-repeat -1px -343px;
        position: absolute;
        left: 22px;
        top: 24px;
        width: 28px;
        height: 19px;
        border-right: 1px solid rgba(242,243,245,.1);
        padding: 18px 44px 18px 0
    }

    .emailid-block a span.small-text {
        font-size: 14px;
        color: #6c96c1;
        font-family: proxima_novalight;
        text-transform: uppercase;
        letter-spacing: 2.2px
    }

    .emailid-block a span.large-text {
        font-family: montserratregular;
        font-size: 26px;
        color: #fff;
        line-height: 34px
    }

    .emailid-block a:hover {
        background: rgba(62,93,122,.23);
        border-color: rgba(0,170,248,.6)
    }

        .emailid-block a:hover i {
            background-position: -1px -383px
        }

        .emailid-block a:hover .small-text {
            color: #5a89b3
        }

.get-in-touch-section {
    background-color: #162d42;
    padding-bottom: 53px
}

    .get-in-touch-section .main-content-block {
        padding-top: 75px
    }

        .get-in-touch-section .main-content-block h2 {
            color: #fff
        }

        .get-in-touch-section .main-content-block .title-bar {
            color: #6484a0;
            background: url(../img/gray-title-bg.png) no-repeat bottom center
        }

    .get-in-touch-section .from-block {
        margin-top: 70px
    }

    .get-in-touch-section .from-left-block {
        padding-right: 39px;
        padding-top: 5px
    }

        .get-in-touch-section .from-left-block .listing-block {
            margin-top: 44px
        }

            .get-in-touch-section .from-left-block .listing-block h3 {
                margin: 0;
                font-family: proxima_novalight;
                font-size: 24px;
                color: #fff;
                letter-spacing: .2px
            }

            .get-in-touch-section .from-left-block .listing-block ul {
                width: 100%;
                float: left;
                margin-top: 19px
            }

                .get-in-touch-section .from-left-block .listing-block ul li {
                    list-style: none;
                    font-family: proxima_novalight;
                    font-size: 17px;
                    color: #c5d1dd;
                    letter-spacing: .4px;
                    margin-bottom: 11px;
                    padding-left: 42px;
                    position: relative
                }

                    .get-in-touch-section .from-left-block .listing-block ul li i {
                        background: url(../img/sprite.png) no-repeat -47px -353px;
                        width: 20px;
                        height: 15px;
                        position: absolute;
                        left: 2px;
                        top: 3px
                    }

        .get-in-touch-section .from-left-block .btn-block .comman-btn {
            font-size: 13px;
            letter-spacing: 1.4px;
            text-transform: uppercase;
            text-decoration: none;
            border: none;
            background: #004b80;
            border: 1px solid #004b80;
            border-radius: 50px;
            line-height: 29px;
            padding: 14px 40px 12px 41px;
            margin: 35px 0 0 41px
        }

            .get-in-touch-section .from-left-block .btn-block .comman-btn i {
                width: 18px;
                height: 26px;
                background: url(../img/sprite.png) no-repeat -84px -349px;
                float: left;
                margin-right: 10px
            }

            .get-in-touch-section .from-left-block .btn-block .comman-btn:hover {
                background: rgba(62,93,122,.23);
                border: 1px solid rgba(0,170,248,.23);
                color: #fff
            }

            .get-in-touch-section .from-left-block .btn-block .comman-btn:focus {
                background: rgba(62,93,122,.23);
                border: 1px solid rgba(0,170,248,.23);
                color: #fff;
                outline: none
            }

.from-right-block {
    position: relative;
    padding-left: 38px
}

    .from-right-block form {
        margin: 0 -17px
    }

.sparater-block {
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.1);
    left: -15px;
    top: 0
}

    .sparater-block span {
        font-family: proxima_novalight;
        height: 64px;
        font-size: 16px;
        color: #c5d1dd;
        letter-spacing: .6px;
        text-transform: uppercase;
        line-height: 64px;
        background: #162d42;
        position: absolute;
        top: 50%;
        left: -11px;
        margin-top: -32px
    }

.form-group {
    width: 50%;
    float: left;
    padding: 0 17px;
    margin-bottom: 44px;
    position: relative
}

    .form-group.full-block {
        width: 100%;
        float: left
    }

    .form-group label {
        font-family: proxima_novalight;
        font-size: 16px;
        color: #486e90;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0
    }

    .form-group .number-row {
        padding-left: 60px;
        position: relative
    }

        .form-group .number-row .numbercode {
            position: absolute;
            left: 0;
            width: 41px;
            padding-right: 0
        }

    .form-group .select {
        margin-bottom: 0
    }

        .form-group .select select {
            border-bottom: 1px solid #486e90
        }

    .form-group .form-control {
        font-family: proxima_novalight;
        font-size: 18px;
        color: #fff;
        letter-spacing: .2px;
        border: none;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #fff;
        padding: 5px 12px 6px 0;
        min-height: 39px;
        line-height: inherit;
        position: relative
    }

        .form-group .form-control::-webkit-input-placeholder {
            color: #fff
        }

        .form-group .form-control::-moz-placeholder {
            color: #fff
        }

        .form-group .form-control:-ms-input-placeholder {
            color: #fff
        }

        .form-group .form-control:-moz-placeholder {
            color: #fff
        }

    .form-group select.form-control {
        height: 39px;
        outline: 0
    }

        .form-group select.form-control option {
            color: #333
        }

    .form-group.textarea {
        margin-bottom: 14px
    }

        .form-group.textarea .form-control {
            border: 1px solid #486e90;
            padding: 7px 12px;
            resize: none;
            margin-top: 16px;
            padding-left: 12px !important
        }

            .form-group.textarea .form-control:focus {
                border-color: rgba(255,255,255,.8) !important
            }

    .form-group .upload-block {
        float: left;
        position: relative;
        width: 150px;
        height: 20px
    }

        .form-group .upload-block input {
            opacity: 0;
            z-index: 99;
            position: relative
        }

        .form-group .upload-block p {
            position: absolute;
            left: 0;
            top: 2px;
            z-index: 9;
            margin-bottom: 0;
            font-family: proxima_novasemibold;
            font-size: 12px;
            color: #1587f9;
            letter-spacing: .8px;
            text-transform: uppercase
        }

            .form-group .upload-block p span {
                font-family: proxima_novaextrabold;
                width: 15px;
                height: 15px;
                line-height: 16px;
                display: inline-block;
                margin-right: 5px;
                text-align: center;
                border-radius: 100%;
                background: #1587f9;
                font-size: 16px;
                color: #fff;
                letter-spacing: .8px;
                padding-left: 2px
            }

    .form-group .checkbox {
        float: right;
        margin: 0
    }

        .form-group .checkbox label {
            font-family: proxima_novalight;
            font-size: 13px;
            color: #c5d1dd;
            letter-spacing: .6px;
            text-transform: capitalize
        }

    .form-group .cus-control__indicator {
        width: 13px;
        height: 13px;
        border-radius: 2px;
        background: #1866b1
    }

    .form-group .cus-control:hover input:not([disabled]):checked ~ .cus-control__indicator, .form-group .cus-control input:checked:focus ~ .cus-control__indicator, .form-group .cus-control:hover input ~ .cus-control__indicator {
        background: #1866b1
    }

    .form-group .cus-control input:focus ~ .cus-control__indicator, .form-group .cus-control input:checked ~ .cus-control__indicator {
        background: #1866b1
    }

    .form-group .cus-control--checkbox .cus-control__indicator:after {
        border-width: 0 1px 1px 0;
        left: 4px;
        top: 1px;
        width: 5px;
        height: 9px
    }

    .form-group.upoad-check-option {
        margin-bottom: 28px
    }

    .form-group .captcha {
        float: left
    }

    .form-group .comman-btn {
        float: right;
        background: 0 0;
        letter-spacing: 1.8px;
        padding: 20px 26px 18px
    }

        .form-group .comman-btn:hover, .form-group .comman-btn:focus {
            background: #0c5aa5
        }

    .form-group.btn-row-block {
        margin-bottom: 0
    }

    .form-group > div {
        position: relative
    }

    .form-group.fixed-animation .effect-16 {
        font-size: 0
    }

        .form-group.fixed-animation .effect-16:focus {
            font-size: 19px
        }

    .form-group.input-effect .effect-16 ~ .focus-border {
        height: 1px
    }

    .form-group.fixed-animation .effect-16.has-content {
        font-size: 18px
    }

    .form-group.textarea label {
        position: relative;
        padding-left: 30px
    }

.from-right-block .form-group.input-effect .effect-16:focus ~ .focus-border, .from-right-block .form-group.input-effect .has-content.effect-16 ~ .focus-border {
    z-index: 99;
    background: rgba(255,255,255,.7)
}

.from-right-block .form-group.input-effect .effect-16 ~ label {
    z-index: 0;
    color: #486e90;
    padding-left: 30px
}

.from-right-block .form-group.input-effect .form-control {
    z-index: 2;
    border-color: #486e90;
    padding-left: 30px
}

.from-right-block .form-group .select {
    border-bottom: 1px solid #486e90
}

    .from-right-block .form-group .select select {
        border-bottom: none
    }

.from-right-block .form-group i {
    position: absolute;
    left: 1px;
    top: 12px;
    background: url(../img/sprite.png) no-repeat;
    font-style: normal
}

    .from-right-block .form-group i.name {
        background-position: -798px -39px;
        width: 10px;
        height: 15px
    }

    .from-right-block .form-group i.email {
        background-position: -826px -39px;
        width: 17px;
        height: 12px
    }

    .from-right-block .form-group i.phonenumber {
        background-position: -861px -7px;
        width: 13px;
        height: 12px;
        top: 14px
    }

    .from-right-block .form-group i.category {
        background-position: -890px -39px;
        width: 14px;
        height: 12px;
        top: 14px
    }

    .from-right-block .form-group i.budget {
        background-position: -922px -39px;
        width: 8px;
        height: 16px;
        top: 13px
    }

    .from-right-block .form-group i.skypeid {
        background-position: -947px -39px;
        width: 19px;
        height: 18px
    }

.from-right-block .form-group.textarea i.message {
    background-position: -975px -39px;
    width: 19px;
    height: 18px;
    top: 5px
}

.from-right-block .form-group.textarea .form-control.has-content {
    border-color: rgba(255,255,255,.7) !important
}

.footer-section {
    width: 100%;
    background-color: #101e2a;
    padding: 50px 0
}

.footer-part1 .col-md-12 .row br {
    display: none
}

.footer-part1 h2 {
    margin: 0;
    font-family: proxima_novalight;
    font-size: 14px;
    color: #a6a9ab;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.footer-part1 .email-link {
    font-size: 15px;
    color: #fff;
    letter-spacing: .6px;
    float: left;
    text-decoration: none
}

    .footer-part1 .email-link i {
        width: 24px;
        height: 17px;
        background: url(../img/sprite.png) no-repeat -133px -355px;
        float: left;
        margin-right: 12px;
        margin-top: 3px
    }

    .footer-part1 .email-link span {
        border-bottom: 1px solid #fff
    }

    .footer-part1 .email-link:hover {
        color: #009afb
    }

        .footer-part1 .email-link:hover span {
            border-bottom: 1px solid #009afb
        }

        .footer-part1 .email-link:hover i {
            background-position: -134px -394px
        }

.footer-part1 a {
    font-family: proxima_novasemibold;
    font-size: 15px;
    color: rgba(0,154,251,.5);
    letter-spacing: .6px;
    float: left;
    margin-bottom: 0
}

    .footer-part1 a:hover {
        color: #009afb
    }

.social-icon-block {
    text-align: right
}

    .social-icon-block ul {
        background: #142331;
        float: right;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 2px
    }

        .social-icon-block ul li {
            list-style: none;
            float: left
        }

            .social-icon-block ul li a {
                width: 40px;
                height: 38px;
                line-height: 38px;
                color: rgba(255,255,255,.5);
                display: inline-block;
                text-align: center;
                font-size: 16px
            }

                .social-icon-block ul li a:hover {
                    background-color: #01a2de;
                    color: #fff
                }

.footer-part2 {
    margin-top: 60px
}

    .footer-part2 .client-logos {
        width: 100%;
        float: left;
        text-align: center
    }

        .footer-part2 .client-logos ul {
            display: inline-block
        }

            .footer-part2 .client-logos ul li {
                list-style: none;
                float: left;
                padding: 0 25px
            }

                .footer-part2 .client-logos ul li a {
                    display: table-cell;
                    height: 39px;
                    vertical-align: middle
                }

                    .footer-part2 .client-logos ul li a img {
                        opacity: .4
                    }

                    .footer-part2 .client-logos ul li a:hover img {
                        opacity: 1
                    }

                    .footer-part2 .client-logos ul li a span {
                        display: table-cell;
                        vertical-align: middle
                    }

    .footer-part2 p {
        width: 100%;
        float: left;
        margin-top: 24px;
        margin-bottom: 0;
        text-align: center;
        font-family: proxima_novalight;
        font-size: 14px;
        color: rgba(255,255,255,.2);
        letter-spacing: .45px
    }

        .footer-part2 p a {
            text-decoration: none;
            font-family: proxima_novalight;
            font-size: 14px;
            color: rgba(255,255,255,.2)
        }

            .footer-part2 p a:hover {
                color: rgba(255,255,255,.7);
                text-decoration: underline
            }

.modal .modal-dialog {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -25px;
    margin-bottom: 0
}

.modal-content {
    background: rgba(255,255,255,.9);
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #000
}

.stuck {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transform: translateY(76px);
    -ms-transform: translateY(76px);
    transform: translateY(76px);
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important
}

.prog-show {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

#progress-nav {
    position: relative
}

    #progress-nav .progress-nav-container .btn-grid {
        text-align: center
    }

    #progress-nav .progress-nav-container .btn-grid-item a {
        color: #fff;
        padding: 20px 20px 10px;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        background: rgba(245,154,35,.9);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 250px;
        font-size: 20px;
        line-height: 24px;
        text-decoration: none
    }

    #progress-nav .progress-nav-container .progress-nav-bottom {
        background: rgba(245,154,35,.9);
        height: 12px
    }

.page_top {
    position: fixed;
    right: 21px;
    bottom: 85px;
    display: none;
    z-index: 999
}

    .page_top a {
        background: rgba(245,154,35,.8) url(../img/up-arrow.png) no-repeat center center;
        background-size: 25px;
        width: 46px;
        height: 46px;
        display: inline-block;
        border-radius: 5px;
        border: 1px dashed #f59a23;
        border-radius: 100%
    }

        .page_top a:hover, .page_top a:focus {
            text-decoration: none
        }

    .page_top.new_page_top {
        display: block
    }

.innerpage-banner {
    width: 100%;
    min-height: 539px;
    position: relative;
    background-color: #333 !important
}

.in-banner-content {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 228px;
    padding-left: 15px;
    padding-right: 15px
}

    .in-banner-content h1 {
        font-family: proxima_nova_rgbold;
        color: #fff;
        font-size: 55px;
        margin: 8px 0 0;
        letter-spacing: .65px
    }

    .in-banner-content p {
        font-family: proxima_novalight;
        color: #fff;
        font-size: 14.6px;
        padding: 0;
        letter-spacing: 2.1px;
        margin-top: 8px;
        margin-bottom: 0;
        text-transform: uppercase
    }

.support-content-block {
    text-align: center;
    padding-bottom: 86px
}

    .support-content-block .process-blue-block h2 {
        font-family: proxima_nova_rgbold;
        font-size: 28px !important;
        color: #fff;
        margin: 0;
        line-height: 38px;
        letter-spacing: .2px
    }

    .support-content-block .process-blue-block p {
        font-family: proxima_novalight;
        font-size: 17px;
        color: #fff;
        margin: 0;
        line-height: 28px;
        letter-spacing: .6px;
        margin-top: 12px
    }

.process-blue-block {
    width: 100%;
    float: left;
    padding: 40px 0;
    position: relative
}

    .process-blue-block h2 {
        padding: 0 30px
    }

.support-content-block.process-page {
    padding-bottom: 0
}

    .support-content-block.process-page .process-blue-block:after {
        content: '';
        position: absolute;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #2d81d6;
        border-bottom: 12px solid transparent;
        bottom: -24px;
        right: 50%;
        margin-right: -12px;
        z-index: -99
    }

.process-block .border-area.left-top {
    position: absolute;
    top: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    left: -2px
}

    .process-block .border-area.left-top:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        border-top-left-radius: 70px;
        border-left: 2px dashed rgba(204,204,204,.9);
        border-top: 2px dashed rgba(204,204,204,.9)
    }

.process-block .border-area.left-bottom {
    position: absolute;
    bottom: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    left: -2px;
    z-index: 99
}

    .process-block .border-area.left-bottom:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        border-bottom-left-radius: 70px;
        border-left: 2px dashed rgba(204,204,204,.9);
        border-bottom: 2px dashed rgba(204,204,204,.9)
    }

.process-block .border-area.right-top {
    position: absolute;
    top: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    right: -2px
}

    .process-block .border-area.right-top:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        border-top-right-radius: 70px;
        border-right: 2px dashed rgba(204,204,204,.9);
        border-top: 2px dashed rgba(204,204,204,.9)
    }

.process-block .border-area.right-bottom {
    position: absolute;
    bottom: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    right: -2px
}

    .process-block .border-area.right-bottom:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        border-bottom-right-radius: 70px;
        border-right: 2px dashed rgba(204,204,204,.9);
        border-bottom: 2px dashed rgba(204,204,204,.9)
    }

.working-process-block {
    padding-top: 68px;
    position: relative
}

    .working-process-block .col-md-12 {
        padding: 0 28px
    }

.process-block {
    margin: 0;
    border: 2px dashed rgba(204,204,204,.9);
    position: relative;
    width: 100%;
    float: left;
    padding-top: 98px;
    padding-bottom: 50px;
    min-height: inherit
}

    .process-block .border-area {
        z-index: 0
    }

    .process-block:first-child {
        padding-top: 12px
    }

        .process-block:first-child .border-area.left-top {
            display: none
        }

    .process-block:last-child {
        border-bottom: none
    }

        .process-block:last-child .border-area.right-bottom {
            display: none
        }

    .process-block:first-child .block-numbers {
        top: 0
    }

    .process-block.left-process-block {
        border-top: none;
        border-bottom: none;
        border-right: none
    }

        .process-block.left-process-block .content-block {
            padding-left: 190px;
            padding-right: 30px
        }

            .process-block.left-process-block .content-block .heading-block {
                background: url(../img/heading-sapreter.png) no-repeat left bottom
            }

                .process-block.left-process-block .content-block .heading-block h2 {
                    text-align: left
                }

            .process-block.left-process-block .content-block p {
                padding-right: 72px
            }

        .process-block.left-process-block .img-block {
            left: 35px;
            text-align: right;
            width: 125px
        }

        .process-block.left-process-block .col-md-4 {
            text-align: right
        }

        .process-block.left-process-block .list-block {
            padding-left: 30px
        }

            .process-block.left-process-block .list-block ul li {
                padding-left: 40px;
                text-align: left
            }

                .process-block.left-process-block .list-block ul li.active {
                    padding-left: 40px
                }

                .process-block.left-process-block .list-block ul li:after {
                    left: 0
                }

    .process-block.right-process-block {
        border-left: none
    }

        .process-block.right-process-block .content-block {
            padding-right: 190px;
            padding-left: 30px
        }

            .process-block.right-process-block .content-block .heading-block {
                background: url(../img/heading-sapreter-right.png) no-repeat left bottom
            }

                .process-block.right-process-block .content-block .heading-block h2 {
                    text-align: right
                }

            .process-block.right-process-block .content-block p {
                padding-left: 90px;
                text-align: right
            }

        .process-block.right-process-block .col-md-4 {
            text-align: left
        }

        .process-block.right-process-block .img-block {
            right: 35px;
            text-align: center
        }

        .process-block.right-process-block .list-block {
            padding-right: 30px
        }

            .process-block.right-process-block .list-block ul li {
                text-align: right;
                padding-right: 40px
            }

                .process-block.right-process-block .list-block ul li.active {
                    padding-right: 40px
                }

                .process-block.right-process-block .list-block ul li:after {
                    right: 0
                }

    .process-block .img-block {
        width: 140px;
        position: absolute;
        top: 0;
        padding: 0 5px
    }

        .process-block .img-block img {
            max-width: 100%
        }

    .process-block .content-block {
        width: 100%;
        float: left
    }

        .process-block .content-block .heading-block {
            padding-bottom: 20px;
            background-size: 100% auto !important
        }

            .process-block .content-block .heading-block h2 {
                font-family: proxima_novalight;
                font-size: 39px;
                color: #0d519c;
                letter-spacing: .2px;
                margin: 0
            }

        .process-block .content-block p {
            margin: 12px 0 0;
            font-size: 18px;
            color: #0c0c0c;
            letter-spacing: .6px;
            line-height: 28px
        }

    .process-block .list-block {
        display: inline-block
    }

        .process-block .list-block ul li {
            list-style: none;
            position: relative;
            font-size: 19px;
            color: #171717;
            letter-spacing: .2px;
            padding: 5px 0 6px 0;
            margin-bottom: 12px
        }

            .process-block .list-block ul li span {
                display: block;
                padding: 5px 17px 6px;
                min-height: 38px;
                display: inline-block;
                border-radius: 5px
            }

            .process-block .list-block ul li.active span {
                font-family: proxima_nova_rgbold;
                color: #0c59b9;
                border: 1px dashed #0091ea
            }

            .process-block .list-block ul li:after {
                content: '';
                width: 12px;
                height: 12px;
                border-radius: 100%;
                border: 3px solid #3cf;
                position: absolute;
                top: 14px
            }

            .process-block .list-block ul li.active:after {
                top: 18px;
                display: none
            }

.block-numbers {
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    background-color: #1ac0ff;
    border-radius: 100%;
    position: absolute;
    top: 98px;
    z-index: 99;
    letter-spacing: .8px;
    font-family: proxima_novaextrabold;
    font-size: 14px;
    color: #fff
}

    .block-numbers.type1 {
        left: -37px
    }

    .block-numbers.type2 {
        right: -37px
    }

.enjoy-app-block {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px
}

    .enjoy-app-block h2 {
        margin: 8px 0 0;
        font-family: proxima_nova_rgbold;
        font-size: 48px;
        color: #fff
    }

    .enjoy-app-block p {
        margin: 2px 0 0;
        font-family: proxima_novasemibold;
        font-size: 22px;
        color: #fff;
        letter-spacing: .4px
    }

header.new-header {
    min-height: 72px
}

    header.new-header.sticky .header-inset .logo img {
        width: 160px;
        margin-top: -2px
    }

    header.new-header nav .navigation-part ul.menu-links {
        margin-top: 4px
    }

        header.new-header nav .navigation-part ul.menu-links li {
            margin-right: 5px;
            height: 54px
        }

    header.new-header.sticky nav ul.menu-links li .dropdown {
        top: 66px
    }

#skedpal-suvey {
    padding-top: 72px
}

#survey-page {
    width: 100%;
    display: inline-block
}

.survey-banner-section {
    width: 100%;
    height: 690px;
    position: relative;
    float: left
}

    .survey-banner-section.seconds-section {
        background: url(../img/skedpal-suvey/survey_banner.jpg) no-repeat;
        background-size: cover
    }

    .survey-banner-section.skedpal-section {
        background: url(../img/skedpal-suvey/skedpal_banner.jpg) no-repeat;
        background-size: cover
    }

.content-part {
    max-width: 670px;
    margin: 200px auto 0;
    text-align: center
}

    .content-part h2 {
        font-size: 42px;
        color: #fff;
        line-height: 48px;
        letter-spacing: .5px;
        margin-top: 18px;
        margin-bottom: 0
    }

        .content-part h2 strong {
            font-family: proxima_novaextrabold
        }

    .content-part p {
        font-family: proxima_novasemibold;
        font-size: 20px;
        color: #000;
        margin-top: 5px
    }

.icon-block {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -23px;
    z-index: 99
}

    .icon-block ul {
        display: inline-block;
        margin-bottom: 0
    }

        .icon-block ul li {
            list-style: none;
            float: left
        }

            .icon-block ul li a {
                width: 36px;
                height: 36px;
                float: left;
                margin: 0 8px;
                background: url(../img/skedpal-suvey/social_icon.png) no-repeat;
                transition: all .5s ease;
                -moz-transition: all .5s ease;
                -webkit-transition: all .5s ease
            }

                .icon-block ul li a.web-icon {
                    background-position: left top
                }

                .icon-block ul li a.apple-icon {
                    background-position: -54px top
                }

                .icon-block ul li a.android-icon {
                    background-position: -108px top
                }

                .icon-block ul li a.ipad-icon {
                    background-position: -156px top
                }

                .icon-block ul li a.marble-icon {
                    background-position: -210px top
                }

                .icon-block ul li a.wyframe-icon {
                    background-position: -264px top
                }

                .icon-block ul li a.web-icon:hover {
                    background-position: left bottom
                }

                .icon-block ul li a.apple-icon:hover {
                    background-position: -54px bottom
                }

                .icon-block ul li a.android-icon:hover {
                    background-position: -108px bottom
                }

                .icon-block ul li a.ipad-icon:hover {
                    background-position: -156px bottom
                }

                .icon-block ul li a.marble-icon:hover {
                    background-position: -210px bottom
                }

                .icon-block ul li a.wyframe-icon:hover {
                    background-position: -264px bottom
                }

.stick-deadline-section {
    background: #0c3962;
    width: 100%;
    position: relative;
    float: left;
    padding: 84px 0 55px
}

.working-star-block {
    max-width: 1030px;
    margin: 0 auto;
    text-align: center
}

    .working-star-block p {
        font-family: proxima_novalight;
        font-size: 35px;
        color: #fff;
        font-weight: 400;
        line-height: 45px;
        min-height: 135px
    }

    .working-star-block span {
        font-family: proxima_nova_rgbold
    }

    .working-star-block ul {
        margin: 0
    }

        .working-star-block ul li {
            width: 20%;
            float: left;
            padding: 0 15px;
            position: relative;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box
        }

            .working-star-block ul li .equal-icon {
                position: absolute;
                bottom: 59px;
                left: 0;
                font-size: 40px;
                color: #fff;
                font-family: proxima_novasemibold
            }

            .working-star-block ul li .block i {
                width: 100%;
                display: inline-block;
                text-align: center
            }

            .working-star-block ul li .block span {
                font-family: proxima_novasemibold;
                font-size: 48px;
                color: #fff;
                width: 100%;
                display: inline-block;
                text-align: center;
                line-height: normal;
                margin-top: 10px
            }

            .working-star-block ul li .block label {
                font-family: proxima_novasemibold;
                width: 100%;
                display: inline-block;
                border-top: 1px solid #5bceda;
                text-align: center;
                font-size: 16px;
                color: #5bceda;
                padding-top: 5px;
                margin-top: 5px;
                text-transform: uppercase
            }

.project-summery-section {
    width: 100%;
    float: left;
    padding: 90px 0 30px
}

.discription-block {
    width: 100%;
    float: left;
    margin-bottom: 50px
}

    .discription-block .heading-block {
        width: 29%;
        float: left
    }

        .discription-block .heading-block h2 {
            font-family: proxima_nova_rgbold;
            color: #232323;
            margin-bottom: 0;
            font-size: 30px;
            padding-bottom: 16px;
            border-bottom: 2px solid #4f4f4f
        }

    .discription-block .content-right-block {
        width: 71%;
        float: left;
        padding-left: 65px;
        padding-right: 60px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

        .discription-block .content-right-block h3 {
            font-family: proxima_novasemibold;
            font-size: 18px;
            color: #000;
            margin-bottom: 12px
        }

        .discription-block .content-right-block p {
            font-family: proxima_novalight;
            font-size: 20px;
            color: #000;
            line-height: 28px
        }

        .discription-block .content-right-block .content-block {
            margin-bottom: 40px
        }

.proposal-block {
    background: #ebeef5
}

    .proposal-block .regular-btns {
        font-family: proxima_nova_rgbold;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-decoration: none;
        padding: 20px 30px 18px
    }

        .proposal-block .regular-btns:hover {
            opacity: .9
        }

.blue-bg {
    background: #06c url(../img/blue-bg.jpg) no-repeat center center;
    background-size: cover
}

.process-blue-block.aw-cl-logo-con {
    padding: 40px 0 20px
}

.support-content-block .aw-cl-logo-con p {
    margin-top: 12px
}

.aw-cl-logo-block {
    margin-top: -64px
}

    .aw-cl-logo-block .nav-tabs {
        border: none;
        padding-bottom: 27px;
        position: relative;
        text-align: center
    }

        .aw-cl-logo-block .nav-tabs > li {
            float: none;
            display: inline-block;
            padding: 0 30px;
            position: relative
        }

            .aw-cl-logo-block .nav-tabs > li > a {
                font-family: proxima_novasemibold;
                font-size: 16px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: .6px;
                padding: 7px 19px 6px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: none
            }

            .aw-cl-logo-block .nav-tabs > li:after {
                content: '';
                position: absolute;
                width: 2px;
                height: 11px;
                background-color: #fff;
                right: 0;
                top: 50%;
                margin-top: -6px
            }

            .aw-cl-logo-block .nav-tabs > li:last-child:after {
                display: none
            }

            .aw-cl-logo-block .nav-tabs > li > a:focus, .aw-cl-logo-block .nav-tabs > li > a:hover {
                color: #0072c0;
                background-color: #fff
            }

            .aw-cl-logo-block .nav-tabs > li.active > a {
                color: #0072c0;
                background-color: #fff;
                border: none
            }

                .aw-cl-logo-block .nav-tabs > li.active > a:focus, .aw-cl-logo-block .nav-tabs > li.active > a:hover {
                    color: #0072c0;
                    background-color: #fff;
                    border: none
                }

        .aw-cl-logo-block .nav-tabs:after {
            content: '';
            position: absolute;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 12px solid #107dbe;
            border-bottom: 12px solid transparent;
            bottom: -24px;
            left: 50%;
            margin-left: -12px;
            transition: all 1s ease;
            -moz-transition: all 1s ease;
            -webkit-transition: all 1s ease;
            z-index: 9
        }

    .aw-cl-logo-block .tab-content {
        min-height: 400px
    }

    .aw-cl-logo-block .news-section-block {
        padding-bottom: 8px
    }

    .aw-cl-logo-block .tab-content .news-section-block .col-md-12 {
        margin-top: 54px
    }

    .aw-cl-logo-block .tab-content .news-section-block .container {
        max-width: 1230px;
        width: 100%
    }

    .aw-cl-logo-block .tab-content .news-section-block .col-md-4 {
        margin-bottom: 40px
    }

    .aw-cl-logo-block .news-section-block .newsOuter {
        padding-top: 38px;
        min-height: 225px
    }

        .aw-cl-logo-block .news-section-block .newsOuter .news-detail {
            margin-top: 0
        }

            .aw-cl-logo-block .news-section-block .newsOuter .news-detail span {
                color: #535353;
                font-family: proxima_novasemibold;
                text-transform: uppercase;
                letter-spacing: 1.25px;
                margin: 0
            }

            .aw-cl-logo-block .news-section-block .newsOuter .news-detail p {
                font-family: proxima_nova_rgbold;
                color: #323232;
                font-size: 21px;
                min-height: 80px;
                line-height: 30px;
                margin: 3px 0 0;
                padding: 0 10px 20px;
                background: url(../img/title-bg2.png) no-repeat bottom center
            }

        .aw-cl-logo-block .news-section-block .newsOuter figure {
            margin-top: 5px
        }

.client-partner-block {
    width: 100%;
    float: left;
    padding-bottom: 45px
}

    .client-partner-block:first-child {
        padding-top: 60px
    }

    .client-partner-block .main-content-block {
        padding-top: 0
    }

        .client-partner-block .main-content-block h2 {
            font-size: 36px;
            background: url(../img/title-bg.png) no-repeat bottom center;
            padding-bottom: 9px;
            margin-bottom: 0
        }

        .client-partner-block .main-content-block p {
            margin-top: 25px
        }

    .client-partner-block ul {
        width: 100%;
        float: left;
        margin-top: 31px
    }

        .client-partner-block ul li {
            width: 25%;
            float: left;
            list-style: none;
            cursor: pointer;
            margin-bottom: 25px;
            margin-top: 25px;
            position: relative
        }

            .client-partner-block ul li:after {
                content: '';
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -5px;
                width: 1px;
                height: 10px;
                background: #bdbdbd
            }

            .client-partner-block ul li:nth-child(4n):after {
                display: none
            }

            .client-partner-block ul li:last-child:after {
                display: none
            }

            .client-partner-block ul li figure {
                width: 100%;
                height: 94px;
                display: table;
                text-align: center
            }

                .client-partner-block ul li figure span {
                    display: table-cell;
                    vertical-align: middle
                }

                    .client-partner-block ul li figure span i {
                        display: inline-block;
                        position: relative
                    }

                .client-partner-block ul li figure img {
                    transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -webkit-transition: all .5s ease
                }

                .client-partner-block ul li figure span img.mobile {
                    position: absolute;
                    left: 0;
                    top: 0;
                    opacity: 0
                }

            .client-partner-block ul li:hover figure span img.mobile {
                opacity: 1
            }

.comman-popuo-block .modal-dialog {
    width: 650px;
    margin-top: -172px;
    margin-left: -325px
}

.comman-popuo-block .modal-content {
    background: #162d42;
    padding: 48px 20px
}

    .comman-popuo-block .modal-content h2.heading {
        margin: 0;
        font-family: proxima_novalight;
        font-size: 26px;
        color: #fff;
        letter-spacing: .2px;
        line-height: 34px
    }

    .comman-popuo-block .modal-content p.title {
        margin: 14px 0 0;
        font-family: proxima_novalight;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1.2px
    }

    .comman-popuo-block .modal-content span.note-line {
        font-family: proxima_novalight;
        font-size: 12px;
        color: rgba(255,255,255,.5);
        letter-spacing: .6px
    }

.comman-popuo-block .filed-block {
    width: 100%;
    float: left;
    padding: 42px 75px 30px
}

    .comman-popuo-block .filed-block .filed {
        position: relative;
        padding-right: 142px
    }

        .comman-popuo-block .filed-block .filed input.textfiled {
            width: 100%;
            border: none;
            border-radius: 5px;
            height: 51px;
            font-size: 12px;
            color: rgba(0,0,0,.6);
            text-transform: uppercase;
            padding: 18px 30px 16px;
            outline: none
        }

            .comman-popuo-block .filed-block .filed input.textfiled:focus {
                color: rgba(0,0,0,.9)
            }

        .comman-popuo-block .filed-block .filed input.subscribe-btn {
            font-size: 12px;
            font-family: proxima_novasemibold;
            color: #fff;
            text-transform: uppercase;
            outline: none;
            letter-spacing: .6px;
            background: #ff9416;
            padding: 18px 29px 16px;
            border: none;
            border-radius: 5px;
            position: absolute;
            right: 0;
            top: 0
        }

            .comman-popuo-block .filed-block .filed input.subscribe-btn:hover {
                background: #e88004
            }

#recording-popup.comman-popuo-block .modal-dialog {
    width: 560px;
    margin-top: -275px;
    margin-left: -280px
}

#recording-popup.comman-popuo-block .modal-content {
    padding: 40px 20px 18px
}

    #recording-popup.comman-popuo-block .modal-content .img-block {
        background: url(../img/sprite.png) no-repeat;
        width: 41px;
        height: 60px;
        background-position: -322px -16px;
        display: inline-block
    }

    #recording-popup.comman-popuo-block .modal-content h2 {
        font-size: 34px;
        padding: 0 10px;
        line-height: 42px;
        margin-top: 15px
    }

    #recording-popup.comman-popuo-block .modal-content p.title {
        font-size: 14px;
        color: #5581a9;
        margin-top: 32px
    }

        #recording-popup.comman-popuo-block .modal-content p.title span {
            font-size: 17px;
            text-transform: capitalize;
            color: #fff;
            margin-top: 7px;
            display: inline-block
        }

    #recording-popup.comman-popuo-block .modal-content .btn-list-block {
        width: 100%;
        display: inline-block;
        margin-top: 22px;
        margin-bottom: 22px
    }

        #recording-popup.comman-popuo-block .modal-content .btn-list-block a.btn {
            font-family: proxima_novasemibold;
            font-size: 21px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1px;
            min-width: 376px;
            background: #004b80;
            border: 1px solid 4b80;
            display: inline-block;
            border-radius: 5px;
            padding: 18px 20px 16px;
            text-decoration: none
        }

            #recording-popup.comman-popuo-block .modal-content .btn-list-block a.btn:hover {
                background: rgba(62,93,122,.23);
                border: 1px solid rgba(0,170,248,.23);
                color: #fff
            }

    #recording-popup.comman-popuo-block .modal-content .list-block {
        width: 100%;
        display: inline-block;
        margin-top: 20px
    }

        #recording-popup.comman-popuo-block .modal-content .list-block ul {
            display: inline-block
        }

            #recording-popup.comman-popuo-block .modal-content .list-block ul li {
                float: left;
                list-style: none;
                margin: 0 14px
            }

                #recording-popup.comman-popuo-block .modal-content .list-block ul li a {
                    font-size: 14px;
                    color: #0069b3;
                    font-family: proxima_novasemibold;
                    text-transform: uppercase;
                    float: left;
                    text-decoration: none
                }

                    #recording-popup.comman-popuo-block .modal-content .list-block ul li a span {
                        width: 18px;
                        height: 18px;
                        border: 1px solid #fff;
                        float: left;
                        border-radius: 100%;
                        color: rgba(255,255,255,.3);
                        font-size: 9px;
                        line-height: 18px;
                        margin-right: 13px
                    }

                    #recording-popup.comman-popuo-block .modal-content .list-block ul li a:hover {
                        color: #fff
                    }

                        #recording-popup.comman-popuo-block .modal-content .list-block ul li a:hover span {
                            border: 2px solid #0069b3;
                            color: #fff;
                            line-height: 15px
                        }

.comman-popuo-block .modal-content span.note-line {
    width: 100%;
    display: inline-block
}

.comman-popuo-block .modal-content span.note-line2 {
    width: 100%;
    display: inline-block;
    font-family: proxima_novalight;
    font-size: 13px;
    color: rgba(255,255,255,.1);
    letter-spacing: 1px;
    margin-top: 40px
}

.innerpage-banner.contect-page {
    min-height: 1111px;
    background-color: #333 !important
}

    .innerpage-banner.contect-page .in-banner-content {
        padding-top: 186px
    }

        .innerpage-banner.contect-page .in-banner-content h1 {
            font-size: 55px;
            letter-spacing: inherit
        }

        .innerpage-banner.contect-page .in-banner-content p {
            font-size: 20px;
            letter-spacing: .2px;
            margin-top: 12px;
            text-transform: none
        }

            .innerpage-banner.contect-page .in-banner-content p a {
                font-family: proxima_nova_rgbold;
                color: #fff;
                text-decoration: none;
                border-bottom: 2px solid #fff
            }

                .innerpage-banner.contect-page .in-banner-content p a:hover {
                    color: #ff9415;
                    border-color: #ff9415
                }

.contact-page-form .form-group p {
    margin-bottom: 0
}

.contact-page-form {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    min-height: 350px;
    margin-top: 42px
}

    .contact-page-form .col-md-4 {
        background: #162d42;
        height: 531px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 10px
    }

    .contact-page-form .col-md-8 {
        padding: 50px 30px;
        background: #fff;
        height: 531px
    }

    .contact-page-form .form-group {
        padding: 0 30px
    }

        .contact-page-form .form-group label {
            color: #979797;
            font-weight: inherit
        }

        .contact-page-form .form-group .form-control {
            color: #000;
            border-color: #dfdfdf;
            opacity: 1
        }

        .contact-page-form .form-group.textarea label {
            color: #000
        }

        .contact-page-form .form-group.textarea .form-control {
            color: 0;
            border-color: #dfdfdf;
            opacity: 1
        }

        .contact-page-form .form-group .form-control::-webkit-input-placeholder {
            color: #000
        }

        .contact-page-form .form-group .form-control::-moz-placeholder {
            color: #000
        }

        .contact-page-form .form-group .form-control:-ms-input-placeholder {
            color: #000
        }

        .contact-page-form .form-group .form-control:-moz-placeholder {
            color: #000
        }

        .contact-page-form .form-group .comman-btn {
            color: #1866b1;
            border-color: #1866b1;
            font-family: proxima_nova_rgbold;
            min-width: 129px
        }

            .contact-page-form .form-group .comman-btn:hover {
                color: #fff
            }

        .contact-page-form .form-group.input-effect .effect-16:focus ~ .focus-border, .contact-page-form .form-group.input-effect .has-content.effect-16 ~ .focus-border {
            z-index: 99;
            background: #0084ff
        }

        .contact-page-form .form-group.input-effect .effect-16 ~ label {
            z-index: 0;
            padding-left: 30px
        }

        .contact-page-form .form-group.input-effect .form-control {
            z-index: 1;
            padding-left: 30px
        }

        .contact-page-form .form-group .select {
            border-bottom: 1px solid #dfdfdf
        }

            .contact-page-form .form-group .select select {
                border-bottom: none
            }

        .contact-page-form .form-group i {
            position: absolute;
            left: 1px;
            top: 12px;
            background: url(../img/sprite.png) no-repeat;
            font-style: normal
        }

            .contact-page-form .form-group i.name {
                background-position: -798px -39px;
                width: 10px;
                height: 15px
            }

            .contact-page-form .form-group i.email {
                background-position: -826px -39px;
                width: 17px;
                height: 12px
            }

            .contact-page-form .form-group i.phonenumber {
                background-position: -861px -39px;
                width: 13px;
                height: 12px;
                top: 14px
            }

            .contact-page-form .form-group i.category {
                background-position: -890px -39px;
                width: 14px;
                height: 12px;
                top: 14px
            }

            .contact-page-form .form-group i.budget {
                background-position: -922px -39px;
                width: 8px;
                height: 16px;
                top: 13px
            }

            .contact-page-form .form-group i.skypeid {
                background-position: -947px -39px;
                width: 19px;
                height: 18px
            }

        .contact-page-form .form-group.textarea i.message {
            background-position: -975px -39px;
            width: 19px;
            height: 18px;
            top: 5px
        }

        .contact-page-form .form-group.textarea .form-control:focus, .contact-page-form .form-group.textarea .form-control.has-content {
            border-color: #0084ff !important
        }

    .contact-page-form .contact-link-block {
        text-align: center
    }

        .contact-page-form .contact-link-block .link-block {
            margin-top: 34px;
            padding-bottom: 24px;
            background: url(../img/title-bg3.png) no-repeat bottom center
        }

            .contact-page-form .contact-link-block .link-block:last-child {
                background: 0 0
            }

            .contact-page-form .contact-link-block .link-block .img-sec {
                text-align: center;
                margin-bottom: 14px
            }

                .contact-page-form .contact-link-block .link-block .img-sec i {
                    display: inline-block;
                    transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    -webkit-transition: all .3s ease
                }

                .contact-page-form .contact-link-block .link-block .img-sec.icon1 i {
                    width: 35px;
                    height: 40px;
                    background: url(../img/sprite.png) no-repeat -411px -36px
                }

                .contact-page-form .contact-link-block .link-block .img-sec.icon2 i {
                    width: 86px;
                    height: 41px;
                    background: url(../img/sprite.png) no-repeat -483px -36px
                }

                .contact-page-form .contact-link-block .link-block .img-sec.icon3 i {
                    width: 37px;
                    height: 26px;
                    background: url(../img/sprite.png) no-repeat -609px -50px
                }

                .contact-page-form .contact-link-block .link-block .img-sec.icon4 i {
                    width: 29px;
                    height: 29px;
                    background: url(../img/sprite.png) no-repeat -2px -525px
                }

            .contact-page-form .contact-link-block .link-block:hover .img-sec.icon1 i {
                background-position: -411px -125px
            }

            .contact-page-form .contact-link-block .link-block:hover .img-sec.icon2 i {
                background-position: -483px -124px
            }

            .contact-page-form .contact-link-block .link-block:hover .img-sec.icon3 i {
                background-position: -609px -139px
            }

            .contact-page-form .contact-link-block .link-block:hover .img-sec.icon4 i {
                background-position: -2px -570px
            }

            .contact-page-form .contact-link-block .link-block p {
                font-family: proxima_novalight;
                font-size: 20px;
                color: #fff;
                margin-bottom: 0
            }

            .contact-page-form .contact-link-block .link-block a {
                font-family: proxima_novasemibold;
                color: #0084ff;
                font-size: 17px;
                letter-spacing: .6px;
                line-height: 24px
            }

                .contact-page-form .contact-link-block .link-block a.m-num {
                    font-size: 15px
                }

.map-content-block {
    width: 100%;
    float: left;
    position: relative
}

    .map-content-block .google-map-block {
        width: 100%;
        height: 642px;
        position: relative;
        overflow: hidden
    }

    .map-content-block iframe {
        width: 100%;
        height: 100%
    }

.tabing-section.contact-tabing-block {
    padding-bottom: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

    .tabing-section.contact-tabing-block #horizontalTab {
        background: #162d42;
        border-radius: 0 0 10px 10px;
        margin-top: -73px !important;
        float: left;
        overflow: hidden;
        z-index: 99
    }

        .tabing-section.contact-tabing-block #horizontalTab ul {
            width: 100%;
            float: left;
            border-radius: 10px 10px 0 0
        }

            .tabing-section.contact-tabing-block #horizontalTab ul li {
                width: 25%;
                float: left;
                padding: 17px 10px;
                font-size: 18px;
                color: #272525;
                text-transform: capitalize;
                font-family: proxima_novasemibold;
                letter-spacing: .6px;
                font-weight: inherit;
                border-right: 1px solid #e8e8e8
            }

                .tabing-section.contact-tabing-block #horizontalTab ul li:last-child {
                    border: none
                }

                .tabing-section.contact-tabing-block #horizontalTab ul li.resp-tab-active:after {
                    display: none
                }

                .tabing-section.contact-tabing-block #horizontalTab ul li.resp-tab-active:first-child {
                    border-radius: 10px 0 0 0
                }

                .tabing-section.contact-tabing-block #horizontalTab ul li.resp-tab-active:last-child {
                    border-radius: 0 10px 0 0;
                    float: right
                }

        .tabing-section.contact-tabing-block #horizontalTab .resp-tabs-container {
            width: 100%;
            float: left;
            margin-top: 0;
            min-height: 302px
        }

.area-img-block {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

    .area-img-block img {
        width: 100%;
        border-radius: 0 0 0 10px;
        transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease
    }

    .area-img-block:hover img {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5,M12=0,M21=0,M22=1.5,SizingMethod='auto expand')
    }

    .area-img-block p {
        font-size: 17px;
        color: #fff;
        position: absolute;
        bottom: 20px;
        left: 40px;
        text-align: left;
        margin: 0;
        right: 40px;
        line-height: 24px
    }

.area-info-detail .detail {
    width: 100%;
    float: left;
    padding: 42px 15px;
    position: relative
}

    .area-info-detail .detail:after {
        content: '';
        width: 74px;
        height: 1px;
        background-color: rgba(232,232,232,.1);
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -37px
    }

    .area-info-detail .detail:last-child:after {
        display: none
    }

    .area-info-detail .detail .image {
        width: 100%;
        float: left;
        text-align: center
    }

        .area-info-detail .detail .image i {
            display: inline-block
        }

        .area-info-detail .detail .image.phone i {
            width: 32px;
            height: 30px;
            background: url(../img/sprite.png) no-repeat -752px -46px
        }

        .area-info-detail .detail .image.email i {
            width: 33px;
            height: 23px;
            background: url(../img/sprite.png) no-repeat -686px -52px
        }

    .area-info-detail .detail:hover .image.phone i {
        background-position: -752px -113px
    }

    .area-info-detail .detail:hover .image.email i {
        background-position: -686px -119px
    }

    .area-info-detail .detail p {
        font-size: 18.04px;
        color: #fff;
        letter-spacing: .6px;
        margin-bottom: 0;
        margin-top: 6px;
        display: inline-block;
        width: 100%
    }

        .area-info-detail .detail p a {
            color: #fff
        }

    .area-info-detail .detail:hover p, .area-info-detail .detail:hover a {
        color: #0084ff
    }

.innerpage-banner.development-banner {
    text-align: center
}

    .innerpage-banner.development-banner .in-banner-content h1 {
        font-size: 56px
    }

    .innerpage-banner.development-banner .in-banner-content p {
        text-transform: uppercase
    }

.development-grib-box-block {
    margin-top: 83px;
    text-align: center
}

.innerpage-banner.development-banner .btn-section {
    text-align: center;
    margin-top: 55px
}

    .innerpage-banner.development-banner .btn-section a {
        text-decoration: none
    }

.news-section-block.development-services {
    padding-bottom: 64px
}

    .news-section-block.development-services .col-md-4 {
        margin-bottom: 6px
    }

    .news-section-block.development-services .newsOuter {
        padding-top: 26px;
        min-height: 242px
    }

        .news-section-block.development-services .newsOuter .news-detail {
            margin-top: 9px
        }

            .news-section-block.development-services .newsOuter .news-detail p {
                margin-top: 14px;
                margin-bottom: 0
            }

        .news-section-block.development-services .newsOuter:hover, .news-section-block.development-services .newsOuter.activated {
            background-color: #fff
        }

    .news-section-block.development-services .col-md-12 {
        margin-top: 20px
    }

    .news-section-block.development-services .newsOuter .center-grip {
        width: 80px;
        height: 80px
    }

        .news-section-block.development-services .newsOuter .center-grip.first {
            background: #0976c3;
            right: -54px;
            bottom: -43px
        }

        .news-section-block.development-services .newsOuter .center-grip.second {
            background: #1482bc;
            left: -54px;
            bottom: -43px
        }

.features-block.we-deliver {
    padding-bottom: 75px
}

.design-humans-block {
    margin-top: 54px
}

    .design-humans-block .col-md-4 {
        padding: 0;
        position: relative
    }

        .design-humans-block .col-md-4 .dh-img-block {
            position: absolute;
            top: 36px;
            left: 0
        }

    .design-humans-block .dh-content-block {
        padding-left: 114px;
        padding-top: 40px;
        padding-right: 32px
    }

        .design-humans-block .dh-content-block p {
            margin-bottom: 0;
            font-family: proxima_novalight;
            font-size: 17px;
            color: #4d4d4d;
            line-height: 26px
        }

    .design-humans-block .col-md-8 {
        padding: 0
    }

    .design-humans-block .flexslider {
        height: auto;
        padding-bottom: 68px
    }

    .design-humans-block .flex-control-nav {
        height: auto;
        border: none
    }

        .design-humans-block .flex-control-nav li {
            margin: 0 6px
        }

    .design-humans-block .flex-control-paging li a {
        width: 9px;
        height: 9px;
        background-color: #d7d7d7;
        border: none;
        box-shadow: none
    }

        .design-humans-block .flex-control-paging li a:hover, .design-humans-block .flex-control-paging li a.flex-active {
            background-color: #1866b1
        }

.dev-testimonial-section {
    padding-bottom: 54px
}

    .dev-testimonial-section .main-content-block {
        padding-top: 70px
    }

.dev-testimonial-block {
    padding-top: 80px
}

    .dev-testimonial-block .container {
        width: 1190px
    }

    .dev-testimonial-block .col-md-8 {
        padding-left: 81px;
        padding-top: 40px
    }

        .dev-testimonial-block .col-md-8:after {
            content: '';
            background: url(../img/sprite.png) no-repeat -17px -189px;
            width: 65px;
            height: 54px;
            position: absolute;
            top: 0;
            left: 0
        }

        .dev-testimonial-block .col-md-8:hover:after {
            background-position: -16px -268px
        }

        .dev-testimonial-block .col-md-8 h2 {
            margin: 0;
            font-size: 26px;
            color: #151515;
            font-family: proxima_novasemibold
        }

        .dev-testimonial-block .col-md-8 p {
            margin: 0;
            font-size: 22px;
            color: #2b2626;
            font-family: proxima_novalight;
            line-height: 36px;
            letter-spacing: .4px;
            margin-top: 5px
        }

    .dev-testimonial-block .col-md-4 {
        text-align: right
    }

        .dev-testimonial-block .col-md-4 .dev-test-profile {
            display: inline-block;
            text-align: center
        }

            .dev-testimonial-block .col-md-4 .dev-test-profile .image {
                width: 140px;
                height: 140px;
                display: inline-block;
                position: relative
            }

                .dev-testimonial-block .col-md-4 .dev-test-profile .image img {
                    max-width: 140px;
                    max-height: 140px;
                    border-radius: 100%
                }

                .dev-testimonial-block .col-md-4 .dev-test-profile .image a {
                    background: url(../img/sprite.png) no-repeat -145px -202px;
                    position: absolute;
                    bottom: -3px;
                    right: -3px;
                    width: 44px;
                    height: 44px;
                    text-decoration: none
                }

            .dev-testimonial-block .col-md-4 .dev-test-profile:hover .image a {
                background-position: -145px -263px
            }

            .dev-testimonial-block .col-md-4 .dev-test-profile h2 {
                margin: 10px 0 0;
                font-size: 30px;
                color: #464646
            }

            .dev-testimonial-block .col-md-4 .dev-test-profile span {
                margin: 6px 0 0;
                font-size: 17px;
                color: #151515;
                text-transform: uppercase;
                letter-spacing: 1.2px
            }

    .dev-testimonial-block .btn-section {
        margin-top: 50px
    }

.development-grib-box-block.hire-dedicated {
    text-align: center;
    display: inline-block
}

    .development-grib-box-block.hire-dedicated .grib-box {
        width: 291px;
        height: 285px
    }

    .development-grib-box-block.hire-dedicated .grib-box-active {
        height: 325px;
        margin-top: -20px
    }

    .development-grib-box-block.hire-dedicated .grid-head {
        background: url(../img/title-bg4.png) no-repeat top center;
        margin-top: 21px;
        margin-bottom: 0;
        padding-top: 18px
    }

    .development-grib-box-block.hire-dedicated .grib-box:first-child {
        border-radius: 6px 0 0 6px
    }

    .development-grib-box-block.hire-dedicated .grib-box:last-child {
        border-radius: 0 6px 6px 0
    }

.hire-experts-platfoms .col-md-12 {
    padding: 0 70px
}

.hire-experts-tabing-block {
    margin-top: 55px;
    border: 1px solid #e8e8e8;
    float: left;
    width: 100%;
    border-bottom: none;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

    .hire-experts-tabing-block .tablist-block {
        width: 100%;
        float: left;
        position: relative;
        text-align: center
    }

        .hire-experts-tabing-block .tablist-block ul li {
            width: 25%;
            border-left: 1px solid #e8e8e8
        }

            .hire-experts-tabing-block .tablist-block ul li:first-child {
                border: none
            }

                .hire-experts-tabing-block .tablist-block ul li:first-child a {
                    border-top-left-radius: 10px
                }

            .hire-experts-tabing-block .tablist-block ul li:last-child a {
                border-top-right-radius: 10px
            }

            .hire-experts-tabing-block .tablist-block ul li a {
                border: none !important;
                margin: 0;
                border-radius: 0;
                min-height: 93px
            }

                .hire-experts-tabing-block .tablist-block ul li a i {
                    display: inline-block;
                    height: 52px;
                    margin-top: 12px
                }

                    .hire-experts-tabing-block .tablist-block ul li a i.mob-dev {
                        background: url(../img/sprite.png) no-repeat -238px -212px;
                        width: 55px
                    }

                    .hire-experts-tabing-block .tablist-block ul li a i.web-dev {
                        background: url(../img/sprite.png) no-repeat -334px -212px;
                        width: 72px
                    }

                    .hire-experts-tabing-block .tablist-block ul li a i.open-source-dev {
                        background: url(../img/sprite.png) no-repeat -455px -212px;
                        width: 56px
                    }

                    .hire-experts-tabing-block .tablist-block ul li a i.expertise {
                        background: url(../img/sprite.png) no-repeat -563px -212px;
                        width: 50px
                    }

            .hire-experts-tabing-block .tablist-block ul li.active > a {
                background-color: #1866b1 !important;
                box-shadow: none
            }

                .hire-experts-tabing-block .tablist-block ul li.active > a:focus, .hire-experts-tabing-block .tablist-block ul li.active > a:hover {
                    background-color: #1866b1 !important;
                    box-shadow: none
                }

            .hire-experts-tabing-block .tablist-block ul li.active a i.mob-dev {
                background-position: -238px -293px
            }

            .hire-experts-tabing-block .tablist-block ul li.active a i.web-dev {
                background-position: -334px -293px
            }

            .hire-experts-tabing-block .tablist-block ul li.active a i.open-source-dev {
                background-position: -455px -293px
            }

            .hire-experts-tabing-block .tablist-block ul li.active a i.expertise {
                background-position: -563px -293px
            }

            .hire-experts-tabing-block .tablist-block ul li > a {
                background-color: inherit !important;
                box-shadow: none
            }

                .hire-experts-tabing-block .tablist-block ul li > a:focus, .hire-experts-tabing-block .tablist-block ul li > a:hover {
                    background-color: inherit !important;
                    box-shadow: none
                }

    .hire-experts-tabing-block .tab-content {
        float: left;
        width: 100%;
        min-height: 400px;
        padding-bottom: 66px
    }

        .hire-experts-tabing-block .tab-content .main-content-block {
            margin-top: 50px;
            padding: 0 70px
        }

            .hire-experts-tabing-block .tab-content .main-content-block h2 {
                font-size: 34px
            }

            .hire-experts-tabing-block .tab-content .main-content-block p {
                padding: 0;
                color: #333;
                margin-top: 28px
            }

            .hire-experts-tabing-block .tab-content .main-content-block .btn-block {
                margin-top: 28px
            }

                .hire-experts-tabing-block .tab-content .main-content-block .btn-block a {
                    text-decoration: none;
                    padding: 12px 21px 10px
                }

.developer-logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 55px
}

    .developer-logo ul {
        border: 1px solid #e8e8e8;
        display: inline-block;
        width: 803px;
        max-width: 100%;
        border-radius: 6px
    }

        .developer-logo ul li {
            list-style: none;
            width: 25%;
            float: left;
            position: relative;
            padding: 50px 0
        }

            .developer-logo ul li:after {
                content: '';
                width: 1px;
                height: 33px;
                background-color: #e8e8e8;
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -16px
            }

            .developer-logo ul li:last-child:after {
                display: none
            }

            .developer-logo ul li a i {
                height: 66px;
                display: inline-block
            }

            .developer-logo ul li a:hover span {
                color: #1866b1
            }

            .developer-logo ul li a.iphone i {
                background: url(../img/sprite.png) no-repeat -666px -204px;
                width: 52px
            }

            .developer-logo ul li a.android i {
                background: url(../img/sprite.png) no-repeat -746px -204px;
                width: 56px
            }

            .developer-logo ul li a.xamarian i {
                background: url(../img/sprite.png) no-repeat -835px -204px;
                width: 64px
            }

            .developer-logo ul li a.phonegap i {
                background: url(../img/sprite.png) no-repeat -928px -204px;
                width: 58px
            }

            .developer-logo ul li a.iphone:hover i {
                background-position: -666px -284px
            }

            .developer-logo ul li a.android:hover i {
                background-position: -746px -284px
            }

            .developer-logo ul li a.xamarian:hover i {
                background-position: -835px -284px
            }

            .developer-logo ul li a.phonegap:hover i {
                background-position: -928px -284px
            }

            .developer-logo ul li a span {
                width: 100%;
                display: inline-block;
                text-transform: uppercase;
                font-size: 13px;
                color: #a5b2be;
                letter-spacing: 1px;
                margin-top: 5px
            }

.hire-experts-tabing-block .tab-content .btn-section {
    width: 100%;
    float: left;
    margin-top: 40px
}

.news-section-block.howit-work-info {
    min-height: 526px;
    padding-bottom: 60px
}

    .news-section-block.howit-work-info .main-content-block p {
        color: #fff
    }

.howit-work-listblock .col-md-12 .col-md-10 {
    padding: 0 85px
}

.howit-work-list {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 55px 70px 0;
    margin-top: -230px;
    width: 100%;
    display: inline-block
}

    .howit-work-list li {
        list-style: none;
        position: relative;
        padding-left: 80px;
        margin-bottom: 60px
    }

        .howit-work-list li i {
            position: absolute;
            left: 0;
            top: 1px;
            background: url(../img/sprite.png) no-repeat
        }

        .howit-work-list li.email i {
            background-position: -541px -402px;
            width: 31px;
            height: 22px
        }

        .howit-work-list li.search i {
            background-position: -600px -402px;
            width: 28px;
            height: 27px
        }

        .howit-work-list li.selection i {
            background-position: -658px -400px;
            width: 34px;
            height: 38px
        }

        .howit-work-list li.dollar i {
            background-position: -726px -401px;
            width: 24px;
            height: 34px
        }

        .howit-work-list li.bestofluck i {
            background-position: -791px -400px;
            width: 36px;
            height: 33px
        }

        .howit-work-list li h2 {
            margin: 0;
            font-family: proxima_novasemibold;
            font-size: 19px;
            color: #070707
        }

        .howit-work-list li p {
            font-family: proxima_novalight;
            color: #070707;
            font-size: 16px;
            margin: 8px 0 0 0;
            line-height: 24px
        }

.thankyou-msg-block {
    padding: 50px 0 60px
}

    .thankyou-msg-block .main-content-block h2 {
        font-family: proxima_nova_rgregular;
        font-size: 54px;
        color: #161616;
        background: url(../img/title-bg.png) no-repeat bottom center;
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    .thankyou-msg-block .main-content-block p {
        padding: 0;
        margin: 0;
        color: #2b2b2b;
        font-size: 22px
    }

        .thankyou-msg-block .main-content-block p.link-dis {
            font-family: proxima_novalight;
            font-size: 20px;
            color: #666565
        }

    .thankyou-msg-block .main-content-block a {
        font-family: proxima_novasemibold;
        font-size: 22px;
        color: #0271d9;
        margin-top: 5px;
        display: inline-block
    }

    .thankyou-msg-block .thx-social-icon {
        width: 100%;
        float: left;
        text-align: center;
        padding: 28px 0 20px
    }

        .thankyou-msg-block .thx-social-icon ul {
            display: inline-block
        }

            .thankyou-msg-block .thx-social-icon ul li {
                float: left;
                list-style: none
            }

                .thankyou-msg-block .thx-social-icon ul li a {
                    width: 70px;
                    height: 31px;
                    display: inline-block;
                    margin: 0 5px;
                    background: url(../img/sprite.png) no-repeat;
                    text-decoration: none
                }

                    .thankyou-msg-block .thx-social-icon ul li a:hover {
                        opacity: .8
                    }

                .thankyou-msg-block .thx-social-icon ul li.fb a {
                    background-position: -541px -455px
                }

                .thankyou-msg-block .thx-social-icon ul li.in a {
                    background-position: -621px -455px
                }

                .thankyou-msg-block .thx-social-icon ul li.twt a {
                    background-position: -701px -455px
                }

                .thankyou-msg-block .thx-social-icon ul li.sh a {
                    background-position: -781px -455px
                }

.thankyou-blog-sec {
    padding-bottom: 70px
}

    .thankyou-blog-sec .heading {
        margin-bottom: 40px;
        background: url(../img/title-bg.png) no-repeat bottom center;
        padding-bottom: 22px
    }

        .thankyou-blog-sec .heading h2 {
            text-align: center;
            margin: 0;
            font-family: proxima_novalight;
            font-size: 22px;
            color: #2b2b2b;
            letter-spacing: 1px
        }

.blogList {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    float: left
}

    .blogList .blogImage {
        display: block
    }

        .blogList .blogImage img {
            border-radius: 5px
        }

    .blogList .authoreDesc {
        display: block;
        padding: 0 0 10px;
        font-size: 14px;
        text-transform: uppercase;
        color: #212121;
        letter-spacing: 1.25px
    }

    .blogList .blogTitle {
        font-size: 28px;
        color: #005db7;
        padding-bottom: 12px;
        line-height: 28px
    }

        .blogList .blogTitle a {
            color: #005db7;
            text-decoration: none
        }

            .blogList .blogTitle a:hover {
                color: #161616
            }

    .blogList p {
        font-family: proxima_novalight;
        color: #292929;
        font-size: 18px;
        line-height: 26px
    }

    .blogList .readMore {
        display: inline-block;
        border: 1px solid #1866b1;
        font-size: 12px;
        color: #1866b1;
        margin-top: 5px;
        text-transform: uppercase;
        padding: 11px 20px 9px;
        border-radius: 6px
    }

        .blogList .readMore:hover {
            text-decoration: none;
            background: #1866b1;
            color: #fff
        }

.index-page-block {
    min-height: 600px
}

    .index-page-block .main-content-block {
        padding: 40px 0;
        text-align: center
    }

        .index-page-block .main-content-block ul li {
            text-align: left;
            font-size: 20px;
            color: #555;
            margin-bottom: 20px
        }

            .index-page-block .main-content-block ul li a {
                font-size: 24px;
                color: #555;
                text-decoration: none
            }

            .index-page-block .main-content-block ul li:hover {
                color: #101e2a
            }

                .index-page-block .main-content-block ul li:hover a {
                    color: #101e2a
                }

.resource-list-block {
    width: 100%;
    display: inline-block;
    padding-top: 52px;
    padding-bottom: 55px
}

    .resource-list-block .col-md-3, .resource-list-block .col-md-4 {
        margin-bottom: 35px
    }

    .resource-list-block .re-image {
        display: table;
        width: 100%;
        height: inherit;
        text-align: center
    }

        .resource-list-block .re-image span {
            display: table-cell;
            vertical-align: middle
        }

    .resource-list-block .re-detail {
        text-align: center
    }

        .resource-list-block .re-detail .title {
            font-family: proxima_novasemibold;
            font-size: 12px;
            color: #1866b1;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-top: 28px
        }

        .resource-list-block .re-detail h2 {
            font-family: proxima_novasemibold;
            font-size: 20px;
            color: #161616;
            letter-spacing: .4px;
            line-height: 27px;
            margin: 20px 0 0
        }

        .resource-list-block .re-detail p {
            font-family: proxima_novalight;
            font-size: 16px;
            color: #292929;
            letter-spacing: .4px;
            line-height: 26px;
            margin: 12px 0 0
        }

        .resource-list-block .re-detail a.comman-btn {
            border: 1px solid #1866b1;
            font-size: 12px;
            color: #1866b1;
            margin-top: 22px;
            padding: 11px 20px 9px
        }

            .resource-list-block .re-detail a.comman-btn:hover {
                text-decoration: none;
                background: #1866b1;
                color: #fff
            }

#blog .resource-list-block .re-image {
    border-radius: 5px;
    height: inherit
}

    #blog .resource-list-block .re-image img {
        border-radius: 5px
    }

#blog .resource-list-block .re-detail h2 {
    padding: 0 10px;
    margin-top: 14px
}

#newsletter .resource-list-block .re-image {
    height: inherit;
    position: relative
}

#newsletter .resource-list-block .re-detail {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 75px
}

    #newsletter .resource-list-block .re-detail h2 {
        color: #fff;
        margin-top: 0
    }

    #newsletter .resource-list-block .re-detail .title {
        color: #fff;
        margin-top: 35px
    }

.news-section-block .newsOuter:hover {
    border: 1px solid #e8e7e7;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1)
}

.grib-box {
    background-color: rgba(0,0,0,.2);
    width: 238px;
    height: 259px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    color: #fff;
    cursor: pointer
}

    .grib-box:hover {
        background-color: #15599a
    }

.grib-box-last {
    width: 231px;
    background-color: rgba(0,0,0,.2)
}

.grib-box-mid {
    width: 238px;
    background-color: rgba(0,0,0,.3)
}

.grib-box-active {
    width: 238px;
    height: 288px;
    background-color: #15599a;
    margin-top: -30px;
    padding-top: 11px
}

    .grib-box-active .icon-i {
        margin-bottom: 17px
    }

.grid-head {
    font-family: proxima_novasemibold;
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px
}

.grid-content {
    font-family: proxima_novalight;
    font-size: 15.4px !important;
    line-height: 26px !important;
    margin: 0 !important;
    letter-spacing: .6px
}

.innerpage-banner.development-banner {
    background-size: cover;
    min-height: 920px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

    .innerpage-banner.development-banner .container {
        width: 1206px
    }

.nopadrl {
    padding-left: 0;
    padding-right: 0
}

.icon-i:before {
    content: '';
    width: 45px;
    height: 81px;
    background-image: url(../img/sprite1.png);
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.icon-i.html5-i:before {
    background-position: -392px -5px;
    width: 62px
}

.icon-i.codeigniter-i:before {
    background-position: -492px 1px
}

.icon-i.cross-platform-i:before {
    background-position: -3px 0
}

.icon-i.android-i:before {
    background-position: -77px 0
}

.icon-i.iphone-i:before {
    background-position: -145px 0;
    width: 59px;
    height: 81px
}

.icon-i.phonegap-i:before {
    background-position: -230px 0
}

.icon-i.enterprise-i:before {
    background-position: -302px 0;
    width: 50px
}

.icon-i.all-star:before {
    width: 66px
}

.icon-i.all-star.skill-expertise-i:before {
    background-position: -4px -102px
}

.icon-i.all-star.interactive-i:before {
    background-position: -114px -102px
}

.icon-i.all-star.competitive-i:before {
    background-position: -222px -102px
}

.icon-i.all-star.client-i:before {
    background-position: -322px -102px
}

.icon-i.all-star.personalized-i:before {
    background-position: -424px -102px
}

.icon-i.all-star.privacy-i:before {
    background-position: -512px -102px
}

.icon-i.mobile-i:before {
    background-position: -109px 0;
    background-image: url(../img/sprite.png);
    width: 80px
}

.innerpage-head1 {
    font-size: 22px
}

.regular-sub-head {
    font-family: proxima_novalight;
    font-size: 16px;
    color: #717171;
    margin: 7px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background: url(../img/title-bg.png) no-repeat bottom center;
    padding-bottom: 20px
}

.title-bg1 {
    background: url(../img/title-bg1.png) no-repeat bottom center !important
}

.allstaritem {
    width: 100%;
    min-height: 266px;
    border: 1px solid #ececec;
    padding: 50px 10px 10px;
    text-align: center;
    cursor: pointer;
    position: relative
}

    .allstaritem .news-detail {
        margin-top: 0;
        padding-bottom: 20px
    }

    .allstaritem .center-grip {
        position: absolute;
        top: 0
    }

        .allstaritem .center-grip.first {
            left: 0
        }

        .allstaritem .center-grip.second {
            right: 0
        }

.newsOuter.activated .allstaritem-inner, .newsOuter:hover .allstaritem-inner {
    position: relative
}

.newsOuter.activated .icon-i.all-star.skill-expertise-i:before, .newsOuter:hover .icon-i.all-star.skill-expertise-i:before {
    background-position: -4px -223px !important
}

.newsOuter.activated .icon-i.all-star.interactive-i:before, .newsOuter:hover .icon-i.all-star.interactive-i:before {
    background-position: -114px -223px !important
}

.newsOuter.activated .icon-i.all-star.competitive-i:before, .newsOuter:hover .icon-i.all-star.competitive-i:before {
    background-position: -222px -223px !important
}

.newsOuter.activated .icon-i.all-star.client-i:before, .newsOuter:hover .icon-i.all-star.client-i:before {
    background-position: -322px -223px !important
}

.newsOuter.activated .icon-i.all-star.personalized-i:before, .newsOuter:hover .icon-i.all-star.personalized-i:before {
    background-position: -424px -102px !important
}

.newsOuter.activated .icon-i.all-star.privacy-i:before, .newsOuter:hover .icon-i.all-star.privacy-i:before {
    background-position: -512px -223px !important
}

.newsOuter.activated .news-detail p, .newsOuter:hover .news-detail p {
    color: #131313 !important
}

.newsOuter.activated .lightcolor, .newsOuter:hover .lightcolor {
    color: #131313 !important
}

.newsOuter:hover .icon-i.all-star.personalized-i:before {
    background-position: -424px -223px !important
}

.we-deliver .container {
    width: 1200px
}

.innerpage-banner.d-whitepaper {
    min-height: 830px
}

.whitepaper-banner-img {
    float: left
}

.whitepaper-info {
    background: url(../img/direction-arrow.png) no-repeat 38px bottom;
    float: left;
    text-align: left;
    padding-left: 65px;
    margin-top: 32px;
    padding-bottom: 55px;
    width: 65%
}

    .whitepaper-info > h2 {
        font-size: 40px;
        line-height: 48px;
        color: #fff;
        margin: 0
    }

    .whitepaper-info > .title-bar {
        font-family: proxima_nova_rgbold;
        font-size: 15px;
        color: #fff;
        margin: 12px 0 0;
        text-transform: uppercase;
        letter-spacing: 1.8px
    }

    .whitepaper-info .download-block {
        width: 601px;
        display: inline-block;
        background: rgba(255,255,255,.1);
        border-radius: 10px;
        margin-top: 50px;
        padding: 25px 25px 36px
    }

        .whitepaper-info .download-block > h2 {
            font-family: proxima_novalight;
            font-size: 26px;
            color: #fff;
            letter-spacing: .2px;
            margin: 0
        }

        .whitepaper-info .download-block > .title-bar {
            font-family: proxima_novalight;
            font-size: 12px;
            color: #fff;
            margin: 13px 0 0;
            text-transform: uppercase;
            letter-spacing: 1.2px
        }

        .whitepaper-info .download-block > form .filed-block p {
            font-size: 14px;
            text-transform: inherit;
            letter-spacing: inherit
        }

        .whitepaper-info .download-block form {
            margin-top: 25px
        }

        .whitepaper-info .download-block .filed-block {
            float: left;
            padding: 0 5px
        }

            .whitepaper-info .download-block .filed-block input.textfiled {
                font-family: proxima_novalight;
                width: 196px;
                border: none;
                border-radius: 5px;
                height: 51px;
                font-size: 12px;
                color: #000;
                text-transform: uppercase;
                padding: 15px 18px;
                outline: none;
                letter-spacing: 1.2px
            }

                .whitepaper-info .download-block .filed-block input.textfiled::-webkit-placeholder, .whitepaper-info .download-block .filed-block input.textfiled::-moz-placeholder {
                    color: rgba(0,0,0,.5)
                }

                .whitepaper-info .download-block .filed-block input.textfiled:-ms-input-placeholder {
                    color: rgba(0,0,0,.5)
                }

                .whitepaper-info .download-block .filed-block input.textfiled:-moz-placeholder {
                    color: rgba(0,0,0,.5)
                }

            .whitepaper-info .download-block .filed-block input.comman-btn {
                font-family: proxima_novasemibold;
                font-size: 14px;
                color: #fff;
                text-transform: uppercase;
                outline: none;
                letter-spacing: .6px;
                background: #ff9416;
                padding: 18px 11px 16px;
                border: none;
                border-radius: 5px;
                width: 127px;
                text-overflow: ellipsis;
                overflow: hidden
            }

.d-white-p-list-block {
    padding: 80px 0 20px
}

    .d-white-p-list-block .col-md-3 {
        height: 212px;
        margin-bottom: 48px
    }

        .d-white-p-list-block .col-md-3 .value span {
            width: 46px;
            height: 46px;
            line-height: 46px;
            display: inline-block;
            text-align: center;
            background: #15599a;
            border-radius: 100%;
            font-family: proxima_novaextrabold;
            font-size: 14px;
            color: #fff;
            letter-spacing: .8px
        }

        .d-white-p-list-block .col-md-3 h2 {
            font-family: proxima_nova_rgbold;
            margin: 0;
            color: #303030;
            font-size: 20px;
            letter-spacing: .4px;
            line-height: 24px;
            margin: 14px 0 9px
        }

        .d-white-p-list-block .col-md-3 p {
            font-family: proxima_novalight;
            margin: 0;
            color: #131313;
            font-size: 16px;
            letter-spacing: .6px;
            line-height: 22px
        }

.d-white-blog .resource-list-block {
    padding-bottom: 46px
}

.outsourcing-banner {
    background: url(../img/banners/outsourcing-banner.jpg?v=1) no-repeat center center;
    min-height: 396px;
    background-size: cover;
    width: 100%
}

    .outsourcing-banner h2 {
        color: #fff
    }

    .outsourcing-banner .title-bar {
        background: url(../img/gray-title-bg.png) no-repeat bottom center;
        color: #fff
    }

    .outsourcing-banner p {
        font-family: proxima_nova_rgregular;
        font-size: 15px;
        color: rgba(255,255,255,.7);
        letter-spacing: .6px;
        line-height: 28px;
        padding: 0
    }

.project-quote-form .from-right-block .form-group i.name {
    background-position: -798px -7px
}

.project-quote-form .from-right-block .form-group i.email {
    background-position: -826px -7px
}

.project-quote-form .from-right-block .form-group i.category {
    background-position: -890px -7px;
    top: 13px
}

.project-quote-form .from-right-block .form-group i.budget {
    background-position: -922px -7px;
    top: 12px
}

.project-quote-form .from-right-block .form-group i.skypeid {
    background-position: -947px -7px;
    top: 11px
}

.project-quote-form .from-right-block .form-group i.message {
    background-position: -975px -7px;
    top: 2px
}

.project-quote-form .from-right-block .form-group.textarea {
    text-align: left
}

    .project-quote-form .from-right-block .form-group.textarea label {
        color: #fff
    }

.project-quote-form .mobile-number .intl-tel-input .selected-flag .iti-arrow {
    border-top-color: #fff
}

.project-quote-form .from-right-block .form-group.mobile-number .mobile-country {
    padding-left: 99px !important
}

.project-quote-form .upoad-check-option {
    margin-top: 25px
}

    .project-quote-form .upoad-check-option .upload-block {
        width: 100%;
        border: 2px dashed rgba(255,255,255,.2);
        height: auto;
        min-height: 52px;
        background: rgba(0,0,0,.1);
        text-align: center;
        padding: 10px 0;
        border-radius: 5px
    }

        .project-quote-form .upoad-check-option .upload-block input {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%
        }

        .project-quote-form .upoad-check-option .upload-block p {
            display: inline-block;
            position: relative;
            color: rgba(255,255,255,.3);
            font-size: 16px;
            text-transform: capitalize;
            padding-left: 28px
        }

            .project-quote-form .upoad-check-option .upload-block p i {
                position: absolute;
                left: 4px;
                top: 0;
                background: 0 0;
                font-size: 23px;
                color: rgba(255,255,255,.8);
                width: auto;
                transform: rotate(32deg)
            }

    .project-quote-form .upoad-check-option .checkbox {
        text-align: center;
        width: 100%;
        margin-top: 22px
    }

        .project-quote-form .upoad-check-option .checkbox .cus-control {
            color: #fff
        }

.project-quote-form .form-group .cus-control__indicator {
    background: rgba(255,255,255,.9) !important
}

.project-quote-form .form-group .cus-control:hover input:not([disabled]):checked ~ .cus-control__indicator, .project-quote-form .form-group .cus-control input:checked:focus ~ .cus-control__indicator, .project-quote-form .form-group .cus-control:hover input ~ .cus-control__indicator {
    background: rgba(255,255,255,.9) !important
}

.project-quote-form .form-group .cus-control--checkbox .cus-control__indicator:after {
    border-color: #1866b1
}

.project-client-tm {
    position: relative;
    padding-bottom: 98px
}

.project-slid-arrow ul {
    list-style: none
}

.project-slid-arrow li {
    z-index: 999;
    position: absolute;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    margin-top: -15px;
    text-align: left
}

.project-slid-arrow.fixed li {
    position: fixed;
    top: 50%;
    bottom: inherit;
    margin-top: -30px;
    opacity: 1;
    visibility: visible
}

.project-slid-arrow li:first-child {
    text-align: left;
    left: 30px
}

.project-slid-arrow li:last-child {
    text-align: right;
    right: 30px
}

.project-slid-arrow li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    opacity: .8
}

.project-slid-arrow span.p-slid-arrow {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px
}

.project-slid-arrow span.p-slid-name {
    font-family: proxima_novaextrabold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px
}

.project-slid-arrow li:first-child span.p-slid-arrow i {
    float: left;
    margin: 2px 16px 0 0;
    font-size: 16px
}

.project-slid-arrow li:last-child span.p-slid-arrow i {
    float: right;
    margin: 2px 0 0 16px;
    font-size: 16px
}

.project-slid-arrow li a:hover {
    opacity: 1
}

.main-content-block2 {
    text-align: center;
    padding: 40px 0
}

    .main-content-block2 .title-bar {
        font-size: 16px;
        color: #fff;
        font-style: italic;
        letter-spacing: 1px
    }

    .main-content-block2 h2 {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 10px 0 0
    }

.favorite-project-block {
    width: 100%;
    min-height: 895px;
    background: #016dc7 url(../img/favorite_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0 85px 0
}

.fp-view-more-text {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.fp-view-more-btn {
    font-size: 14px;
    color: #5c91e4;
    border-bottom: 1px solid #3a4962;
    text-decoration: none
}

    .fp-view-more-btn:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
        text-decoration: none
    }

.favorite-project-block .tm-video-detail {
    bottom: 80px
}

.favorite-project-block .nd-testimonial-block {
    margin-bottom: 45px
}

    .favorite-project-block .nd-testimonial-block.video .tm-button a {
        color: #fff
    }

        .favorite-project-block .nd-testimonial-block.video .tm-button a i {
            border-color: #fff
        }

        .favorite-project-block .nd-testimonial-block.video .tm-button a:hover {
            color: #ff711c;
            text-decoration: none
        }

            .favorite-project-block .nd-testimonial-block.video .tm-button a:hover i {
                color: #ff711c;
                border-color: #ff711c
            }

.favorite-project-block .slick-prev, .favorite-project-block .slick-next {
    width: 52px;
    height: 52px;
    top: 50%;
    border: none !important;
    background: #22262b;
    border-radius: 100%;
    margin-top: -30px !important
}

.favorite-project-block .slick-prev {
    left: -30px;
    margin-left: -25px
}

.favorite-project-block .slick-next {
    right: -30px;
    margin-right: -25px
}

    .favorite-project-block .slick-prev:before, .favorite-project-block .slick-next:before {
        color: #fff
    }

    .favorite-project-block .slick-prev:hover, .favorite-project-block .slick-next:hover {
        background: #22262b;
        box-shadow: 0 0 15px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1)
    }

.favorite-project-block .slick-arrow.slick-prev:hover:before {
    padding-right: 5px
}

.favorite-project-block .slick-arrow.slick-next:hover:before {
    padding-left: 5px
}

.favorite-project-block .project-feature-btn li img {
    width: auto
}

.favorite-project-block .mobile-porfolio-grid {
    padding: 15px;
    height: 534px;
    margin-bottom: 45px
}

    .favorite-project-block .mobile-porfolio-grid .mobilegrid-hover {
        padding: 12px;
        height: 118px
    }

.favorite-project-block .mobileproject-descrption .mobilep-des-info {
    height: 44px;
    margin-bottom: 12px
}

    .favorite-project-block .mobileproject-descrption .mobilep-des-info p {
        font-family: proxima_novasemibold;
        font-size: 16px;
        color: #131313;
        line-height: 22px;
        margin-bottom: 0;
        font-weight: 400
    }

.favorite-project-block .mobileproject-descrption .tm-button {
    position: inherit;
    bottom: 0
}

.favorite-project-block .mobile-porfolio-grid .devices {
    height: 221px
}

    .favorite-project-block .mobile-porfolio-grid .devices img {
        max-height: 221px;
        display: inline-block
    }

    .favorite-project-block .mobile-porfolio-grid .devices.mobile img {
        max-width: 130px
    }

    .favorite-project-block .mobile-porfolio-grid .devices.web img {
        max-width: 320px
    }

    .favorite-project-block .mobile-porfolio-grid .devices.tablet img {
        max-width: 270px
    }

.custom-disabled {
    pointer-events: none;
    opacity: 1
}

#maps .wrapper {
    height: 1050px;
    left: 0;
    position: absolute;
    top: -642px;
    width: 100%
}

    #maps .wrapper > div {
        height: 1050px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    #maps .wrapper .overlay {
        background-image: url(../img/map-overlay-bg.png);
        background-repeat: repeat-x;
        display: none;
        z-index: 2
    }

        #maps .wrapper .overlay.rotated {
            background-position: left bottom
        }

.mainsec h1 {
    position: relative
}

.typed-cursor {
    animation: .3s ease 0s normal forwards 1 running fade
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

#custom-remove {
    position: absolute;
    top: 0;
    right: -26px
}

.mainsec h1 #typed {
    font-style: normal
}

.mainsec h1 .typed-cursor {
    font-style: normal
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@keyframes

"blink" {
    0%

{
    opacity: 1
}

50% {
    opacity: 0
}

100% {
    opacity: 1
}

}
@-webkit-keyframes

"blink" {
    0%

{
    opacity: 1
}

50% {
    opacity: 0
}

100% {
    opacity: 1
}

}
@-moz-keyframes

"blink" {
    0%

{
    opacity: 1
}

50% {
    opacity: 0
}

100% {
    opacity: 1
}

}

body.top-space {
    padding-top: 80px
}

.box-gradient {
    background: #006cc7;
    background: -moz-linear-gradient(left,#006cc7 0%,#006cc7 29%,#026ec8 32%,#0370c5 32%,#0572c4 37%,#0774c6 38%,#0775c2 39%,#0a75c3 40%,#0b7ac1 43%,#1d8db5 58%,#208db6 58%,#1e8eb4 58%,#2191b6 60%,#2290b3 61%,#2192b4 61%,#2594b0 63%,#32a3ab 74%,#34a6a7 76%,#33a4a8 76%,#3db0a3 86%,#40b0a0 89%,#3fb2a1 100%);
    background: -webkit-linear-gradient(left,#006cc7 0%,#006cc7 29%,#026ec8 32%,#0370c5 32%,#0572c4 37%,#0774c6 38%,#0775c2 39%,#0a75c3 40%,#0b7ac1 43%,#1d8db5 58%,#208db6 58%,#1e8eb4 58%,#2191b6 60%,#2290b3 61%,#2192b4 61%,#2594b0 63%,#32a3ab 74%,#34a6a7 76%,#33a4a8 76%,#3db0a3 86%,#40b0a0 89%,#3fb2a1 100%);
    background: linear-gradient(to right,#006cc7 0%,#006cc7 29%,#026ec8 32%,#0370c5 32%,#0572c4 37%,#0774c6 38%,#0775c2 39%,#0a75c3 40%,#0b7ac1 43%,#1d8db5 58%,#208db6 58%,#1e8eb4 58%,#2191b6 60%,#2290b3 61%,#2192b4 61%,#2594b0 63%,#32a3ab 74%,#34a6a7 76%,#33a4a8 76%,#3db0a3 86%,#40b0a0 89%,#3fb2a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cc7',endColorstr='#3fb2a1',GradientType=1 )
}

.konstant-customers-block {
    text-align: center;
    padding: 60px 0 70px
}

    .konstant-customers-block .col-md-4 {
        margin-bottom: 30px
    }

    .konstant-customers-block .owl-controls .owl-prev, .konstant-customers-block .owl-controls .owl-next {
        width: 59px;
        height: 59px;
        font-size: 0;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease
    }

    .konstant-customers-block .owl-controls .owl-prev {
        background: url(../img/left-slide-arrow.png) no-repeat center center;
        left: -63px
    }

    .konstant-customers-block .owl-controls .owl-next {
        background: url(../img/right-slide-arrow.png) no-repeat center center;
        right: -63px
    }

    .konstant-customers-block .owl-controls .owl-prev:hover {
        left: -78px
    }

    .konstant-customers-block .owl-controls .owl-next:hover {
        right: -78px
    }

    .konstant-customers-block .info-block {
        width: 100%;
        height: 246px;
        display: inline-block;
        padding: 45px 20px 20px;
        border-radius: 5px;
        position: relative
    }

    .konstant-customers-block .img-block {
        width: 100%;
        text-align: center;
        margin-bottom: 2px
    }

        .konstant-customers-block .img-block img {
            max-width: 60px;
            border-radius: 10px;
            max-height: 60px
        }

    .konstant-customers-block .info-block .head {
        font-family: montserratbold;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase
    }

    .konstant-customers-block .info-block .title {
        font-family: proxima_nova_rgregular;
        font-size: 13px;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 16px;
        position: relative
    }

        .konstant-customers-block .info-block .title:after {
            content: '';
            width: 133px;
            height: 2px;
            background: rgba(255,255,255,.1);
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -65px
        }

    .konstant-customers-block .info-block .btn-block {
        margin-top: 12px
    }

        .konstant-customers-block .info-block .btn-block a {
            font-family: circular std;
            font-weight: 700;
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px
        }

            .konstant-customers-block .info-block .btn-block a:hover {
                color: #fff
            }

    .konstant-customers-block .btn-block a.comman-btn {
        border: 1px solid #1866b1;
        color: #1866b1;
        font-size: 13px;
        text-decoration: none;
        padding: 13px 23px 12px
    }

        .konstant-customers-block .btn-block a.comman-btn:hover {
            color: #fff
        }

#what-they-speak {
    background: #f8f9fe;
    padding: 0
}

.client-video-testimonial {
    margin: 60px 0 70px
}

    .client-video-testimonial .video-block {
        width: 100%;
        height: 206px;
        float: left;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
        border-radius: 10px;
        background: #f4f4f4;
        border: 1px solid #ccc
    }

        .client-video-testimonial .video-block .background-image-holder {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: #292929;
            background-size: cover !important;
            background-position: 50% 50% !important;
            transition: all .4s ease;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            opacity: 0;
            border-radius: 10px
        }

        .client-video-testimonial .video-block video {
            width: 100%;
            height: 206px
        }

        .client-video-testimonial .video-block .vbottomDiv {
            display: block;
            padding: 10px 80px 10px 18px;
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 1;
            background: rgba(0,0,0,.2);
            box-sizing: border-box
        }

        .client-video-testimonial .video-block .vbottomDiv {
            display: inline-block;
            color: #fff;
            opacity: 0
        }

        .client-video-testimonial .video-block .artistName {
            font-family: proxima_nova_rgbold;
            font-size: 20px;
            line-height: 30px
        }

        .client-video-testimonial .video-block .companyName {
            font-size: 21px;
            line-height: 26px
        }

        .client-video-testimonial .video-block .video-btn-play {
            background: url(../img/sprite.png) no-repeat -876px -433px;
            height: 50px;
            width: 50px;
            float: right;
            font-size: 0;
            position: absolute;
            right: 18px;
            z-index: 2;
            cursor: pointer;
            bottom: 10px
        }

            .client-video-testimonial .video-block .video-btn-play.video-btn-pause {
                background-position: -936px -433px;
                opacity: 0
            }

        .client-video-testimonial .video-block:hover .video-btn-play.video-btn-pause {
            opacity: 1
        }

    .client-video-testimonial .btn-block {
        text-align: center;
        margin-top: 25px
    }

        .client-video-testimonial .btn-block a {
            border: 1px solid #1866b1;
            color: #1866b1;
            font-size: 13px;
            text-decoration: none;
            padding: 13px 23px 12px
        }

            .client-video-testimonial .btn-block a:hover {
                color: #fff
            }

    .client-video-testimonial .video-block.watch-video-block.fadein .vbottomDiv {
        opacity: 1;
        z-index: 1
    }

    .client-video-testimonial .video-block.watch-video-block.fadein .background-image-holder {
        opacity: 1;
        z-index: 1
    }

.speak-about-kon-block {
    margin: 60px 0 80px
}

    .speak-about-kon-block ul {
        width: 100%;
        float: left
    }

    .speak-about-kon-block li {
        list-style: none;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 60px;
        width: 50%;
        padding: 0 15px
    }

    .speak-about-kon-block .client-profile {
        width: 96px;
        height: 96px;
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        top: -48px;
        left: 50%;
        margin-left: -48px;
        border: 6px solid #fff;
        text-align: center
    }

        .speak-about-kon-block .client-profile img {
            max-height: 96px;
            max-width: inherit
        }

    .speak-about-kon-block .testimonial-block {
        background-color: #eef4f8;
        border-radius: 10px;
        position: relative;
        padding: 75px 20px 30px;
        text-align: center;
        margin-top: 48px
    }

        .speak-about-kon-block .testimonial-block p {
            font-size: 18px;
            color: #4c4c4c;
            letter-spacing: .4px;
            line-height: 31px;
            margin-bottom: 0
        }

    .speak-about-kon-block li .client-name {
        font-size: 20px;
        color: #33383b;
        letter-spacing: .2px;
        margin-top: 28px
    }

        .speak-about-kon-block li .client-name span {
            font-family: proxima_nova_rgbold
        }

    .speak-about-kon-block .testimonial-block .test-arrow {
        position: absolute;
        bottom: -16px;
        left: 68px
    }

    .speak-about-kon-block .testimonial-block:hover {
        margin-top: 38px;
        padding-top: 65px
    }

        .speak-about-kon-block .testimonial-block:hover .client-profile {
            top: -58px;
            box-shadow: 0 0 3px rgba(0,0,0,.3)
        }

    .speak-about-kon-block .btn-block {
        text-align: center
    }

        .speak-about-kon-block .btn-block a {
            border: 1px solid #1866b1;
            color: #1866b1;
            font-size: 13px;
            text-decoration: none;
            padding: 13px 23px 12px
        }

            .speak-about-kon-block .btn-block a:hover {
                color: #fff
            }

#client-survey, #what-they-speak, #what-they-write {
    width: 100%;
    display: inline-block
}

.aw-cl-logo-block.sticky {
    margin-top: 0;
    padding-top: 0
}

    .aw-cl-logo-block.sticky ul.nav-tabs {
        position: fixed;
        top: 80px;
        left: 0;
        background: #107dbe;
        right: 0;
        z-index: 99;
        padding-top: 16px;
        padding-bottom: 16px
    }

.press-detail-page {
    min-height: 500px
}

.p-detail-info {
    padding: 55px 0 70px
}

.details-heading-block h2 {
    margin: 0;
    font-size: 26px;
    color: #212121;
    font-family: proxima_novasemibold
}

.details-heading-block span.date {
    font-size: 13px;
    color: #1866b1;
    font-family: proxima_novasemibold;
    letter-spacing: 1.25px;
    width: 100%;
    float: left;
    margin-top: 4px
}

.details-heading-block h3.title {
    margin: 24px 0 0;
    font-size: 18px;
    color: #070707;
    letter-spacing: .4px;
    border-bottom: 1px solid #ddd;
    float: left;
    padding-right: 25px;
    padding-bottom: 23px
}

.detail-pra {
    margin-top: 24px
}

    .detail-pra p {
        font-size: 16px;
        color: #343434;
        letter-spacing: .4px;
        line-height: 27px;
        margin-bottom: 28px
    }

.detail-list-block {
    margin-top: 4px
}

    .detail-list-block h3 {
        font-size: 19px;
        font-family: proxima_novasemibold;
        color: #2a2a2a;
        margin-bottom: 20px
    }

    .detail-list-block ul {
        list-style: none;
        padding-left: 40px;
        margin-top: 22px;
        margin-bottom: 40px
    }

        .detail-list-block ul li {
            color: #343434;
            font-size: 17px;
            font-family: proxima_nova_rgbold;
            margin-bottom: 20px;
            position: relative;
            padding-left: 35px
        }

            .detail-list-block ul li:after {
                content: "\f111";
                font-family: fontawesome;
                color: #005db7;
                font-size: 9px;
                position: absolute;
                left: 0;
                top: 7px
            }

.detail-pra.tweet-block {
    margin-top: 0;
    border-top: 1px solid #ddd;
    padding-top: 22px
}

    .detail-pra.tweet-block p {
        margin-bottom: 24px
    }

        .detail-pra.tweet-block p a {
            font-family: proxima_nova_rgbold;
            color: #1e5eb5;
            text-decoration: none
        }

.p-releas-slide {
    padding-top: 48px;
    padding-bottom: 42px
}

    .p-releas-slide .heading {
        font-family: proxima_nova_rgbold;
        font-size: 22px;
        color: rgba(33,33,33,.5);
        margin: 0 0 34px
    }

.p-releas-block {
    width: 100%;
    height: 380px;
    overflow: hidden;
    padding: 41px 38px 5px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    background: #fff;
    display: inline-block
}

    .p-releas-block .details-heading-block h2 {
        font-size: 20px
    }

        .p-releas-block .details-heading-block h2 a {
            color: #337ab7
        }

            .p-releas-block .details-heading-block h2 a:hover {
                color: #337ab7;
                text-decoration: none
            }

    .p-releas-block .detail-pra {
        margin-top: 20px
    }

.p-releas-slide .owl-item .item {
    padding: 0 15px
}

.p-releas-slide .owl-buttons {
    float: right;
    padding: 0 15px;
    margin-top: 38px
}

    .p-releas-slide .owl-buttons .owl-prev:after {
        content: 'Previous';
        font-size: 15px
    }

    .p-releas-slide .owl-buttons .owl-prev:before {
        content: "\f104";
        font-family: fontawesome;
        font-size: 15px;
        font-weight: 700;
        color: #858585;
        position: absolute;
        left: -1px;
        top: -1px
    }

    .p-releas-slide .owl-buttons .owl-next:after {
        content: 'Next';
        font-size: 15px
    }

    .p-releas-slide .owl-buttons .owl-next:before {
        content: "\f105";
        font-family: fontawesome;
        font-size: 15px;
        font-weight: 700;
        color: #858585;
        position: absolute;
        right: -1px;
        top: -1px
    }

    .p-releas-slide .owl-buttons .owl-prev, .p-releas-slide .owl-buttons .owl-next {
        font-family: proxima_novasemibold;
        font-size: 0;
        color: #858585;
        padding: 0 15px;
        float: left;
        position: relative
    }

        .p-releas-slide .owl-buttons .owl-prev:hover, .p-releas-slide .owl-buttons .owl-next:hover {
            color: #1866b1
        }

            .p-releas-slide .owl-buttons .owl-prev:hover:before, .p-releas-slide .owl-buttons .owl-next:hover:before {
                color: #1866b1
            }

.press-detail-page .proposal-block {
    background: 0 0
}

.in-banner-content .banner-upper-content {
    font-family: proxima_nova_rgregular;
    color: #fff
}

.career-text {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    padding-bottom: 55px;
    padding-top: 55px;
    height: 256px;
    width: 100%
}

    .career-text h3 {
        text-transform: uppercase;
        color: #4b565b;
        font-size: 16px;
        line-height: 21px;
        font-family: proxima_nova_rgregular
    }

.careerIcon {
    background: url(../img/sprite.png?v=1) no-repeat;
    display: block;
    width: 62px;
    height: 70px;
    margin: 0 auto
}

    .careerIcon.ui-ux {
        background-position: -1085px -140px
    }

    .careerIcon.ux_dev {
        background-position: -1087px -55px !important
    }

    .careerIcon.apple {
        background-position: -1176px 0
    }

    .careerIcon.android {
        background-position: -1176px -183px
    }

    .careerIcon.frontend {
        background-position: -1087px -2px
    }

    .careerIcon.dotnet {
        background-position: -1175px -346px
    }

    .careerIcon.ba {
        background-position: -2640px -3px
    }

    .careerIcon.bde {
        background-position: -2320px 3px
    }

    .careerIcon.qa {
        background-position: -1260px -152px
    }

    .careerIcon.phpDev {
        background-position: -2043px 3px;
        width: 100px
    }

.career-hiring {
    margin-top: 50px
}

    .career-hiring .heading {
        font-size: 42px;
        line-height: 48px;
        font-family: proxima_novalight;
        color: #151515
    }

    .career-hiring .subheading {
        color: #484848;
        font-size: 16px;
        line-height: 48px;
        font-family: proxima_novalight;
        text-transform: uppercase
    }

.valueculture {
    background: #162d42;
    color: #fff;
    padding-bottom: 70px
}

    .valueculture .valueheading {
        font-size: 46px;
        line-height: 48px;
        font-family: proxima_novalight;
        margin-top: 76px
    }

    .valueculture .value-subheading {
        background: url(../img/gray-title-bg.png) no-repeat bottom center;
        color: #6484a0;
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 15px;
        font-family: proxima_novalight;
        text-transform: uppercase;
        letter-spacing: 2px
    }

    .valueculture .value-subtext {
        color: #fff;
        font-size: 16px;
        line-height: 27.5px;
        padding-bottom: 15px;
        padding-top: 20px;
        font-family: proxima_novalight
    }

    .valueculture .valuecul-content-block .padtop58 {
        padding-top: 28px
    }

    .valueculture .phd-head {
        font-size: 30px;
        line-height: 27px;
        font-family: proxima_nova_rgregular;
        margin-top: 15px
    }

    .valueculture .phd-sub {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 60px;
        font-family: proxima_novalight;
        letter-spacing: 1px;
        min-height: 260px
    }

.padtop80 {
    padding-top: 80px
}

.padtop58 {
    padding-top: 58px
}

.light-gray-bg {
    background: #f8f8f8;
    padding-bottom: 74px
}

#tech-lead .main-content-block h2 {
    font-family: proxima_novalight;
    font-size: 42px;
    color: #151515;
    margin-bottom: 5px;
    line-height: normal
}

#tech-lead .title-bar {
    font-size: 16px;
    line-height: 26px;
    font-family: proxima_novalight;
    color: #484848
}

.padtblr0 {
    padding: 0
}

.careerbanner1 {
    background: url(../img/team_img1.jpg) no-repeat;
    background-size: cover;
    height: 492px
}

.cb-textbox {
    position: absolute;
    background: rgba(29,29,29,.79);
    color: White;
    height: 100%;
    top: 0;
    right: 0;
    max-width: 320px;
    padding: 70px 30px 60px
}

    .cb-textbox h3 {
        font-size: 36px;
        line-height: 44px;
        color: #fdfdfd;
        margin-top: 0;
        font-family: circular std
    }

    .cb-textbox p {
        margin-top: 25px;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-family: proxima_nova_rgregular
    }

    .cb-textbox .cb-btn {
        margin-top: 53px;
        display: block;
        padding: 15px 40px;
        font-size: 15px;
        line-height: 30px;
        font-family: proxima_novaextrabold;
        text-transform: uppercase;
        color: #fff;
        border-radius: 4px;
        border: none
    }

.careerbanner2 {
    background: url(../img/team_img2.jpg) no-repeat;
    background-size: cover;
    height: 493px
}

.careerbanner3 {
    background: url(../img/team_img3.jpg) no-repeat;
    background-size: cover;
    height: 493px
}

.hiring-process {
    background: #fff;
    padding-bottom: 0
}

.initial_intraction {
    text-align: center;
    padding-bottom: 67px;
    position: relative
}

.initial_intr_bg {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    display: inline-block;
    position: relative
}

.rightArrow {
    position: relative
}

    .rightArrow:after {
        content: "";
        position: absolute;
        width: 17px;
        height: 17px;
        background: url(../img/left-arrow1.png) no-repeat;
        right: -12px;
        top: 81px
    }

.initial_intraction:first-child:after {
    background: 0 0
}

.initial_intr_bg-inr {
    width: 181px;
    height: 181px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    margin: 0 auto;
    padding: 38px 15px 0
}

    .initial_intr_bg-inr .slideNo {
        color: #086bbe;
        font-family: montserratregular;
        font-size: 16px
    }

        .initial_intr_bg-inr .slideNo span {
            color: #c8c8c8
        }

        .initial_intr_bg-inr .slideNo .fa.fa-circle.active {
            font-size: 6px
        }

    .initial_intr_bg-inr h4 {
        font-size: 20px;
        color: #414141;
        font-family: circular std;
        font-weight: 700;
        padding-top: 12px
    }

.initial_intraction p {
    color: #5c5c5c;
    font-family: proxima_novalight;
    font-size: 17px;
    letter-spacing: .1px;
    line-height: 26px;
    padding-top: 5px
}

.pdT66 {
    padding-top: 66px
}

.offer_rollout {
    padding-bottom: 94px
}

    .offer_rollout h3 {
        font-weight: 700;
        font-size: 24px;
        color: #414141;
        text-align: center;
        padding: 0;
        margin: 0
    }

.offer-circle {
    width: 162px;
    height: 162px;
    border-radius: 100%;
    padding-top: 19px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -82px;
    width: 162px;
    background: #e76119;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U3NjExOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYjg1MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(231,97,25,1) 1%,rgba(235,133,35,1) 100%);
    background: -webkit-linear-gradient(left,rgba(231,97,25,1) 1%,rgba(235,133,35,1) 100%);
    background: linear-gradient(to right,rgba(231,97,25,1) 1%,rgba(235,133,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76119',endColorstr='#eb8523',GradientType=1 )
}

.offer_bg {
    background: url(../img/go-offer-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 355px;
    text-align: center;
    position: relative
}

    .offer_bg h2 {
        font-size: 60px;
        color: #fff;
        text-transform: uppercase;
        font-family: proxima_novaextrabold;
        margin: 0;
        padding: 137px 0 0;
        line-height: normal
    }

    .offer_bg p {
        font-size: 22px;
        font-family: proxima_nova_rgregular;
        color: #fff
    }

.partnersIcon.thumbsup {
    background-position: -603px -216px;
    height: 90px;
    margin: 0 auto;
    width: 54px
}

.pdT18 {
    padding-top: 18px !important
}

.pdT41 {
    padding-top: 41px
}

.pdB75 {
    padding-bottom: 75px
}

.marT61 {
    margin-top: 61px
}

.pdB37 {
    padding-bottom: 37px !important
}

.support-content-block .process-blue-block p.marT15 {
    margin-top: 15px
}

.hiring_skilled {
    padding-bottom: 74px
}

    .hiring_skilled .col-sm-3 {
        padding: 3px
    }

.figcaption {
    height: 256px;
    padding-top: 27px !important;
    border-radius: 6px;
    background: #026ec7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDI2ZWM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlOWVhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,rgba(2,110,199,1) 0%,rgba(46,158,172,1) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(2,110,199,1) 0%,rgba(46,158,172,1) 100%);
    background: linear-gradient(135deg,rgba(2,110,199,1) 0%,rgba(46,158,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026ec7',endColorstr='#2e9eac',GradientType=1 )
}

.apply_btn {
    font-family: proxima_nova_rgbold;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 13px 19px;
    font-size: 14px;
    margin-top: 14px;
    text-transform: uppercase;
    text-decoration: none !important
}

    .apply_btn:hover {
        border: 1px solid #fff;
        border: 1px solid #fff;
        background: #fff;
        color: #0672c4
    }

.figcaption h3 {
    font-family: proxima_nova_rgregular;
    color: #fff;
    font-size: 16px;
    height: 43px;
    line-height: normal;
    margin: 15px 0 0;
    overflow: hidden
}

.figcaption .careerIcon.ui-ux {
    background-position: -1087px -195px
}

.figcaption .careerIcon.apple {
    background-position: -1176px -88px
}

.figcaption .careerIcon.android {
    background-position: -1176px -262px
}

.figcaption .careerIcon.frontend {
    background-position: -1087px -55px
}

.figcaption .careerIcon.dotnet {
    background-position: -1176px -419px
}

.figcaption .careerIcon.ba {
    background-position: -2640px -74px
}

.figcaption .careerIcon.bde {
    background-position: -2320px -79px
}

.figcaption .careerIcon.qa {
    background-position: -1260px -246px
}

.figcaption .careerIcon.phpDev {
    background-position: -2043px -79px
}

.careerIcon.nodeDev {
    background-position: -2487px 3px;
    width: 127px
}

.figcaption .careerIcon.nodeDev {
    background-position: -2487px -79px
}

.careerIcon.javaDev {
    background-position: -2149px 3px
}

.figcaption .careerIcon.javaDev {
    background-position: -2149px -79px
}

.careerIcon.anguDev {
    background-position: -2233px 3px
}

.figcaption .careerIcon.anguDev {
    background-position: -2233px -79px
}

[class^=imghvr-], [class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    [class^=imghvr-] > img, [class*=' imghvr-'] > img {
        vertical-align: top;
        max-width: 100%
    }

    [class^=imghvr-] .figcaption, [class*=' imghvr-'] .figcaption {
        background-color: #135796;
        padding: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff
    }

        [class^=imghvr-] .figcaption h1, [class*=' imghvr-'] .figcaption h1, [class^=imghvr-] .figcaption h2, [class*=' imghvr-'] .figcaption h2, [class^=imghvr-] .figcaption h3, [class*=' imghvr-'] .figcaption h3, [class^=imghvr-] .figcaption h4, [class*=' imghvr-'] .figcaption h4, [class^=imghvr-] .figcaption h5, [class*=' imghvr-'] .figcaption h5, [class^=imghvr-] .figcaption h6, [class*=' imghvr-'] .figcaption h6 {
            color: #fff
        }

    [class^=imghvr-], [class*=' imghvr-'], [class^=imghvr-]:before, [class^=imghvr-]:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^=imghvr-] *, [class*=' imghvr-'] *, [class^=imghvr-] *:before, [class^=imghvr-] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

[class^=imghvr-fade] .figcaption, [class*=' imghvr-fade'] .figcaption {
    opacity: 0
}

[class^=imghvr-fade]:hover > img, [class*=' imghvr-fade']:hover > img {
    opacity: 0
}

[class^=imghvr-fade]:hover .figcaption, [class*=' imghvr-fade']:hover .figcaption {
    opacity: 1
}

[class^=imghvr-fade]:hover > img, [class*=' imghvr-fade']:hover > img, [class^=imghvr-fade]:hover .figcaption, [class*=' imghvr-fade']:hover .figcaption {
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px)
}

.imghvr-fade-in-up figcaption {
    -webkit-transform: translate(0px,15%);
    transform: translate(0px,15%)
}

.imghvr-fade-in-down figcaption {
    -webkit-transform: translate(0,-15%);
    transform: translate(0,-15%)
}

.imghvr-fade-in-left figcaption {
    -webkit-transform: translate(-15%,0);
    transform: translate(-15%,0)
}

.imghvr-fade-in-right figcaption {
    -webkit-transform: translate(15%,0px);
    transform: translate(15%,0px)
}

[class^=imghvr-push-]:hover figcaption, [class*=' imghvr-push-']:hover figcaption {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.imghvr-push-up figcaption {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-push-up:hover > img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-push-down figcaption {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-push-down:hover > img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-push-left figcaption {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-push-left:hover > img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-push-right figcaption {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-push-right:hover > img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

[class^=imghvr-slide-]:hover figcaption, [class*=' imghvr-slide-']:hover figcaption {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.imghvr-slide-up figcaption {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-slide-down figcaption {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-slide-left figcaption {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-slide-right figcaption {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-slide-top-left figcaption {
    -webkit-transform: translate(-100%,-100%);
    transform: translate(-100%,-100%)
}

.imghvr-slide-top-right figcaption {
    -webkit-transform: translate(100%,-100%);
    transform: translate(100%,-100%)
}

.imghvr-slide-bottom-left figcaption {
    -webkit-transform: translate(-100%,100%);
    transform: translate(-100%,100%)
}

.imghvr-slide-bottom-right figcaption {
    -webkit-transform: translate(100%,100%);
    transform: translate(100%,100%)
}

[class^=imghvr-reveal-]:before, [class*=' imghvr-reveal-']:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #135796
}

[class^=imghvr-reveal-] figcaption, [class*=' imghvr-reveal-'] figcaption {
    opacity: 0
}

[class^=imghvr-reveal-]:hover:before, [class*=' imghvr-reveal-']:hover:before {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

[class^=imghvr-reveal-]:hover figcaption, [class*=' imghvr-reveal-']:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .21s;
    transition-delay: .21s
}

.imghvr-reveal-up:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-reveal-down:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-reveal-left:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-reveal-right:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-reveal-top-left:before {
    -webkit-transform: translate(-100%,-100%);
    transform: translate(-100%,-100%)
}

.imghvr-reveal-top-right:before {
    -webkit-transform: translate(100%,-100%);
    transform: translate(100%,-100%)
}

.imghvr-reveal-bottom-left:before {
    -webkit-transform: translate(-100%,100%);
    transform: translate(-100%,100%)
}

.imghvr-reveal-bottom-right:before {
    -webkit-transform: translate(100%,100%);
    transform: translate(100%,100%)
}

[class^=imghvr-hinge-], [class*=' imghvr-hinge-'] {
    -webkit-perspective: 50em;
    perspective: 50em
}

    [class^=imghvr-hinge-] .figcaption, [class*=' imghvr-hinge-'] .figcaption {
        opacity: 0;
        z-index: 1
    }

    [class^=imghvr-hinge-]:hover img, [class*=' imghvr-hinge-']:hover img {
        opacity: 0
    }

    [class^=imghvr-hinge-]:hover .figcaption, [class*=' imghvr-hinge-']:hover .figcaption {
        opacity: 1;
        -webkit-transition-delay: .21s;
        transition-delay: .21s
    }

.imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.imghvr-hinge-up .figcaption {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-hinge-up:hover > img {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.imghvr-hinge-up:hover .figcaption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.imghvr-hinge-down img {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-hinge-down figcaption {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    transform-origin: 50% -50%
}

.imghvr-hinge-down:hover > img {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0
}

.imghvr-hinge-down:hover figcaption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.imghvr-hinge-left img {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.imghvr-hinge-left figcaption {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-hinge-left:hover > img {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.imghvr-hinge-left:hover figcaption {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-hinge-right figcaption {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-hinge-right:hover > img {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.imghvr-hinge-right:hover figcaption {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

[class^=imghvr-flip-], [class*=' imghvr-flip-'] {
    -webkit-perspective: 50em;
    perspective: 50em
}

    [class^=imghvr-flip-] img, [class*=' imghvr-flip-'] img {
        backface-visibility: hidden
    }

    [class^=imghvr-flip-] figcaption, [class*=' imghvr-flip-'] figcaption {
        opacity: 0
    }

    [class^=imghvr-flip-]:hover > img, [class*=' imghvr-flip-']:hover > img {
        opacity: 0
    }

    [class^=imghvr-flip-]:hover figcaption, [class*=' imghvr-flip-']:hover figcaption {
        opacity: 1;
        -webkit-transition-delay: .13999999999999999s;
        transition-delay: .13999999999999999s
    }

.imghvr-flip-horiz figcaption {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.imghvr-flip-horiz:hover img {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.imghvr-flip-horiz:hover figcaption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.imghvr-flip-vert:hover > img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.imghvr-flip-diag-1 figcaption {
    -webkit-transform: rotate3d(1,-1,0,100deg);
    transform: rotate3d(1,-1,0,100deg)
}

.imghvr-flip-diag-1:hover > img {
    -webkit-transform: rotate3d(-1,1,0,100deg);
    transform: rotate3d(-1,1,0,100deg)
}

.imghvr-flip-diag-1:hover figcaption {
    -webkit-transform: rotate3d(0,0,0,0deg);
    transform: rotate3d(0,0,0,0deg)
}

.imghvr-flip-diag-2 figcaption {
    -webkit-transform: rotate3d(1,1,0,100deg);
    transform: rotate3d(1,1,0,100deg)
}

.imghvr-flip-diag-2:hover > img {
    -webkit-transform: rotate3d(-1,-1,0,100deg);
    transform: rotate3d(-1,-1,0,100deg)
}

.imghvr-flip-diag-2:hover figcaption {
    -webkit-transform: rotate3d(0,0,0,0deg);
    transform: rotate3d(0,0,0,0deg)
}

[class^=imghvr-shutter-out-]:before, [class*=' imghvr-shutter-out-']:before {
    background: #135796;
    position: absolute;
    content: '';
    -webkit-transition-delay: .105s;
    transition-delay: .105s
}

[class^=imghvr-shutter-out-] figcaption, [class*=' imghvr-shutter-out-'] figcaption {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[class^=imghvr-shutter-out-]:hover:before, [class*=' imghvr-shutter-out-']:hover:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[class^=imghvr-shutter-out-]:hover .figcaption, [class*=' imghvr-shutter-out-']:hover .figcaption {
    opacity: 1;
    -webkit-transition-delay: .105s;
    transition-delay: .105s
}

.imghvr-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0
}

.imghvr-shutter-out-horiz:hover:before {
    left: 0;
    right: 0
}

.imghvr-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0
}

.imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0
}

.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%
}

.imghvr-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.imghvr-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%
}

[class^=imghvr-shutter-in-]:after, [class*=' imghvr-shutter-in-']:after, [class^=imghvr-shutter-in-]:before, [class*=' imghvr-shutter-in-']:before {
    background: #135796;
    position: absolute;
    content: ''
}

[class^=imghvr-shutter-in-]:after, [class*=' imghvr-shutter-in-']:after {
    top: 0;
    left: 0
}

[class^=imghvr-shutter-in-]:before, [class*=' imghvr-shutter-in-']:before {
    right: 0;
    bottom: 0
}

[class^=imghvr-shutter-in-] .figcaption, [class*=' imghvr-shutter-in-'] .figcaption {
    opacity: 0;
    z-index: 1
}

[class^=imghvr-shutter-in-]:hover .figcaption, [class*=' imghvr-shutter-in-']:hover .figcaption {
    opacity: 1;
    -webkit-transition-delay: .21s;
    transition-delay: .21s
}

.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
    width: 0;
    height: 100%
}

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
    width: 50%
}

.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
    height: 0;
    width: 100%
}

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
    height: 50%
}

.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
    width: 0;
    height: 100%
}

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
    width: 100%;
    opacity: .75
}

.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
    height: 0;
    width: 100%
}

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
    height: 100%;
    opacity: .75
}

.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .75
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%)
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%)
}

.imghvr-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%)
}

.imghvr-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%)
}

.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .75
}

.imghvr-shutter-in-out-diag-2:after {
    -webkit-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%)
}

.imghvr-shutter-in-out-diag-2:before {
    -webkit-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%)
}

.imghvr-shutter-in-out-diag-2:hover:after {
    -webkit-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%)
}

.imghvr-shutter-in-out-diag-2:hover:before {
    -webkit-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%)
}

[class^=imghvr-fold], [class*=' imghvr-fold'] {
    -webkit-perspective: 50em;
    perspective: 50em
}

    [class^=imghvr-fold] img, [class*=' imghvr-fold'] img {
        -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%
    }

    [class^=imghvr-fold] .figcaption, [class*=' imghvr-fold'] .figcaption {
        z-index: 1;
        opacity: 0
    }

    [class^=imghvr-fold]:hover > img, [class*=' imghvr-fold']:hover > img {
        opacity: 0;
        -webkit-transition-delay: 0;
        transition-delay: 0
    }

    [class^=imghvr-fold]:hover .figcaption, [class*=' imghvr-fold']:hover .figcaption {
        -webkit-transform: rotateX(0deg) translate3d(0,0%,0) scale(1);
        transform: rotateX(0deg) translate3d(0,0%,0) scale(1);
        opacity: 1;
        -webkit-transition-delay: .21s;
        transition-delay: .21s
    }

.imghvr-fold-up > img {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.imghvr-fold-up .figcaption {
    -webkit-transform: rotateX(-90deg) translate3d(0%,-50%,0) scale(.6);
    transform: rotateX(-90deg) translate3d(0%,-50%,0) scale(.6);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-fold-up:hover > img {
    -webkit-transform: rotateX(90deg) scale(.6) translateY(50%);
    transform: rotateX(90deg) scale(.6) translateY(50%)
}

.imghvr-fold-down > img {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-fold-down .figcaption {
    -webkit-transform: rotateX(90deg) translate3d(0%,50%,0) scale(.6);
    transform: rotateX(90deg) translate3d(0%,50%,0) scale(.6);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.imghvr-fold-down:hover > img {
    -webkit-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    transform: rotateX(-90deg) scale(.6) translateY(-50%)
}

.imghvr-fold-left > img {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.imghvr-fold-left .figcaption {
    -webkit-transform: rotateY(90deg) translate3d(-50%,0%,0) scale(.6);
    transform: rotateY(90deg) translate3d(-50%,0%,0) scale(.6);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-fold-left:hover > img {
    -webkit-transform: rotateY(-90deg) scale(.6) translateX(50%);
    transform: rotateY(-90deg) scale(.6) translateX(50%)
}

.imghvr-fold-right {
    -webkit-perspective: 50em;
    perspective: 50em
}

    .imghvr-fold-right > img {
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }

    .imghvr-fold-right .figcaption {
        -webkit-transform: rotateY(-90deg) translate3d(50%,0%,0) scale(.6);
        transform: rotateY(-90deg) translate3d(50%,0%,0) scale(.6);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .imghvr-fold-right:hover > img {
        -webkit-transform: rotateY(90deg) scale(.6) translateX(-50%);
        transform: rotateY(90deg) scale(.6) translateX(-50%)
    }

.imghvr-zoom-in .figcaption {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.imghvr-zoom-in:hover .figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

[class^=imghvr-zoom-out] .figcaption, [class*=' imghvr-zoom-out'] .figcaption {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0
}

[class^=imghvr-zoom-out]:hover .figcaption, [class*=' imghvr-zoom-out']:hover .figcaption, [class^=imghvr-zoom-out].hover .figcaption, [class*=' imghvr-zoom-out'].hover .figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.imghvr-zoom-out:hover > img {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
    -webkit-animation: imghvr-zoom-out-up .40249999999999997s linear;
    animation: imghvr-zoom-out-up .40249999999999997s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes

"imghvr-zoom-out-up" {
    50%

{
    -webkit-transform: scale(.8) translateY(0%);
    transform: scale(.8) translateY(0%);
    opacity: .5
}

100% {
    -webkit-transform: scale(.8) translateY(-150%);
    transform: scale(.8) translateY(-150%);
    opacity: .5
}

}
@keyframes

"imghvr-zoom-out-up" {
    50%

{
    -webkit-transform: scale(.8) translateY(0%);
    transform: scale(.8) translateY(0%);
    opacity: .5
}

100% {
    -webkit-transform: scale(.8) translateY(-150%);
    transform: scale(.8) translateY(-150%);
    opacity: .5
}

}

.imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
    -webkit-animation: imghvr-zoom-out-down .40249999999999997s linear;
    animation: imghvr-zoom-out-down .40249999999999997s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes

"imghvr-zoom-out-down" {
    50%

{
    -webkit-transform: scale(.8) translateY(0%);
    transform: scale(.8) translateY(0%);
    opacity: .5
}

100% {
    -webkit-transform: scale(.8) translateY(150%);
    transform: scale(.8) translateY(150%);
    opacity: .5
}

}
@keyframes

"imghvr-zoom-out-down" {
    50%

{
    -webkit-transform: scale(.8) translateY(0%);
    transform: scale(.8) translateY(0%);
    opacity: .5
}

100% {
    -webkit-transform: scale(.8) translateY(150%);
    transform: scale(.8) translateY(150%);
    opacity: .5
}

}

.imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
    -webkit-animation: imghvr-zoom-out-left .40249999999999997s linear;
    animation: imghvr-zoom-out-left .40249999999999997s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes

"imghvr-zoom-out-left" {
    50%

{
    -webkit-transform: scale(.8) translateX(0%);
    transform: scale(.8) translateX(0%);
    opacity: .5
}

100% {
    -webkit-transform: scale(.8) translateX(-150%);
    transform: scale(.8) translateX(-150%);
    opacity: .5
}

}
@keyframes

"imghvr-zoom-out-left" {
    50%

{
    -webkit-transform: scale(.8) translateX(0%);
    transform: scale(.8) translateX(0%);
    opacity: .5
}

100% {
    -webkit-transform: scale(.8) translateX(-150%);
    transform: scale(.8) translateX(-150%);
    opacity: .5
}

}

.imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
    -webkit-animation: imghvr-zoom-out-right .40249999999999997s linear;
    animation: imghvr-zoom-out-right .40249999999999997s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes

"imghvr-zoom-out-right" {
    50%

{
    -webkit-transform: scale(.8) translateX(0%);
    transform: scale(.8) translateX(0%);
    opacity: .5
}

100% {
    -webkit-transform: scale(.8) translateX(150%);
    transform: scale(.8) translateX(150%);
    opacity: .5
}

}
@keyframes

"imghvr-zoom-out-right" {
    50%

{
    -webkit-transform: scale(.8) translateX(0%);
    transform: scale(.8) translateX(0%);
    opacity: .5
}

100% {
    -webkit-transform: scale(.8) translateX(150%);
    transform: scale(.8) translateX(150%);
    opacity: .5
}

}

.imghvr-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    perspective: 50em
}

    .imghvr-zoom-out-flip-horiz .figcaption {
        opacity: 0;
        -webkit-transform: rotateX(90deg) translateY(-100%) scale(.5);
        transform: rotateX(90deg) translateY(-100%) scale(.5)
    }

    .imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
        -webkit-transform: rotateX(-100deg) translateY(50%) scale(.5);
        transform: rotateX(-100deg) translateY(50%) scale(.5);
        opacity: 0;
        -webkit-transition-delay: 0;
        transition-delay: 0
    }

    .imghvr-zoom-out-flip-horiz:hover .figcaption, .imghvr-zoom-out-flip-horiz.hover .figcaption {
        -webkit-transform: rotateX(0deg) translateY(0%) scale(1);
        transform: rotateX(0deg) translateY(0%) scale(1);
        opacity: 1;
        -webkit-transition-delay: .35s;
        transition-delay: .35s
    }

.imghvr-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    perspective: 50em
}

    .imghvr-zoom-out-flip-vert .figcaption {
        opacity: 0;
        -webkit-transform: rotateY(90deg) translate(50%,0px) scale(.5);
        transform: rotateY(90deg) translate(50%,0px) scale(.5)
    }

    .imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
        -webkit-transform: rotateY(-100deg) translateX(50%) scale(.5);
        transform: rotateY(-100deg) translateX(50%) scale(.5);
        opacity: 0;
        -webkit-transition-delay: 0;
        transition-delay: 0
    }

    .imghvr-zoom-out-flip-vert:hover .figcaption, .imghvr-zoom-out-flip-vert.hover .figcaption {
        -webkit-transform: rotateY(0deg) translate(0px,0px) scale(1);
        transform: rotateY(0deg) translate(0px,0px) scale(1);
        opacity: 1;
        -webkit-transition-delay: .35s;
        transition-delay: .35s
    }

.imghvr-blur .figcaption {
    opacity: 0
}

.imghvr-blur:hover > img {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
}

.imghvr-blur:hover .figcaption {
    opacity: 1;
    -webkit-transition-delay: .21s;
    transition-delay: .21s
}

.iosIcon {
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 70px
}

.orange_greadent {
    background: #e76119;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U3NjExOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYjg1MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(231,97,25,1) 1%,rgba(235,133,35,1) 100%);
    background: -webkit-linear-gradient(left,rgba(231,97,25,1) 1%,rgba(235,133,35,1) 100%);
    background: linear-gradient(to right,rgba(231,97,25,1) 1%,rgba(235,133,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76119',endColorstr='#eb8523',GradientType=1 )
}

.iosIcon .fa.fa-apple {
    font-size: 70px
}

.iosIcon span {
    font-size: 17px;
    display: block;
    font-family: proxima_nova_rgbold;
    padding-top: 17px
}

h1.add_detail_title {
    font-size: 72px;
    font-family: proxima_novaextrabold
}

.btmarrow {
    position: relative
}

    .btmarrow:after {
        content: "";
        position: absolute;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #107dbe;
        border-bottom: 12px solid transparent;
        bottom: -24px;
        left: 50%
    }

.location_sec {
    background: #162d42;
    padding-bottom: 181px
}

.location_inr_block {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    padding-top: 75px
}

    .location_inr_block ul {
        padding: 0;
        margin: 0
    }

        .location_inr_block ul li {
            list-style: none;
            display: inline-block;
            padding: 0 37px;
            position: relative;
            vertical-align: middle
        }

            .location_inr_block ul li .careerIcon {
                height: 43px
            }

                .location_inr_block ul li .careerIcon.location_icon {
                    background-position: -1427px 0;
                    text-align: center
                }

            .location_inr_block ul li:after {
                content: "";
                position: absolute;
                background: url(../img/right-seperater.png) no-repeat;
                width: 3px;
                height: 135px;
                right: 0;
                top: 0
            }

            .location_inr_block ul li:last-child:after {
                background: 0 0
            }

            .location_inr_block ul li:nth-child(3n):after {
                background: 0 0
            }

            .location_inr_block ul li .careerIcon.depart_icon {
                background-position: -1504px 0;
                text-align: center
            }

            .location_inr_block ul li .careerIcon.jobtype_icon {
                background-position: -1593px 0;
                text-align: center
            }

.location_Name {
    font-size: 16px;
    color: #0376e2;
    font-family: proxima_novalight;
    text-transform: uppercase;
    letter-spacing: .8;
    padding-top: 17px
}

    .location_Name span {
        font-size: 20px;
        color: #fff;
        display: block;
        text-transform: none
    }

.apply_Now_btn {
    background: #0961b4;
    font-family: proxima_nova_rgbold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 19px 23px;
    display: inline-block;
    color: #fff
}

    .apply_Now_btn:hover {
        text-decoration: none
    }

.duties {
    background: #fff;
    border-radius: 8px;
    padding: 32px 25px;
    box-shadow: 0 1px 4px #e2e2e2;
    -webkit- box-shadow:0 1px 4px #e2e2e2;
    -moz- box-shadow:0 1px 4px #e2e2e2;
    -ms- box-shadow:0 0 4px #e2e2e2;
    margin-top: -108px
}

    .duties h5 {
        font-size: 20px;
        color: #2a2a2a;
        font-family: proxima_novasemibold;
        padding: 0 0 32px;
        margin: 0
    }

    .duties ul {
        padding: 0;
        margin: 0
    }

        .duties ul li {
            list-style: none;
            color: #555;
            font-size: 18px;
            font-family: proxima_nova_rgregular;
            background: url(../img/bullets.png) no-repeat scroll 0 10px;
            padding-left: 27px;
            padding-bottom: 21px;
            line-height: 27px
        }

.sounds-good {
    padding-bottom: 44px;
    margin-top: 72px;
    padding-top: 44px;
    background: #006cc8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwNmNjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTk4YWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,#006cc8 1%,#2998af 100%);
    background: -webkit-linear-gradient(left,#006cc8 1%,#2998af 100%);
    background: linear-gradient(to right,#006cc8 1%,#2998af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cc8',endColorstr='#2998af',GradientType=1 )
}

.sounds_inr-block {
    text-align: center
}

    .sounds_inr-block h2 {
        font-family: proxima_nova_rgbold;
        font-size: 50px;
        color: #fff;
        padding: 0;
        margin: 0;
        text-transform: uppercase
    }

    .sounds_inr-block p {
        font-size: 19px;
        color: #fff;
        font-family: proxima_nova_rgregular
    }

.shareIcon {
    font-family: proxima_novalight;
    font-size: 22px;
    color: #fff;
    text-align: right;
    float: right
}

    .shareIcon ul {
        padding: 0;
        margin: 7px 0 0
    }

        .shareIcon ul li {
            list-style: none;
            float: left;
            color: #fff
        }

            .shareIcon ul li a {
                width: 34px;
                height: 34px;
                border-radius: 5px;
                text-align: center;
                color: #fff;
                margin-left: 20px;
                display: inline-block;
                vertical-align: top;
                line-height: 34px;
                font-size: 17px
            }

.col_bottom {
    margin-top: 17px
}

.share_btn {
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    font-size: 17px;
    min-width: 120px
}

.shareIcon ul li a.twitter {
    background: #2caae1
}

.shareIcon ul li a.facebook {
    background: #36609f
}

.shareIcon ul li a.googlePlus {
    background: #0a6c9b
}

.shareIcon ul li a.email {
    background: #3597bd
}

    .shareIcon ul li a.twitter:hover .fa, .shareIcon ul li a.facebook:hover .fa, .shareIcon ul li a.googlePlus:hover .fa, .shareIcon ul li a.email:hover .fa {
        transform: rotate(-360deg);
        transition: all ease-in .5s
    }

.sounds_inr-block a.apply_btn1, .sounds_inr-block a.at-svc-facebook, .sounds_inr-block a.at-svc-twitter {
    border: 2px solid #fff !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    outline: medium;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    z-index: 1;
    margin: 10px 20px 0 0 !important;
    border-radius: 4px
}

.sounds_inr-block a.apply_btn1 {
    border-color: #005fbb !important;
    color: #fff !important;
    width: 140px;
    padding: 16px 22px;
    margin-right: 16px !important
}

    .sounds_inr-block a.apply_btn1:after, .sounds_inr-block a.at-svc-facebook:after, .sounds_inr-block a.at-svc-twitter:after {
        background: #005fbb none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all .3s ease-out 0s;
        width: 0;
        z-index: -1
    }

.sounds_inr-block a.at-svc-facebook:after {
    background: #3c599b
}

.sounds_inr-block a.at-svc-twitter:after {
    background: #25a0db
}

.sounds_inr-block a.apply_btn1:hover, .sounds_inr-block a.at-svc-facebook:hover, .sounds_inr-block a.at-svc-twitter:hover, .sounds_inr-block a.apply_btn1:focus, .sounds_inr-block a.facebook:focus, .sounds_inr-block a.twitter:focus {
    text-decoration: none
}

    .sounds_inr-block a.apply_btn1:hover:after, .sounds_inr-block a.at-svc-facebook:hover:after, .sounds_inr-block a.at-svc-twitter:hover:after {
        width: 100%;
        border: none
    }

.sounds_inr-block a.at-svc-facebook .fa, .sounds_inr-block a.at-svc-twitter .fa {
    font-size: 17px;
    padding-left: 15px
}

.sounds_inr-block a.at-svc-facebook, .sounds_inr-block a.at-svc-twitter {
    background-color: inherit !important;
    padding: 7px 5px !important
}

.sounds_inr-block a.at-svc-facebook {
    border-color: #3c599b !important
}

.sounds_inr-block a.at-svc-twitter {
    border-color: #25a0db !important
}

    .sounds_inr-block a.at-svc-facebook .at-label, .sounds_inr-block a.at-svc-twitter .at-label {
        font-family: proxima_nova_rgregular !important;
        font-size: 15px !important
    }

    .sounds_inr-block a.at-svc-facebook:hover, .sounds_inr-block a.at-svc-twitter:hover {
        transform: none !important
    }

.in-banner-content p.apply_form_intro {
    font-size: 17px;
    font-family: circular std book;
    padding-top: 7px
}

.hrContact {
    font-family: circular std;
    font-weight: 700;
    padding-top: 38px;
    display: block;
    font-size: 18px;
    color: #fff
}

    .hrContact a {
        color: #fff
    }

.apply_form_sec {
    padding-bottom: 136px;
    background: #ededed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,#ededed 0%,#ffffff 6%);
    background: -webkit-linear-gradient(top,#ededed 0%,#ffffff 6%);
    background: linear-gradient(to bottom,#ededed 0%,#ffffff 6%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed',endColorstr='#ffffff',GradientType=0 )
}

    .apply_form_sec .apply_form_inner {
        background: #fff;
        padding: 38px 40px 0;
        margin-top: 38px;
        box-shadow: 0 0 6px #e5e5e5;
        -webkit-box-shadow: 0 0 6px #e5e5e5;
        -moz-box-shadow: 0 0 6px #e5e5e5;
        border-radius: 5px
    }

        .apply_form_sec .apply_form_inner h2 {
            font-size: 36px;
            color: #151515;
            font-family: circular std;
            font-weight: 700;
            padding: 0;
            margin: 0
        }

.subheading {
    font-size: 14px;
    color: #1d1d1d;
    font-family: circular std book;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding-top: 9px
}

.formdiv {
    padding-top: 71px
}

    .formdiv .form-group {
        margin-bottom: 0;
        padding-left: 0;
        width: 100%;
        margin-bottom: 43px
    }

    .formdiv .select {
        position: relative
    }

    .formdiv .form-control {
        color: #005fbb;
        font-family: circular std medium;
        min-height: 52px;
        border-color: #ebebeb;
        border-width: 2px
    }

    .formdiv .select__arrow {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid #006dc8 !important;
        height: 0;
        width: 0
    }

    .formdiv .form-group .select select {
        border-bottom: 2px solid #ebebeb
    }

.formTitle {
    font-size: 20px;
    color: #202020;
    font-family: circular std;
    font-weight: 700;
    margin-bottom: 31px
}

.formdiv .checkbox2 label {
    color: #9d9d9d;
    cursor: pointer;
    font-family: circular std medium;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: 400
}

.gender {
    display: inline-block;
    margin-right: 48px
}

.formdiv .form-group label {
    color: #b0b0b0;
    font-family: circular std book;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.formdiv.input-effect .form-control {
    z-index: 9;
    padding-left: 30px
}

.formdiv textarea.form-control {
    padding-top: 7px;
    min-height: auto;
    resize: none
}

.formdiv .form-group.input-effect .form-control {
    padding-left: 0;
    z-index: 9
}

.formdiv .form-group.input-effect .effect-16 ~ label {
    padding-left: 0;
    z-index: 0
}

.formdiv .table.form-control {
    border-color: #ccc
}

.formdiv .table td {
    color: #b0b0b0;
    font-family: circular std book;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    vertical-align: bottom !important;
    border-top: none !important;
    padding: 8px 15px
}

    .formdiv .table td.pdL0 {
        padding-left: 0
    }

.formdiv .table th {
    color: #005fbb;
    font-size: 18px;
    font-family: circular std medium;
    font-weight: 400;
    border-bottom: none
}

    .formdiv .table th:first-child {
        padding-left: 0
    }

.formdiv .table .form-control {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #ebebeb
}

.formdiv.pdT0 {
    padding-top: 0
}

.apply_form_sec .apply_form_inner.pdB29 {
    padding-bottom: 29px
}

.formdiv .uploadFile {
    position: relative;
    margin-top: 19px
}

    .formdiv .uploadFile .file-upload {
        opacity: 0;
        position: absolute;
        top: 2px;
        z-index: 10
    }

    .formdiv .uploadFile label {
        color: #005fbb !important;
        display: inline-block;
        font-family: circular std;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        vertical-align: middle;
        z-index: 9
    }

    .formdiv .uploadFile i.add-file {
        background: transparent url(../img/add-file.png) no-repeat scroll center center;
        display: inline-block;
        height: 24px;
        margin-right: 10px;
        vertical-align: middle;
        width: 24px
    }

.addIcon {
    background: #006ec8 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-family: proxima_nova_rgregular;
    font-size: 21px;
    font-style: normal;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
    margin-right: 9px
}

.captchaDiv {
    margin-top: 30px
}

.apply_form_btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: proxima_nova_rgbold;
    text-align: center;
    margin-top: 1px;
    padding: 22px 34px;
    border-radius: 5px;
    border: none;
    background: #006ec8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDZlYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDM4YWNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,#006ec8 50%,#038aca 100%);
    background: -webkit-linear-gradient(left,#006ec8 50%,#038aca 100%);
    background: linear-gradient(to right,#006ec8 50%,#038aca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ec8',endColorstr='#038aca',GradientType=1 )
}

    .apply_form_btn:hover {
        background: #038aca;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiMwMzhhY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA2ZWM4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(left,#038aca 48%,#006ec8 100%);
        background: -webkit-linear-gradient(left,#038aca 48%,#006ec8 100%);
        background: linear-gradient(to right,#038aca 48%,#006ec8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038aca',endColorstr='#006ec8',GradientType=1 )
    }

.whightgray_bg {
    background: #eef1f2
}

.chatSolution {
    padding-top: 45px;
    padding-bottom: 60px
}

.chatInr {
    text-align: center;
    margin: 0 auto
}

.chatsub-top-Title {
    color: #909090;
    font-size: 12px;
    text-transform: uppercase;
    font-family: proxima_novalight;
    letter-spacing: 1px
}

.chatsubTitle {
    font-family: proxima_novalight;
    font-size: 16px;
    color: #717171;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(../img/title-bg.png) no-repeat bottom center;
    padding-bottom: 20px
}

.chatInr h2 {
    font-family: proxima_novalight;
    font-size: 42px;
    color: #151515;
    margin: 10px 0 15px;
    padding: 0
}

.chatInr p {
    font-size: 17px;
    color: #696969;
    font-family: proxima_novalight;
    letter-spacing: 1px;
    line-height: 28px
}

    .chatInr p a:hover {
        color: #337ab7
    }

.chatOptionSec {
    padding-top: 70px;
    text-align: center
}

.chatOption {
    background: #fff;
    width: 169px;
    height: 169px;
    border-radius: 14px;
    text-align: center;
    padding-top: 34px;
    text-align: center;
    display: inline-block;
    margin: 0 15px;
    vertical-align: top
}

.chatOptionSec .careerIcon.enterprise-coll {
    background-position: -2878px -510px;
    width: 84px
}

.chatOptionSec .careerIcon.instant-messaging {
    background-position: -2963px -510px;
    width: 84px
}

.chatOptionSec .careerIcon.multimedia-sharing {
    background-position: -3049px -510px;
    width: 70px
}

.chatOptionSec .careerIcon.enterprise {
    background-position: -1779px 7px;
    width: 84px
}

.chatOptionName {
    font-size: 17px;
    color: #101010;
    font-family: circular std medium;
    margin-top: 5px
}

.chatfeature {
    background: #162d42;
    padding-top: 75px;
    text-align: center;
    padding-bottom: 50px
}

    .chatfeature h2 {
        color: #fff;
        font-size: 42px;
        font-family: proxima_novalight
    }

        .chatfeature h2 br {
            display: none
        }

    .chatfeature span {
        font-size: 15px;
        color: #b3c9dd
    }

    .chatfeature .chatInr .chatsubTitle {
        color: #b3c9dd;
        background: url(../img/gray-title-bg.png) no-repeat bottom center
    }

.techTool {
    background: url(../img/chat-solution-bg.jpg) no-repeat top center;
    background-size: cover;
    min-height: 520px;
    text-align: center;
    padding-top: 76px;
    padding-bottom: 43px
}

    .techTool .techInr {
        margin: 0 auto
    }

        .techTool .techInr h2 {
            color: #fff;
            font-family: proxima_novalight;
            font-size: 42px;
            margin-bottom: 11px;
            margin-top: 0
        }

        .techTool .techInr p {
            font-family: proxima_novalight;
            font-size: 17px;
            color: #fff;
            line-height: 28px;
            letter-spacing: 1px
        }

.technoToolOption {
    padding: 0;
    margin-top: 80px
}

    .technoToolOption ul {
        padding: 0;
        margin: 0
    }

        .technoToolOption ul li {
            display: inline-block;
            list-style: outside none none;
            text-align: center;
            width: 19.33%;
            margin-bottom: 53px;
            vertical-align: top
        }

            .technoToolOption ul li .careerIcon {
                width: 76px;
                height: 75px
            }

                .technoToolOption ul li .careerIcon.xamp {
                    background-position: -1354px -154px;
                    margin: 0 auto
                }

                .technoToolOption ul li .careerIcon.brainTree {
                    background-position: -1453px -154px;
                    margin: 0 auto
                }

                .technoToolOption ul li .careerIcon.sqilt {
                    background-position: -1554px -154px;
                    margin: 0 auto
                }

                .technoToolOption ul li .careerIcon.fabric {
                    background-position: -1654px -154px;
                    margin: 0 auto
                }

                .technoToolOption ul li .careerIcon.gradle {
                    background-position: -1754px -154px;
                    margin: 0 auto
                }

                .technoToolOption ul li .careerIcon.ios {
                    background-position: -1696px -456px;
                    margin: 0 auto
                }

                .technoToolOption ul li .careerIcon.java {
                    background-position: -1694px -359px;
                    margin: 0 auto
                }

                .technoToolOption ul li .careerIcon.alamofire {
                    background-position: -1693px -262px;
                    margin: 0 auto
                }

.toolName {
    font-family: circular std medium;
    font-size: 15px;
    color: #fff;
    padding-top: 13px
}

    .toolName span {
        font-family: circular std book;
        display: block
    }

.profileSlide .slide1 {
    height: 827px;
    padding-top: 0;
    background-size: cover;
    display: table;
    width: 100%
}

.profileSlide .flex-control-paging {
    display: none
}

#verticalTab {
    padding-top: 55px
}

    #verticalTab .resp-tabs-container {
        margin-top: 0
    }

    #verticalTab ul.resp-tabs-list {
        background: 0 0
    }

    #verticalTab.resp-vtabs li.resp-tab-active {
        background: 0 0;
        border: none
    }

    #verticalTab.resp-vtabs ul.resp-tabs-list {
        width: 13%;
        margin-top: 30px
    }

    #verticalTab.resp-vtabs .resp-tabs-container {
        width: 87%;
        background: 0 0;
        border: none;
        border-radius: 0
    }

        #verticalTab.resp-vtabs .resp-tabs-container .resp-tab-content .col-md-6 figure {
            margin-top: 30px;
            text-align: center
        }

    #verticalTab.resp-vtabs li .careerIcon {
        width: 45px;
        height: 45px;
        float: right;
        vertical-align: top
    }

    #verticalTab.resp-vtabs .resp-tabs-container .resp-tab-content .col-md-6 figure img {
        max-height: 514px
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon1 {
        background-position: -1881px -9px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon2 {
        background-position: -1884px -75px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon3 {
        background-position: -1884px -143px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon4 {
        background-position: -1884px -212px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon5 {
        background-position: -1885px -280px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon6 {
        background-position: -1885px -347px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon7 {
        background-position: -1884px -417px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon8 {
        background-position: -1885px -484px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon9 {
        background-position: -1885px -552px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs li .careerIcon.tabIcon10 {
        background-position: -1768px -552px;
        margin: 0 auto
    }

    #verticalTab.resp-vtabs .resp-tabs-list li {
        border-radius: 0;
        display: block;
        height: 66px;
        padding: 0 45px 22px 0 !important;
        width: 100%
    }

    #verticalTab.resp-vtabs li .fontIcon {
        background: 0 0;
        font-size: 32px;
        color: #24435f
    }

    #verticalTab.resp-vtabs li.resp-tab-active .fontIcon {
        color: #0179c9
    }

    #verticalTab.resp-vtabs li .fontIcon:before {
        top: 6px;
        position: relative
    }

.chatFeature1 {
    background: #183249;
    padding: 43px 28px;
    text-align: left;
    min-height: 510px;
    margin-top: 30px
}

    .chatFeature1 h3 {
        color: #fff;
        font-size: 26px;
        font-family: circular std;
        font-weight: 700;
        padding: 0;
        margin: 0 0 12px
    }

    .chatFeature1 p {
        color: #6d879e;
        font-size: 17px;
        font-family: circular std book;
        line-height: 25px;
        letter-spacing: .2px
    }

.featureList {
    padding: 19px 0 0
}

    .featureList li {
        list-style: none;
        background: url(../img/check-list.png) no-repeat scroll 0 9px;
        padding-left: 29px;
        color: #6d879e;
        font-size: 17px;
        font-family: circular std book;
        padding-bottom: 14px
    }

#verticalTab .resp-tab-active::after {
    border-color: transparent #183249 transparent transparent;
    border-style: solid;
    border-width: 13px;
    content: "";
    margin-left: -6px;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: inherit
}

.dotIcon {
    color: #476481 !important;
    font-size: 7px !important;
    margin-left: 0;
    padding-top: 18px;
    text-align: left;
    display: inline-block
}

.activeNo {
    font-family: circular std medium;
    left: 7px;
    padding: 0;
    position: absolute;
    top: 9px;
    opacity: 0;
    margin-left: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .activeNo:after {
        content: "";
        position: absolute;
        width: 19px;
        height: 3px;
        background: #e65a17;
        bottom: 0;
        left: 0
    }

#verticalTab.resp-vtabs li.resp-tab-active .dotIcon {
    display: none
}

.iconLeft {
    float: left;
    width: 27px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon1 {
    background-position: -1956px -9px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon2 {
    background-position: -1959px -75px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon3 {
    background-position: -1959px -143px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon4 {
    background-position: -1959px -212px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon5 {
    background-position: -1960px -280px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon6 {
    background-position: -1960px -347px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon7 {
    background-position: -1959px -417px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon8 {
    background-position: -1960px -484px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon9 {
    background-position: -1960px -552px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.tabIcon10 {
    background-position: -1826px -552px
}

#verticalTab.resp-vtabs li .careerIcon.taboffline {
    background-position: -1771px -508px
}

#verticalTab.resp-vtabs li.resp-tab-active .careerIcon.taboffline {
    background-position: -1829px -508px
}

#verticalTab.resp-vtabs li.resp-tab-active .activeNo {
    opacity: 1
}

.padT65 {
    padding-top: 65px !important
}

.profileSlide.flexslider {
    height: inherit;
    position: relative
}

    .profileSlide.flexslider .slides {
        padding: 0;
        margin: 0
    }

        .profileSlide.flexslider .slides li {
            list-style: none
        }

.profileSlide .slide_detail {
    padding-top: 226px
}

.profileSlide .flex-direction-nav a {
    background: url(../img/slide-nav.png) no-repeat;
    width: 50px;
    z-index: 994
}

.profileSlide .flex-direction-nav .flex-next {
    background-position: 100% 0 !important;
    right: -41px
}

.profileSlide .flex-direction-nav .flex-prev {
    left: -62px
}

.profileSlide .flex-direction-nav {
    display: block;
    position: absolute;
    right: 63px;
    top: 55px
}

.appSolution {
    padding-top: 42px
}

.appSolution_block1 {
    background: #fff;
    text-align: center;
    padding: 21px;
    box-shadow: 0 0 3px 1px #dbdbdb;
    -moz-box-shadow: 0 0 3px 1px #dbdbdb;
    -webkit-box-shadow: 0 0 3px 1px #dbdbdb;
    -ms-box-shadow: 0 0 3px 1px #dbdbdb;
    margin-bottom: 30px;
    min-height: 252px
}

    .appSolution_block1 .appName {
        color: #3a3a3a;
        font-family: circular std;
        font-weight: 700;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 7px
    }

    .appSolution_block1 p {
        font-size: 18px;
        color: #363636;
        font-family: circular std book;
        letter-spacing: .2px
    }

    .appSolution_block1 .careerIcon {
        width: 70px
    }

        .appSolution_block1 .careerIcon.easyUse {
            background-position: -1366px -260px
        }

        .appSolution_block1 .careerIcon.fullManage {
            background-position: -1464px -260px
        }

        .appSolution_block1 .careerIcon.engage {
            background-position: -1568px -260px
        }

.mobile-solution {
    padding-top: 73px
}

    .mobile-solution ul {
        padding: 0;
        margin: 0;
        text-align: center
    }

        .mobile-solution ul li {
            list-style: none;
            margin-bottom: 30px;
            width: 16%;
            display: inline-block
        }

            .mobile-solution ul li .chatOption {
                width: 167px;
                height: 167px;
                border-radius: 0;
                padding: 24px 15px 0
            }

            .mobile-solution ul li .chatOptionName {
                margin-top: 20px
            }

            .mobile-solution ul li .chatOption .careerIcon {
                height: 60px;
                width: 73px;
                margin: 0 auto
            }

                .mobile-solution ul li .chatOption .careerIcon.carWash {
                    background-position: -1254px -342px
                }

                .mobile-solution ul li .chatOption .careerIcon.laundry {
                    background-position: -1317px -342px
                }

                .mobile-solution ul li .chatOption .careerIcon.fd {
                    background-position: -1388px -345px
                }

                .mobile-solution ul li .chatOption .careerIcon.bs {
                    background-position: -1466px -353px
                }

                .mobile-solution ul li .chatOption .careerIcon.cleaning {
                    background-position: -1536px -353px
                }

                .mobile-solution ul li .chatOption .careerIcon.taxiBooking {
                    background-position: -1612px -353px
                }

                .mobile-solution ul li .chatOption .careerIcon.maid {
                    background-position: -1251px -427px
                }

                .mobile-solution ul li .chatOption .careerIcon.hm {
                    background-position: -1322px -424px
                }

                .mobile-solution ul li .chatOption .careerIcon.ft {
                    background-position: -1394px -423px
                }

                .mobile-solution ul li .chatOption .careerIcon.healthcare {
                    background-position: -1462px -427px
                }

                .mobile-solution ul li .chatOption .careerIcon.delivery {
                    background-position: -1536px -353px
                }

                .mobile-solution ul li .chatOption .careerIcon.tutor {
                    background-position: -1612px -353px
                }

.customFrontend {
    background: #fff;
    padding-top: 73px;
    text-align: center;
    padding-bottom: 85px
}

    .customFrontend .container {
        width: 1298px;
        margin: 0 auto
    }

    .customFrontend h2 {
        font-family: proxima_novalight;
        font-size: 42px;
        color: #1e1e1e;
        margin: 0 0 11px;
        padding: 0
    }

    .customFrontend .chatsubTitle {
        font-family: proxima_novalight;
        font-size: 16px;
        color: #717171;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: url(../img/title-bg.png) no-repeat bottom center;
        padding-bottom: 20px
    }

.scratchsec {
    padding-top: 120px
}

.scratchOption {
    position: relative
}

    .scratchOption:after {
        position: absolute;
        content: "";
        right: -14px;
        width: 50px;
        height: 17px;
        top: 50%;
        background: url(../img/after-arrow.png) no-repeat;
        margin-top: -17px
    }

    .scratchOption.last:after {
        background: inherit
    }

.scratchBlock {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 3px 1px #dbdbdb;
    width: 265px;
    padding: 13px 20px 20px
}

.scratchImg {
    height: 161px;
    padding-top: 0
}

.scratchName {
    font-family: circular std;
    font-weight: 700;
    font-size: 20px;
    color: #1a1a1a;
    padding-top: 0
}

.scratchBlock p {
    color: #626262;
    font-size: 15px;
    font-family: circular std book;
    padding: 0;
    margin: 0;
    line-height: 22px;
    letter-spacing: .5px;
    padding-top: 7px
}

.scratchImg1 > img {
    display: inline-block;
    margin-left: -69px;
    margin-top: -64px;
    max-width: inherit
}

.scratchImg2 > img {
    display: inline-block;
    margin-left: -19px;
    margin-top: -73px;
    max-width: inherit
}

.chatfeature .nav-tabs {
    border-bottom: none
}

    .chatfeature .nav-tabs > li {
        margin-left: 13px;
        margin-right: 83px;
        position: relative
    }

        .chatfeature .nav-tabs > li > a {
            border: none
        }

.chatfeature .nav > li > a {
    background: #17436b none repeat scroll 0 0;
    display: block;
    padding: 10px 0;
    position: relative;
    color: #162d42;
    font-size: 16px;
    font-family: proxima_novasemibold;
    text-transform: uppercase;
    border-radius: 6px;
    min-width: 198px
}

.chatfeature .nav-tabs > li > a:hover, .chatfeature .nav-tabs > li > a:focus {
    border: none;
    color: #fff;
    background: #0172bf
}

.chatfeature .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    font-size: 16px
}

.chatfeature .nav-tabs > li.active > a {
    background: #0172bf;
    color: #fff
}

.chatfeature .nav-tabs > li.active::after {
    border-color: #0172bf transparent transparent;
    border-style: solid;
    border-width: 9px;
    bottom: -18px;
    content: "";
    margin-left: -9px;
    position: absolute
}

.chatfeature .tab-content .chatFeature1 {
    margin-top: 18px
}

.chatfeature .tab-content figure {
    margin-top: 18px
}

.marT60 {
    margin-top: 60px !important
}

.marT0 {
    margin-top: 0 !important
}

.nav.nav-tabs mart60 {
    width: 503px
}

.partnersIcon.custom-built {
    background-position: -1854px -335px
}

    .partnersIcon.custom-built:hover {
        background-position: -1854px -409px
    }

.partnersIcon.cost-effective {
    background-position: -1944px -335px;
    width: 60px
}

    .partnersIcon.cost-effective:hover {
        background-position: -1944px -409px
    }

.partnersIcon.techLed {
    background-position: -1611px -178px
}

    .partnersIcon.techLed:hover {
        background-position: -1611px -257px
    }

.partnersIcon.value {
    background-position: -1686px -174px
}

    .partnersIcon.value:hover {
        background-position: -1686px -252px
    }

.partnersIcon.innovation {
    background-position: -1775px -169px
}

    .partnersIcon.innovation:hover {
        background-position: -1775px -251px
    }

.partnersIcon.fullSupport {
    background-position: -1847px -176px
}

    .partnersIcon.fullSupport:hover {
        background-position: -1847px -258px
    }

.purposeIcons.discoverMission {
    background-position: -1926px -181px
}

.purposeIcons.perfectProd {
    background-position: -1926px -100px
}

.purposeIcons.longTerm {
    background-position: -1817px -83px
}

.purposeIcons.streamlining {
    background-position: -1817px 6px
}

.font36 {
    font-size: 36px !important
}

.boxShedow {
    box-shadow: 14px 4px 36px 19px #f8f8f8;
    -webkit- box-shadow:14px 4px 36px 19px #f8f8f8;
    -moz- box-shadow:14px 4px 36px 19px #f8f8f8;
    -ms- box-shadow:14px 4px 36px 19px #f8f8f8
}

.support-content-block .aw-cl-logo-con p.fontCircBook {
    font-family: circular std book
}

.industoryBlock {
    padding: 85px 66px 0
}

.iBlock {
    background: #fff;
    position: relative;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: -1px 1px 6px 0 #ccc;
    -webkit- box-shadow:-1px 1px 6px 0 #ccc;
    -moz- box-shadow:-1px 1px 6px 0 #ccc;
    -ms- box-shadow:-1px 1px 6px 0 #ccc;
    min-height: 240px
}

    .iBlock.last {
        min-height: 268px
    }

.propertyBlock {
    left: 25px;
    position: absolute;
    top: 5px;
    padding-right: 26px;
    padding-top: 25px;
    width: 340px
}

    .propertyBlock:after {
        content: "";
        background: #1866b1;
        width: 4px;
        height: 95px;
        position: absolute;
        right: 0;
        top: 25px
    }

    .propertyBlock h5 {
        font-weight: 700;
        color: #1e1e1e;
        font-size: 23px;
        padding-top: 8px;
        font-family: circular std;
        margin: 0
    }

    .propertyBlock .iSubtitle {
        color: #5a5a5a;
        font-family: circular std book;
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-bottom: 0;
        margin-top: 11px;
        text-transform: uppercase;
        display: block
    }

.iBlock .propertyInfoBlock {
    color: #414141;
    font-family: circular std book;
    font-size: 17px;
    letter-spacing: .8px;
    line-height: 24px;
    padding-left: 360px
}

.readMore {
    color: #1866b1;
    display: block;
    font-family: circular std;
    font-size: 12px;
    font-weight: 700;
    margin-top: 24px;
    text-transform: uppercase
}

    .readMore:hover {
        color: #33478e
    }

.iBlock .purposeIcons {
    width: 61px;
    height: 60px;
    margin-right: 0
}

    .iBlock .purposeIcons.realEstate {
        background-position: -2023px 0
    }

    .iBlock .purposeIcons.onDemand {
        background-position: -2124px -4px
    }

    .iBlock .purposeIcons.socialnet {
        background-position: -2204px -6px
    }

    .iBlock .purposeIcons.foodRestro {
        background-position: -2300px 1px
    }

    .iBlock .purposeIcons.bfi {
        background-position: -2388px 6px
    }

    .iBlock .purposeIcons.ehr {
        background-position: -2469px 0
    }

    .iBlock .purposeIcons.erb {
        background-position: -2566px -4px
    }

    .iBlock .purposeIcons.th {
        background-position: -2667px -5px
    }

    .iBlock .purposeIcons.me {
        background-position: -2759px -7px
    }

    .iBlock .purposeIcons.hf {
        background-position: -2859px -7px
    }

    .iBlock .purposeIcons.ta {
        background-position: -2029px -80px
    }

    .iBlock .purposeIcons.gl {
        background-position: -2115px -77px
    }

    .iBlock .purposeIcons.do {
        background-position: -2216px -83px
    }

    .iBlock .purposeIcons.et {
        background-position: -2281px -87px
    }

.support-content-block .aw-cl-logo-con p.fontCircBook.marT0 {
    margin-top: 0
}

.pdT50 {
    padding-top: 51px
}

.travelBlock p {
    font-family: proxima_novalight;
    color: #151515;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 40px
}

.travelHospitality {
    padding-top: 78px
}

.hospitalityOption {
    position: relative;
    padding-left: 18px;
    margin-top: 82px;
    min-height: 150px
}

    .hospitalityOption h4 {
        color: #303030;
        font-weight: 700;
        font-size: 19px;
        font-weight: 700;
        padding: 0;
        margin: 0 0 21px;
        text-transform: capitalize
    }

    .hospitalityOption p {
        font-size: 16px;
        line-height: 24px;
        font-family: proxima_novalight;
        color: #111;
        padding: 0;
        margin: 0;
        letter-spacing: 1.5px
    }

    .hospitalityOption:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: #027fc9;
        width: 3px;
        height: 100%
    }

.ourvalueBlock.businessValue {
    text-align: center
}

    .ourvalueBlock.businessValue h2 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 42px
    }

    .ourvalueBlock.businessValue p {
        font-size: 17px;
        color: #fff;
        font-family: proxima_novalight;
        padding-top: 18px;
        letter-spacing: 1px;
        line-height: 28px
    }

        .ourvalueBlock.businessValue p.pdB70 {
            padding-bottom: 50px
        }

    .ourvalueBlock.businessValue .purposeBlock {
        max-width: 100%;
        min-height: inherit;
        padding-bottom: 56px;
        padding-left: 45px
    }

        .ourvalueBlock.businessValue .purposeBlock h4 {
            font-size: 26px;
            color: #fff;
            padding: 0;
            margin: 0
        }

        .ourvalueBlock.businessValue .purposeBlock p {
            color: #6a849b;
            font-size: 16px;
            height: auto;
            letter-spacing: 1px;
            line-height: 24px;
            margin: 0;
            padding-top: 7px;
            padding-bottom: 15px
        }

        .ourvalueBlock.businessValue .purposeBlock.left::before {
            top: 10px;
            background: #e76119;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U3NjExOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYjg1MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(left,rgba(231,97,25,1) 1%,rgba(235,133,35,1) 100%);
            background: -webkit-linear-gradient(left,rgba(231,97,25,1) 1%,rgba(235,133,35,1) 100%);
            background: linear-gradient(to right,rgba(231,97,25,1) 1%,rgba(235,133,35,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76119',endColorstr='#eb8523',GradientType=1 );
            width: 13px;
            height: 13px
        }

        .ourvalueBlock.businessValue .purposeBlock.left::after {
            top: 25px;
            background: #15324c;
            left: 6px
        }

        .ourvalueBlock.businessValue .purposeBlock.left.last::after {
            background: 0 0
        }

.keySolution {
    padding-top: 0;
    text-align: left;
    clear: both;
    padding-left: 45px
}

    .keySolution h4 {
        font-size: 24px;
        padding: 0 0 29px;
        margin: 0;
        color: #fff
    }

.solution1 {
    position: relative;
    padding-left: 13px
}

    .solution1:after {
        content: "";
        position: absolute;
        left: 0;
        background: #1587f9;
        width: 1px;
        height: 85%;
        top: 0
    }

.keyList {
    padding: 0;
    margin: 0
}

    .keyList li {
        list-style: none;
        display: block;
        font-size: 16px;
        color: #fff;
        padding-bottom: 15px
    }

.chatSolution.pdT41 {
    padding-top: 41px
}

    .chatSolution.pdT41 .chatInr {
        margin: 0 auto;
        padding: 0 80px;
        text-align: center;
        max-width: inherit
    }

        .chatSolution.pdT41 .chatInr h2 {
            margin: 10px 0 15px
        }

        .chatSolution.pdT41 .chatInr .chatsubTitle {
            color: #5a5a5a;
            display: block;
            padding-bottom: 24px;
            letter-spacing: 2px
        }

.marT60 {
    margin-top: 60px
}

.chatSolution.pdT41 .chatInr .bcm_btn {
    padding: 20px 50px 18px
}

.service-Offer {
    margin-top: 0
}

    .service-Offer .business-requir-info {
        margin-top: 0
    }

.business-requir-info h3 {
    margin-top: 0
}

.service-Offer .business-requir-list-box ul {
    min-height: 229px
}

.latest-blog-section.mobile-dev-lb.blogRead .main-content-block h2 {
    color: #151515;
    font-family: proxima_novalight;
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 11px;
    text-align: center
}

.latest-blog-section.mobile-dev-lb.blogRead .main-content-block .title-bar {
    background: transparent url(../img/title-bg.png) no-repeat scroll center bottom;
    color: #717171;
    font-family: proxima_novalight;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.latest-blogs .comman-btn {
    border: 1px solid #1866b1;
    border-radius: 5px;
    color: #1866b1
}

.purposeIcons.arrowBtn {
    background-position: -1926px -282px;
    height: 11px;
    width: 37px;
    vertical-align: middle
}

.latest-blogs .comman-btn:hover .purposeIcons.arrowBtn {
    background-position: -1926px -303px;
    height: 11px;
    width: 37px
}

.pdT23 {
    padding-top: 23px
}

.pdB70 {
    padding-bottom: 70px
}

.ourvalueBlock.pdb63 {
    padding-top: 55px;
    padding-bottom: 55px
}

.awards {
    margin: 70px auto 0;
    padding-bottom: 19px;
    max-width: 972px
}

    .awards .col-sm-3 {
        border-right: 1px dashed #fff;
        padding-bottom: 12px;
        padding-top: 12px
    }

    .awards .number {
        color: #fff;
        font-size: 44px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 0;
        position: relative;
        font-family: circular std book
    }

    .awards span {
        color: #fff;
        display: block;
        font-size: 13 px;
        font-weight: 300;
        line-height: 17px;
        padding-top: 14px;
        font-family: circular std book
    }

.award-row .col-sm-3 {
    min-height: 90px;
    padding-bottom: 0;
    padding-top: 7px
}

    .award-row .col-sm-3:last-child, .awards .col-sm-3:last-child {
        border-right: none
    }

.award-row {
    border-top: 1px dashed #fff
}

.awards .purposeIcons {
    height: 43px;
    margin: 0 auto;
    width: 170px
}

.purposeIcons.clutch {
    background-position: -2016px -172px
}

.purposeIcons.bestDesign {
    background-position: -2202px -172px
}

.purposeIcons.itferm {
    background-position: -2378px -172px
}

.purposeIcons.busApp {
    background-position: -2561px -178px
}

.award-row .col-sm-3:hover .purposeIcons.clutch {
    background-position: -2016px -234px
}

.award-row .col-sm-3:hover .purposeIcons.bestDesign {
    background-position: -2202px -232px
}

.award-row .col-sm-3:hover .purposeIcons.itferm {
    background-position: -2378px -233px
}

.award-row .col-sm-3:hover .purposeIcons.busApp {
    background-position: -2561px -239px
}

.award-row .col-sm-3:hover .clutchApp {
    color: #226593
}

.award-row .col-sm-3:hover .designApp {
    color: #505366
}

.award-row .col-sm-3:hover .itfirmsText {
    color: #0f9be6
}

.award-row .col-sm-3:hover .busAdd {
    color: #007ac3
}

.marT41 {
    margin-top: 41px !important
}

.pdT180 {
    padding-top: 180px !important
}

.projectComm {
    padding-top: 80px;
    text-align: center
}

.pdR0 {
    padding-right: 0
}

.pdL0 {
    padding-left: 0
}

.projectComm h2 {
    font-family: proxima_novalight;
    font-size: 42px;
    color: #151515;
    margin: 0;
    line-height: 50px;
    text-align: center;
    margin-bottom: 11px
}

.projectComm .subHeading {
    display: block;
    font-weight: 700;
    font-family: circular std;
    color: #242424;
    font-size: 32px
}

.projectComm .projectLine {
    font-family: proxima_novalight;
    font-size: 16px;
    color: #717171;
    margin: 0;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(../img/title-bg.png) no-repeat bottom center;
    padding-bottom: 20px
}

.colProject {
    position: relative
}

.projectAnalysis {
    padding-right: 180px;
    padding-top: 52px;
    text-align: right
}

    .projectAnalysis h4 {
        font-family: proxima_novalight;
        font-size: 30px;
        color: #0d519c;
        padding: 0;
        margin: 0 0 10px
    }

    .projectAnalysis p {
        font-size: 17px;
        color: #0c0c0c;
        font-family: proxima_nova_rgregular;
        line-height: 25px;
        letter-spacing: 1px
    }

.projectComm .purposeIcons {
    height: 60px;
    width: 60px;
    margin-right: 0
}

.purposeIcons.projectAnay {
    background-position: -2016px -294px
}

.projectComm .meeting {
    background-position: -2099px -294px
}

.projectComm .correct {
    background-position: -2175px -294px
}

.projectComm .singlePoint {
    background-position: -384px -312px
}

.projectComm .multipleChannel {
    background-position: -2235px -294px
}

.projectComm .workflow {
    background-position: -2308px -294px
}

.projectComm .proactive {
    background-position: -2382px -294px
}

.projectComm .review {
    background-position: -2447px -294px
}

.projectComm .respect {
    background-position: -2751px -298px
}

.projectComm .modernProj {
    background-position: -384px -325px
}

.projectComm .docuention {
    background-position: -2506px -294px
}

.projectComm .fornight {
    background-position: -2592px -294px
}

.projectComm .upfront {
    background-position: -2668px -294px
}

.projectNo {
    position: absolute;
    right: 0;
    top: 0
}

.projectComm .block-numbers {
    background-color: #1ac0ff;
    border-radius: 100%;
    color: #fff;
    font-family: proxima_novaextrabold;
    font-size: 14px;
    height: 74px;
    letter-spacing: .8px;
    line-height: 74px;
    position: absolute;
    right: 60px;
    text-align: center;
    top: 63px;
    width: 74px;
    z-index: 100
}

.projectLine.left-bottom {
    background: #fff none repeat scroll 0 0;
    height: 90px;
    position: absolute;
    right: 1px;
    top: 16px;
    width: 80px;
    z-index: 99
}

    .projectLine.left-bottom::before {
        border-bottom: 1px dashed #6a849b;
        border-bottom-right-radius: 80px;
        border-right: 1px dashed #6a849b;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: -1px;
        top: 7px
    }

.projectAnalysisTwo {
    padding-left: 180px;
    padding-top: 159px;
    text-align: left
}

    .projectAnalysisTwo h4 {
        font-family: proxima_novalight;
        font-size: 30px;
        color: #0d519c;
        padding: 0;
        margin: 0 0 10px
    }

    .projectAnalysisTwo p {
        font-size: 17px;
        color: #0c0c0c;
        font-family: proxima_nova_rgregular;
        line-height: 25px;
        letter-spacing: 1px
    }

.colProjectTwo {
    padding-top: 50;
    position: relative
}

.projectComm .colProjectTwo .block-numbers {
    left: 73px;
    right: inherit;
    top: 156px
}

.colProjectTwo .projectLine.left-bottom::before {
    border-bottom: 1px dashed #6a849b;
    border-bottom-left-radius: 80px;
    border-left: 1px dashed #6a849b;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: -1px;
    top: 7px
}

.colProjectTwo .projectLine.left-bottom {
    background: transparent none repeat scroll 0 0;
    height: 77px;
    left: 0;
    position: absolute;
    right: inherit;
    top: 114px;
    width: 73px
}

    .colProjectTwo .projectLine.left-bottom::before {
        border-bottom: 1px dashed #6a849b;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 0;
        border-left: 1px dashed #6a849b;
        border-right: medium;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: -1px;
        top: 0
    }

.projectGraph {
    margin-top: 65px
}

    .projectGraph li {
        list-style: none;
        float: left;
        width: 50%
    }

.projectComm .colProjectTwo .toppos {
    top: 0 !important
}

.projectComm .colProjectTwo .pdtop50 {
    padding-top: 50px
}

.projectComm .colProjectTwo .top50 {
    top: 50px
}

.projectComm #grid {
    position: relative;
    padding-bottom: 140px
}

    .projectComm #grid:after {
        content: "";
        position: absolute;
        left: 50%;
        border-right: 1px dashed #6a849b;
        top: 0;
        height: 100%
    }

    .projectComm #grid:before {
        position: absolute;
        left: 50%;
        top: -12px;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #0470c6;
        content: "";
        margin-left: -6px;
        z-index: 200
    }

.headingPad {
    padding-top: 349px
}

.padL70 {
    padding-left: 70px
}

.padR70 {
    padding-right: 70px
}

.fa.fa-play-circle {
    font-size: 30px;
    position: relative;
    top: 7px;
    margin-right: 7px
}

.fa.fa-usercomment {
    background-image: url(../img/sprite.png);
    display: inline-block;
    width: 30px;
    height: 45px;
    background-position: -1524px -77px
}

.business-requir-list-box {
    padding-left: 0;
    padding-right: 0
}

    .business-requir-list-box ul {
        margin-left: -10px;
        margin-right: -10px
    }

        .business-requir-list-box ul li {
            padding-left: 20px;
            list-style-type: none;
            position: relative
        }

            .business-requir-list-box ul li:before {
                content: "";
                width: 6px;
                height: 6px;
                position: absolute;
                left: 0;
                background-color: #4389cd;
                top: 9px;
                border-radius: 100%
            }

    .business-requir-list-box .col-sm-4 {
        padding-left: 10px;
        padding-right: 10px
    }

.service-Offer .business-requir-list-box ul {
    min-height: 255px
}

.itfirmLogo img {
    height: 50px
}

.siliconIndia img {
    height: 56px
}

.news-section-block .newsOuter figure span img.mobile.goodfirm {
    top: 1px
}

.megento-section {
    background: url(../img/gray-bg-pattren.jpg) repeat;
    float: left;
    width: 100%
}

    .megento-section .increaseBlock {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

        .megento-section .increaseBlock .info-block {
            text-align: center
        }

    .megento-section .magentoBottom .info-block .middle-center .center {
        max-width: 100%;
        display: inline-block
    }

.gettouchBtn {
    background: 0 0;
    margin-top: 30px !important;
    border-color: #8a8a8a !important;
    color: #3f3f3f !important;
    text-transform: uppercase
}

.megento-section .magentoBottom {
    background: #f3f3f3 url(../img/gray-bg-pattren.jpg) repeat scroll 0 0;
    margin-top: 0
}

    .megento-section .magentoBottom .getTouch .info-block {
        background: url(../img/symbol_logo_magento.png) repeat scroll center;
        background-size: 310px auto;
        background-repeat: no-repeat
    }

        .megento-section .magentoBottom .getTouch .info-block h3 {
            color: #3f3f3f;
            font-size: 29px;
            text-align: center;
            max-width: 320px
        }

            .megento-section .magentoBottom .getTouch .info-block h3 span {
                color: #f74f07
            }

.userImage.destopHide {
    display: none
}

.megento-section .getTouch .info-block .middle-center .center a {
    margin-right: 0
}

.megento-section .magentoBottom .increaseBlock {
    padding: 0
}

.megento-section .magentoBottom .getTouch {
    height: 475px;
    list-style: outside none none;
    position: relative;
    text-align: center
}

    .megento-section .magentoBottom .getTouch .info-block {
        display: table;
        height: 100%;
        width: 100%
    }

        .megento-section .magentoBottom .getTouch .info-block .middle-center {
            display: table-cell;
            vertical-align: middle
        }

        .megento-section .magentoBottom .getTouch .info-block h3 {
            color: #3f3f3f;
            font-size: 29px;
            max-width: 320px;
            text-align: center
        }

.megento-section .magentoBottom .increaseBlock .info-block .middle-center .center {
    max-width: 100%
}

.megento-section .magentoBottom .increaseBlock p {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.megento-section .magentoBottom .increaseBlock .info-block {
    display: table;
    height: 100%;
    width: 100%
}

.megento-section .magentoBottom .increaseBlock .middle-center {
    display: table-cell;
    vertical-align: middle
}

.megento-section .profileSlide .slide1 {
    background-size: cover;
    min-height: 475px;
    padding-top: 0
}

.megento-section .profileSlide .slide_detail {
    padding-top: 121px;
    padding-left: 0;
    text-align: center
}

.megento-section .slidTitile {
    color: #fff;
    font-family: proxima_novalight;
    font-size: 22px;
    line-height: 30px;
    margin-top: 35px;
    max-height: 217px;
    overflow: hidden
}

.megento-section .profileSlide .flex-direction-nav {
    display: block;
    position: absolute;
    right: 51px;
    top: 39px
}

    .megento-section .profileSlide .flex-direction-nav .flex-prev {
        left: -50px
    }

.megento-section .slide_detail .study_title {
    color: #fff;
    font-family: proxima_novasemibold;
    font-size: 36px;
    position: relative;
    text-transform: uppercase
}

    .megento-section .slide_detail .study_title span::after {
        display: none
    }

    .megento-section .slide_detail .study_title span {
        display: block;
        margin-top: 15px;
        padding-bottom: 0;
        position: relative
    }

.megento-section .case_app_icon1 {
    margin-top: 22px
}

.mobile-solution.customizePlatform ul li {
    width: 14.28%
}

    .mobile-solution.customizePlatform ul li .chatOption {
        height: 150px;
        padding: 24px 15px 0;
        width: 150px;
        line-height: 18px
    }

.buttonSpace {
    padding-top: 164px
}

    .buttonSpace .connectBtn {
        margin-top: 30px
    }

.engagement_models {
    padding-top: 40px;
    padding-bottom: 60px
}

    .engagement_models h4 {
        font-size: 20px;
        color: #242424;
        font-weight: 700;
        font-family: proxima_novasemibold;
        padding: 0;
        margin: 0 0;
        text-align: left
    }

    .engagement_models ul {
        padding: 0;
        margin: 0
    }

        .engagement_models ul li {
            font-family: proxima_novalight;
            list-style: none;
            float: left;
            width: 25%;
            padding-left: 16px;
            padding-right: 4px;
            margin: 22px 0 0;
            background: url(../img/bullets.png) no-repeat scroll 1px 9px;
            color: #242424;
            font-size: 17px
        }

.dedicated_Offshore {
    position: relative
}

.offshoreImg {
    position: absolute;
    left: 0;
    top: 0
}

.offshoreDetail {
    padding-left: 155px
}

    .offshoreDetail h3 {
        font-family: proxima_novasemibold;
        color: #242424;
        font-weight: 700;
        font-size: 26px;
        padding: 0;
        margin: 0
    }

    .offshoreDetail p {
        color: #151515;
        font-size: 18px;
        line-height: 30px;
        font-family: circular std book;
        padding: 10px 0 0 0;
        margin: 0
    }

.resourcesBlock1 {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 24px;
    text-align: center;
    min-height: 454px
}

.rModel {
    border-bottom: 1px solid #eee;
    padding-bottom: 43px;
    padding-top: 50px
}

    .rModel:last-child {
        border-bottom: none
    }

.dedicateResource {
    padding-top: 56px
}

.resourcesBlock1 .count-value {
    color: #06c;
    font-family: circular std;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 38px
}

    .resourcesBlock1 .count-value span {
        color: #ccc
    }

.resourceTitle {
    font-family: circular std medium;
    text-transform: uppercase;
    color: #242424;
    font-size: 18px;
    padding-top: 11px
}

.resourcesBlock1 p {
    font-family: proxima_novalight;
    font-size: 16px;
    color: #151515;
    padding-top: 10px;
    margin: 0;
    line-height: 24px
}

.resourcesBlock1 .purposeIcons {
    height: 50px;
    width: 45px;
    margin: 0 auto
}

.purposeIcons.fullTime {
    background-position: -2388px -89px;
    width: 43px
}

.purposeIcons.parttime {
    background-position: -2446px -89px;
    width: 43px
}

.purposeIcons.hourly {
    background-position: -2507px -89px;
    width: 46px
}

.features-section.deliver {
    margin-top: 60px
}

    .features-section.deliver .col-md-4 {
        padding: 0 15px
    }

    .features-section.deliver .content-part {
        margin-top: 0;
        padding: 0 12px
    }

    .features-section.deliver .feature-block {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 336px;
        margin-top: 15px;
        margin-bottom: 15px
    }

        .features-section.deliver .feature-block .img-block {
            margin-bottom: 15px
        }

            .features-section.deliver .feature-block .img-block i {
                width: 60px;
                height: 48px
            }

    .features-section.deliver .content-part h3 {
        font-size: 21px;
        margin-bottom: 6px
    }

    .features-section.deliver .content-part p {
        padding-bottom: 15px;
        min-height: 80px;
        padding-bottom: 18px
    }

    .features-section.deliver .btn-block {
        margin-top: 20px
    }

        .features-section.deliver .btn-block a {
            padding: 0;
            border: none;
            border-bottom: 1px solid;
            border-radius: 0
        }

            .features-section.deliver .btn-block a:hover, .features-section.deliver .btn-block a:focus {
                background: 0 0 !important;
                color: #0064b1 !important;
                border-bottom: none
            }

    .features-section.deliver .feature-block.active .btn-block a:hover, .features-section.deliver .feature-block.active .btn-block a:focus {
        border-color: #fff !important;
        color: #fff !important
    }

    .features-section.deliver .feature-block .careerIcon.webD {
        background-position: -1513px -489px
    }

    .features-section.deliver .feature-block:hover .careerIcon.webD {
        background-position: -1513px -546px
    }

    .features-section.deliver .feature-block .careerIcon.mobW {
        background-position: -1446px -550px
    }

    .features-section.deliver .feature-block:hover .careerIcon.mobW {
        background-position: -1446px -550px
    }

    .features-section.deliver .feature-block .careerIcon.ed {
        background-position: -1629px -488px
    }

    .features-section.deliver .feature-block:hover .careerIcon.ed {
        background-position: -1629px -545px
    }

    .features-section.deliver .feature-block .careerIcon.offshore {
        background-position: -1690px -61px
    }

    .features-section.deliver .feature-block:hover .careerIcon.offshore {
        background-position: -1690px -107px
    }

    .features-section.deliver .feature-block .careerIcon.appProtoType {
        background-position: -1630px -50px
    }

    .features-section.deliver .feature-block:hover .careerIcon.appProtoType {
        background-position: -1630px -99px
    }

    .features-section.deliver .feature-block .careerIcon.cloud {
        background-position: -1561px -50px
    }

    .features-section.deliver .feature-block:hover .careerIcon.cloud {
        background-position: -1561px -99px
    }

.features-section .feature-block.active .img-block.mobile i.mobW {
    background-position: -1575px -497px
}

.features-section .feature-block:hover.active .img-block.mobile i.mobW {
    background-position: -1575px -551px
}

.contentText {
    color: #151515;
    font-family: circular std book;
    font-size: 18px;
    letter-spacing: .7px;
    line-height: 29px;
    padding-top: 50px
}

.support-content-block.engementSupport .aw-cl-logo-con p {
    margin-top: 15px
}

.caseStudySec {
    background-color: #f6f9f9;
    overflow: hidden
}

    .caseStudySec .case_study_block {
        text-align: center;
        padding-top: 0;
        padding-left: 115px;
        padding-right: 115px;
        display: table-cell;
        vertical-align: middle
    }

        .caseStudySec .case_study_block h2 {
            color: #414141;
            font-size: 34px;
            margin-top: 15px;
            max-height: 141px;
            overflow: hidden
        }

.caseSec {
    position: relative
}

.caseImg {
    background-size: cover !important;
    width: 100%;
    height: 489px;
    display: table
}

.caseStudySec .case_icon_block ul li {
    background: #ebeef0 none repeat scroll 0 0
}

.caseStudySec .case_study_block .study_title::after {
    background: #116dc2 none repeat scroll 0 0
}

.caseStudySec .case_study_block .study_title {
    color: #898989
}

    .caseStudySec .case_study_block .study_title:after {
        display: none
    }

    .caseStudySec .case_study_block .study_title span {
        position: relative
    }

        .caseStudySec .case_study_block .study_title span::after {
            background: #116dc2 none repeat scroll 0 0;
            bottom: -11px;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 90%
        }

.caseName {
    font-size: 24px;
    font-family: circular std book;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 100;
    display: table-cell;
    vertical-align: middle
}

    .caseName span {
        width: 100%;
        display: inline-block;
        margin-top: 23px
    }

.viewCaseBtn {
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    padding: 18px 32px;
    font-size: 14px;
    font-family: proxima_nova_rgbold;
    display: inline-block;
    margin-top: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    transition: all .5s ease 0s;
    -webkit- transition:all 0.5s ease 0s;
    -moz- transition:all 0.5s ease 0s;
    -ms- transition:all 0.5s ease 0s
}

    .viewCaseBtn:hover {
        background: #1866b1;
        color: #fff;
        text-decoration: none;
        border-color: #1866b1
    }

.caseStudySec .col-md-6 {
    padding: 0;
    display: table;
    height: 489px
}

.caseStudySec .utility_btn {
    margin-right: 5px
}

casestudysec .caseBtn {
    margin-top: 17px
}

.caseSec_overlay {
    background: rgba(255,255,255,.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.overlaybg_Black {
    background: rgba(0,0,0,.6)
}

.overlaybg_Orange {
    background: rgba(254,136,9,.7)
}

.overlaybg_Green {
    background: rgba(26,163,156,.7)
}

.casestudy-mobile .case_app_icon1 a.webBtn, .casestudy-mobile .case_app_icon1 a.webBtn:hover {
    display: block;
    padding: 12px 40px
}

.casestudy-mobile .case_app_icon1 .storename {
    line-height: normal;
    text-align: left
}

.i-icon img {
    padding-top: 4px
}

.pastPerformance {
    background: #fff;
    text-align: center;
    padding: 80px 0 60px
}

    .pastPerformance h3 {
        color: #000;
        font-family: proxima_nova_rgbold;
        font-size: 60px;
        display: block;
        line-height: 60px
    }

        .pastPerformance h3 span {
            display: block;
            font-family: proxima_novalight;
            line-height: 65px
        }

    .pastPerformance p {
        font-size: 20px;
        font-family: proxima_nova_rgregular;
        line-height: 25px;
        letter-spacing: .5px;
        color: #7f7f7f;
        padding-top: 15px
    }

.resultBlock {
    padding-top: 50px
}

    .resultBlock .resultTitle {
        font-family: proxima_novalight;
        font-size: 72px;
        text-transform: uppercase
    }

    .resultBlock p {
        padding-top: 0;
        font-size: 18px;
        color: #000;
        font-family: circular std book;
        line-height: 25px
    }

.titleGreen {
    color: #409c6d
}

.titlePurpel {
    color: #3351a4
}

.titleOrange {
    color: #f15b43
}

.deve_Process_Height {
    min-height: inherit
}

.application-option.appNewOption ul li {
    height: auto
}

.doller {
    min-width: 50px
}

.proxSami {
    font-family: proxima_novasemibold
}

.careeBnrIcon {
    padding-bottom: 10px
}

    .careeBnrIcon .careerIcon.ui-ux {
        background-position: -1087px -195px
    }

    .careeBnrIcon .careerIcon.frontend {
        background-position: -1086px -55px
    }

    .careeBnrIcon .careerIcon.dotnet {
        background-position: -1176px -419px
    }

    .careeBnrIcon .careerIcon.ba {
        background-position: -1348px -62px
    }

    .careeBnrIcon .careerIcon.bde {
        background-position: -1262px -66px
    }

    .careeBnrIcon .careerIcon.qa {
        background-position: -1260px -246px
    }

    .careeBnrIcon .careerIcon.apple {
        background-position: -1176px -88px
    }

    .careeBnrIcon .careerIcon.android {
        background-position: -1176px -262px
    }

.subheadingnew {
    color: #fff;
    font-family: proxima_novasemibold;
    font-size: 25px;
    text-align: center;
    padding-top: 20px
}

nav .navigation-part ul.menu-links li .sub-menu-sec .menuHeadTitle {
    color: #fff;
    font-family: proxima_nova_rgbold;
    font-size: 20px;
    letter-spacing: .2px;
    margin: 0
}

    nav .navigation-part ul.menu-links li .sub-menu-sec .menuHeadTitle a {
        font-family: proxima_nova_rgbold;
        margin: 0;
        font-size: 20px;
        color: #fff;
        letter-spacing: .2px;
        text-decoration: none;
        padding: 0;
        text-transform: inherit
    }

.com-info-inquiry .inquiry-block .inqSal {
    margin: 0;
    font-size: 16px;
    color: rgba(0,0,0,.8)
}

.footer-part1 .footerTitle {
    color: #a6a9ab;
    font-family: proxima_novalight;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin: 0 0 5px;
    text-transform: uppercase
}

.gridTopTitle {
    margin: 18px 0 35px
}

    .gridTopTitle .chatsub-top-Title {
        display: block;
        margin-bottom: 9px
    }

.thanks_footer-section {
    padding: 30px 0
}

    .thanks_footer-section .footer-part2 {
        color: rgba(0,0,0,.5);
        margin-top: 10px
    }

        .thanks_footer-section .footer-part2 p {
            margin-top: 20px
        }

.main-content-block.gridTopTitle .title-bar a {
    border-bottom: 1px dashed #0658a6;
    color: #0658a6
}

    .main-content-block.gridTopTitle .title-bar a:hover, .main-content-block.gridTopTitle .title-bar a:focus {
        color: #ff9415;
        border-bottom: 1px dashed #ff9415;
        text-decoration: none
    }

.offer_bg h2 {
    margin-bottom: 12px
}

    .offer_bg h2 a {
        color: #fff
    }

        .offer_bg h2 a:hover, .offer_bg h2 a:focus {
            text-decoration: none
        }

.offer_bg p {
    margin-bottom: 12px
}

    .offer_bg p a {
        color: #fff
    }

        .offer_bg p a:hover, .offer_bg p a:focus {
            text-decoration: none
        }

.getBoardTitle {
    font-size: 15px !important;
    color: rgba(255,255,255,.7) !important
}

    .getBoardTitle a {
        color: rgba(255,148,21,.7) !important
    }

        .getBoardTitle a:hover {
            color: #ff9415 !important;
            text-decoration: underline !important
        }

p.retailEcom {
    color: #696969;
    margin: 20px 0 0
}

.spritBg {
    background: url(../img/sprite.png) no-repeat !important;
    display: inline-block
}

.businessProcess li.rigorous figure {
    width: 64px;
    background-position: -2060px -164px !important
}

.businessProcess li.competitive figure {
    width: 64px;
    background-position: -2136px -164px !important
}

.businessProcess li.expert figure {
    width: 61px;
    background-position: -2201px -164px !important
}

.businessProcess li.clientReq figure {
    background-position: -3012px -275px;
    width: 65px
}

.businessProcess li.mokups figure {
    background-position: -3083px -275px;
    width: 74px
}

.businessProcess li.sharePrototype figure {
    background-position: -3162px -275px;
    width: 76px
}

.businessProcess li.feedback figure {
    background-position: -3180px -275px;
    width: 76px
}

.businessProcess li.feedback figure {
    background-position: -3244px -275px;
    width: 81px
}

.mobile-solution ul li .chatOption .careerIcon.smart_watch {
    background-position: -2061px -246px;
    width: 37px
}

.mobile-solution ul li .chatOption .careerIcon.fitness_tracking {
    background-position: -2107px -246px;
    width: 37px
}

.mobile-solution ul li .chatOption .careerIcon.wireless_payments {
    background-position: -2158px -246px;
    width: 32px
}

.mobile-solution ul li .chatOption .careerIcon.internet_thing {
    background-position: -2197px -246px;
    width: 49px
}

.mobile-solution ul li .chatOption .careerIcon.customized_app {
    background-position: -2253px -246px;
    width: 58px
}

.mobile-solution ul li .chatOption .careerIcon.virtual_reality {
    background-position: -2320px -246px;
    width: 68px
}

.spritBg.gameApp {
    background-position: -2203px -161px !important;
    height: 74px;
    width: 65px
}

.partnersIcon.crossIcon {
    height: 58px
}

.partnersIcon.nativUser {
    background-position: -3378px -1px;
    width: 35px !important
}

    .partnersIcon.nativUser:hover {
        background-position: -3378px -69px
    }

.partnersIcon.saveDev {
    background-position: -3420px -1px
}

    .partnersIcon.saveDev:hover {
        background-position: -3420px -69px
    }

.partnersIcon.readyMarket {
    background-position: -3490px -1px
}

    .partnersIcon.readyMarket:hover {
        background-position: -3490px -69px
    }

.partnersIcon.highPerfor {
    background-position: -3550px -1px;
    width: 50px !important
}

    .partnersIcon.highPerfor:hover {
        background-position: -3550px -69px
    }

.partnersIcon.seasoned {
    background-position: -3602px -1px
}

    .partnersIcon.seasoned:hover {
        background-position: -3602px -69px
    }

.partnersIcon.post-deployment {
    background-position: -3662px -1px
}

    .partnersIcon.post-deployment:hover {
        background-position: -3662px -69px
    }

.partnersIcon.powerful_mobile {
    background-position: -3728px -1px
}

    .partnersIcon.powerful_mobile:hover {
        background-position: -3728px -69px
    }

.partnersIcon.rapid_application {
    background-position: -3798px -1px
}

    .partnersIcon.rapid_application:hover {
        background-position: -3798px -69px
    }

.partnersIcon.detail_view {
    background-position: -3378px -136px
}

    .partnersIcon.detail_view:hover {
        background-position: -3378px -206px
    }

.partnersIcon.give_feedback {
    background-position: -3444px -136px
}

    .partnersIcon.give_feedback:hover {
        background-position: -3444px -206px
    }

.partnersIcon.big_saving {
    background-position: -3510px -136px
}

    .partnersIcon.big_saving:hover {
        background-position: -3510px -206px
    }

.partnersIcon.expert_bus {
    background-position: -3577px -136px
}

    .partnersIcon.expert_bus:hover {
        background-position: -3577px -206px
    }

.partnersIcon.effect_comm {
    background-position: -3638px -136px
}

    .partnersIcon.effect_comm:hover {
        background-position: -3638px -206px
    }

.partnersIcon.accurate_proj {
    background-position: -3704px -136px
}

    .partnersIcon.accurate_proj:hover {
        background-position: -3704px -206px
    }

.partnersIcon.invote {
    background-position: -3773px -136px
}

    .partnersIcon.invote:hover {
        background-position: -3773px -206px
    }

.partnersIcon.allScreen {
    background-position: -3835px -136px
}

    .partnersIcon.allScreen:hover {
        background-position: -3835px -206px
    }

.partnersIcon.advance_web {
    background-position: -3377px -277px
}

    .partnersIcon.advance_web:hover {
        background-position: -3377px -346px
    }

.partnersIcon.cloud_based {
    background-position: -3445px -277px;
    width: 52px
}

    .partnersIcon.cloud_based:hover {
        background-position: -3445px -346px
    }

.partnersIcon.dedicated_web {
    background-position: -3505px -277px;
    width: 50px
}

    .partnersIcon.dedicated_web:hover {
        background-position: -3505px -347px
    }

.partnersIcon.full_cycle {
    background-position: -3564px -277px;
    width: 67px
}

    .partnersIcon.full_cycle:hover {
        background-position: -3564px -346px
    }

.partnersIcon.quality_assurance {
    background-position: -3908px -135px
}

    .partnersIcon.quality_assurance:hover {
        background-position: -3908px -206px
    }

.partnersIcon.consolidation {
    background-position: -3711px -277px;
    width: 66px
}

    .partnersIcon.consolidation:hover {
        background-position: -3711px -346px
    }

.partnersIcon.agile {
    background-position: -3785px -277px;
    width: 50px
}

    .partnersIcon.agile:hover {
        background-position: -3785px -346px
    }

.partnersIcon.maintenance {
    background-position: -3842px -277px
}

    .partnersIcon.maintenance:hover {
        background-position: -3842px -346px
    }

.partnersIcon.dependable_code {
    background-position: -3378px -410px
}

    .partnersIcon.dependable_code:hover {
        background-position: -3378px -481px
    }

.partnersIcon.unparalleled {
    background-position: -3443px -415px
}

    .partnersIcon.unparalleled:hover {
        background-position: -3443px -481px
    }

.partnersIcon.featured_expertise {
    background-position: -3508px -415px
}

    .partnersIcon.featured_expertise:hover {
        background-position: -3508px -481px
    }

.partnersIcon.performance {
    background-position: -3575px -410px;
    width: 64px
}

    .partnersIcon.performance:hover {
        background-position: -3575px -481px
    }

.partnersIcon.zero_cost {
    background-position: -3646px -414px
}

    .partnersIcon.zero_cost:hover {
        background-position: -3646px -481px
    }

.partnersIcon.expert_coders {
    background-position: -3709px -414px
}

    .partnersIcon.expert_coders:hover {
        background-position: -3709px -481px
    }

.partnersIcon.search_engine {
    background-position: -3776px -414px
}

    .partnersIcon.search_engine:hover {
        background-position: -3776px -481px
    }

.partnersIcon.search_engine {
    background-position: -3776px -414px
}

    .partnersIcon.search_engine:hover {
        background-position: -3776px -481px
    }

.partnersIcon.satisfaction_guaranteed {
    background-position: -3840px -414px
}

    .partnersIcon.satisfaction_guaranteed:hover {
        background-position: -3840px -481px
    }

.partnersIcon.tactical_approach {
    background-position: -3861px 0
}

    .partnersIcon.tactical_approach:hover {
        background-position: -3861px -67px
    }

.partnersIcon.clients_matter {
    background-position: -3920px 0
}

    .partnersIcon.clients_matter:hover {
        background-position: -3920px -67px
    }

.partnersIcon.budget_friendly {
    background-position: -3980px 0
}

    .partnersIcon.budget_friendly:hover {
        background-position: -3980px -67px
    }

.partnersIcon.bug_free {
    background-position: -4047px 0
}

    .partnersIcon.bug_free:hover {
        background-position: -4047px -67px
    }

.partnersIcon.focused_mindset {
    background-position: -4109px 0
}

    .partnersIcon.focused_mindset:hover {
        background-position: -4109px -67px
    }

.partnersIcon.unfaltering {
    background-position: -4173px 0
}

    .partnersIcon.unfaltering:hover {
        background-position: -4173px -67px
    }

.partnersIcon.custom_built {
    background-position: -4240px 0;
    width: 50px
}

    .partnersIcon.custom_built:hover {
        background-position: -4240px -67px
    }

.partnersIcon.robust_products {
    background-position: -4292px 0;
    width: 55px
}

    .partnersIcon.robust_products:hover {
        background-position: -4292px -67px
    }

.partnersIcon.tech_leaders {
    background-position: -4348px 0
}

    .partnersIcon.tech_leaders:hover {
        background-position: -4348px -67px
    }

.partnersIcon.flexible_environment {
    background-position: -4412px 0;
    width: 50px
}

    .partnersIcon.flexible_environment:hover {
        background-position: -4412px -67px
    }

.mobiSolution .purposeIcons.dev_del {
    background-position: -3010px -345px;
    width: 59px
}

.careeBnrIcon .careerIcon.php_dev {
    background-position: -2043px -79px;
    width: 99px
}

.careeBnrIcon .careerIcon.nod_dev {
    background-position: -2487px -60px;
    width: 129px
}

.careeBnrIcon .careerIcon.angu_js {
    background-position: -2233px -79px
}

.careeBnrIcon .careerIcon.java_Dev {
    background-position: -2149px -79px
}

.careeBnrIcon .careerIcon.bus_ana {
    background-position: -2640px -74px
}

.careeBnrIcon .careerIcon.bus_Devp {
    background-position: -2320px -79px
}

.partnersIcon.empFirst {
    background-position: -2290px -370px
}

.mobile-solution ul li .chatOption .careerIcon.frnt-end {
    background-position: -2391px -246px
}

.mobile-solution ul li .chatOption .careerIcon.interface-design {
    background-position: -2059px -312px
}

.mobile-solution ul li .chatOption .careerIcon.experience-design {
    background-position: -2133px -312px
}

.mobile-solution ul li .chatOption .careerIcon.wireframe-devp {
    background-position: -2212px -312px
}

.mobile-solution ul li .chatOption .careerIcon.custom-web {
    background-position: -2403px -312px;
    width: 80px
}

.mobile-solution ul li .chatOption .careerIcon.responsive-layout {
    background-position: -2916px -377px
}

.mobile-solution ul li .chatOption .careerIcon.mobile_uiux {
    background-position: -2826px -508px;
    width: 41px
}

.purposeIcons.mobile_strategy {
    background-position: -3053px -62px;
    width: 50px !important
}

.purposeIcons.ios_android {
    background-position: -3009px -62px;
    width: 50px !important
}

.purposeIcons.xamarin_app {
    background-position: -3100px -62px;
    width: 50px !important
}

.purposeIcons.xamarin_consulting {
    background-position: -3151px -62px;
    width: 61px !important
}

.purposeIcons.app_support {
    background-position: -3212px -62px;
    width: 50px !important
}

.partnersIcon.build_cust_jur {
    background-position: -4736px -136px
}

    .partnersIcon.build_cust_jur:hover {
        background-position: -4736px -200px
    }

.partnersIcon.rapid_prototype {
    background-position: -4673px -135px
}

    .partnersIcon.rapid_prototype:hover {
        background-position: -4673px -200px
    }

.partnersIcon.top_visual {
    background-position: -4803px -135px
}

    .partnersIcon.top_visual:hover {
        background-position: -4803px -200px
    }

.partnersIcon.perfect_ui {
    background-position: -4870px -135px;
    width: 71px
}

    .partnersIcon.perfect_ui:hover {
        background-position: -4870px -200px
    }

.partnersIcon.iterative_coll {
    background-position: -4943px -135px
}

    .partnersIcon.iterative_coll:hover {
        background-position: -4943px -200px
    }

.partnersIcon.user_centric {
    background-position: -4618px -277px;
    width: 70px
}

    .partnersIcon.user_centric:hover {
        background-position: -4618px -355px
    }

.partnersIcon.sky_high {
    background-position: -3908px -136px
}

    .partnersIcon.sky_high:hover {
        background-position: -3908px -206px
    }

.partnersIcon.native_scalable {
    background-position: -3971px -136px;
    width: 52px
}

    .partnersIcon.native_scalable:hover {
        background-position: -3971px -206px
    }

.partnersIcon.consolidated {
    background-position: -4025px -136px
}

    .partnersIcon.consolidated:hover {
        background-position: -4025px -206px
    }

.partnersIcon.client_centric {
    background-position: -4094px -136px
}

    .partnersIcon.client_centric:hover {
        background-position: -4094px -206px
    }

.partnersIcon.cost_effective {
    background-position: -4157px -136px
}

    .partnersIcon.cost_effective:hover {
        background-position: -4157px -206px
    }

.partnersIcon.security_matters {
    background-position: -4225px -136px
}

    .partnersIcon.security_matters:hover {
        background-position: -4225px -206px
    }

.careerIcon.dynamic_website {
    background-position: -2474px -246px;
    width: 59px !important
}

.careerIcon.cms_devp {
    background-position: -2537px -245px;
    width: 59px !important
}

.careerIcon.php_based {
    background-position: -2598px -245px
}

.careerIcon.api {
    background-position: -2670px -245px;
    width: 50px !important
}

.careerIcon.cloud {
    background-position: -2726px -245px;
    width: 56px !important
}

.careerIcon.asp_net {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.custom_asp_net {
    background-position: -2545px -312px;
    width: 56px !important
}

.careerIcon.microsoft_azure {
    background-position: -2605px -312px;
    width: 56px !important
}

.careerIcon.asp_mvc {
    background-position: -2663px -312px;
    width: 56px !important
}

.careerIcon.asp_ecommerce {
    background-position: -2716px -312px;
    width: 56px !important
}

.careerIcon.asp_cms {
    background-position: -2769px -312px;
    width: 56px !important
}

.careerIcon.enterprise_java {
    background-position: -2782px -243px;
    width: 50px !important
}

.careerIcon.custom_web_java {
    background-position: -2834px -243px;
    width: 56px !important
}

.careerIcon.java_cms {
    background-position: -2892px -243px;
    width: 77px !important
}

.careerIcon.java_support {
    background-position: -2738px -378px;
    width: 42px !important
}

.careerIcon.java_dynamic_mob {
    background-position: -2784px -378px;
    width: 42px !important
}

.careerIcon.multimedia_iPhone {
    background-position: -2059px -378px;
    width: 56px !important
}

.careerIcon.voip {
    background-position: -2119px -378px;
    width: 56px !important
}

.careerIcon.data_syn {
    background-position: -2183px -378px;
    width: 56px !important
}

.careerIcon.enterprise_app {
    background-position: -2244px -378px;
    width: 35px !important
}

.careerIcon.social_net {
    background-position: -2278px -378px;
    width: 62px !important
}

.careerIcon.mob_game {
    background-position: -2335px -378px;
    width: 62px !important
}

.careerIcon.gps_Loc {
    background-position: -2394px -378px;
    width: 62px !important
}

.careerIcon.wearable_io {
    background-position: -2455px -378px;
    width: 48px !important
}

.careerIcon.ar {
    background-position: -2510px -378px;
    width: 48px !important
}

.careerIcon.msg_comm {
    background-position: -2566px -378px;
    width: 62px !important
}

.careerIcon.ecom_app {
    background-position: -2633px -378px;
    width: 62px !important
}

.careerIcon.utility_app {
    background-position: -2697px -378px;
    width: 38px !important
}

.partnersIcon.confiden_security {
    background-position: -4287px -135px;
    width: 50px
}

    .partnersIcon.confiden_security:hover {
        background-position: -4287px -206px
    }

.partnersIcon.user_exp {
    background-position: -4338px -135px;
    width: 40px
}

    .partnersIcon.user_exp:hover {
        background-position: -4338px -206px
    }

.partnersIcon.custom_devp {
    background-position: -4385px -135px;
    width: 76px
}

    .partnersIcon.custom_devp:hover {
        background-position: -4385px -206px
    }

.partnersIcon.new_tech {
    background-position: -4465px -135px
}

    .partnersIcon.new_tech:hover {
        background-position: -4465px -206px
    }

.partnersIcon.ios_apps {
    background-position: -4465px -135px
}

    .partnersIcon.ios_apps:hover {
        background-position: -4465px -206px
    }

.partnersIcon.ios_exp_devp {
    background-position: -4465px -135px
}

    .partnersIcon.ios_exp_devp:hover {
        background-position: -4465px -206px
    }

.partnersIcon.high_quaity {
    background-position: -4465px -135px
}

    .partnersIcon.high_quaity:hover {
        background-position: -4465px -206px
    }

.partnersIcon.impressive_portfolio {
    background-position: -4397px -416px;
    width: 54px
}

    .partnersIcon.impressive_portfolio:hover {
        background-position: -4397px -483px
    }

.partnersIcon.impressive_portfolio {
    background-position: -4397px -416px;
    width: 54px
}

    .partnersIcon.impressive_portfolio:hover {
        background-position: -4397px -416px
    }

.partnersIcon.ios_exp_devp1 {
    background-position: -4455px -416px;
    width: 40px
}

    .partnersIcon.ios_exp_devp1:hover {
        background-position: -4455px -416px
    }

.careerIcon.android_app {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.android_bus {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.android_chat {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.android_ar {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.android_multimedia {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.android_voip {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.android_news {
    background-position: -2111px -445px;
    width: 58px !important
}

.careerIcon.android_geo {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.android_game {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.android_weather {
    background-position: -2180px -445px;
    width: 56px !important
}

.careerIcon.android_health {
    background-position: -2452px -380px;
    width: 56px !important
}

.careerIcon.android_utility {
    background-position: -2486px -312px;
    width: 56px !important
}

.careerIcon.mob_ecom {
    background-position: -2314px -446px;
    width: 34px !important
}

.careerIcon.marketing_app {
    background-position: -2356px -444px;
    width: 63px !important
}

.careerIcon.elearning_app {
    background-position: -2427px -445px;
    width: 56px !important
}

.careerIcon.travel_industry {
    background-position: -2488px -446px;
    width: 56px !important
}

.partnersIcon.sought-after {
    background-position: -3915px -277px;
    width: 70px
}

    .partnersIcon.sought-after:hover {
        background-position: -3915px -344px;
        width: 70px
    }

.partnersIcon.bug_free {
    background-position: -3991px -277px;
    width: 60px
}

    .partnersIcon.bug_free:hover {
        background-position: -3991px -344px;
        width: 60px
    }

.partnersIcon.latest_tools {
    background-position: -4056px -277px;
    width: 60px
}

    .partnersIcon.latest_tools:hover {
        background-position: -4056px -344px;
        width: 60px
    }

.partnersIcon.build_faster {
    background-position: -4118px -277px;
    width: 54px
}

    .partnersIcon.build_faster:hover {
        background-position: -4118px -344px;
        width: 54px
    }

.partnersIcon.budgeted_pricing {
    background-position: -4175px -277px;
    width: 54px
}

    .partnersIcon.budgeted_pricing:hover {
        background-position: -4175px -344px;
        width: 54px
    }

.partnersIcon.d_developers {
    background-position: -4232px -277px;
    width: 70px
}

    .partnersIcon.d_developers:hover {
        background-position: -4232px -344px;
        width: 70px
    }

.partnersIcon.flexible_modal {
    background-position: -4307px -277px;
    width: 65px
}

    .partnersIcon.flexible_modal:hover {
        background-position: -4307px -344px;
        width: 65px
    }

.partnersIcon.flexible_modal {
    background-position: -4307px -277px;
    width: 65px
}

    .partnersIcon.flexible_modal:hover {
        background-position: -4307px -344px;
        width: 65px
    }

.careerIcon.android_chat {
    background-position: -2062px -445px;
    width: 43px !important
}

.partnersIcon.p_developers {
    background-position: -4375px -277px;
    width: 50px;
    height: 60px
}

    .partnersIcon.p_developers:hover {
        background-position: -4375px -344px;
        width: 50px;
        height: 60px
    }

.partnersIcon.industry_trends {
    background-position: -4431px -277px;
    width: 51px;
    height: 54px
}

    .partnersIcon.industry_trends:hover {
        background-position: -4431px -344px;
        width: 51px;
        height: 54px
    }

.partnersIcon.ROI_guaranteed {
    background-position: -4491px -277px;
    width: 54px;
    height: 58px
}

    .partnersIcon.ROI_guaranteed:hover {
        background-position: -4491px -344px;
        width: 54px;
        height: 58px
    }

.partnersIcon.customers_drive {
    background-position: -3578px -136px;
    width: 48px;
    height: 58px
}

    .partnersIcon.customers_drive:hover {
        background-position: -3578px -206px;
        width: 48px;
        height: 58px
    }

.partnersIcon.core_competence {
    background-position: -4532px -136px;
    width: 61px;
    height: 54px
}

    .partnersIcon.core_competence:hover {
        background-position: -4532px -206px;
        width: 61px;
        height: 54px
    }

.partnersIcon.agile_methodology {
    background-position: -4599px -136px;
    width: 64px;
    height: 60px
}

    .partnersIcon.agile_methodology:hover {
        background-position: -4599px -206px;
        width: 64px;
        height: 60px
    }

.partnersIcon.skillset {
    background-position: -4551px -274px;
    width: 60px;
    height: 60px
}

    .partnersIcon.skillset:hover {
        background-position: -4551px -343px;
        width: 60px;
        height: 60px
    }

.partnersIcon.invent_proce {
    background-position: -3902px -414px;
    width: 70px
}

    .partnersIcon.invent_proce:hover {
        background-position: -3902px -481px;
        width: 70px
    }

.partnersIcon.cust_approch {
    background-position: -3974px -414px;
    width: 60px
}

    .partnersIcon.cust_approch:hover {
        background-position: -3974px -481px
    }

.partnersIcon.pocket_friendly {
    background-position: -4039px -414px;
    width: 66px
}

    .partnersIcon.pocket_friendly:hover {
        background-position: -4039px -481px
    }

.careerIcon.cms_devp {
    background-position: -2546px -444px;
    width: 61px !important
}

.careerIcon.wordPress_web {
    background-position: -2609px -444px;
    width: 70px !important
}

.careerIcon.wordPress_theme_devp {
    background-position: -2683px -444px;
    width: 56px !important
}

.careerIcon.wordPress_plugin {
    background-position: -2748px -444px;
    width: 79px !important
}

.careerIcon.wordPress_migration {
    background-position: -2831px -444px;
    width: 61px !important
}

.careerIcon.wordPress_Support {
    background-position: -2895px -444px;
    width: 56px !important
}

.careerIcon.joomla_devp {
    background-position: -2060px -510px;
    width: 65px !important
}

.careerIcon.joomla_template {
    background-position: -2134px -510px;
    width: 60px !important
}

.careerIcon.joomla_modules {
    background-position: -2200px -510px;
    width: 58px !important
}

.careerIcon.joomla_portal {
    background-position: -2264px -510px;
    width: 56px !important
}

.careerIcon.ibecon {
    background-position: -2376px -510px;
    width: 56px !important
}

.careerIcon.nfc {
    background-position: -2321px -510px;
    width: 56px !important
}

.partnersIcon.per_exp {
    background-position: -4105px -416px
}

    .partnersIcon.per_exp:hover {
        background-position: -4105px -484px
    }

.partnersIcon.depend_prodc {
    background-position: -4164px -416px;
    width: 56px
}

    .partnersIcon.depend_prodc:hover {
        background-position: -4164px -484px
    }

.partnersIcon.smart_strategies {
    background-position: -4221px -416px;
    width: 50px
}

    .partnersIcon.smart_strategies:hover {
        background-position: -4221px -484px
    }

.partnersIcon.result_driven {
    background-position: -4274px -416px;
    width: 55px
}

    .partnersIcon.result_driven:hover {
        background-position: -4274px -484px
    }

.partnersIcon.secured_websites {
    background-position: -4337px -416px;
    width: 60px
}

    .partnersIcon.secured_websites:hover {
        background-position: -4337px -484px
    }

.partnersIcon.happy_client {
    background-position: -2520px -371px
}

    .partnersIcon.happy_client:hover {
        background-position: -2520px -437px
    }

.partnersIcon.cust_soft_devp {
    background-position: -4520px 0;
    width: 61px
}

    .partnersIcon.cust_soft_devp:hover {
        background-position: -4520px -61px
    }

.partnersIcon.agile_software {
    background-position: -4466px 0;
    width: 50px
}

    .partnersIcon.agile_software:hover {
        background-position: -4466px -61px
    }

.partnersIcon.unparall_comm {
    background-position: -4579px 0
}

    .partnersIcon.unparall_comm:hover {
        background-position: -4579px -61px
    }

.careerIcon.java_j2e {
    background-position: -2982px -243px;
    width: 90px
}

.partnersIcon.satis_Clients {
    background-position: -4647px 0;
    width: 50px
}

    .partnersIcon.satis_Clients:hover {
        background-position: -4647px -68px
    }

.partnersIcon.java_arch {
    background-position: -4701px 0
}

    .partnersIcon.java_arch:hover {
        background-position: -4701px -68px
    }

.partnersIcon.enhanced_security_proc {
    background-position: -4771px 0;
    width: 54px
}

    .partnersIcon.enhanced_security_proc:hover {
        background-position: -4771px -68px
    }

.partnersIcon.magento_certi {
    background-position: -4497px -417px;
    width: 47px
}

    .partnersIcon.magento_certi:hover {
        background-position: -4497px -483px
    }

.partnersIcon.magento2_mig {
    background-position: -4545px -417px
}

    .partnersIcon.magento2_mig:hover {
        background-position: -4545px -483px
    }

.partnersIcon.basekope_mage {
    background-position: -4607px -417px;
    width: 54px
}

    .partnersIcon.basekope_mage:hover {
        background-position: -4607px -483px
    }

.partnersIcon.mage_devp08 {
    background-position: -4664px -417px;
    width: 46px
}

    .partnersIcon.mage_devp08:hover {
        background-position: -4664px -483px
    }

.partnersIcon.dedi_pm {
    background-position: -4709px -419px;
    width: 48px
}

    .partnersIcon.dedi_pm:hover {
        background-position: -4709px -484px
    }

.partnersIcon.proven_magento {
    background-position: -4764px -419px
}

    .partnersIcon.proven_magento:hover {
        background-position: -4764px -483px
    }

.careerIcon.custom_web_drupal {
    background-position: -3079px -243px;
    width: 60px !important
}

.careerIcon.drupal_theme {
    background-position: -3147px -243px;
    width: 60px !important
}

.careerIcon.drupal_support {
    background-position: -3206px -243px
}

.careerIcon.drupal_mig {
    background-position: -3270px -243px
}

.careerIcon.drupal_cms {
    background-position: -3335px -243px
}

.careerIcon.drupal_customize {
    background-position: -3405px -243px;
    width: 55px !important
}

.careerIcon.interface_design {
    background-position: -3079px -243px;
    width: 60px !important
}

.careerIcon.ui_custom_web {
    background-position: -3079px -243px;
    width: 60px !important
}

.careerIcon.ui_responsive_web {
    background-position: -3079px -243px;
    width: 60px !important
}

.careerIcon.mobile_ui_ux {
    background-position: -3079px -243px;
    width: 60px !important
}

.careerIcon.applic_support {
    background-position: -2256px -165px
}

.careerIcon.enhance_support {
    background-position: -2329px -165px;
    width: 50px !important
}

.careerIcon.monitoring_support {
    background-position: -2378px -165px
}

.careerIcon.legacy_app {
    background-position: -2955px -447px;
    width: 50px !important
}

.careerIcon.perform_tune {
    background-position: -3151px -379px;
    width: 57px !important
}

.careerIcon.devops {
    background-position: -3009px -447px;
    width: 96px !important
}

.careerIcon.backupRecovery {
    background-position: -3113px -444px;
    width: 53px !important
}

.mobiSolution .purposeIcons.adeptive_maintence {
    background-position: -2997px -344px;
    width: 61px
}

.mobiSolution .purposeIcons.schdule_maintain {
    background-position: -3061px -344px;
    width: 61px
}

.partnersIcon.quickly_resolve {
    background-position: -4694px -272px;
    width: 66px
}

    .partnersIcon.quickly_resolve:hover {
        background-position: -4694px -333px
    }

.partnersIcon.global_reach {
    background-position: -4830px -272px;
    width: 62px
}

    .partnersIcon.global_reach:hover {
        background-position: -4830px -333px
    }

.partnersIcon.effective_tools {
    background-position: -4767px -272px;
    width: 62px
}

    .partnersIcon.effective_tools:hover {
        background-position: -4767px -333px
    }

.technologiesProvide .tablist-block a i.performance-tools {
    background-position: -2831px -214px !important;
    width: 56px
}

.technologiesProvide .tablist-block a i.functional-testing {
    background-position: -2886px -215px !important;
    width: 46px
}

.technologiesProvide .tablist-block a i.bug-tracking {
    background-position: -2933px -215px !important;
    width: 56px
}

.careerIcon.qua_web_app {
    background-position: -2840px -375px;
    width: 59px !important
}

.careerIcon.quality_commitment {
    background-position: -2913px -375px;
    width: 62px !important
}

.careerIcon.desktop_mobile {
    background-position: -3008px -375px;
    width: 51px !important
}

.careerIcon.quality_desktop_mobile {
    background-position: -3086px -378px;
    width: 59px !important
}

.careerIcon.prototype_one {
    background-position: -3150px -378px;
    width: 58px !important
}

.careerIcon.test_automation {
    background-position: -3216px -378px;
    width: 60px !important
}

.careerIcon.performance_icon {
    background-position: -3272px -378px;
    width: 62px !important
}

.careerIcon.qa_consulting {
    background-position: -3337px -378px;
    width: 55px !important
}

.careerIcon.fun_usability {
    background-position: -3402px -378px;
    width: 62px
}

.careerIcon.inte_sys {
    background-position: -3488px -378px;
    width: 62px !important
}

.careerIcon.device_comp {
    background-position: -3553px -378px;
    width: 57px !important
}

.careerIcon.cross_brows {
    background-position: -3616px -378px;
    width: 50px !important
}

.partnersIcon.certy_quality {
    background-position: -2809px -417px;
    width: 48px
}

    .partnersIcon.certy_quality:hover {
        background-position: -2809px -484px
    }

.partnersIcon.realTime {
    background-position: -2860px -417px;
    width: 54px
}

    .partnersIcon.realTime:hover {
        background-position: -2860px -484px
    }

.partnersIcon.full_cycle {
    background-position: -2920px -417px;
    width: 62px
}

    .partnersIcon.full_cycle:hover {
        background-position: -2920px -484px
    }

.partnersIcon.future_tool {
    background-position: -2994px -417px;
    width: 50px
}

    .partnersIcon.future_tool:hover {
        background-position: -2994px -484px
    }

.partnersIcon.reduce_time {
    background-position: -3053px -417px;
    width: 58px
}

    .partnersIcon.reduce_time:hover {
        background-position: -3053px -484px
    }

.partnersIcon.major_automation {
    background-position: -3121px -417px;
    width: 62px
}

    .partnersIcon.major_automation:hover {
        background-position: -3121px -484px
    }

.careerIcon.cloud_app {
    background-position: -2841px -313px;
    width: 59px !important
}

.careerIcon.cloud_mig {
    background-position: -2967px -313px;
    width: 79px !important
}

.careerIcon.cloud_int {
    background-position: -3074px -313px;
    width: 59px !important
}

.careerIcon.cloud_server {
    background-position: -3164px -313px;
    width: 70px !important
}

.careerIcon.cloud_security {
    background-position: -3244px -313px;
    width: 59px !important
}

.partnersIcon.quality_code {
    background-position: -4826px 0;
    width: 62px
}

    .partnersIcon.quality_code:hover {
        background-position: -4826px -67px
    }

.partnersIcon.passion_tech {
    background-position: -4888px 0;
    width: 62px
}

    .partnersIcon.passion_tech:hover {
        background-position: -4888px -67px
    }

.partnersIcon.our_dedi {
    background-position: -4954px 0;
    width: 47px
}

    .partnersIcon.our_dedi:hover {
        background-position: -4954px -67px
    }

.partnersIcon.top_notch {
    background-position: -5002px 0;
    width: 62px
}

    .partnersIcon.top_notch:hover {
        background-position: -5002px -67px
    }

.partnersIcon.best_proj {
    background-position: -5067px -3px;
    width: 62px
}

    .partnersIcon.best_proj:hover {
        background-position: -5067px -70px
    }

.partnersIcon.comp_cust_cloud {
    background-position: -5135px -2px;
    width: 62px
}

    .partnersIcon.comp_cust_cloud:hover {
        background-position: -5135px -69px
    }

.careerIcon.iot_app {
    background-position: -2845px -159px
}

.careerIcon.iot_bluth {
    background-position: -2920px -161px;
    width: 39px !important
}

.careerIcon.iot_api {
    background-position: -2963px -159px;
    width: 92px !important
}

.careerIcon.iot_security {
    background-position: -3060px -159px;
    width: 59px !important
}

.careerIcon.iot_bigData {
    background-position: -3122px -159px;
    width: 67px !important
}

.careerIcon.iot_m2m {
    background-position: -3188px -159px
}

.careerIcon.iot_wifi {
    background-position: -3259px -159px;
    width: 59px !important
}

.partnersIcon.bus_value {
    background-position: -5018px -140px;
    width: 57px
}

    .partnersIcon.bus_value:hover {
        background-position: -5018px -205px
    }

.partnersIcon.strategic_consulting {
    background-position: -5078px -136px;
    width: 58px
}

    .partnersIcon.strategic_consulting:hover {
        background-position: -5078px -205px
    }

.partnersIcon.earliest_adopters {
    background-position: -5150px -136px;
    width: 50px
}

    .partnersIcon.earliest_adopters:hover {
        background-position: -5150px -205px
    }

.partnersIcon.seamless {
    background-position: -5205px -136px;
    width: 60px
}

    .partnersIcon.seamless:hover {
        background-position: -5205px -205px
    }

.partnersIcon.perfect_exe {
    background-position: -5267px -136px;
    width: 60px
}

    .partnersIcon.perfect_exe:hover {
        background-position: -5267px -205px
    }

.partnersIcon.fast_dev {
    background-position: -5330px -136px;
    width: 60px
}

    .partnersIcon.fast_dev:hover {
        background-position: -5330px -205px
    }

.partnersIcon.highly-motivated {
    background-position: -3772px -136px;
    width: 58px
}

    .partnersIcon.highly-motivated:hover {
        background-position: -3774px -206px
    }

.technologiesProvide .tablist-block a i.supported-protocols {
    background-position: -2742px -174px !important;
    width: 35px
}

.technologiesProvide .tablist-block a i.device-connectivity {
    background-position: -2785px -174px !important;
    width: 58px
}

.technologiesProvide .tablist-block a i.cloud-platform {
    background-position: -2847px -174px !important;
    width: 45px
}

.technologiesProvide .tablist-block a i.driving-forces {
    background-position: -2900px -174px !important;
    width: 38px
}

.technologiesProvide .tablist-block a i.web-service {
    background-position: -2742px -215px !important;
    width: 38px
}

.technologiesProvide .tablist-block a i.operating-system {
    background-position: -2790px -215px !important;
    width: 35px
}

.partnersIcon.dailyReport {
    background-position: -5211px 0;
    width: 61px
}

    .partnersIcon.dailyReport:hover {
        background-position: -5211px -62px
    }

.partnersIcon.sec_devp {
    background-position: -5341px 0;
    width: 61px
}

    .partnersIcon.sec_devp:hover {
        background-position: -5341px -62px
    }

.partnersIcon.online_proj {
    background-position: -5275px 0;
    width: 61px
}

    .partnersIcon.online_proj:hover {
        background-position: -5275px -62px
    }

.partnersIcon.ondemand_hire {
    background-position: -5406px 0;
    width: 61px
}

    .partnersIcon.ondemand_hire:hover {
        background-position: -5406px -69px
    }

.mobile-solution ul li .chatOption .careerIcon.idea-ass {
    background-position: -2441px -164px
}

.mobile-solution ul li .chatOption .careerIcon.cognitive-business {
    background-position: -2510px -165px
}

.mobile-solution ul li .chatOption .careerIcon.mobile-consulting {
    background-position: -2577px -163px
}

.mobile-solution ul li .chatOption .careerIcon.enterprise-applications {
    background-position: -2647px -161px
}

.mobile-solution ul li .chatOption .careerIcon.business-process {
    background-position: -2715px -161px;
    width: 70px
}

.mobile-solution ul li .chatOption .careerIcon.app-innovation {
    background-position: -2778px -164px
}

.mobile-solution ul li .chatOption .careerIcon.big-data {
    background-position: -3118px -163px
}

.mobile-solution ul li .chatOption .careerIcon.cloud-business {
    background-position: -2507px -508px
}

.mobile-solution ul li .chatOption .careerIcon.design-think {
    background-position: -2573px -511px
}

.mobile-solution ul li .chatOption .careerIcon.technology-archite {
    background-position: -2636px -510px
}

.mobile-solution ul li .chatOption .careerIcon.product-strategy {
    background-position: -2705px -510px
}

.mobile-solution ul li .chatOption .careerIcon.budget-risk {
    background-position: -2782px -510px;
    width: 45px
}

.partnersIcon.consul-link-icon {
    background-position: -5076px -129px;
    width: 61px
}

    .partnersIcon.consul-link-icon:hover {
        background-position: -5076px -198px
    }

.partnersIcon.cognitive-expertise {
    background-position: -5407px -133px;
    width: 51px
}

    .partnersIcon.cognitive-expertise:hover {
        background-position: -5407px -203px
    }

.partnersIcon.effect-manage {
    background-position: -4596px -136px;
    width: 70px
}

    .partnersIcon.effect-manage:hover {
        background-position: -4596px -207px
    }

.partnersIcon.aesthetic-design {
    background-position: -5468px -133px;
    width: 58px
}

    .partnersIcon.aesthetic-design:hover {
        background-position: -5468px -202px
    }

.partnersIcon.unique-perspective {
    background-position: -5530px -131px;
    width: 61px
}

    .partnersIcon.unique-perspective:hover {
        background-position: -5530px -201px
    }

.partnersIcon.not-okay {
    background-position: -5600px -134px;
    width: 61px
}

    .partnersIcon.not-okay:hover {
        background-position: -5600px -203px
    }

.partnersIcon.insightful-innovative {
    background-position: -3772px -136px;
    width: 61px
}

    .partnersIcon.insightful-innovative:hover {
        background-position: -3774px -206px
    }

.partnersIcon.powerful-metrics {
    background-position: -4220px -413px;
    width: 51px
}

    .partnersIcon.powerful-metrics:hover {
        background-position: -4220px -482px
    }

.partnersIcon.rich-diverse {
    background-position: -4894px -271px
}

    .partnersIcon.rich-diverse:hover {
        background-position: -4894px -330px
    }

.partnersIcon.loyal-clientele {
    background-position: -3903px -415px;
    width: 70px
}

    .partnersIcon.loyal-clientele:hover {
        background-position: -3903px -484px
    }

.partnersIcon.industry-leading {
    background-position: -4221px -416px;
    width: 50px
}

    .partnersIcon.industry-leading:hover {
        background-position: -4221px -484px
    }

.partnersIcon.dedicated-account {
    background-position: -4958px -273px;
    width: 55px
}

    .partnersIcon.dedicated-account:hover {
        background-position: -4958px -332px
    }

.partnersIcon.internationally {
    background-position: -5017px -275px
}

    .partnersIcon.internationally:hover {
        background-position: -5017px -334px
    }

.partnersIcon.competitive-pricing {
    background-position: -3981px 0
}

    .partnersIcon.competitive-pricing:hover {
        background-position: -3981px -67px
    }

.partnersIcon.s-foundation {
    background-position: -5087px -266px
}

    .partnersIcon.s-foundation:hover {
        background-position: -5087px -325px
    }

.partnersIcon.future-ready {
    background-position: -5152px -271px
}

    .partnersIcon.future-ready:hover {
        background-position: -5152px -331px
    }

.appSolution_block1 .careerIcon.diligent-personnel {
    background-position: -3121px -509px
}

.appSolution_block1 .careerIcon.agile-methodology {
    background-position: -1568px -260px
}

.appSolution_block1 .careerIcon.productive-strategies {
    background-position: -3193px -510px
}

.appSolution_block1 .careerIcon.error-free-apps {
    background-position: -3264px -507px
}

.appSolution_block1 .careerIcon.effective-tacticians {
    background-position: -1366px -260px
}

.appSolution_block1 .careerIcon.hands-experience {
    background-position: -3342px -508px;
    width: 55px
}

.partnersIcon.high-prof {
    background-position: -4957px -272px;
    width: 56px
}

    .partnersIcon.high-prof:hover {
        background-position: -4957px -331px
    }

.partnersIcon.qualified-wizards {
    background-position: -4840px -415px;
    width: 70px
}

    .partnersIcon.qualified-wizards:hover {
        background-position: -4840px -482px
    }

.partnersIcon.profound-management {
    background-position: -4346px 4px
}

    .partnersIcon.profound-management:hover {
        background-position: -4346px -62px
    }

.partnersIcon.timeless-monitoring {
    background-position: -3798px -1px;
    height: 60px
}

    .partnersIcon.timeless-monitoring:hover {
        background-position: -3798px -69px
    }

.partnersIcon.cost-effective {
    background-position: -3981px 0
}

    .partnersIcon.cost-effective:hover {
        background-position: -3981px -67px
    }

.partnersIcon.custom-built {
    background-position: -4911px -418px
}

    .partnersIcon.custom-built:hover {
        background-position: -4911px -482px
    }

.partnersIcon.respon-Communi {
    background-position: -682px -334px
}

    .partnersIcon.respon-Communi:hover {
        background-position: -682px -414px
    }

.partnersIcon.nda-protection {
    background-position: -4977px -418px
}

    .partnersIcon.nda-protection:hover {
        background-position: -4977px -482px
    }

.appSolution_block1 .careerIcon.optimized-coding {
    background-position: -3399px -506px;
    width: 75px
}

.appSolution_block1 .careerIcon.rapid-effective {
    background-position: -3482px -509px
}

.appSolution_block1 .careerIcon.intuitive-understanding {
    background-position: -3554px -509px;
    width: 50px
}

.appSolution_block1 .careerIcon.dependable-executors {
    background-position: -3605px -504px;
    width: 108px
}

.appSolution_block1 .careerIcon.knowledgeable-bunch {
    background-position: -3714px -508px
}

.appSolution_block1 .careerIcon.matured-maestros {
    background-position: -3786px -505px;
    width: 90px
}

.partnersIcon.experience {
    background-position: -5116px -418px;
    width: 56px
}

    .partnersIcon.experience:hover {
        background-position: -5116px -481px
    }

.partnersIcon.focused-managers {
    background-position: -4346px 4px
}

    .partnersIcon.focused-managers:hover {
        background-position: -4346px -62px
    }

.partnersIcon.flexible-environment {
    background-position: -2372px -370px
}

    .partnersIcon.flexible-environment:hover {
        background-position: -2372px -439px
    }

.partnersIcon.dedicated-manpower {
    background-position: -2297px -370px
}

    .partnersIcon.dedicated-manpower:hover {
        background-position: -2297px -439px
    }

.partnersIcon.cost-saving {
    background-position: -3981px 0
}

    .partnersIcon.cost-saving:hover {
        background-position: -3981px -67px
    }

.partnersIcon.development-check {
    background-position: -5047px -418px
}

    .partnersIcon.development-check:hover {
        background-position: -5047px -482px
    }

.partnersIcon.nda-security {
    background-position: -4977px -418px
}

    .partnersIcon.nda-security:hover {
        background-position: -4977px -482px
    }

.partnersIcon.custom-solutions {
    background-position: -5065px -2px;
    width: 65px
}

    .partnersIcon.custom-solutions:hover {
        background-position: -5065px -69px
    }

.appSolution_block1 .careerIcon.skilled-specialists {
    background-position: -3325px -163px
}

.appSolution_block1 .careerIcon.technically-able {
    background-position: -3395px -163px
}

.appSolution_block1 .careerIcon.swift-deployment {
    background-position: -3460px -162px;
    width: 75px
}

.appSolution_block1 .careerIcon.reliable-workforce {
    background-position: -3539px -165px
}

.appSolution_block1 .careerIcon.experienced-programmers {
    background-position: -3466px -241px;
    width: 90px
}

.appSolution_block1 .careerIcon.matured-executors {
    background-position: -3786px -505px;
    width: 90px
}

.partnersIcon.passionate-pro {
    background-position: -4957px -272px;
    width: 56px
}

    .partnersIcon.passionate-pro:hover {
        background-position: -4957px -331px
    }

.partnersIcon.considerable-exp {
    background-position: -5178px -414px
}

    .partnersIcon.considerable-exp:hover {
        background-position: -5178px -478px
    }

.partnersIcon.unmatched-mobile {
    background-position: -5242px -418px;
    width: 50px
}

    .partnersIcon.unmatched-mobile:hover {
        background-position: -5242px -482px
    }

.partnersIcon.agile-methodology {
    background-position: -4596px -136px;
    width: 70px
}

    .partnersIcon.agile-methodology:hover {
        background-position: -4596px -207px
    }

.partnersIcon.mastered-management {
    background-position: -4346px 4px
}

    .partnersIcon.mastered-management:hover {
        background-position: -4346px -62px
    }

.partnersIcon.flexible-communication {
    background-position: -682px -334px
}

    .partnersIcon.flexible-communication:hover {
        background-position: -682px -414px
    }

.partnersIcon.budgeted-pricing {
    background-position: -3981px 0
}

    .partnersIcon.budgeted-pricing:hover {
        background-position: -3981px -67px
    }

.appSolution_block1 .careerIcon.learned-developers {
    background-position: -2709px -85px
}

.appSolution_block1 .careerIcon.dexterous-approach {
    background-position: -2786px -84px;
    width: 105px
}

.appSolution_block1 .careerIcon.technical-scholars {
    background-position: -2898px -80px
}

.appSolution_block1 .careerIcon.efficient-app {
    background-position: -2975px -85px
}

.appSolution_block1 .careerIcon.smart-strategies {
    background-position: -3539px -165px
}

.appSolution_block1 .careerIcon.practical-experience {
    background-position: -3051px -84px;
    width: 75px
}

.partnersIcon.tech-maestros {
    background-position: -5295px -416px;
    width: 55px
}

    .partnersIcon.tech-maestros:hover {
        background-position: -5295px -480px
    }

.partnersIcon.workaholic-developers {
    background-position: -5354px -414px;
    width: 65px
}

    .partnersIcon.workaholic-developers:hover {
        background-position: -5354px -477px
    }

.appSolution_block1 .careerIcon.bug-free-code {
    background-position: -3131px -80px
}

.appSolution_block1 .careerIcon.supreme-communicators {
    background-position: -3199px -81px
}

.appSolution_block1 .careerIcon.great-task {
    background-position: -3270px -83px
}

.appSolution_block1 .careerIcon.in-depth {
    background-position: -3344px -84px
}

.appSolution_block1 .careerIcon.varied-industry {
    background-position: -3417px -85px;
    width: 80px
}

.partnersIcon.continuous-monitoring {
    background-position: -5222px -271px
}

    .partnersIcon.continuous-monitoring:hover {
        background-position: -5222px -330px
    }

.partnersIcon.controllable-development {
    background-position: -5293px -273px;
    width: 75px
}

    .partnersIcon.controllable-development:hover {
        background-position: -5293px -331px
    }

.appSolution_block1 .careerIcon.excellent-research {
    background-position: -3499px -85px;
    width: 105px
}

.appSolution_block1 .careerIcon.quality-oriented {
    background-position: -3612px -85px
}

.partnersIcon.professional-pro {
    background-position: -5371px -275px;
    width: 80px
}

    .partnersIcon.professional-pro:hover {
        background-position: -5371px -340px
    }

.partnersIcon.customer-satisfaction {
    background-position: -4644px 7px;
    width: 55px
}

    .partnersIcon.customer-satisfaction:hover {
        background-position: -4644px -61px
    }

.partnersIcon.strict-deadlines {
    background-position: -5456px -274px;
    width: 75px
}

    .partnersIcon.strict-deadlines:hover {
        background-position: -5456px -333px
    }

.appSolution_block1 .careerIcon.conceptualization {
    background-position: -3689px -85px;
    width: 95px
}

.appSolution_block1 .careerIcon.diversified-portfolio {
    background-position: -3788px -76px
}

.partnersIcon.assured-quality {
    background-position: -5478px 2px
}

    .partnersIcon.assured-quality:hover {
        background-position: -5478px -59px
    }

.partnersIcon.hire-best {
    background-position: -5544px 1px;
    width: 50px
}

    .partnersIcon.hire-best:hover {
        background-position: -5544px -62px
    }

.appSolution_block1 .careerIcon.seasoned-team {
    background-position: -3614px -163px
}

.appSolution_block1 .careerIcon.focused-managers {
    background-position: -3691px -164px;
    width: 80px
}

.appSolution_block1 .careerIcon.committed-personnel {
    background-position: -3773px -160px;
    width: 100px
}

.appSolution_block1 .careerIcon.optimized-product {
    background-position: -3563px -242px;
    width: 94px
}

.appSolution_block1 .careerIcon.partners-industry {
    background-position: -3666px -240px
}

.partnersIcon.swift-procedures {
    background-position: -5424px -418px;
    width: 55px
}

    .partnersIcon.swift-procedures:hover {
        background-position: -5424px -481px
    }

.partnersIcon.trusted-services {
    background-position: -5481px -418px
}

    .partnersIcon.trusted-services:hover {
        background-position: -5481px -481px
    }

.partnersIcon.quality-guaranteed {
    background-position: -5547px -418px
}

    .partnersIcon.quality-guaranteed:hover {
        background-position: -5547px -481px
    }

.appSolution_block1 .careerIcon.professional-executors {
    background-position: -3745px -240px;
    width: 76px
}

.appSolution_block1 .careerIcon.industry-links {
    background-position: -3826px -244px;
    width: 80px
}

.appSolution_block1 .careerIcon.reliable-team {
    background-position: -3908px -243px
}

.partnersIcon.global-clients {
    background-position: -5542px -275px
}

    .partnersIcon.global-clients:hover {
        background-position: -5542px -337px
    }

.partnersIcon.tailor-made-s {
    background-position: -5610px -274px;
    width: 60px
}

    .partnersIcon.tailor-made-s:hover {
        background-position: -5610px -333px
    }

.appSolution_block1 .careerIcon.classical-scholars {
    background-position: -3864px -79px;
    width: 80px
}

.appSolution_block1 .careerIcon.tech-masters {
    background-position: -3952px -84px;
    width: 100px
}

.partnersIcon.highly-standardized {
    background-position: -4892px -271px
}

    .partnersIcon.highly-standardized:hover {
        background-position: -4892px -330px
    }

.partnersIcon.diverse-clientele {
    background-position: -5598px 1px
}

    .partnersIcon.diverse-clientele:hover {
        background-position: -5598px -59px
    }

.mobile-solution ul li .chatOption .careerIcon.drupal-dev {
    background-position: -2899px -4px;
    width: 65px
}

.mobile-solution ul li .chatOption .careerIcon.drupal-migration {
    background-position: -2968px -3px;
    width: 65px
}

.mobile-solution ul li .chatOption .careerIcon.drupal-CMS {
    background-position: -3037px -3px;
    width: 60px
}

.mobile-solution ul li .chatOption .careerIcon.drupal-customization {
    background-position: -3101px -1px;
    width: 60px
}

.appSolution_block1 .careerIcon.creative-personnel {
    background-position: -3882px -164px;
    width: 90px
}

.appSolution_block1 .careerIcon.innovative-outlook {
    background-position: -3977px -164px;
    width: 65px
}

.appSolution_block1 .careerIcon.technically-sound {
    background-position: -4045px -159px;
    width: 70px
}

.mobile-solution ul li .chatOption .careerIcon.ui-ux-dev {
    background-position: -3168px -2px;
    width: 75px
}

.mobile-solution ul li .chatOption .careerIcon.experience-de {
    background-position: -3250px -3px;
    width: 100px
}

.mobile-solution ul li .chatOption .careerIcon.responsive-layout2 {
    background-position: -3356px -5px;
    width: 100px
}

.mobile-solution ul li .chatOption .careerIcon.mobile-ui-ux {
    background-position: -3459px -4px;
    width: 50px
}

.mobile-solution ul li .careerIcon.l-web-dev {
    background-position: -3524px -3px
}

.mobile-solution ul li .careerIcon.l-app-dev {
    background-position: -3600px -3px
}

.mobile-solution ul li .careerIcon.l-ecommerce-dev {
    background-position: -3673px -1px
}

.mobile-solution ul li .careerIcon.l-custom-integ {
    background-position: -3743px -3px
}

.mobile-solution ul li .careerIcon.l-data-migration {
    background-position: -3813px 0
}

.mobile-solution ul li .careerIcon.l-restful-app-dev {
    background-position: -3885px 0;
    width: 110px
}

.partnersIcon.ajax-enabled {
    background-position: -5664px 1px
}

    .partnersIcon.ajax-enabled:hover {
        background-position: -5664px -53px
    }

.partnersIcon.mvc-architecture {
    background-position: -5731px -1px
}

    .partnersIcon.mvc-architecture:hover {
        background-position: -5731px -67px
    }

.mobile-solution ul li .careerIcon.cp-custom-integra {
    background-position: -4010px 0
}

.mobile-solution ul li .careerIcon.cakephp-cms {
    background-position: -4088px -2px;
    width: 64px
}

.partnersIcon.cp-compatible {
    background-position: -5795px 0;
    width: 75px
}

    .partnersIcon.cp-compatible:hover {
        background-position: -5795px -65px
    }

.partnersIcon.cp-customizable-elements {
    background-position: -5874px 1px
}

    .partnersIcon.cp-customizable-elements:hover {
        background-position: -5874px -61px
    }

.partnersIcon.easy-debugging {
    background-position: -5936px 1px
}

    .partnersIcon.easy-debugging:hover {
        background-position: -5936px -59px
    }

.partnersIcon.facile-database {
    background-position: -5677px -133px
}

    .partnersIcon.facile-database:hover {
        background-position: -5677px -197px
    }

.partnersIcon.code-reusability {
    background-position: -5744px -129px
}

    .partnersIcon.code-reusability:hover {
        background-position: -5744px -187px
    }

.partnersIcon.no-download {
    background-position: -5812px -131px
}

    .partnersIcon.no-download:hover {
        background-position: -5812px -190px
    }

.mobile-solution ul li .careerIcon.yii-module-dev {
    background-position: -4071px -86px;
    width: 60px
}

.mobile-solution ul li .careerIcon.portal-dev {
    background-position: -4138px -82px;
    width: 70px
}

.mobile-solution ul li .careerIcon.yii-cms-dev {
    background-position: -4214px -83px;
    width: 60px
}

.partnersIcon.third-party-accept {
    background-position: -5873px -133px
}

    .partnersIcon.third-party-accept:hover {
        background-position: -5873px -196px
    }

.mobile-solution ul li .careerIcon.data-migration {
    background-position: -4157px 0
}

.partnersIcon.component-centric {
    background-position: -5740px -274px
}

    .partnersIcon.component-centric:hover {
        background-position: -5740px -332px
    }

.partnersIcon.feature-rich-library {
    background-position: -5671px -266px
}

    .partnersIcon.feature-rich-library:hover {
        background-position: -5671px -325px
    }

.partnersIcon.Object-oriented {
    background-position: -5937px -133px
}

    .partnersIcon.Object-oriented:hover {
        background-position: -5937px -196px
    }

.mobile-solution ul li .careerIcon.game-Development {
    background-position: -3981px -243px
}

.mobile-solution ul li .careerIcon.migration-testing {
    background-position: -4055px -241px;
    width: 80px
}

.mobile-solution ul li .careerIcon.doctor-on-demand {
    background-position: -3369px -310px;
    width: 60px
}

.mobile-solution ul li .careerIcon.grocery {
    background-position: -3429px -311px;
    width: 60px
}

.mobile-solution ul li .careerIcon.coaching-tutors {
    background-position: -3487px -311px;
    width: 60px
}

.mobile-solution ul li .careerIcon.parking {
    background-position: -3549px -312px;
    width: 60px
}

.mobile-solution ul li .careerIcon.logistics {
    background-position: -3617px -311px;
    width: 60px
}

.mobile-solution ul li .careerIcon.wine-alcohol-delivery {
    background-position: -3678px -311px;
    width: 50px
}

.mobile-solution ul li .careerIcon.pet-care {
    background-position: -3728px -312px;
    width: 60px
}

.mobile-solution ul li .careerIcon.courier-package-dev {
    background-position: -3795px -312px;
    width: 60px
}

.partnersIcon.easy-deploy {
    background-position: -5881px -275px;
    width: 50px
}

    .partnersIcon.easy-deploy:hover {
        background-position: -5881px -339px
    }

.partnersIcon.documentation {
    background-position: -5808px -272px;
    width: 70px
}

    .partnersIcon.documentation:hover {
        background-position: -5808px -342px
    }

.partnersIcon.rich-media-s {
    background-position: -5613px -417px
}

    .partnersIcon.rich-media-s:hover {
        background-position: -5613px -477px
    }

.partnersIcon.offline-app-cache {
    background-position: -5677px -417px
}

    .partnersIcon.offline-app-cache:hover {
        background-position: -5677px -477px
    }

.partnersIcon.consistency {
    background-position: -5745px -417px
}

    .partnersIcon.consistency:hover {
        background-position: -5745px -482px
    }

.partnersIcon.geolocation-support {
    background-position: -5813px -415px
}

    .partnersIcon.geolocation-support:hover {
        background-position: -5813px -474px
    }

.mobile-solution ul li .careerIcon.real-time-stats {
    background-position: -3181px -443px;
    width: 55px
}

.mobile-solution ul li .careerIcon.poll-message-boards {
    background-position: -3241px -442px;
    width: 70px
}

.mobile-solution ul li .careerIcon.advertisement-module {
    background-position: -3317px -442px;
    width: 64px
}

.mobile-solution ul li .careerIcon.unlimited-categories {
    background-position: -3385px -442px;
    width: 55px
}

.mobile-solution ul li .careerIcon.extensive-search-o {
    background-position: -4005px -442px
}

.mobile-solution ul li .careerIcon.image-gallery {
    background-position: -3444px -443px;
    width: 84px
}

.mobile-solution ul li .careerIcon.payment-integration {
    background-position: -3535px -442px;
    width: 60px
}

.mobile-solution ul li .careerIcon.create-full-profiles {
    background-position: -3605px -442px
}

.mobile-solution ul li .careerIcon.create-review-rating {
    background-position: -3689px -441px;
    width: 60px
}

.mobile-solution ul li .careerIcon.membership-directories {
    background-position: -3758px -443px;
    width: 50px
}

.mobile-solution ul li .careerIcon.business-list-icon {
    background-position: -3813px -443px;
    width: 50px
}

.mobile-solution ul li .careerIcon.restaurant-guides {
    background-position: -3867px -443px
}

.mobile-solution ul li .careerIcon.location-based-directory {
    background-position: -3889px -510px
}

.mobile-solution ul li .careerIcon.enterprise-directory-apps {
    background-position: -3942px -441px;
    width: 60px
}

.custom-navbar .navigation .inquiry-btn a:hover {
    color: rgba(255,255,255,.7);
    border: 1px solid rgba(255,255,255,.7);
    background: 0 0
}

.custom-navbar .navigation .inquiry-btn a {
    color: #fff;
    border: 1px solid transparent;
    background: #ee9a29;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a29',endColorstr='#e55115',GradientType=1 )
}

header.sticky .custom-navbar .navigation .inquiry-btn a {
    background: #e55115;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    background: -webkit-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    background: linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55115',endColorstr='#ee9b29',GradientType=1 );
    color: #fff;
    border: 1px solid transparent
}

    header.sticky .custom-navbar .navigation .inquiry-btn a:hover {
        background: #ee9a29;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
        background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
        background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a29',endColorstr='#e55115',GradientType=1 );
        border-color: transparent
    }

body .awards {
    margin-top: 60px;
    margin-bottom: 30px
}

.main-banner-cover .mainsec a.comman-btn {
    background-color: #0c5aa5;
    color: #fff !important;
    border-color: #0c5aa5 !important;
    text-decoration: none
}

    .main-banner-cover .mainsec a.comman-btn:hover {
        border: 1px solid #fff;
        background-color: inherit;
        border-color: #fff !important
    }

.sounds_inr-block .col_bottom a.apply_btn1 {
    overflow: hidden
}

.sounds_inr-block .col_bottom .addthis_inline_share_toolbox_igcq {
    display: inline-block
}

.mangementlist {
    width: 100%;
    display: inline-block
}

.not-active {
    pointer-events: none;
    cursor: default
}

.innerpage-banner.contect-page .in-banner-content .title {
    font-family: proxima_nova_rgbold;
    color: #fff;
    font-size: 55px;
    letter-spacing: inherit;
    margin: 8px 0 0;
    letter-spacing: .65px
}

.custom-navbar.portfolio-header .navigation .inquiry-btn a {
    background: #e55115;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    background: -webkit-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    background: linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55115',endColorstr='#ee9b29',GradientType=1 );
    border: none;
    color: #fff
}

    .custom-navbar.portfolio-header .navigation .inquiry-btn a:hover {
        background: #ee9a29;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
        background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
        background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a29',endColorstr='#e55115',GradientType=1 );
        border: none
    }

header.sticky .custom-navbar.portfolio-header .navigation {
    margin-top: 5px
}

    header.sticky .custom-navbar.portfolio-header .navigation .inquiry-btn a {
        background: #e55115;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
        background: -webkit-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
        background: linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55115',endColorstr='#ee9b29',GradientType=1 );
        border: none;
        color: #fff
    }

        header.sticky .custom-navbar.portfolio-header .navigation .inquiry-btn a:hover {
            background: #ee9a29;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
            background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
            background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a29',endColorstr='#e55115',GradientType=1 );
            border: none
        }

.downloadwp_form_error {
    border: 2px solid red !important
}

.downloadwp_default {
    text-transform: none !important;
    font-size: 14px !important
}

#get-the-news_footer .input-group .captcha {
    margin: 15px 0 0 79px;
    display: inline-block
}

.latest_work_btn {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 20px 22px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease 0s
}

.main-banner-cover .mainsec a.latest_work_btn {
    background-color: #0c5aa5;
    color: #fff !important;
    border-color: #0c5aa5 !important;
    text-decoration: none
}

    .main-banner-cover .mainsec a.latest_work_btn:hover {
        border: 1px solid #fff;
        background-color: inherit;
        border-color: #fff !important
    }

.inquiry-btn a {
    width: 170px
}

@media only screen and (max-width:1499px) {
    .propertyBlock {
        padding-right: 20px;
        width: 257px
    }

    .iBlock .propertyInfoBlock {
        padding-left: 282px
    }

    body .archivesSection .archivetext {
        float: left;
        margin-top: 12px;
        text-align: center;
        width: 100%
    }

        body .archivesSection .archivetext p {
            text-align: center
        }

        body .archivesSection .archivetext .headingBlue {
            font-size: 26px
        }

    body .archivesSection li {
        padding: 29px 10px 0
    }
}

@media only screen and (max-width:1199px) {
    .projectAnalysis, .projectAnalysisTwo {
        min-height: 400px
    }

        .projectAnalysis h4, .projectAnalysisTwo h4 {
            font-size: 25px
        }

    .projectAnalysisTwo {
        padding-left: 133px
    }

    .projectComm .block-numbers {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }

    .projectAnalysis {
        padding-right: 125px
    }

        .projectAnalysis p, .projectAnalysisTwo p {
            font-size: 15px;
            letter-spacing: .8px;
            line-height: 21px
        }

    .propertyBlock {
        left: inherit;
        padding-right: 0;
        position: inherit;
        text-align: center;
        top: inherit;
        width: 100%;
        padding-top: 0
    }

    .iBlock .propertyInfoBlock {
        margin-top: 30px;
        padding-left: 0;
        text-align: center
    }

    .propertyBlock::after {
        background: #1866b1 none repeat scroll 0 0;
        bottom: -19px;
        content: "";
        height: 4px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: inherit;
        width: 95px
    }

    .mobile-solution.customizePlatform ul {
        text-align: center
    }

        .mobile-solution.customizePlatform ul li {
            display: inline-block;
            float: none;
            margin-bottom: 20px;
            padding: 0 10px;
            vertical-align: top;
            width: 22%
        }

    .engagement_models ul li {
        width: 33.33%
    }

    .caseStudySec .case_study_block {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    body .goals_block {
        min-height: 279px
    }

    .casestudy-mobile .goals_block {
        min-height: 250px
    }

    .hospitalityOption {
        min-height: 162px
    }
}

@media only screen and (max-width:991px) {
    .projectComm .subHeading, .projectComm h2 {
        font-size: 30px;
        line-height: 40px
    }

    .projectComm #grid {
        padding-bottom: 0
    }

    .projectComm {
        padding-top: 70px
    }

    .itfirmLogo img {
        height: auto
    }

    .megento-section .case_app_icon1 ul li {
        height: 50px;
        line-height: 50px;
        min-width: 50px
    }

    .engagement_models ul li {
        width: 50%
    }

    .caseStudySec .col-md-6 {
        height: auto;
        display: inherit
    }

    .caseName {
        font-size: 20px
    }

    .caseStudySec .case_study_block {
        display: inherit;
        vertical-align: inherit
    }

        .caseStudySec .case_study_block h2 {
            font-size: 26px;
            line-height: 38px;
            max-height: 196px
        }

    .block_team_size p {
        padding-top: 18px
    }

    .about_client {
        padding-bottom: 6px
    }

    body .overFlow_Detail p {
        line-height: 30px;
        font-size: 17px
    }

    body .overFlow_Detail.overFlow_Detail2 .goals_block p {
        font-size: 17px;
        line-height: 25px;
        padding: 8px 0 0
    }

    body .goals_block {
        min-height: 279px
    }

    .solution-block .text-right, .solution-block .text-left {
        text-align: center
    }

    .results-block-section {
        text-align: center
    }

    .in-banner-content.taskcloneBnr {
        padding-bottom: 0
    }

    body .overFlow_Detail {
        text-align: center;
        padding-top: 50px
    }

    body .techno_stack {
        text-align: center;
        padding-top: 15px
    }

    body .overflow_1 {
        padding-top: 30px;
        padding-bottom: 30px
    }

        body .overflow_1 .overflow_img1 {
            margin-top: 0
        }

    body .overFlow_Detail {
        padding-top: 40px;
        text-align: center
    }

        body .overFlow_Detail .slideNo {
            color: #e4e4e4;
            font-family: montserratregular;
            font-size: 80px;
            line-height: 83px
        }

    body .overflow_2 {
        padding-top: 30px
    }

    body .overflow3 {
        padding-top: 30px;
        padding-bottom: 39px
    }

    body .overflow4 {
        padding-top: 30px
    }

    body .overflow5, body .overflow6 {
        padding-top: 20px
    }

    body .overFlow_Detail h4 {
        font-size: 30px
    }

    .results-block-section .btnRow.marginTopMob {
        margin-top: 34px
    }

    .overflow_img1 {
        text-align: center
    }

        .overflow_img1 img {
            width: 520px;
            display: inline-block
        }

    .taskclone-banner .in-banner-content {
        padding-top: 76px;
        padding-bottom: 0
    }

    body .overflow3 .overFlow_Detail .slideNo, body .overflow5 .overFlow_Detail .slideNo {
        font-size: 80px
    }

    body .embrace {
        background: #c5e7fe none repeat scroll 0 0;
        margin: 0 -15px;
        padding-bottom: 30px;
        padding-top: 30px;
        text-align: center
    }

    body .web-mobile-slider-block .tab-content #web .container {
        width: 620px
    }

    body .desktop-view {
        left: 50%;
        margin-left: -353px;
        position: absolute;
        top: -30px;
        width: 706px;
        z-index: 99
    }

    body .web-mobile-slider-block .flexslider .flex-viewport ul li > div {
        opacity: .4;
        padding-left: 40px;
        padding-right: 40px
    }

    body .web-mobile-slider-block .flex-direction-nav .flex-prev {
        left: -43px
    }

    body .web-mobile-slider-block .flex-direction-nav .flex-next {
        right: -43px
    }

    body .overflow5 {
        min-height: inherit
    }

    body .casestudy-mobile .overFlow_Detail .subDetial {
        max-width: 100%
    }

    body .casestudy-mobile .goals_block {
        min-height: 205px
    }

    .overflow6.casestudy-mobile .gradient-blue {
        float: left;
        width: 100%
    }

    .overflow6.casestudy-mobile .dark-blue {
        background-color: #162d42;
        float: left;
        width: 100%
    }

    body .casestudy-mobile .results-block-section-left {
        float: none;
        margin-right: 0;
        max-width: 100%;
        height: inherit;
        padding-bottom: 30px;
        padding-top: 50px
    }

    .casestudy-mobile .case_app_icon1 .storename {
        line-height: normal
    }

    .casestudy-mobile .list-option ul li {
        margin: 0;
        padding: 0 11px
    }

    .casestudy-mobile .embrace {
        padding-top: 0
    }

    .over_inr {
        padding-bottom: 0
    }

    .i-icon > img {
        display: inline-block;
        padding-top: 2px;
        vertical-align: top
    }

    .blogList .col-md-6 {
        text-align: center;
        width: 100%;
        max-width: 637px;
        margin: 0 auto
    }

    .innerpage-banner.contect-page .in-banner-content .title {
        font-size: 45px
    }
}

@media only screen and (max-width:767px) {
    .projectGraph li {
        width: 100%
    }

    .projectComm #grid::after {
        border-right: medium
    }

    .projectAnalysis {
        padding-right: 0;
        padding-top: 52px;
        text-align: center
    }

    .projectAnalysisTwo {
        padding-left: 0;
        text-align: center
    }

    .projectAnalysis, .projectAnalysisTwo {
        min-height: inherit;
        padding-top: 30px
    }

    .projectComm .block-numbers {
        left: 0;
        right: 0;
        margin: 0 auto;
        position: inherit;
        display: none
    }

    .projectLine.left-bottom::before {
        border-bottom: medium;
        border-bottom-right-radius: 0;
        border-right: none;
        bottom: 0;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 7px
    }

    .projectLine.left-bottom {
        background: transparent none repeat scroll 0 0;
        height: 90px;
        left: 0;
        margin: 0 auto;
        position: inherit;
        right: 0;
        top: 16px;
        width: 1px;
        z-index: 99
    }

    .projectComm .colProjectTwo .block-numbers {
        left: 0;
        margin: 0 auto;
        right: 0;
        display: none
    }

    .colProjectTwo .projectLine.left-bottom::before {
        border-bottom: medium;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-left: none;
        border-right: medium
    }

    .colProjectTwo .projectLine.left-bottom {
        background: transparent none repeat scroll 0 0;
        height: 77px;
        left: 0;
        position: absolute;
        right: 0;
        top: 114px;
        width: 1px
    }

    .projectComm .colProjectTwo .block-numbers {
        top: 64px
    }

    .projectComm #grid::before {
        display: none
    }

    .projectComm .subHeading {
        font-size: 25px;
        line-height: 36px
    }

    .projectComm h2 {
        font-size: 25px;
        line-height: 36px
    }

    .projectComm #grid {
        padding-bottom: 0
    }

    .industoryBlock {
        padding: 30px 0 0
    }

    .propertyBlock h5 {
        font-size: 20px
    }

    .iBlock .propertyInfoBlock {
        font-size: 15px
    }

    .mobile-solution.customizePlatform ul li .chatOption {
        height: 150px;
        line-height: 18px;
        padding: 24px 15px 0;
        width: 130px
    }

    .mobile-solution.customizePlatform ul li {
        width: 49%;
        text-align: center
    }

        .mobile-solution.customizePlatform ul li .chatOption.platformMObApp {
            width: 100%
        }

    .engagement_models ul li {
        width: 100%
    }

    .engagement_models {
        padding-bottom: 0
    }

    .offshoreImg {
        left: inherit;
        position: inherit;
        text-align: center;
        top: inherit
    }

    .offshoreDetail {
        padding-left: 0;
        padding-top: 20px;
        text-align: center
    }

        .offshoreDetail h3 {
            font-size: 22px
        }

        .offshoreDetail p {
            font-size: 15px;
            line-height: 23px
        }

    .dedicateResource {
        padding-top: 0
    }

    .resourcesBlock1 {
        margin-top: 30px;
        min-height: inherit;
        height: auto !important
    }

    .caseImg {
        height: 400px;
        background-position: center center !important
    }

    .caseName {
        font-size: 16px;
        padding: 0 30px
    }

    .caseStudySec .case_study_block h2 {
        font-size: 21px
    }

    .caseStudySec .case_study_block {
        min-height: inherit;
        padding-bottom: 50px
    }

        .caseStudySec .case_study_block .study_title span {
            color: #116dc2
        }

            .caseStudySec .case_study_block .study_title span:after {
                display: none
            }

    .sol-detail.text-right {
        text-align: center
    }

    body .overflow_1 {
        padding-top: 30px;
        padding-bottom: 30px
    }

        body .overflow_1 .overflow_img1 {
            margin-top: 0
        }

    body .overFlow_Detail {
        padding-top: 14px;
        text-align: center
    }

        body .overFlow_Detail .slideNo {
            color: #e4e4e4;
            font-family: montserratregular;
            font-size: 80px;
            line-height: 83px
        }

    body .overflow_2 {
        padding-top: 30px
    }

    body .goals_block {
        min-height: inherit;
        margin-bottom: 15px
    }

    .techno_stack {
        text-align: center
    }

    body .overFlow_Detail {
        padding-top: 40
    }

    .block_team_size, .about_client {
        margin-bottom: 15px
    }

    .overFlow_Detail2 {
        padding-top: 0 !important
    }

    .task-img {
        margin-bottom: 15px
    }

    body .overFlow_Detail .slideNo {
        font-size: 80px
    }

    .overFlow_Detail h4 {
        font-size: 37px;
        margin: 0 0 24px
    }

    .overflow5, .overflow6 {
        padding-top: 30px
    }

    body .in-banner-content h1.font80 {
        font-size: 34px;
        line-height: 40px
    }

    body .list-option ul li {
        padding: 0 8px
    }

        body .list-option ul li::after {
            right: -1px;
            height: 17px
        }

    body .techno_stack ul li {
        margin: 15px 8px 0
    }

    body .embrace h3 {
        font-size: 25px
    }

        body .embrace h3 span {
            padding-top: 9px
        }

    body .solution-block {
        margin-top: 5px
    }

    body .list-option {
        margin: 0;
        padding-bottom: 48px;
        padding-top: 20px;
        display: none
    }

    body .case_Icon.todos, body .case_Icon.events, body .case_Icon.notes, body .case_Icon.reminders {
        margin-bottom: 10px
    }

    body .taskclone-banner {
        min-height: 370px
    }

    body .case-s-gried {
        margin-top: 40px
    }

    body .desktop-view {
        left: 50%;
        margin-left: -145px;
        position: absolute;
        top: -10px;
        width: 290px;
        z-index: 99
    }

    body .web-mobile-slider-block .tab-content #web .container {
        width: 322px
    }

    body .web-mobile-slider-block .flex-direction-nav .flex-next {
        right: -20px;
        top: 52px
    }

    body .web-mobile-slider-block .flex-direction-nav .flex-prev {
        left: -20px;
        top: 52px
    }

    body .overflow5 {
        padding-bottom: 20px
    }

    body .web-mobile-slider-block .tab-content {
        margin-top: 60px
    }

    .casestudy-mobile .list-option ul li::after {
        background: transparent none repeat scroll 0 0
    }

    .thomasville-bg-color .col-sm-2-5 {
        width: 100%
    }

    .casestudy-mobile .desktop-view {
        height: 776px;
        margin-left: -125px;
        top: -96px;
        width: 250px
    }

    .in-banner-content.taskcloneBnr {
        padding-bottom: 120px
    }

    .pastPerformance h3 {
        font-size: 32px;
        line-height: 40px
    }

        .pastPerformance h3 span {
            line-height: 45px
        }

    .pastPerformance p {
        font-size: 17px;
        padding-top: 0
    }

    .resultBlock .resultTitle {
        font-size: 35px
    }

    .resultBlock p {
        font-size: 15px
    }

    .resultBlock {
        padding-top: 14px
    }

    .pastPerformance {
        padding: 40px 0
    }

    .hospitalityOption {
        min-height: inherit
    }

    .gridTopTitle {
        margin: 0
    }

    .main-content-block.gridTopTitle .title-bar {
        text-transform: none
    }

    .main-content-block.new-main-content-block.main-content-block.gridTopTitle {
        padding: 0 15px
    }

    .chatOptionName {
        font-size: 14px
    }

    .innerpage-banner.contect-page .in-banner-content .title {
        font-size: 42px
    }

    #get-the-news_footer .input-group .captcha {
        margin-left: 0
    }

    #get-the-news_footer .input-group .captcha {
        transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.carrer-join-heading h2 {
    font-family: proxima_novalight !important;
    font-size: 42px !important
}

.carrer-join-heading p {
    line-height: 23px;
    max-width: 814px;
    margin: 0 auto 15px
}

.careers-hr-info {
    display: inline-block;
    position: relative;
    padding-left: 130px;
    margin: 40px 0 60px 0
}

    .careers-hr-info .chr-img {
        width: 99px;
        height: 99px;
        position: absolute;
        left: 0;
        top: 0
    }

        .careers-hr-info .chr-img img {
            border-radius: 100%
        }

        .careers-hr-info .chr-img a.linkedin-link i {
            color: #000;
            font-size: 20px;
            background-color: #fefefe;
            border-radius: 50%;
            padding: 8px 10px;
            transition: .3s;
            position: absolute;
            right: 10px;
            bottom: -5px
        }

        .careers-hr-info .chr-img i:hover {
            background-color: #e5e5e5
        }

.chr-detail ul li {
    list-style: none;
    text-align: left;
    font-size: 17px;
    color: #fff
}

    .chr-detail ul li:first-child {
        margin-bottom: 10px
    }

    .chr-detail ul li a {
        color: #fff
    }

        .chr-detail ul li a:hover {
            color: #e76119
        }

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px !important
}

.mt80 {
    margin-top: 80px
}

.pt54 {
    padding-bottom: 54px
}

.pb25 {
    padding-bottom: 25px
}

.pb20 {
    padding-bottom: 20px !important
}

.pb30 {
    padding-bottom: 30px
}

.tt-lower {
    text-transform: lowercase
}

.lspacing {
    letter-spacing: 1.8px
}

.mt10 {
    margin-top: 10px !important
}

.mt28 {
    margin-top: 28px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt55 {
    margin-top: 55px !important
}

.default-link {
    cursor: inherit
}

.sub_text {
    font-size: 19px;
    color: #fff;
    display: block;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 3px
}

.partnership_block {
    background: #fff;
    border-radius: 5px;
    padding: 32px 15px 44px 26px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    margin-top: 15px;
    min-height: 510px
}

    .partnership_block h2 {
        font-size: 20px;
        color: #2a2a2a;
        padding: 0 0 14px;
        margin: 0;
        position: relative;
        font-family: proxima_novasemibold
    }

        .partnership_block h2:after {
            position: absolute;
            content: "";
            width: 90px;
            height: 2px;
            background: #1866b1;
            bottom: 0;
            left: 0
        }

    .partnership_block .partnership_List {
        padding: 0;
        margin: 0
    }

        .partnership_block .partnership_List ul {
            padding: 0;
            margin: 0
        }

            .partnership_block .partnership_List ul li {
                list-style: none;
                background: url(../img/img-bullets.png) no-repeat scroll 0 9px;
                padding-left: 15px;
                margin-top: 18px;
                font-size: 18px;
                color: #555;
                font-family: proxima_nova_rgregular
            }

    .partnership_block.active {
        background: #1866b1
    }

        .partnership_block.active h2 {
            color: #fff
        }

            .partnership_block.active h2:after {
                background: #5db0ff
            }

        .partnership_block.active .partnership_List ul li {
            color: #fff;
            background: url(../img/img-bulit-white.png) no-repeat scroll 0 9px
        }

.btnRow {
    text-align: center
}

.bcm_btn {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: proxima_nova_rgbold;
    text-transform: uppercase;
    padding: 20px 24px 18px;
    border-radius: 5px;
    display: inline-block;
    transition: all .5s ease 0s;
    background: #e55115;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2U1NTExNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTliMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    background: -webkit-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    background: linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55115',endColorstr='#ee9b29',GradientType=1 )
}

.marT36 {
    margin-top: 36px
}

.bcm_btn:hover, .bcm_btn:focus {
    text-decoration: none;
    background: #ee9a29;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2VlOWEyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTUxMTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a29',endColorstr='#e55115',GradientType=1 );
    transition: all .5s ease 0s
}

.blue-new-btn {
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: proxima_nova_rgbold;
    text-transform: uppercase;
    padding: 20px 22px 18px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 1.8px;
    transition: all .5s ease 0s;
    background: #026ec7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNmVjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTllYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,#026ec7 0%,#2e9eac 100%);
    background: -webkit-linear-gradient(left,#026ec7 0%,#2e9eac 100%);
    background: linear-gradient(to right,#026ec7 0%,#2e9eac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026ec7',endColorstr='#2e9eac',GradientType=1 )
}

    .blue-new-btn:hover, .blue-new-btn:focus {
        background: #2e9eac;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzJlOWVhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjZlYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left,#2e9eac 5%,#026ec7 100%);
        background: -webkit-linear-gradient(left,#2e9eac 5%,#026ec7 100%);
        background: linear-gradient(to right,#2e9eac 5%,#026ec7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e9eac',endColorstr='#026ec7',GradientType=1 );
        text-decoration: none
    }

.konstant_partnership {
    background: #f8f8f8;
    padding-top: 25px
}

.font42 {
    font-size: 42px
}

.fontColor {
    color: #151515
}

.title-clr {
    color: #484848
}

.kpProgram {
    padding: 0;
    text-align: left
}

    .kpProgram h2 {
        color: #303030;
        font-family: proxima_nova_rgbold;
        font-size: 20px;
        letter-spacing: .4px;
        line-height: 24px;
        margin: 14px 0 9px
    }

    .kpProgram p {
        color: #131313;
        font-family: proxima_novalight;
        font-size: 17px;
        line-height: 22px;
        margin: 0
    }

        .kpProgram p a:hover {
            color: #337ab7
        }

    .kpProgram .col-md-3 {
        height: 213px;
        margin-top: 41px
    }

.partnersIcon {
    background: url(../img/sprite1.png) no-repeat;
    display: block;
    width: 61px;
    height: 78px
}

    .partnersIcon.empFirst {
        background-position: -2297px -370px
    }

        .partnersIcon.empFirst:hover {
            background-position: -2297px -439px
        }

    .partnersIcon.adv_resors {
        background-position: -102px -325px
    }

        .partnersIcon.adv_resors:hover {
            background-position: -102px -417px
        }

    .partnersIcon.pos_env {
        background-position: -2372px -370px
    }

        .partnersIcon.pos_env:hover {
            background-position: -2372px -439px
        }

    .partnersIcon.gb_proj {
        background-position: -287px -331px
    }

        .partnersIcon.gb_proj:hover {
            background-position: -287px -418px
        }

    .partnersIcon.opn_comm {
        background-position: -682px -334px
    }

        .partnersIcon.opn_comm:hover {
            background-position: -682px -415px
        }

    .partnersIcon.trng_dev {
        background-position: -2446px -370px;
        width: 67px
    }

        .partnersIcon.trng_dev:hover {
            background-position: -2446px -439px
        }

    .partnersIcon.rewrd_bnft {
        background-position: -477px -330px
    }

        .partnersIcon.rewrd_bnft:hover {
            background-position: -477px -415px
        }

    .partnersIcon.fun_connect {
        background-position: -585px -329px
    }

        .partnersIcon.fun_connect:hover {
            background-position: -585px -413px
        }

.banner-btm {
    background: url(../img/banner-btm.png) no-repeat scroll center bottom;
    height: 16px;
    margin: -16px 0 0;
    overflow: hidden;
    position: relative
}

    .banner-btm::before {
        background-color: #13395c;
        bottom: 0;
        content: "";
        height: 16px;
        margin-right: 20px;
        position: absolute;
        right: 50%;
        top: 0;
        width: 100%
    }

    .banner-btm::after {
        background-color: #13395c;
        bottom: 0;
        content: "";
        height: 16px;
        left: 50%;
        margin-left: 20px;
        position: absolute;
        top: 0;
        width: 100%
    }

.case_study_one {
    background: #13395c;
    padding-top: 42px;
    padding-bottom: 58px
}

.case_study_block {
    padding-top: 65px;
    padding-right: 59px
}

    .case_study_block .study_title {
        font-family: circular std;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 10px;
        letter-spacing: 1.8px
    }

        .case_study_block .study_title:after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            background: #fff;
            height: 3px;
            width: 132px
        }

    .case_study_block h2 {
        font-family: circular std book;
        color: #fff;
        font-size: 36px;
        line-height: 47px;
        margin-top: 24px
    }

        .case_study_block h2 span {
            font-family: circular std;
            font-weight: 700
        }

.utility_btn {
    background: #ff9415 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: proxima_nova_rgbold;
    font-size: 11px;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 11px;
    text-align: center;
    text-transform: uppercase
}

    .utility_btn:hover {
        text-decoration: none;
        background: #ec8409
    }

.caseBtn {
    margin-top: 26px
}

.case_icon_block {
    margin-top: 18px
}

    .case_icon_block ul {
        padding: 0;
        margin: 0
    }

        .case_icon_block ul li {
            list-style: none;
            background: #123250;
            border-radius: 5px;
            text-align: center;
            padding: 0;
            margin: 0 8px 8px 0;
            height: 49px;
            width: 49px;
            line-height: 49px;
            font-size: 22px;
            color: #5a758f;
            font-family: proxima_nova_rgbold;
            display: inline-block;
            vertical-align: top;
            position: relative;
            cursor: pointer;
            opacity: .7
        }

            .case_icon_block ul li img {
                border-radius: 5px;
                transition: ease-in all .3s
            }

            .case_icon_block ul li:hover {
                opacity: 1 !important;
                box-shadow: 0 0 10px 0 rgba(0,0,0,.15)
            }

.cib-tooltip {
    position: absolute;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0 !important;
    -webkit-transition: all .25s !important;
    transition: all .25s !important;
    border-radius: 5px;
    font-size: 14px;
    top: 0;
    left: 50%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c4cace;
    line-height: initial;
    padding: 5px 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    font-family: proxima_nova_rgregular;
    transform: translateX(-50%) translateY(-100%);
    color: #000;
    margin-top: -8px
}

    .cib-tooltip:after {
        content: '';
        position: absolute;
        bottom: -14px;
        left: 50%;
        margin-left: -7px;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-color: inherit;
        border-style: solid;
        border-width: 7px
    }

.case_icon_block ul li:hover .cib-tooltip {
    visibility: visible;
    opacity: 1 !important;
    transition-delay: .1s
}

.casestudy-mobile .featured-block {
    text-align: center
}

    .casestudy-mobile .featured-block img {
        margin-bottom: 20px
    }

    .casestudy-mobile .featured-block ul.blue-dot-listing {
        display: inline-block
    }

        .casestudy-mobile .featured-block ul.blue-dot-listing li {
            text-align: left
        }

li.what-client-say-btn.active .cib-tooltip {
    display: none
}

.case_study_block p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    padding-top: 25px;
    font-family: proxima_novalight
}

.case_app_icon {
    margin-top: 40px
}

    .case_app_icon ul {
        padding: 0;
        margin: 0
    }

        .case_app_icon ul li {
            list-style: none;
            text-align: center;
            padding: 0;
            margin: 0 8px 0 0;
            height: 58px;
            width: 56px;
            line-height: 56px;
            font-size: 22px;
            color: #fff;
            font-family: proxima_nova_rgbold;
            display: inline-block;
            vertical-align: top;
            position: relative
        }

.bgWhite {
    background: #fff;
    padding-top: 62px
}

    .bgWhite .case_study_block .study_title {
        color: #898989
    }

        .bgWhite .case_study_block .study_title::after {
            background: #116dc2
        }

    .bgWhite .case_study_block h2 {
        color: #414141
    }

    .bgWhite .case_icon_block ul li {
        background: #ebeef0
    }

    .bgWhite .case_study_block p {
        color: #343434 !important
    }

.case_app_icon ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 58px;
    width: 56px;
    border-radius: 5px;
    background: #13395c
}

.case_app_icon ul li:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    height: 60px;
    width: 58px;
    border-radius: 5px;
    background: #006cc8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmNjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MGIyYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(0,108,200,1) 0%,rgba(64,178,161,1) 100%);
    background: -webkit-linear-gradient(left,rgba(0,108,200,1) 0%,rgba(64,178,161,1) 100%);
    background: linear-gradient(to right,rgba(0,108,200,1) 0%,rgba(64,178,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cc8',endColorstr='#40b2a1',GradientType=1 )
}

.case_app_icon span {
    position: relative;
    z-index: 1
}

.case_Icon {
    background: transparent url(../img/sprite1.png) no-repeat scroll 0 0;
    display: block;
    height: 46px;
    width: 46px;
    transition: ease-in .35s all;
    -moz-transition: ease-in .35s all;
    -webkit-transition: ease-in .35s all
}

.case_app_icon ul li:hover {
    box-shadow: 0 0 6px gray
}

.case_app_icon ul li span:hover {
    transition: ease-in .35s all;
    -moz-transition: ease-in .35s all;
    -webkit-transition: ease-in .35s all;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.case_Icon.soap1 {
    background-position: -635px -64px
}

.case_Icon.dot_net1 {
    background-position: -689px -64px
}

.case_Icon.jquery1 {
    background-position: -744px -64px
}

.case_Icon.apache1 {
    background-position: -801px -63px
}

.bgWhite .case_icon_block ul li .fa.fa-apple {
    color: #99a9b8
}

.bgWhite .case_app_icon ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 58px;
    width: 56px;
    border-radius: 5px;
    background: #fff
}

.case_Icon.apple_icon1 {
    background-position: -626px -117px
}

.case_Icon.android1 {
    background-position: -689px -117px
}

.case_Icon.arrow1 {
    background-position: -756px -115px
}

.kidhop_bg {
    padding-top: 134px;
    padding-bottom: 108px;
    background: #f3f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2YzZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2VmZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,rgba(243,247,247,1) 9%,rgba(253,253,253,1) 60%,rgba(239,240,240,1) 98%);
    background: -webkit-linear-gradient(top,rgba(243,247,247,1) 9%,rgba(253,253,253,1) 60%,rgba(239,240,240,1) 98%);
    background: linear-gradient(to bottom,rgba(243,247,247,1) 9%,rgba(253,253,253,1) 60%,rgba(239,240,240,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f7',endColorstr='#eff0f0',GradientType=0 )
}

    .kidhop_bg .case_study_block {
        padding-top: 0
    }

    .kidhop_bg .case_app_icon ul li::after {
        background: #f5f6f6
    }

.pdr0 {
    padding-right: 0
}

.paginationDiv {
    font-size: 12px;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 44px
}

h1.inr_title {
    font-size: 50px
}

#associate-partnership p, #strategic-partnership p, #referral-partnership p {
    color: #131313;
    font-family: proxima_novalight;
    font-size: 17px;
    line-height: 28px;
    margin: 15px 0;
    text-align: left
}

.header-right {
    float: right
}

    .header-right .grid-filter {
        float: left;
        padding: 0
    }

        .header-right .grid-filter a {
            margin-right: 40px
        }

            .header-right .grid-filter a#filterBtn {
                margin-right: 20px
            }

.slide_back {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: right center;
    display: table
}

.slidTitile {
    font-family: proxima_novalight;
    margin-top: 35px;
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    max-height: 270px;
    overflow: hidden
}

    .slidTitile strong {
        font-family: proxima_novasemibold
    }

    .slidTitile em {
        font-family: proxima_novaregular_italic
    }

.view_casestudy {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: proxima_novasemibold;
    display: inline-block !important;
    margin-top: 37px;
    position: relative;
    overflow: hidden;
    opacity: .8
}

    .view_casestudy:hover, .view_casestudy:focus {
        text-decoration: none;
        color: #fff;
        opacity: 1
    }

    .view_casestudy:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        z-index: 0
    }

    .view_casestudy:before {
        content: '';
        position: absolute;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #39f;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        z-index: 1
    }

    .view_casestudy:hover:before {
        left: 0%
    }

.slide_back .slide_detail {
    padding-top: 232px
}

.slidTitile span {
    display: block
}

.slide_detail .study_title {
    font-family: proxima_nova_rgbold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    line-height: 44px
}

    .slide_detail .study_title span {
        position: relative;
        padding-bottom: 11px
    }

        .slide_detail .study_title span::after {
            background: #fff none repeat scroll 0 0;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 100%
        }

.case_app_icon1 {
    margin-top: 40px
}

    .case_app_icon1 ul {
        padding: 0;
        margin: 0
    }

        .case_app_icon1 ul li {
            margin: 0 8px 10px 0;
            display: inline-block;
            position: relative;
            vertical-align: top
        }

            .case_app_icon1 ul li a {
                list-style: none;
                text-align: center;
                padding: 0;
                height: 58px;
                min-width: 55px;
                line-height: 56px;
                font-size: 14px;
                color: #fff;
                font-family: proxima_nova_rgregular;
                display: inline-block;
                border: 1px solid #006cc8;
                border-radius: 6px;
                text-transform: uppercase
            }

            .case_app_icon1 ul li:last-child {
                margin-right: 0
            }

.results-block-section-left .case_app_icon1 ul li a {
    line-height: normal
}

.case_app_icon1 ul li:hover a, .case_app_icon1 ul li.active a {
    border: 1px solid #0658a6 !important;
    background: #0658a6;
    transition: all .5s ease-in
}

.case_app_icon1 ul li.btn_separator:before {
    content: '';
    width: 1px;
    height: 58px;
    background-color: #fff;
    display: inline-block
}

.i-icon {
    font-size: 25px;
    width: 55px
}

.case_app_icon1 ul li.pdrL a {
    padding: 0 15px
}

.pdR7 {
    padding-right: 7px
}

.video_block {
    width: 384px;
    height: 243px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 46px
}

.case_app_icon1 ul li:hover .cib-tooltip {
    visibility: visible;
    opacity: 1 !important;
    transition-delay: .1s
}

.slide5 .slidTitile span {
    display: inherit
}

.view_casestudy .fa.fa-angle-right {
    display: inline-block;
    font-size: 17px;
    padding-left: 1px;
    position: relative;
    top: 1px
}

header.sticky.portfolio-sicky {
    background-color: transparent;
    min-height: 80px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.filter-menu-div {
    background: #13273a
}

.case_app_icon1 ul li.border_colr a {
    border-color: #fff
}

header.sticky.portfolio-sicky .header-inset {
    display: block;
    margin-top: 8px;
    padding-left: 44px;
    padding-right: 44px
}

.filterBlock {
    background-color: rgba(19,39,59,.99);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    padding-top: 150px
}

.filterList h4 {
    font-family: circular std;
    font-size: 20px;
    color: #fff;
    position: relative
}

    .filterList h4:after {
        content: "";
        background: #0658a6;
        height: 3px;
        left: 0;
        bottom: 0;
        width: 65px;
        display: block;
        bottom: -12px;
        position: absolute
    }

.filterList ul {
    padding: 0;
    margin-top: 30px
}

    .filterList ul li {
        display: block;
        font-size: 18px
    }

        .filterList ul li a {
            font-family: circular std book;
            color: #3b5874;
            padding: 10px 0;
            line-height: 50px
        }

            .filterList ul li a:hover {
                color: #fff;
                text-decoration: none;
                font-family: circular std
            }

    .filterList ul.double-row {
        width: 50%;
        float: left
    }

        .filterList ul.double-row li {
            padding-right: 20px
        }

    .filterList ul.main-double-row {
        width: 62%;
        float: left
    }

        .filterList ul.main-double-row:last-child {
            width: 38%
        }

        .filterList ul.main-double-row li {
            padding-right: 20px
        }

.read_more {
    text-transform: uppercase;
    font-family: circular std;
    font-weight: 700;
    color: #5f7186;
    margin-top: 30px;
    display: block;
    letter-spacing: 1px
}

    .read_more:hover {
        text-decoration: none
    }

.bgWhite .read_more {
    color: #898989
}

    .bgWhite .read_more:hover {
        color: #13395c
    }

.case_study_block .fa.fa-angle-right {
    font-weight: 700
}

.read_more.transition > span {
    padding-left: 5px
}

.form-group .checkbox label {
    color: rgba(197,209,221,.5)
}

.sparater-block span {
    left: -31px;
    width: 64px;
    background: #162d42;
    border-radius: 100%;
    text-align: center
}

.get-in-touch-section {
    background: #162d42 url(../img/footer-bg.png) no-repeat left bottom;
    margin-top: 200px;
    position: relative
}

.in-banner-content h1.font80 {
    font-size: 80px;
    line-height: 77px;
    margin: 10px 0;
    padding: 0
}

.task_subtask {
    font-size;
    12px;
    font-family: proxima_nova_rgregular;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.in-banner-content p.task-sub-heading {
    font-size: 15px;
    margin-top: 0
}

.dwnld_case_btn {
    background: #086bbe none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: proxima_nova_rgbold;
    letter-spacing: 1px;
    margin-top: 40px;
    padding: 13px 18px;
    text-transform: uppercase
}

    .dwnld_case_btn:hover {
        background: #0a5390;
        text-decoration: none
    }

.list-option {
    padding-top: 129px;
    padding-bottom: 48px;
    margin: 0
}

    .list-option ul {
        padding: 0;
        margin: 0
    }

        .list-option ul li {
            list-style: none;
            display: inline-block;
            color: #fff;
            font-size: 13px;
            padding: 0 45px;
            font-family: proxima_nova_rgbold;
            text-transform: uppercase;
            position: relative
        }

            .list-option ul li a {
                color: #fff
            }

            .list-option ul li::after {
                background: #fff none repeat scroll 0 0;
                bottom: 4px;
                content: "";
                height: 23px;
                right: 0;
                position: absolute;
                width: 2px
            }

            .list-option ul li:last-child:after {
                display: none
            }

.case_Icon.todos {
    background-position: -653px -181px;
    margin: 0 auto 20px
}

.case_Icon.notes {
    background-position: -710px -181px;
    margin-bottom: 20px
}

.case_Icon.events {
    background-position: -767px -181px;
    margin-bottom: 20px
}

.case_Icon.reminders {
    background-position: -824px -181px;
    margin-bottom: 20px
}

.overflow_slide {
    width: 100%;
    background: #fbfbfb;
    padding-top: 18px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    border-top: 1px solid #f4f4f4;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,.2)
}

    .overflow_slide ul {
        padding: 0;
        margin: 0;
        display: inline-block
    }

        .overflow_slide ul li {
            list-style: none;
            height: 20px;
            padding: 0 25px;
            margin: 0;
            font-family: proxima_nova_rgregular;
            font-size: 16px;
            color: #bbb;
            text-transform: uppercase;
            float: left;
            vertical-align: top
        }

            .overflow_slide ul li a, .overflow_slide ul li a:visited {
                color: #bbb;
                display: block;
                padding-left: 10px
            }

    .overflow_slide li a i {
        font-size: 11px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 10px;
        height: 10px
    }

    .overflow_slide ul li a span, .overflow_slide ul li a:visited span {
        font-size: 1.3rem;
        display: inline-block !important;
        vertical-align: middle;
        white-space: nowrap;
        max-width: 0;
        overflow: hidden;
        transition: max-width .5s ease-in;
        -moz-transition: max-width .5s ease-in;
        -webkit-transition: max-width .5s ease-in
    }

    .overflow_slide ul li a.active i {
        color: #1c7fd2
    }

    .overflow_slide ul li a.active span {
        max-width: 250px;
        color: #1c7fd2
    }

    .overflow_slide ul li.lets-discuss-btn a i {
        display: none !important
    }

    .overflow_slide ul li.lets-discuss-btn a {
        background-color: #bbb;
        color: #fff !important;
        padding: 5px 12px;
        border-radius: 5px;
        position: relative;
        top: -4px
    }

        .overflow_slide ul li.lets-discuss-btn a span {
            max-width: 250px !important
        }

        .overflow_slide ul li.lets-discuss-btn a:hover span, .overflow_slide ul li.lets-discuss-btn a.active span {
            color: #fff !important
        }

        .overflow_slide ul li.lets-discuss-btn a:hover, .overflow_slide ul li.lets-discuss-btn a.active {
            background-color: #1c7fd2
        }

.pb-form-block .form-group .form-control {
    border: 1px solid #fff
}

.pb-form-block .error.form-group .form-control {
    border: 1px solid red;
    color: red
}

    .pb-form-block .error.form-group .form-control::-webkit-input-placeholder {
        color: red
    }

    .pb-form-block .error.form-group .form-control::-moz-placeholder {
        color: red
    }

    .pb-form-block .error.form-group .form-control:-ms-input-placeholder {
        color: red
    }

    .pb-form-block .error.form-group .form-control:-moz-placeholder {
        color: red
    }

.footer-part2 .client-logos ul li:first-child a {
    padding-top: 10px !important
}

@media only screen and (min-width:1025px) {
    .overflow_slide ul.hovering li a.active span {
        max-width: 0
    }

    .overflow_slide ul.hovering li.hover a.active span {
        max-width: 250px
    }

    .overflow_slide ul li:hover a {
        text-decoration: none;
        color: #1c7fd2
    }

        .overflow_slide ul li:hover a span {
            max-width: 250px;
            transition-delay: .3s;
            -moz-transition-delay: .3s;
            -webkit-transition-delay: .3s
        }
}

.dwnld_case_btn.work-with-btn {
    position: absolute;
    right: 130px;
    top: 6px;
    font-size: 12px;
    padding: 13px 12px;
    margin-top: 14px;
    top: 0
}

.about_info_block {
    background: #eaefee;
    padding-top: 52px;
    padding-bottom: 34px
}

.block_team_size {
    background: #fff url(../img/team-size-icon.png) no-repeat left 32px;
    border-radius: 5px;
    min-height: 199px;
    text-align: center;
    padding-top: 21px;
    box-shadow: 0 0 4px rgba(204,204,204,.2);
    -moz-box-shadow: 0 0 4px rgba(204,204,204,.2);
    -webkit-box-shadow: 0 0 4px rgba(204,204,204,.2)
}

.time-zone-title {
    font-size: 24px;
    color: #343434;
    font-family: proxima_nova_rgregular;
    position: relative;
    padding-top: 28px
}

    .time-zone-title span {
        font-size: 30px;
        color: #000;
        display: block;
        padding-top: 0
    }

    .time-zone-title.title-bar {
        background: transparent url(../img/title-bg-new.png) no-repeat scroll center bottom
    }

.block_team_size p {
    padding-top: 28px;
    font-size: 13px;
    font-family: proxima_nova_rgregular;
    text-transform: uppercase;
    color: #3b3b3b;
    letter-spacing: 1.5px
}

.block_team_size.timline {
    background: #fff url(../img/time-line-icon.png) no-repeat left 32px
}

.font35 {
    font-size: 35px !important
}

.about_client {
    background: #1e3b56 url(../img/about-client.png) no-repeat left 30px;
    border-radius: 5px;
    min-height: 221px;
    padding-top: 30px;
    text-align: center
}

    .about_client .time-zone-title {
        color: #fff;
        font-family: proxima_nova_rgregular;
        font-size: 24px
    }

        .about_client .time-zone-title span {
            font-size: 17px;
            color: #fff;
            letter-spacing: .5px;
            padding-top: 6px;
            display: block;
            line-height: normal;
            font-family: proxima_novalight;
            padding-bottom: 10px;
            line-height: 22px
        }

.time-zone-title.title-bar {
    background: transparent url(../img/title-bg-blue.png) no-repeat scroll center bottom
}

.about_client p {
    padding-top: 15px;
    font-size: 13px;
    font-family: proxima_nova_rgregular;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.5px
}

.overflow_1 {
    background: #fff;
    padding-top: 107px;
    padding-bottom: 105px
}

    .overflow_1 .overflow_img1 {
        margin-top: 115px
    }

.overFlow_Detail .slideNo {
    font-size: 121px;
    font-family: montserratregular;
    color: #e4e4e4;
    line-height: 83px
}

    .overFlow_Detail .slideNo span {
        font-size: 26px
    }

        .overFlow_Detail .slideNo span .fa.fa-circle {
            font-size: 7px
        }

            .overFlow_Detail .slideNo span .fa.fa-circle.active {
                color: #086bbe
            }

.overFlow_Detail h4 {
    font-family: proxima_novalight;
    font-size: 40px;
    color: #5e5e5e;
    padding: 0;
    margin: 0
}

.overFlow_Detail .subDetial {
    color: #1766aa;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .5px;
    font-family: proxima_nova_rgbold;
    padding-top: 23px
}

.overFlow_Detail p {
    font-family: proxima_novalight;
    font-size: 19px;
    color: #343434;
    line-height: 35px;
    letter-spacing: .5px;
    padding-top: 22px;
    padding-right: 0
}

.overFlow_Detail .comman-btn {
    color: #1866b1;
    font-size: 13px;
    font-family: proxima_novasemibold;
    border: 1px solid #1866b1;
    padding: 13px 22px;
    margin-top: 22px
}

    .overFlow_Detail .comman-btn:hover {
        color: #fff;
        border: 1px solid #fff;
        background: #1866b1;
        text-decoration: none
    }

.overflow_2 {
    background: #f6f9f9;
    padding-top: 77px
}

.overFlow_Detail2 {
    text-align: center
}

    .overFlow_Detail2 h4 {
        color: #5e5e5e;
        font-family: proxima_novalight;
        font-size: 40px;
        margin: 0;
        padding: 0
    }

.over_inr {
    max-width: 784px;
    margin: 0 auto;
    padding-bottom: 27px
}

.fontpBold {
    font-family: proxima_nova_rgbold
}

.overFlow_Detail.overFlow_Detail2 p {
    line-height: 29px
}

.goals_block {
    background: #fff;
    border-radius: 5px;
    color: #1a1a1a;
    font-family: proxima_novalight;
    line-height: 29px;
    font-size: 20px;
    padding: 29px 24px;
    min-height: 238px;
    box-shadow: -1px 1px 4px 0 rgba(204,204,204,.2);
    -moz-box-shadow: -1px 1px 4px 0 rgba(204,204,204,.2);
    -webkit-box-shadow: -1px 1px 4px 0 rgba(204,204,204,.2)
}

    .goals_block span i {
        color: #005db7;
        font-size: 11px
    }

.overFlow_Detail.overFlow_Detail2 .goals_block p {
    padding: 0;
    line-height: 29px;
    padding: 8px 0 0
}

.overflow3 {
    background: #162d42;
    padding-top: 120px;
    padding-bottom: 96px;
    margin-top: -26px
}

    .overflow3 .overFlow_Detail .slideNo {
        color: #193854;
        font-family: montserratregular;
        font-size: 121px;
        line-height: 83px;
        display: inline-block
    }

    .overflow3 .overFlow_Detail h4 {
        color: #fff;
        display: inline-block;
        padding-left: 18px
    }

.techno_stack {
    padding: 0;
    margin: 0
}

    .techno_stack ul {
        padding: 0;
        margin: 0
    }

        .techno_stack ul li {
            list-style: none;
            display: inline-block;
            border: 2px solid #0d5b9d;
            border-radius: 5px;
            padding: 0;
            margin: 0 8px;
            width: 91px;
            height: 91px
        }

.case_Icon.stack_icon1 {
    background-position: 16px -474px;
    height: 87px;
    width: 87px
}

.techno_stack ul li:hover {
    box-shadow: 0 1px 7px 0 #265681;
    -webkit-box-shadow: 0 1px 7px 0 #265681;
    -moz-box-shadow: 0 1px 7px 0 #265681;
    transition: all .5s ease-in
}

.case_Icon.stack_icon2 {
    background-position: -98px -474px;
    height: 87px;
    width: 87px;
    transition: all .5s ease-in-out
}

.case_Icon.stack_icon3 {
    background-position: -211px -474px;
    height: 87px;
    width: 87px
}

.case_Icon.stack_icon4 {
    background-position: -324px -474px;
    height: 87px;
    width: 87px
}

.case_Icon.stack_icon5 {
    background-position: -434px -474px;
    height: 87px;
    width: 87px
}

    .case_Icon.stack_icon1:hover, .case_Icon.stack_icon2:hover, .case_Icon.stack_icon3:hover, .case_Icon.stack_icon4:hover, .case_Icon.stack_icon5:hover {
        transition: all .8s ease-in-out
    }

.overflow4 {
    background: #fff;
    padding-top: 66px
}

.embrace {
    background: #c5e7fe;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 56px
}

    .embrace h3 {
        font-size: 40px;
        color: #3b3b3b;
        font-family: montserratbold;
        margin: 0;
        padding: 0
    }

        .embrace h3 span {
            font-size: 15px;
            color: #999;
            font-family: montserratregular;
            display: block
        }

.device-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 2px solid #afafaf;
    text-align: center;
    line-height: 60px;
    margin-top: 16px;
    margin-bottom: 30px
}

.task1 .blockNumber {
    position: relative;
    width: 37px;
    height: 37px;
    color: #fff;
    text-align: center;
    font-family: montserratbold;
    font-size: 24px;
    background: #3c78d8;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px
}

.task1 h5 {
    color: #3b3b3b;
    font-family: montserratbold;
    font-size: 20px;
    margin: 0;
    padding: 15px 0 0 0
}

.dot {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: -16px;
    height: 19px;
    left: 8px;
    position: absolute;
    width: 19px
}

.task-img {
    padding-top: 15px
}

.paddinglr0 {
    padding: 0 0
}

.paddinglr {
    padding-left: 10px;
    padding-right: 10px
}

.paddinglr5 {
    padding: 0 5px
}

.process-blue-block.aw-cl-logo-con.paddingb0 {
    padding-bottom: 0
}

.margint30 {
    margin-top: 30px
}

.margint80 {
    margin-top: 97px;
    margin-bottom: 80px
}

.marginb30 {
    margin-bottom: 23px
}

.press-date {
    color: #0875c3;
    font-size: 16px;
    font-family: proxima_novasemibold;
    margin-top: 3px
}

.press-heading {
    color: #212121;
    font-size: 20px;
    font-family: proxima_nova_rgbold
}

    .press-heading a {
        color: #212121;
        font-size: 20px;
        text-decoration: none;
        font-family: proxima_nova_rgbold
    }

        .press-heading a:hover {
            color: #0875c3
        }

.press-content {
    border-bottom: 1px solid #ddd;
    color: #070707;
    font-family: proxima_novalight;
    font-size: 16px;
    margin: 10px 0 0;
    padding-bottom: 30px
}

.press-info {
    background-color: #162d42;
    border-radius: 15px;
    float: left;
    width: 100%
}

.press-side-image {
    display: block;
    margin-top: 48px;
    text-align: center
}

.press-side-heading {
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 10px 0 0;
    text-align: center;
    font-family: proxima_novalight
}

.press-side-info {
    color: #0084ff;
    display: block;
    font-size: 14px;
    text-align: center;
    font-family: proxima_nova_rgregular
}

.press-border {
    display: block;
    margin: 28px 0 0;
    text-align: center
}

.management-interview-block {
    margin: 80px 0
}

.interview-block-box {
    padding: 34px 58px 3px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 4px 2px #f4f4f4;
    -moz-box-shadow: 0 3px 4px 2px #f4f4f4;
    box-shadow: 0 3px 4px 2px #f4f4f4
}

.interview-list-img {
    background: #f6f6f6;
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px
}

.interview-list-date {
    margin: 10px 0 14px;
    display: block;
    font-size: 16px;
    font-family: proxima_novasemibold;
    color: #0875c3
}

.interview-list-heading {
    font-size: 20px;
    color: #272727;
    display: block;
    font-family: proxima_nova_rgbold
}

    .interview-list-heading a {
        color: #272727
    }

        .interview-list-heading a:hover {
            color: #1866b1;
            text-decoration: none
        }

    .interview-list-heading .active {
        border-bottom: 1px solid #1866b1;
        color: #1866b1;
        padding-bottom: 4px
    }

.interview-list-content {
    margin-bottom: 40px;
    font-size: 20px;
    color: #4f4f4f;
    display: block;
    font-family: proxima_novalight
}

.viewbt {
    background: #fff;
    border: 1px solid #1866b1;
    border-radius: 5px;
    color: #1866b1;
    font-size: 13px;
    height: 40px;
    padding: 10px 30px;
    text-align: center;
    margin-top: 10px;
    font-family: proxima_nova_rgregular
}

.proposal-block-press {
    background: #eef8ff
}

.row.whitebg {
    background: #fff;
    margin: 20px 0;
    padding: 20px 0;
    text-align: left
}

.proposal-block-text {
    font-size: 24px;
    color: #2c3538;
    text-transform: uppercase;
    font-family: montserratregular
}

.proposal-block-subtext {
    color: 4c4c4c;
    font-size: 16px;
    text-transform: uppercase;
    font-family: proxima_nova_rgregular;
    color: #4c4c4c;
    letter-spacing: 1.6px;
    padding-top: 2px
}

.proposal-btns {
    background: #e55115;
    background: -moz-linear-gradient(left,rgba(229,81,21,1) 59%,rgba(237,147,39,1) 100%);
    background: -webkit-linear-gradient(left,rgba(229,81,21,1) 59%,rgba(237,147,39,1) 100%);
    background: linear-gradient(to right,rgba(229,81,21,1) 59%,rgba(237,147,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55115',endColorstr='#ed9327',GradientType=1 );
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: proxima_nova_rgbold;
    font-size: 16px;
    padding: 19px 30px;
    text-decoration: none;
    text-transform: uppercase
}

    .proposal-btns:hover {
        opacity: .9;
        text-decoration: none
    }

.pdL30 {
    padding-left: 28px
}

.menu-links.floatL {
    float: left !important;
    margin-left: 60px
}

.grid-filter {
    float: right;
    margin-right: 20px;
    overflow: hidden
}

    .grid-filter a {
        font-family: proxima_novasemibold;
        font-size: 15px;
        text-align: center;
        height: 47px;
        border: 1px solid #3879b8;
        border-radius: 5px;
        display: inline-block;
        line-height: 47px;
        text-transform: uppercase;
        padding: 0 16px 0 38px;
        letter-spacing: .3px;
        font-weight: 400;
        background: url(../img/filterb.png) no-repeat;
        background-position: 11px center
    }

        .grid-filter a:hover, .grid-filter a.active {
            background: #0658a6 url(../img/filterw.png) no-repeat;
            background-position: 11px center;
            color: #fff;
            text-decoration: none
        }

.porfolio-grid {
    background: url(../img/grid-background.png) repeat;
    height: 480px;
    margin: 10px 0;
    padding: 70px 10px 35px;
    position: relative;
    overflow: hidden
}

    .porfolio-grid .client-name {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
        margin-top: 25px;
        font-family: montserratregular;
        font-weight: 700
    }

.clientProject {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
    font-family: proxima_nova_rgregular
}

.client-logo > img {
    max-height: 45px
}

.porfolio-grid:hover .webgrid-hover {
    opacity: .9;
    visibility: visible;
    bottom: 0%
}

.webgrid-hover {
    background: #026fc7;
    background: -moz-linear-gradient(left,rgba(2,111,199,1) 0%,rgba(53,165,168,1) 100%);
    background: -webkit-linear-gradient(left,rgba(2,111,199,1) 0%,rgba(53,165,168,1) 100%);
    background: linear-gradient(to right,rgba(2,111,199,1) 0%,rgba(53,165,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026fc7',endColorstr='#35a5a8',GradientType=1 );
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 120px 23px 70px;
    visibility: hidden;
    left: 0;
    bottom: -100%;
    transition: all .5s ease 0s
}

.webproject-descrption {
    font-family: circular std book;
    font-size: 30px;
    color: #fff;
    height: 168px;
    overflow: hidden
}

    .webproject-descrption > span {
        font-family: circular std;
        font-weight: 700
    }

.web-casestudy {
    margin-top: 35px
}

    .web-casestudy a {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        opacity: .5;
        font-family: circular std;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: .75px
    }

.menu-links.floatL {
    float: left !important;
    margin-left: 60px
}

.mobile-porfolio-grid {
    background: #f2f5f8;
    height: 662px;
    margin: 0 0 50px;
    padding: 10px 15px 0;
    position: relative
}

    .mobile-porfolio-grid:hover .mobilegrid-hover {
        opacity: 1;
        visibility: visible;
        bottom: 0%
    }

.mobile-client-name {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    font-weight: 700
}

.mobile-clientProject {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    font-family: proxima_nova_rgregular
}

.mobile-porfolio-grid .devices {
    width: 100%;
    height: 286px;
    display: table
}

    .mobile-porfolio-grid .devices > div {
        display: table-cell;
        vertical-align: bottom
    }

    .mobile-porfolio-grid .devices img {
        max-height: 286px;
        width: 100%
    }

    .mobile-porfolio-grid .devices.mobile img {
        max-width: 182px
    }

    .mobile-porfolio-grid .devices.web img {
        max-width: 410px
    }

    .mobile-porfolio-grid .devices.web > div {
        vertical-align: middle
    }

    .mobile-porfolio-grid .devices.tablet img {
        max-width: 285px
    }

.client-logo > img {
    max-height: 45px
}

.mobile-client-logo {
    margin: 30px auto 0;
    text-align: center;
    height: 60px
}

    .mobile-client-logo img {
        width: 57px !important;
        height: 57px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        display: inline-block !important
    }

.mobilegrid-hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 50px 20px 55px;
    visibility: hidden;
    left: 0;
    bottom: -100%;
    transition: all .5s ease 0s
}

.mobileproject-descrption .mobilep-des-info {
    height: 89px;
    overflow: hidden;
    margin-bottom: 15px
}

    .mobileproject-descrption .mobilep-des-info p {
        font-family: proxima_novasemibold;
        font-size: 20px;
        color: #101010;
        line-height: 28px;
        margin-bottom: 0
    }

.mobileproject-descrption .mobile-casestudy {
    margin-top: 4px
}

.mobileproject-descrption .mobilep-des-info a.read_more {
    color: #fff;
    margin-top: 0;
    font-size: 24px;
    font-family: circular std book;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px dashed #fff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    opacity: 1;
    margin-left: -64px
}

    .mobileproject-descrption .mobilep-des-info a.read_more:hover {
        text-decoration: none;
        opacity: .7
    }

.mobilegrid-hover .case_app_icon1 {
    margin-top: 24px
}

.mobileproject-descrption > span {
    font-family: circular std;
    font-weight: 700
}

.mobile-casestudy {
    margin-top: 35px
}

    .mobile-casestudy a {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        opacity: .7;
        font-family: circular std;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: .75px
    }

        .mobile-casestudy a:hover {
            opacity: 1
        }

.mobile-porfolio-grid.last-mobile-grid {
    background: #0658a6 url(../img/grid-background-last.png) repeat;
    background-size: cover
}

    .mobile-porfolio-grid.last-mobile-grid .mobile-client-logo img {
        border: none
    }

    .mobile-porfolio-grid.last-mobile-grid .mobile-client-name {
        color: #fff
    }

    .mobile-porfolio-grid.last-mobile-grid .mobile-clientProject {
        letter-spacing: 1.2px;
        color: #fff
    }

    .mobile-porfolio-grid.last-mobile-grid .devices {
        bottom: -10px
    }

        .mobile-porfolio-grid.last-mobile-grid .devices > div {
            display: inline-block;
            position: relative
        }

            .mobile-porfolio-grid.last-mobile-grid .devices > div:after {
                content: '';
                width: 77px;
                height: 335px;
                position: absolute;
                left: -36px;
                top: -49px;
                background: url(../img/graph-img.png) repeat;
                z-index: 99
            }

    .mobile-porfolio-grid.last-mobile-grid .mobilegrid-hover:after {
        background-color: rgba(0,0,0,.17)
    }

    .mobile-porfolio-grid.last-mobile-grid .mobilep-des-info {
        height: 115px;
        margin-bottom: 0;
        margin-top: 23px
    }

        .mobile-porfolio-grid.last-mobile-grid .mobilep-des-info p {
            font-family: proxima_nova_rgregular;
            color: #fff
        }

        .mobile-porfolio-grid.last-mobile-grid .mobilep-des-info a {
            font-family: proxima_nova_rgbold;
            color: #fff;
            border-bottom: 1px dashed #fff;
            text-decoration: none
        }

    .mobile-porfolio-grid.last-mobile-grid .project-feature-btn ul {
        display: inline-block
    }

        .mobile-porfolio-grid.last-mobile-grid .project-feature-btn ul li {
            border-color: #fff;
            color: #fff;
            padding: 6px 15px 5px;
            letter-spacing: .8px
        }

    .mobile-porfolio-grid.last-mobile-grid:hover .project-feature-btn li {
        background-color: transparent;
        border-color: #fff
    }

    .mobile-porfolio-grid.last-mobile-grid:hover .mobile-client-name {
        color: #fff
    }

.paginationDiv {
    text-align: center;
    font-size: 12px
}

.pagination > li > a {
    background-color: #fff;
    color: #737373;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    padding: 6px 15px;
    position: relative;
    text-decoration: none;
    border: none
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        background-color: transparent;
        color: #1866b1;
        z-index: 2
    }

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 3px;
    margin-left: 0
}

.page-link.active {
    border: 1px solid #fff !important;
    border-radius: 3px
}

.pagination > li.first > a, .pagination > li.first > span {
    border-radius: 3px;
    border: 1px solid #abaeb1
}

.pagination > li.last > a, .pagination > li.last > span {
    border-radius: 3px;
    border: 1px solid #abaeb1
}

.pagination > li {
    display: inline-block;
    margin: 0 3px
}

.page-link {
    border: 1px solid #fff !important
}

    .page-link.active, .page-link:hover {
        border: 1px solid #1866b1 !important;
        color: #1866b1;
        border-radius: 3px
    }

.delev_megento {
    background: #fff none repeat scroll 0 0;
    margin: 25px auto;
    max-width: 869px;
    padding: 24px 25px 29px 34px;
    border-radius: 4px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #737373;
    background-color: inherit;
    border: none
}

.btn-section1 {
    float: right
}

.marT29 {
    margin-top: 29px
}

.marT19 {
    margin-top: 19px
}

.pdb44 {
    padding-bottom: 44px
}

.pdb38 {
    padding-bottom: 38px
}

.pdR0 {
    padding-right: 0
}

.colm1 {
    width: 11%
}

.paddingb65 {
    padding-bottom: 65px
}

.support-content-block .process-blue-block p.privacyban-text {
    font-family: proxima_novalight;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px
}

.support-content-block .process-blue-block p.privacy-bannertext {
    font-size: 17px;
    font-family: circular std;
    color: #fff;
    line-height: 28px;
    letter-spacing: normal
}

.margint10 {
    margin-bottom: 65px;
    margin-top: 10px
}

.privacysection {
    margin-top: 1px;
    padding: 10px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(229,229,229,.35);
    -moz-box-shadow: 0 0 10px 0 rgba(229,229,229,.35);
    box-shadow: 0 0 10px 0 rgba(229,229,229,.35)
}

    .privacysection > ul {
        color: #005db7;
        font-size: 19px;
        line-height: 28px;
        list-style-type: disc;
        padding: 0 30px;
        margin-left: 15px
    }

    .privacysection li {
        padding-left: 15px
    }

.privacy-heading {
    font-size: 19px;
    font-family: proxima_nova_rgbold;
    color: #343434
}

.privacysection p {
    font-family: proxima_novalight;
    font-size: 17px;
    margin: 10px 0;
    color: #343434;
    line-height: 26px
}

.privacysection li p {
    margin: 4px 0 0
}

.termscon-section .col-md-12.margint10 {
    margin-bottom: 65px
}

.termscon-section .privacy-heading {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 15px
}

.termscon-section .privacysection li p {
    margin-top: 10px;
    line-height: 28px
}

.marT10 {
    margin-top: 10px
}

.marT20 {
    margin-top: 20px
}

.marT80 {
    margin-top: 80px
}

.pfilterBlock {
    background-color: rgba(19,39,59,.99);
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1122;
    padding-top: 100px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding-bottom: 50px;
    visibility: hidden
}

    .pfilterBlock.filterblockShow {
        opacity: 1;
        visibility: visible;
        height: 100%;
        overflow-y: auto
    }

.get-in-touch-section .from-left-block {
    min-height: 420px;
    padding-right: 65px
}

.pfilterBlock .close-button {
    top: 20px;
    right: 264px;
    position: absolute
}

    .pfilterBlock .close-button.padr {
        right: 250px
    }

.filterList h4 {
    font-family: circular std;
    font-size: 20px;
    color: #fff;
    position: relative
}

    .filterList h4:after {
        content: "";
        background: #0658a6;
        height: 3px;
        left: 0;
        bottom: 0;
        width: 65px;
        display: block;
        bottom: -12px;
        position: absolute
    }

.filterList ul {
    padding: 0;
    margin-top: 30px
}

    .filterList ul li {
        display: block;
        font-size: 18px
    }

        .filterList ul li label, .filterList ul li .Labelchk {
            font-family: circular std book;
            font-size: 17px;
            color: #416486;
            padding: 8px 0;
            line-height: 24px;
            margin-left: -30px;
            cursor: pointer
        }

            .filterList ul li label:hover, .filterList ul li .Labelchk:hover, .filterList ul li .Labelchk.active {
                text-decoration: none;
                color: rgba(255,255,255,.8)
            }

.filterList .checkbox {
    margin: 0
}

    .filterList .checkbox label:after, .filterList .radio label:after {
        content: '';
        display: table;
        clear: both
    }

.filterList checkbox label {
    padding-left: 0;
    line-height: 16px
}

.filterList .checkbox p {
    font-size: 12px;
    color: @lightGray;
    margin-top: 10px
}

.filterList .checkbox .cr, .filterList .radio .cr {
    position: relative;
    display: inline-block;
    border: none;
    background-color: transparent;
    border-radius: 0;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: .5em;
    opacity: 0
}

.filterList .checkbox .active .cr, .filterList .radio .active .cr {
    opacity: 1
}

.filterList ul li .Labelchk, .filterList ul li .Labelchk {
    color: #416486
}

    .filterList ul li .Labelchk:hover {
        text-decoration: none;
        color: rgba(255,255,255,.8)
    }

.filterList .radio .cr {
    border-radius: 50%
}

    .filterList .checkbox .cr .cr-icon, .filterList .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 30%;
        left: 30%
    }

.glyphicon-ok:before {
    content: '';
    background-image: url(../img/checkmark.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    width: 30px;
    height: 30px;
    display: block
}

.radio .cr .cr-icon {
    margin-left: .04em
}

.filterList .checkbox label input[type=checkbox], .filterList .radio label input[type=radio] {
    display: none;
    opacity: 0
}

.filterList .checkbox input[type=checkbox], .filterList .checkbox-inline input[type=checkbox], .filterList .radio input[type=radio], .filterList .radio-inline input[type=radio] {
    opacity: 0
}

.filterList .checkbox label input[type=checkbox] + .cr > .cr-icon, .filterList .radio label input[type=radio] + .cr > .cr-icon {
    opacity: 0;
    transition: all .3s ease-in
}

.filterList .checkbox label input[type=checkbox]:checked + .cr > .cr-icon, .filterList .radio label input[type=radio]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1
}

.filterList .checkbox label input[type=checkbox]:disabled + .cr, .filterList .radio label input[type=radio]:disabled + .cr {
    opacity: .5
}

.emailid-block.webintegrated {
    background-color: #1b597c
}

    .emailid-block.webintegrated a span.small-text {
        color: #fff
    }

.emailid-block.voicemsg {
    background-color: #143a58
}

    .emailid-block.voicemsg a span.small-text {
        color: #5da9e0
    }

.emailid-block a i.skype-icon {
    background-position: 0 -520px
}

.emailid-block a:hover i.skype-icon {
    background-position: 0 -564px
}

.emailid-block a i.voice-icon {
    background-position: -54px -520px
}

.emailid-block a:hover i.voice-icon {
    background-position: -54px -565px
}

.emailid-block a:hover i.skype-icon {
    background-position: -4245px -12px
}

.emailid-block a i.skype-icon {
    background-position: -4300px -12px
}

.emailid-block a:hover {
    background: rgba(31,185,255,.3)
}

    .emailid-block a:hover span.small-text {
        color: #8fc2df
    }

.emailid-block a {
    border: none;
    min-height: 80px
}

.from-right-block .sparater-block {
    background: -moz-linear-gradient(top,rgba(254,255,255,0) 6%,rgba(255,255,255,0.1) 50%,rgba(160,216,239,0) 94%);
    background: -webkit-linear-gradient(top,rgba(254,255,255,0) 6%,rgba(255,255,255,0.1) 50%,rgba(160,216,239,0) 94%);
    background: linear-gradient(to bottom,rgba(254,255,255,0) 6%,rgba(255,255,255,0.1) 50%,rgba(160,216,239,0) 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00feffff',endColorstr='#00a0d8ef',GradientType=0 )
}

.getUs {
    padding: 0;
    max-width: 908px;
    margin: 0 auto;
    margin-top: 50px;
    float: none;
    background: #172b3f;
    border-radius: 20px;
    padding: 10px 30px;
    overflow: hidden
}

    .getUs li {
        display: inline-block;
        padding-right: 40px;
        text-align: center;
        color: #c5d1dd;
        font-size: 18px;
        font-family: circular std book
    }

        .getUs li:before {
            content: "\f111";
            font-family: fontawesome;
            font-size: 10px;
            color: #0086e2;
            padding-right: 10px
        }

        .getUs li:first-child:before {
            content: "";
            padding-right: 0
        }

        .getUs li:first-child {
            color: #0086e2;
            font-size: 14px;
            text-transform: uppercase;
            font-family: circular std book
        }

.in-banner-content > ul {
    background: rgba(0,0,0,.25);
    padding: 15px 0;
    margin-top: 40px;
    border-radius: 10px
}

    .in-banner-content > ul li {
        list-style-type: none;
        color: #fff;
        display: inline-block;
        padding: 0 13px 0 30px;
        font-size: 16px;
        background: url(../img/iconSprite.png) no-repeat;
        margin-left: 10px;
        font-weight: 600;
        letter-spacing: .55px;
        line-height: 25px
    }

        .in-banner-content > ul li:nth-child(1) {
            background-position: 0 0
        }

        .in-banner-content > ul li:nth-child(2) {
            background-position: 0 -146px
        }

        .in-banner-content > ul li:nth-child(3) {
            background-position: 0 -217px
        }

        .in-banner-content > ul li:nth-child(4) {
            background-position: 0 -364px
        }

        .in-banner-content > ul li:last-child {
            border-right: none
        }

.in-banner-content > h1 {
    font-family: proxima_nova_rgbold;
    color: #fff;
    font-size: 50px;
    letter-spacing: .65px
}

    .in-banner-content > h1 span {
        font-family: proxima_nova_rgbold;
        color: #f55247;
        font-size: 60px;
        letter-spacing: .65px;
        position: relative
    }

        .in-banner-content > h1 span::after {
            content: "";
            display: block;
            background: url(../img/bottom-line-1.png) no-repeat;
            position: absolute;
            height: 7px;
            text-align: center;
            width: 100%;
            bottom: 6px;
            left: 0;
            -webkit-background: url(../img/bottom-line-1.png) no-repeat;
            -moz-background: url(../img/bottom-line-1.png) no-repeat;
            -o-background: url(../img/bottom-line-1.png) no-repeat
        }

.in-banner-content .connectBtn {
    margin-top: 47px
}

.connectBtn {
    margin-top: 20px;
    border: none;
    font-family: proxima_nova_rgbold;
    font-size: 15px;
    min-width: 200px;
    text-align: center
}

    .connectBtn:hover, .connectBtn:focus {
        text-decoration: none
    }

.innerpage-banner.mobile-banner-height {
    min-height: 740px
}

.aw-cl-logo-block.soultionBlock {
    margin-top: 0
}

    .aw-cl-logo-block.soultionBlock .nav-tabs > li > a {
        color: #bbb
    }

        .aw-cl-logo-block.soultionBlock .nav-tabs > li > a:after {
            content: "\f111";
            font-family: fontawesome;
            font-size: 10px;
            color: #bbb;
            padding-right: 10px;
            left: 0;
            top: 10px;
            position: absolute
        }

    .aw-cl-logo-block.soultionBlock .nav-tabs > li.active > a {
        background: 0 0;
        color: #1866b1
    }

        .aw-cl-logo-block.soultionBlock .nav-tabs > li.active > a:after {
            color: #1866b1
        }

    .aw-cl-logo-block.soultionBlock .nav-tabs:after {
        background: 0 0;
        border-color: transparent;
        width: 0;
        height: 0
    }

.soultionWeb {
    background: #fff
}

.aw-cl-logo-block.soultionBlock .nav-tabs {
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,.1)
}

.collaborativeBlock {
    display: block;
    padding-top: 28px
}

    .collaborativeBlock h5, .engangementModels h5, .headingProvider h5 {
        font-size: 12px;
        color: #191919;
        font-family: circular std book;
        letter-spacing: 1.5px;
        text-transform: uppercase
    }

.engangementModels h5, .headingProvider h5 {
    font-family: proxima_novalight;
    font-size: 16px;
    color: #717171;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(../img/title-bg.png) no-repeat bottom center;
    padding-bottom: 20px
}

.collaborativeBlock h3, .engangementModels h3, .headingProvider h3 {
    color: #1e1e1e;
    font-size: 42px;
    font-family: proxima_novalight
}

.soultionWeb .collaborativeBlock p {
    color: #5a5a5a;
    font-size: 16px;
    font-family: circular std book;
    line-height: 23px
}

.collaborativeBlock ul {
    padding: 0;
    list-style: none;
    margin-top: 30px
}

    .collaborativeBlock ul li {
        font-size: 19px;
        font-family: proxima_novasemibold;
        color: #1b1b1b;
        margin-bottom: 10px
    }

.collaborativeBlock .blue-new-btn {
    margin-top: 55px
}

    .collaborativeBlock .blue-new-btn:hover {
        text-decoration: none
    }

.soultionWeb .col-sm-5 > div {
    margin-top: 60px
}

.collaborativeBlock .connectBtn.explore {
    min-width: inherit;
    margin-top: 0
}

.engangementModels {
    padding: 42px 0 80px 0;
    text-align: center
}

.businessProcess {
    margin: 0 auto;
    list-style: none;
    text-align: center;
    margin-top: 40px
}

    .businessProcess li {
        width: 167px;
        background: #fff;
        padding: 36px 20px 31px;
        margin-right: 40px;
        display: inline-block;
        position: relative;
        min-height: 243px;
        vertical-align: middle
    }

        .businessProcess li:last-child {
            margin-right: 0
        }

        .businessProcess li figure {
            background: url(../img/sprite1.png) no-repeat;
            height: 73px;
            display: inline-block
        }

        .businessProcess li.bem-block1 figure {
            width: 65px;
            background-position: -774px -263px
        }

        .businessProcess li.bem-block2 figure {
            width: 64px;
            background-position: -778px -338px
        }

        .businessProcess li.bem-block3 figure {
            width: 72px;
            background-position: -774px -418px
        }

        .businessProcess li.bem-block4 figure {
            width: 72px;
            background-position: -774px -504px
        }

        .businessProcess li.bem-block5 figure {
            width: 65px;
            background-position: -683px -492px
        }

        .businessProcess li p {
            bottom: 15px;
            font-family: circular std medium;
            font-size: 18px;
            left: 0;
            line-height: 21px;
            padding: 0 20px;
            position: absolute;
            right: 0;
            text-align: center;
            z-index: 3
        }

        .businessProcess li:first-child:before {
            content: '';
            background: url(../img/models-round-left.png) no-repeat 0 0;
            position: absolute;
            left: -45px;
            top: 105px;
            height: 73px;
            width: 100%
        }

        .businessProcess li:after {
            content: '';
            background: url(../img/models-list-right.png) no-repeat 0 0;
            position: absolute;
            right: -150px;
            top: 70px;
            z-index: 1;
            height: 106px;
            width: 100%
        }

        .businessProcess li:last-child:after {
            content: '';
            background: 0 0;
            position: absolute;
            left: -45px;
            top: 105px;
            height: 85px;
            width: 100%
        }

        .businessProcess li.second:after {
            content: '';
            background: url(../img/models-list-left.png) no-repeat 0 0;
            position: absolute;
            right: -125px;
            top: 70px;
            height: 106px;
            width: 100%
        }

        .businessProcess li:last-child:before {
            content: '';
            background: url(../img/models-round-bottom.png) no-repeat 0 0;
            position: absolute;
            right: -45px;
            bottom: -70px;
            z-index: 1;
            height: 128px;
            width: 43px
        }

.technologiesProvide {
    background: #162d42;
    padding: 42px 0 50px;
    min-height: inherit
}

    .technologiesProvide .development-tabing-block {
        margin-top: 58px
    }

.headingProvider h3 {
    color: #fff
}

.headingProvider h5 {
    color: #6484a0;
    background: url(../img/gray-title-bg.png) no-repeat bottom center
}

    .headingProvider h5 br {
        display: none
    }

.filterList ul li label.active {
    color: #fff;
    font-family: circular std
}

.floatNone {
    float: none !important
}

.inquireNow {
    margin-top: 60px;
    border: none;
    padding: 14px 30px 12px;
    margin-bottom: 25px;
    font-family: proxima_nova_rgbold;
    letter-spacing: 1px;
    font-size: 14px;
    outline: 0
}

.resetButton {
    color: #ff6000;
    font-size: 18px;
    text-align: center;
    background: transparent url(../img/reset-icon.png) no-repeat 10px 6px;
    border: none;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 32px;
    outline: 0
}

    .resetButton:hover {
        opacity: .7
    }

.portfolio-sicky .header-inset {
    padding-top: 13px
}

header.new-header.sticky .header-inset .logo img {
    margin-top: 0 !important
}

#web-phone-grid {
    padding-top: 100px
}

.resource-list-block .re-detail h2 a {
    font-family: proxima_novasemibold;
    font-size: 20px;
    color: #161616;
    letter-spacing: .4px;
    line-height: 27px;
    margin: 20px 0 0;
    text-decoration: none
}

    .resource-list-block .re-detail h2 a:hover {
        color: #337ab7
    }

.slide_back .container {
    max-width: 100%;
    width: 100%;
    padding-left: 116px;
    display: table-cell;
    vertical-align: middle
}

.portfolio-img1, .portfolio-img2 {
    text-align: center
}

.portfolio-img1 {
    margin-top: 90px
}

.portfolio-img2 {
    margin-top: 180px
}

.portfolio-img1 img {
    max-width: 440px
}

.portfolio-img2 img {
    max-width: 660px
}

.slide_back .slide_detail {
    margin-top: 70px;
    padding-top: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    height: 0;
    overflow: hidden
}

.slide.selected .slide_back .slide_detail {
    height: auto;
    overflow: inherit
}

.from-left-block .sparater-block {
    right: 15px;
    left: inherit
}

.get-in-touch-section .from-left-block .listing-block ul.bluts li i {
    background: inherit;
    width: 8px;
    height: 8px;
    background-color: #0086e2;
    border-radius: 100%;
    top: 7px
}

.get-in-touch-section .from-left-block .listing-block ul.bluts li {
    padding-left: 32px
}

.section-supertitle {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
    color: #fff
}

.section-supertitle-border {
    display: block;
    width: 45px;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255,255,255,.5);
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto
}

.start-a-project .pinned--bottom-right {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px 30px 15px 15px;
    margin-bottom: 0;
    opacity: 1;
    z-index: 8;
    transform: translate3d(0,0px,0);
    transition: transform 250ms cubic-bezier(.63,0,.39,.99),opacity 250ms cubic-bezier(.63,0,.39,.99);
    font-size: 18px;
    color: #9d9d9d;
    background: rgba(255,255,255,.5);
    transition-delay: 200ms;
    opacity: 1
}

    .start-a-project .pinned--bottom-right a {
        color: #005fbb;
        text-decoration: none
    }

.start-a-project.closed .pinned--bottom-right {
    transition-delay: 0ms;
    opacity: 0
}

.aw-cl-logo-block.soultionBlock.sticky ul.nav-tabs {
    position: relative;
    background: 0 0
}

.aw-cl-logo-block.soultionBlock .nav-tabs > li {
    padding: 0 26px
}

.b-engangementModels {
    background: #f6f6f6
}

.development-process-block.technologiesProvide .tablist-block:after {
    background: rgba(255,255,255,.1);
    top: inherit;
    bottom: 5px;
    height: 1px
}

.technologiesProvide .tablist-block ul {
    max-width: inherit;
    width: auto;
    margin-top: -26px
}

    .technologiesProvide .tablist-block ul li {
        width: 235px;
        padding: 26px 15px 0;
        overflow: hidden
    }

        .technologiesProvide .tablist-block ul li:before {
            content: '';
            position: absolute;
            width: 100%;
            left: -100%;
            bottom: 0;
            height: 3px;
            background-color: rgba(255,255,255,.2);
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease
        }

        .technologiesProvide .tablist-block ul li:after {
            content: '';
            position: absolute;
            bottom: -3px;
            right: 0;
            height: 27px;
            width: 1px;
            background: rgba(255,255,255,.1)
        }

        .technologiesProvide .tablist-block ul li:last-child:after {
            display: none
        }

        .technologiesProvide .tablist-block ul li div.center-block {
            height: 104px
        }

            .technologiesProvide .tablist-block ul li div.center-block a {
                vertical-align: top
            }

                .technologiesProvide .tablist-block ul li div.center-block a i {
                    background: url(../img/sprite1.png) no-repeat;
                    height: 36px;
                    position: relative;
                    opacity: .3
                }

                    .technologiesProvide .tablist-block ul li div.center-block a i.android {
                        background-position: -616px -522px;
                        width: 31px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.asp-net {
                        background-position: -879px -100px;
                        width: 58px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.html-css {
                        background-position: -944px -104px;
                        width: 63px;
                        height: 38px;
                        margin-top: -2px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.java-icon {
                        background-position: -1018px -106px;
                        width: 51px;
                        height: 63px;
                        margin-top: -27px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.open-source {
                        background-position: -1088px -104px;
                        width: 50px;
                        height: 47px;
                        margin-top: -11px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.java-script {
                        background-position: -1158px -108px;
                        width: 32px;
                        height: 46px;
                        margin-top: -10px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.ide {
                        background-position: -2843px -80px;
                        width: 44px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.framework {
                        background-position: -2947px -80px;
                        width: 41px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.libraries {
                        background-position: -2898px -80px;
                        width: 41px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.cms-icon {
                        background-position: -3002px -129px;
                        width: 50px
                    }

                    .technologiesProvide .tablist-block ul li div.center-block a i.Front-end-icon {
                        background-position: -3061px -129px;
                        width: 65px
                    }

                .technologiesProvide .tablist-block ul li div.center-block a span {
                    font-size: 17px;
                    line-height: 22px;
                    text-transform: capitalize;
                    margin-top: 10px;
                    color: rgba(255,255,255,.3)
                }

                    .technologiesProvide .tablist-block ul li div.center-block a span strong {
                        text-transform: lowercase;
                        font-weight: 400
                    }

        .technologiesProvide .tablist-block ul li:hover:before {
            left: 0;
            background-color: rgba(255,255,255,.2)
        }

        .technologiesProvide .tablist-block ul li.active:before {
            left: 0;
            background-color: #1866b1
        }

        .technologiesProvide .tablist-block ul li:hover div.center-block a span, .technologiesProvide .tablist-block ul li.active div.center-block a span {
            padding: 0 !important;
            border: 0;
            background: 0 0;
            border-radius: 0;
            margin-top: 10px;
            color: #fff
        }

        .technologiesProvide .tablist-block ul li:hover div.center-block a i, .technologiesProvide .tablist-block ul li.active div.center-block a i {
            opacity: 1
        }

.technologiesProvide .development-tabing-block .tablist-block ul li div.process-bar img {
    display: none
}

.technologiesProvide .development-tabing-block .tab-content .main-content-block {
    margin-top: 35px
}

    .technologiesProvide .development-tabing-block .tab-content .main-content-block p {
        font-family: proxima_novalight;
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
        color: #b6cadd;
        line-height: 26px
    }

.application-option {
    margin-top: 60px;
    text-align: center
}

    .application-option ul {
        display: inline-block
    }

        .application-option ul li {
            list-style: none;
            text-align: center;
            float: left;
            width: 155px;
            padding: 0 10px
        }

            .application-option ul li .text {
                padding-right: 24px
            }

            .application-option ul li span {
                display: inline-block;
                font-family: circular std medium;
                font-size: 15px;
                color: #fff;
                margin-top: 18px
            }

            .application-option ul li a {
                text-decoration: none
            }

                .application-option ul li a span {
                    overflow: hidden;
                    position: relative
                }

                    .application-option ul li a span:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 2px;
                        background-color: #fff
                    }

                    .application-option ul li a span:after {
                        content: '';
                        position: absolute;
                        left: -100%;
                        bottom: 0;
                        width: 100%;
                        height: 2px;
                        background-color: #39f;
                        transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        -webkit-transition: all .5s ease
                    }

                .application-option ul li a:hover span:after {
                    left: 0%
                }

    .application-option > .btnRow {
        margin-top: 20px
    }

.technologiesProvide .main-content-block .btnRow {
    margin-top: 40px;
    margin-bottom: 5px
}

    .technologiesProvide .main-content-block .btnRow a {
        font-family: proxima_nova_rgregular
    }

        .technologiesProvide .main-content-block .btnRow a strong {
            font-family: proxima_nova_rgbold;
            border-bottom: 1px solid #fff
        }

.latest-blog-section.mobile-dev-lb {
    padding-bottom: 55px;
    padding-top: 35px
}

    .latest-blog-section.mobile-dev-lb .main-content-block h2 {
        font-family: proxima_novalight;
        font-size: 42px;
        color: #1e1e1e;
        margin-bottom: 5px
    }

    .latest-blog-section.mobile-dev-lb .latest-blogs {
        margin-top: 45px
    }

.project-delivered-section {
    padding-bottom: 60px;
    background: #06c url(../img/banners/testmonial-bottom.jpg?v=1) no-repeat center center;
    background-size: cover;
    position: relative;
    min-height: 680px
}

    .project-delivered-section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0a6aca;
        opacity: .6
    }

    .project-delivered-section .main-content-block {
        padding-top: 55px;
        padding-bottom: 10px
    }

        .project-delivered-section .main-content-block h2 {
            font-family: proxima_novalight;
            font-size: 42px;
            color: #fff
        }

        .project-delivered-section .main-content-block .title-bar {
            color: #fff
        }

    .project-delivered-section .row.client-comment-block {
        margin: 28px -100px 0
    }

    .project-delivered-section .slideSection {
        text-align: center;
        height: auto
    }

        .project-delivered-section .slideSection blockquote {
            text-align: center;
            padding: 36px 0 38px;
            background: 0 0;
            border: 1px solid rgba(255,255,255,.3)
        }

            .project-delivered-section .slideSection blockquote:after {
                background: url(../img/sprite.png) no-repeat;
                background-position: -2834px -15px;
                width: 47px;
                height: 15px;
                bottom: -15px
            }

            .project-delivered-section .slideSection blockquote p.title {
                font-family: circular std book;
                font-size: 18px;
                color: rgba(255,255,255,.5);
                height: 122px;
                overflow: hidden
            }

                .project-delivered-section .slideSection blockquote p.title span {
                    font-family: circular std;
                    font-weight: 700;
                    color: rgba(255,255,255,.3)
                }

                .project-delivered-section .slideSection blockquote p.title:before {
                    top: 2px
                }

                .project-delivered-section .slideSection blockquote p.title:after {
                    right: 15px
                }

        .project-delivered-section .slideSection.active blockquote {
            background: #fff;
            cursor: pointer
        }

            .project-delivered-section .slideSection.active blockquote p.title {
                color: #4c4c4c
            }

                .project-delivered-section .slideSection.active blockquote p.title span {
                    color: #1f1f1f
                }

            .project-delivered-section .slideSection.active blockquote:after {
                background: url(../img/bottom-arrow.png) no-repeat
            }

    .project-delivered-section .slick-slide.cr-active blockquote {
        background: #fff;
        cursor: pointer
    }

        .project-delivered-section .slick-slide.cr-active blockquote p.title {
            color: #4c4c4c
        }

            .project-delivered-section .slick-slide.cr-active blockquote p.title span {
                color: #1f1f1f
            }

        .project-delivered-section .slick-slide.cr-active blockquote:after {
            background: url(../img/sprite.png) no-repeat;
            background-position: -2839px -46px
        }

    .project-delivered-section .slideSection .post-block {
        margin-top: 40px
    }

        .project-delivered-section .slideSection .post-block h3 {
            font-family: circular std;
            font-weight: 700;
            font-size: 22px;
            color: #fff
        }

            .project-delivered-section .slideSection .post-block h3 span {
                font-family: circular std book;
                font-size: 22px;
                font-weight: 400
            }

    .project-delivered-section .comman-btn {
        position: relative
    }

    .project-delivered-section .bcm_btn {
        position: relative;
        min-width: 200px;
        margin-left: 15px
    }

.business-requirements-section {
    padding: 62px 0 50px
}

.business-requir-info {
    margin-top: 50px
}

    .business-requir-info h3 {
        color: #1e1e1e;
        font-size: 37px;
        font-family: proxima_novalight
    }

    .business-requir-info p {
        color: #5a5a5a;
        font-size: 17px;
        line-height: 24px;
        padding-right: 40px
    }

.business-requir-list-box ul {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    list-style: none;
    padding: 30px 10px 6px;
    display: inline-block;
    width: 100%
}

    .business-requir-list-box ul li {
        margin-bottom: 22px;
        overflow: hidden
    }

        .business-requir-list-box ul li a {
            font-weight: 700;
            font-size: 18px;
            color: #005ab1;
            text-decoration: none;
            position: relative;
            overflow: hidden;
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            line-height: 28px
        }

            .business-requir-list-box ul li a:hover {
                color: #1e1e1e;
                text-decoration: none
            }

            .business-requir-list-box ul li a:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: -2px;
                width: 0;
                height: 2px;
                background-color: #005ab1;
                transition: all .5s ease;
                -moz-transition: all .5s ease;
                -webkit-transition: all .5s ease;
                z-index: -1
            }

            .business-requir-list-box ul li a:hover:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: -2px;
                width: 100%;
                height: 2px;
                background-color: #005ab1;
                transition: all .5s ease;
                -moz-transition: all .5s ease;
                -webkit-transition: all .5s ease;
                z-index: 2
            }

            .business-requir-list-box ul li a:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -2px;
                width: 100%;
                height: 2px;
                background-color: #ddd;
                transition: all .5s ease;
                -moz-transition: all .5s ease;
                -webkit-transition: all .5s ease;
                z-index: 0
            }

.business-requir-detail {
    margin-top: 10px
}

    .business-requir-detail h3 {
        color: #1e1e1e;
        font-size: 25px
    }

    .business-requir-detail p {
        color: #4c4c4c;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        line-height: 24px
    }

    .business-requir-detail .btnRow {
        margin-top: 22px;
        text-align: right
    }

.technologiesProvide.web-dev ul.nav-tabs li {
    width: 200px
}

.technologiesProvide.iot-dev-banner ul.nav-tabs li {
    width: 200px
}

.marT40 {
    margin-top: 40px
}

.konstant_partnership.web-dev {
    padding-top: 0
}

    .konstant_partnership.web-dev .main-content-block {
        padding-top: 65px;
        margin-bottom: 30px
    }

.soultionWeb.web-dev .col-sm-5 > div {
    width: 600px;
    margin-left: -200px;
    margin-top: 150px
}

.partner-info-area {
    margin-top: 3px;
    padding: 0 15px
}

    .partner-info-area .col-md-4 {
        padding: 0;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        min-height: 409px
    }

    .partner-info-area .category-heading {
        text-align: center;
        font-family: circular std book;
        font-size: 14px;
        color: #bbb;
        text-transform: uppercase;
        letter-spacing: .6px;
        padding: 26px 0 24px;
        background-color: #f9f9f9
    }

        .partner-info-area .category-heading span {
            position: relative
        }

            .partner-info-area .category-heading span:before {
                content: "\f111";
                font-family: fontawesome;
                font-size: 8px;
                color: #0086e2;
                padding-right: 10px;
                top: -1px;
                position: relative
            }

    .partner-info-area figure {
        width: 100%;
        height: 160px;
        display: table
    }

        .partner-info-area figure span {
            display: table-cell;
            vertical-align: middle;
            text-align: center
        }

            .partner-info-area figure span i {
                display: inline-block;
                position: relative;
                overflow: hidden
            }

    .partner-info-area .detail {
        margin-top: 0;
        text-align: center;
        padding: 0 10px
    }

        .partner-info-area .detail h2 {
            margin: 0;
            font-family: circular std;
            font-weight: 700;
            font-size: 19px;
            color: #3f3f3f
        }

        .partner-info-area .detail p {
            max-width: 380px;
            font-size: 16px;
            color: #585858;
            margin: 10px auto 0
        }

.Validated-block {
    display: inline-block;
    margin-top: 25px
}

    .Validated-block p {
        float: left;
        font-family: proxima_novasemibold;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        margin-right: 17px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 6px 0
    }

.thankyou-msg-block .main-content-block {
    padding-top: 20px
}

.thankyou-msg-block .thankyou-heading {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px
}

    .thankyou-msg-block .thankyou-heading i {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 12px
    }

    .thankyou-msg-block .thankyou-heading h2 {
        font-family: proxima_nova_rgbold;
        color: #151515;
        font-size: 48px;
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
        background: 0 0
    }

.survey-banner-section .content-part {
    max-width: 820px
}

.survey-banner-section .logo-img img {
    max-width: 100px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px
}

.loader.portfolio-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -47px;
    display: none
}

.loader.product-loader {
    color: #333 !important;
    font-size: 6px !important;
    position: relative;
    margin: 0 0 0 -10px;
    left: 50%;
    display: none;
    z-index: 9
}

.loader.center-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -23px;
    font-size: 6px !important;
    z-index: 99
}

.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out
}

.loader {
    color: #fff;
    font-size: 10px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    z-index: 999
}

    .loader:before, .loader:after {
        content: '';
        position: absolute;
        top: 0
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .loader:after {
        left: 3.5em
    }

.survey-slide-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 59px
}

    .survey-slide-arrow li {
        position: relative
    }

    .survey-slide-arrow li {
        width: 59px;
        height: 59px;
        position: absolute;
        z-index: 999;
        font-size: 0;
        opacity: 0;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease
    }

        .survey-slide-arrow li.survey-prev {
            background: url(../img/left-slide-arrow2.png) no-repeat center center;
            left: 5px
        }

        .survey-slide-arrow li.survey-next {
            background: url(../img/right-slide-arrow2.png?v=1) no-repeat center center;
            right: 5px
        }

        .survey-slide-arrow li a {
            display: block;
            width: 59px;
            height: 59px
        }

.survey-banner-section:hover li {
    opacity: 1
}

    .survey-banner-section:hover li.survey-prev {
        left: 25px
    }

    .survey-banner-section:hover li.survey-next {
        right: 25px
    }

.survey-banner-section li span.hov-text {
    width: 112px;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: rgba(255,255,255,.2);
    border-radius: 5px;
    padding: 6px 15px;
    margin-top: -16px;
    opacity: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: center
}

.survey-banner-section li.survey-prev span.hov-text {
    left: 60px
}

.survey-banner-section li.survey-next span.hov-text {
    right: 60px
}

.survey-banner-section li:hover span.hov-text {
    opacity: 1
}

.survey-banner-section li.survey-prev:hover span.hov-text {
    left: 68px
}

.survey-banner-section li.survey-next:hover span.hov-text {
    right: 68px
}

.slideSection .video-client-review {
    padding: 8px !important;
    height: 200px
}

.video-client-review .blockmiddle.fadein .background-image-holder {
    opacity: .6
}

.video-client-review .vbottomDiv {
    text-align: left;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.video-client-review .video-btn-play {
    opacity: .3;
    cursor: no-drop;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.project-delivered-section .slick-slide.cr-active .video-client-review .blockmiddle.fadein .background-image-holder {
    opacity: 1
}

.project-delivered-section .slick-slide.cr-active .video-client-review .vbottomDiv {
    opacity: 1;
    visibility: visible
}

.project-delivered-section .slick-slide.cr-active .video-client-review .video-btn-play {
    opacity: 1;
    visibility: visible;
    cursor: pointer !important
}

.slideSection .video-client-review .blockoneThird.blockmiddle {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

    .slideSection .video-client-review .blockoneThird.blockmiddle .testimonial-video {
        left: 0;
        height: 100%
    }

.slideSection .video-client-review .video-btn-play {
    bottom: 16px
}

.slideSection .video-client-review .watch-video-block .screen-size-icon {
    top: 16px;
    right: 20px
}

.slideSection .video-client-review .blockoneThird.blockmiddle iframe {
    width: 100%
}

@-webkit-keyframes

"load7" {
    0%,80%,100%

{
    box-shadow: 0 2.5em 0 -1.3em
}

40% {
    box-shadow: 0 2.5em 0 0
}

}
@keyframes

"load7" {
    0%,80%,100%

{
    box-shadow: 0 2.5em 0 -1.3em
}

40% {
    box-shadow: 0 2.5em 0 0
}

}

.mobile-number .intl-tel-input {
    float: left;
    z-index: 9
}

    .mobile-number .intl-tel-input #mobile-number {
        width: 20px
    }

.mobile-number .phonenumber-filed {
    float: left;
    width: 185px
}

.mobile-number .intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 18px;
    font-family: circular std;
    color: #414141
}

.mobile-number .intl-tel-input .selected-flag .iti-arrow {
    right: 2px
}

.mobile-number .intl-tel-input.allow-dropdown .flag-container .selected-flag, .mobile-number .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: inherit !important
}

.from-right-block .mobile-number .intl-tel-input.allow-dropdown .flag-container {
    z-index: 99
}

.from-right-block .mobile-number .intl-tel-input.separate-dial-code .selected-dial-code {
    font-family: proxima_novalight;
    font-size: 18px;
    color: #486e90
}

.from-right-block .mobile-number .phonenumber-filed {
    width: 185px
}

    .from-right-block .mobile-number .phonenumber-filed .form-control {
        padding-left: 0
    }

    .from-right-block .mobile-number .phonenumber-filed label {
        padding-left: 0 !important
    }

.main-content-block.new-main-content-block {
    padding-top: 0
}

    .main-content-block.new-main-content-block .s-title-bar {
        font-size: 12px;
        color: #707070;
        letter-spacing: 2px;
        margin-top: 8px;
        background: 0 0;
        margin-bottom: 0;
        padding-bottom: 0;
        text-transform: uppercase
    }

    .main-content-block.new-main-content-block p {
        font-family: circular std book;
        font-size: 17px;
        color: #515151;
        line-height: 28px;
        padding: 0 90px
    }

.clock {
    background: url(../img/sprite.png) no-repeat;
    background-position: -118px -520px;
    width: 38px;
    height: 42px;
    display: inline-block
}

.hiring-time-block {
    margin-top: 45px
}

    .hiring-time-block .time-block-area {
        box-shadow: 0 0 5px rgba(0,0,0,.1);
        padding: 30px 20px 20px
    }

        .hiring-time-block .time-block-area h2 {
            font-family: circular std;
            font-weight: 700;
            font-size: 20px;
            color: #005ab1;
            margin: 15px 0
        }

        .hiring-time-block .time-block-area p {
            font-family: circular std book;
            font-size: 18px;
            color: #363636;
            margin-bottom: 15px
        }

    .hiring-time-block .business-requir-detail {
        margin-top: 48px
    }

.b-engangementModels.howit-work-block {
    background: #f2f2f2
}

    .b-engangementModels.howit-work-block .engangementModels {
        padding-top: 30px;
        padding-bottom: 50px
    }

        .b-engangementModels.howit-work-block .engangementModels > p {
            font-family: proxima_novalight;
            font-size: 17px;
            color: #696969;
            letter-spacing: .4px
        }

.work-process-blocks {
    margin-top: 50px
}

    .work-process-blocks li {
        width: 167px;
        background: #fff;
        padding: 20px;
        margin-right: 40px;
        display: inline-block;
        position: relative;
        min-height: 230px;
        vertical-align: middle
    }

        .work-process-blocks li:last-child {
            margin-right: 0
        }

        .work-process-blocks li figure {
            background: url(../img/sprite.png) no-repeat;
            height: 50px;
            display: inline-block;
            margin: 20px 0 15px
        }

        .work-process-blocks li.wpb-block1 figure {
            width: 40px;
            background-position: -183px -510px
        }

        .work-process-blocks li.wpb-block2 figure {
            width: 42px;
            background-position: -250px -514px
        }

        .work-process-blocks li.wpb-block3 figure {
            width: 40px;
            background-position: -313px -515px
        }

        .work-process-blocks li.wpb-block4 figure {
            width: 32px;
            background-position: -376px -516px
        }

        .work-process-blocks li.wpb-block5 figure {
            width: 42px;
            background-position: -430px -515px
        }

    .work-process-blocks .count-value {
        font-family: circular std;
        font-weight: 700;
        font-size: 17px;
        color: #06c
    }

        .work-process-blocks .count-value span {
            color: #ccc
        }

    .work-process-blocks p {
        font-family: circular std medium;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 0;
        color: #000
    }

.box-bg-gradient {
    background: url(../img/box-bg-gradient.png) no-repeat
}

.blue-bgcolor {
    background-color: #3c78d8
}

.volait-bgcolor {
    background-color: #0eaec0
}

.d-sky-bgcolor {
    background-color: #158dbb
}

.red-bgcolor {
    background-color: #a81e2c
}

.org-bgcolor {
    background-color: #f17a1a
}

.green-bgcolor {
    background-color: #30a545
}

.aw-cl-logo-block.testimonials-page #custom-client-survey .main-content-block {
    padding-top: 60px
}

.custom-video-testimonial {
    position: relative
}

.theater-toggle {
    position: absolute;
    z-index: 9;
    right: 13px;
    top: 10px;
    text-decoration: none;
    border: none;
    color: #fff;
    padding: 1px 0 0 0;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-family: glyphicons halflings;
    font-size: 15px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .theater-toggle:hover {
        transform: rotate(90deg)
    }

    .theater-toggle.glyphicon-remove {
        display: none !important
    }

.watch-full-video-block {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,.6);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .watch-full-video-block > div {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 900px;
        height: 511px;
        margin: -255px 0 0 -450px;
        background-color: #000
    }

        .watch-full-video-block > div iframe {
            width: 100%;
            height: 100%;
            border: 5px solid #ccc
        }

.overflow5 {
    background: #162d42;
    padding-top: 90px;
    padding-bottom: 92px;
    min-height: 900px
}

    .overflow5 .overFlow_Detail .over_inr {
        text-align: center
    }

    .overflow5 .overFlow_Detail .slideNo {
        font-family: montserratregular;
        font-size: 121px;
        color: #193854;
        line-height: 83px;
        display: inline-block
    }

    .overflow5 .overFlow_Detail h4 {
        color: #fff;
        position: relative;
        top: -5px
    }

.web-mobile-slider-block {
    margin-top: 20px
}

    .web-mobile-slider-block .tab-content {
        margin-top: 95px
    }

    .web-mobile-slider-block .tablist-block {
        text-align: center
    }

        .web-mobile-slider-block .tablist-block ul {
            border-bottom: none;
            display: inline-block
        }

            .web-mobile-slider-block .tablist-block ul li {
                margin-bottom: 0;
                margin: 0 35px
            }

                .web-mobile-slider-block .tablist-block ul li a {
                    padding: 0;
                    border-radius: 0;
                    margin-right: 0;
                    border: none;
                    line-height: inherit;
                    padding: 0 4px
                }

                    .web-mobile-slider-block .tablist-block ul li a i {
                        height: 42px;
                        display: inline-block
                    }

                .web-mobile-slider-block .tablist-block ul li i.mobile {
                    background: url(../img/sprite.png) no-repeat -541px -520px;
                    width: 23px
                }

                .web-mobile-slider-block .tablist-block ul li i.web {
                    background: url(../img/sprite.png) no-repeat -601px -521px;
                    width: 48px
                }

                .web-mobile-slider-block .tablist-block ul li.active a, .web-mobile-slider-block .tablist-block ul li:hover a {
                    background: 0 0;
                    border: none
                }

                .web-mobile-slider-block .tablist-block ul li.active a {
                    border-bottom: 3px solid #005db7
                }

    .web-mobile-slider-block .tab-content {
        position: relative
    }

        .web-mobile-slider-block .tab-content #web .container {
            width: 800px
        }

    .web-mobile-slider-block .flexslider {
        height: auto;
        margin-bottom: 0
    }

        .web-mobile-slider-block .flexslider .flex-viewport {
            overflow: inherit !important
        }

            .web-mobile-slider-block .flexslider .flex-viewport ul li {
                overflow: hidden
            }

                .web-mobile-slider-block .flexslider .flex-viewport ul li > div {
                    opacity: .4;
                    padding-left: 67px;
                    padding-right: 67px;
                    -webkit-transition: all .25s ease 0s;
                    -moz-transition: all .25s ease 0s;
                    -o-transition: all .25s ease 0s;
                    transition: all .25s ease 0s;
                    transform: scale(.9);
                    -webkit-transform: scale(.9)
                }

                .web-mobile-slider-block .flexslider .flex-viewport ul li.flex-active-slide > div {
                    opacity: 1;
                    padding-top: 0 !important;
                    transform: scale(1);
                    -webkit-transform: scale(1)
                }

    .web-mobile-slider-block .flex-control-nav {
        display: none
    }

    .web-mobile-slider-block .flex-direction-nav {
        display: block
    }

.flex-direction-nav a {
    width: 59px;
    height: 59px;
    position: absolute;
    z-index: 999;
    font-size: 0;
    opacity: .9;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-top: -30px
}

.web-mobile-slider-block .flex-direction-nav .flex-prev {
    background: url(../img/left-slide-arrow1.png) no-repeat center center;
    left: -57px
}

.web-mobile-slider-block .flex-direction-nav .flex-next {
    background: url(../img/right-slide-arrow1.png?v=1) no-repeat center center;
    right: -57px
}

    .web-mobile-slider-block .flex-direction-nav .flex-prev:hover, .web-mobile-slider-block .flex-direction-nav .flex-next:hover {
        opacity: 1
    }

.desktop-view {
    position: absolute;
    left: 50%;
    top: -43px;
    width: 988px;
    margin-left: -494px;
    z-index: 99
}

.gray-gradient {
    background: #eff2f7;
    background: -moz-linear-gradient(top,#eff2f7 0%,#ffffff 100%);
    background: -webkit-linear-gradient(top,#eff2f7 0%,#ffffff 100%);
    background: linear-gradient(to bottom,#eff2f7 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2f7',endColorstr='#ffffff',GradientType=0 )
}

.gray-gradient2 {
    background: #e9e9e9;
    background: -moz-linear-gradient(top,#e9e9e9 0%,#ececec 9%,#f9f9f9 28%,#ffffff 41%,#ffffff 100%);
    background: -webkit-linear-gradient(top,#e9e9e9 0%,#ececec 9%,#f9f9f9 28%,#ffffff 41%,#ffffff 100%);
    background: linear-gradient(to bottom,#e9e9e9 0%,#ececec 9%,#f9f9f9 28%,#ffffff 41%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9',endColorstr='#ffffff',GradientType=0 )
}

.overflow6 {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 60px
}

    .overflow6 .over_inr {
        max-width: 850px
    }

.solution-block {
    margin-top: 40px;
    margin-bottom: 25px
}

    .solution-block .sol-detail h2 {
        margin: 0;
        font-family: proxima_nova_rgbold;
        color: #343434;
        font-size: 17px
    }

    .solution-block .sol-detail p {
        margin: 0;
        font-family: proxima_novalight;
        color: #343434;
        font-size: 17px;
        letter-spacing: .4px;
        line-height: 26px;
        margin-top: 10px
    }

    .solution-block .sol-img {
        width: 142px;
        height: 142px;
        border-radius: 100%;
        display: inline-block;
        text-align: center
    }

        .solution-block .sol-img i {
            display: inline-block;
            background: url(../img/sprite.png) no-repeat
        }

            .solution-block .sol-img i.inter-graphs {
                width: 51px;
                height: 46px;
                background-position: -1023px -132px;
                margin-top: 48px
            }

            .solution-block .sol-img i.inter-pay {
                width: 63px;
                height: 60px;
                background-position: -1020px -209px;
                margin-top: 44px
            }

            .solution-block .sol-img i.inter-accounts {
                width: 91px;
                height: 62px;
                background-position: -1016px -294px;
                margin-top: 44px
            }

            .solution-block .sol-img i.inter-secured {
                width: 78px;
                height: 58px;
                background-position: -1024px -384px;
                margin-top: 46px
            }

.overflow7 {
    background: #162d42;
    padding-top: 60px;
    padding-bottom: 60px
}

.results-block-section h3 {
    font-family: proxima_novalight;
    font-size: 36px;
    color: #fff;
    letter-spacing: .2px;
    margin: 0 0 8px
}

.results-block-section p {
    font-family: proxima_novalight;
    font-size: 16px;
    color: #6484a0;
    letter-spacing: 1.8px;
    margin-bottom: 0;
    text-transform: uppercase
}

.results-block-section .btnRow {
    margin-top: 2px
}

    .results-block-section .btnRow a {
        font-family: proxima_nova_rgbold;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1.8px;
        padding: 18px 10px;
        border: 2px solid #0d5b9d;
        border-radius: 10px;
        min-width: 227px;
        display: inline-block;
        text-decoration: none
    }

        .results-block-section .btnRow a:hover {
            background-color: #0d5b9d
        }

.taskclone-banner {
    width: 100%;
    min-height: 429px;
    position: relative;
    background-color: #333 !important
}

    .taskclone-banner .in-banner-content {
        padding-top: 107px;
        position: relative;
        z-index: 1
    }

        .taskclone-banner .in-banner-content h1 {
            font-family: montserratbold;
            text-transform: uppercase;
            margin-top: 24px;
            margin-bottom: 5px
        }

            .taskclone-banner .in-banner-content h1 a {
                color: #fff;
                text-decoration: none
            }

                .taskclone-banner .in-banner-content h1 a:hover {
                    color: #fff;
                    text-decoration: none
                }

    .taskclone-banner .section-supertitle {
        margin-bottom: 0;
        font-family: proxima_nova_rgregular;
        letter-spacing: 1px
    }

        .taskclone-banner .section-supertitle a {
            color: #fff
        }

            .taskclone-banner .section-supertitle a:hover {
                text-decoration: none
            }

    .taskclone-banner .section-supertitle-border {
        border-width: 2px;
        border-bottom-color: #fff;
        margin-top: 0;
        width: 74px
    }

    .taskclone-banner:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.4);
        z-index: 0
    }

.case-s-gried {
    margin-top: 65px;
    position: relative;
    z-index: 1
}

    .case-s-gried a {
        width: 68px;
        height: 68px;
        background: rgba(255,255,255,.09);
        border-radius: 100%;
        display: inline-block
    }

        .case-s-gried a:hover {
            background: #0d5b9d
        }

        .case-s-gried a img {
            margin-top: 25px
        }

.mobile-features-tabing {
    padding-bottom: 55px
}

    .mobile-features-tabing .container {
        width: 1300px
    }

    .mobile-features-tabing .main-content-block h2 {
        color: #fff
    }

    .mobile-features-tabing .main-content-block .title-bar {
        color: #fff
    }

.startup-enterprise-sec {
    margin-top: 65px;
    position: relative
}

    .startup-enterprise-sec .sf-content {
        position: absolute;
        top: 0;
        padding-top: 110px
    }

        .startup-enterprise-sec .sf-content .startup-link a {
            padding: 46px 0 0;
            display: inline-block;
            width: 182px;
            text-align: center;
            text-decoration: none
        }

        .startup-enterprise-sec .sf-content .enterprise-link {
            margin-top: 182px;
            padding-right: 80px
        }

            .startup-enterprise-sec .sf-content .enterprise-link a {
                padding: 48px 0 0;
                display: inline-block;
                width: 202px;
                text-align: center;
                text-decoration: none
            }

                .startup-enterprise-sec .sf-content .startup-link a span, .startup-enterprise-sec .sf-content .enterprise-link a span {
                    font-family: circular std;
                    font-weight: 700;
                    font-size: 10px;
                    color: #39f;
                    text-transform: uppercase;
                    letter-spacing: 1.14px;
                    padding-bottom: 2px;
                    overflow: hidden;
                    display: inline-block;
                    position: relative
                }

                    .startup-enterprise-sec .sf-content .startup-link a span:before, .startup-enterprise-sec .sf-content .enterprise-link a span:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 2px;
                        background-color: #39f
                    }

                    .startup-enterprise-sec .sf-content .startup-link a span:after, .startup-enterprise-sec .sf-content .enterprise-link a span:after {
                        content: '';
                        position: absolute;
                        left: -100%;
                        bottom: 0;
                        width: 100%;
                        height: 2px;
                        background-color: #fff;
                        transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        -webkit-transition: all .5s ease
                    }

                .startup-enterprise-sec .sf-content .startup-link a:hover span, .startup-enterprise-sec .sf-content .enterprise-link a:hover span {
                    color: #fff
                }

                    .startup-enterprise-sec .sf-content .startup-link a:hover span:after, .startup-enterprise-sec .sf-content .enterprise-link a:hover span:after {
                        left: 0
                    }

        .startup-enterprise-sec .sf-content .detail-info {
            padding: 0 325px 0 250px;
            text-align: center;
            margin-top: -56px
        }

            .startup-enterprise-sec .sf-content .detail-info p {
                font-size: 17px;
                color: #c3e7ff;
                line-height: 23px;
                letter-spacing: 1px
            }

            .startup-enterprise-sec .sf-content .detail-info ul {
                margin-top: 12px;
                display: inline-block
            }

                .startup-enterprise-sec .sf-content .detail-info ul li {
                    list-style: none;
                    font-size: 17px;
                    color: #c3e7ff;
                    letter-spacing: .4px;
                    margin-bottom: 11px;
                    padding-left: 20px;
                    position: relative;
                    float: left;
                    margin: 0 10px
                }

                    .startup-enterprise-sec .sf-content .detail-info ul li i {
                        width: 8px;
                        height: 8px;
                        background-color: #39f;
                        border-radius: 100%;
                        position: absolute;
                        left: 0;
                        top: 7px
                    }

.project-summery-section .discription-block {
    margin-bottom: 0
}

.industries-section .main-content-block {
    padding-top: 62px
}

.industries-design-block {
    margin-top: 50px;
    width: 100%;
    height: 376px;
    overflow-x: auto;
    overflow-y: hidden
}

    .industries-design-block .container {
        max-width: inherit;
        width: 1300px;
        height: 376px;
        padding: 0;
        position: relative;
        background: url(../img/industries-bg.jpg?v=1) no-repeat bottom center
    }

    .industries-design-block .animation-slide-links {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

.animation-slide-links .ani-link {
    position: absolute;
    height: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

    .animation-slide-links .ani-link:after {
        content: '';
        width: 2px;
        background-color: #ccc;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        left: 50%;
        margin-left: -1px
    }

    .animation-slide-links .ani-link i {
        width: 0;
        height: 0;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: -14px;
        left:;
        margin-left: -7px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease
    }

    .animation-slide-links .ani-link a {
        font-family: circular std medium;
        font-weight: 500;
        font-size: 18px;
        color: #333;
        position: absolute;
        bottom: 100%;
        margin-bottom: 25px;
        padding-bottom: 3px;
        text-decoration: none;
        text-align: center;
        opacity: 0;
        overflow: hidden
    }

        .animation-slide-links .ani-link a:after {
            content: '';
            width: 100%;
            left: -100%;
            bottom: 0;
            height: 2px;
            background-color: #39f;
            position: absolute;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease
        }

        .animation-slide-links .ani-link a:hover:after {
            left: 0
        }

    .animation-slide-links .ani-link.ani-link1 {
        width: 100px;
        left: 20px;
        bottom: 85px
    }

        .animation-slide-links .ani-link.ani-link1 i {
            background-color: #09c
        }

    .animation-slide-links .ani-link.ani-link2 {
        width: 100px;
        left: 112px;
        bottom: 177px
    }

        .animation-slide-links .ani-link.ani-link2 i {
            background-color: #f90
        }

    .animation-slide-links .ani-link.ani-link3 {
        width: 100px;
        left: 208px;
        bottom: 192px
    }

        .animation-slide-links .ani-link.ani-link3 i {
            background-color: #6cc
        }

    .animation-slide-links .ani-link.ani-link4 {
        width: 170px;
        left: 279px;
        bottom: 91px
    }

        .animation-slide-links .ani-link.ani-link4 i {
            background-color: #6985d9
        }

    .animation-slide-links .ani-link.ani-link5 {
        width: 160px;
        left: 387px;
        bottom: 144px
    }

        .animation-slide-links .ani-link.ani-link5 i {
            background-color: #00acc8
        }

    .animation-slide-links .ani-link.ani-link6 {
        width: 100px;
        left: 489px;
        bottom: 76px
    }

        .animation-slide-links .ani-link.ani-link6 i {
            background-color: #8bc53f
        }

    .animation-slide-links .ani-link.ani-link7 {
        width: 140px;
        left: 593px;
        bottom: 23px
    }

        .animation-slide-links .ani-link.ani-link7 i {
            background-color: #f6a704
        }

    .animation-slide-links .ani-link.ani-link8 {
        width: 100px;
        left: 715px;
        bottom: 41px
    }

        .animation-slide-links .ani-link.ani-link8 i {
            background-color: #5ac8fb
        }

    .animation-slide-links .ani-link.ani-link9 {
        width: 100px;
        left: 821px;
        bottom: 64px
    }

        .animation-slide-links .ani-link.ani-link9 i {
            background-color: #e57e22
        }

    .animation-slide-links .ani-link.ani-link10 {
        width: 150px;
        right: 233px;
        bottom: 99px
    }

        .animation-slide-links .ani-link.ani-link10 i {
            background-color: #e57e22
        }

    .animation-slide-links .ani-link.ani-link11 {
        width: 100px;
        right: 130px;
        bottom: 104px
    }

        .animation-slide-links .ani-link.ani-link11 i {
            background-color: #f3782e
        }

    .animation-slide-links .ani-link.ani-link12 {
        width: 170px;
        right: -22px;
        bottom: 90px
    }

        .animation-slide-links .ani-link.ani-link12 i {
            background-color: #12afe6
        }

.industries-design-block.selected .ani-link1 {
    height: 129px
}

.industries-design-block.selected .ani-link2 {
    height: 98px
}

.industries-design-block.selected .ani-link3 {
    height: 130px
}

.industries-design-block.selected .ani-link4 {
    height: 121px
}

.industries-design-block.selected .ani-link5 {
    height: 130px
}

.industries-design-block.selected .ani-link6 {
    height: 130px
}

.industries-design-block.selected .ani-link7 {
    height: 179px
}

.industries-design-block.selected .ani-link8 {
    height: 108px
}

.industries-design-block.selected .ani-link9 {
    height: 83px
}

.industries-design-block.selected .ani-link10 {
    height: 120px
}

.industries-design-block.selected .ani-link11 {
    height: 103px
}

.industries-design-block.selected .ani-link12 {
    height: 200px
}

.industries-design-block.selected .ani-link i {
    width: 15px;
    height: 15px
}

.industries-design-block.selected .ani-link a {
    opacity: 1
}

.industries-section .business-requir-detail {
    margin-top: 0;
    padding: 18px 0 24px 0
}

.com-info-inquiry .inquiry-block ul li {
    position: relative;
    background-image: inherit
}

    .com-info-inquiry .inquiry-block ul li:after {
        content: '';
        background: url(../img/sprite.png) no-repeat;
        position: absolute;
        left: 0;
        width: 26px;
        height: 19px
    }

    .com-info-inquiry .inquiry-block ul li.flag0:after {
        background-image: none
    }

    .com-info-inquiry .inquiry-block ul li.flag1:after {
        background-position: -1028px -3px
    }

    .com-info-inquiry .inquiry-block ul li.flag2:after {
        background-position: -1028px -30px
    }

    .com-info-inquiry .inquiry-block ul li.flag3:after {
        background-position: -1028px -58px
    }

.innerpage-banner.contect-page .in-banner-content p strong {
    font-family: proxima_nova_rgbold
}

.contact-page-form .form-group.fixed-animation {
    height: 49px
}

.contact-page-form .form-group.error .form-control {
    border-color: red
}

.contact-page-form .form-group.error .select {
    border-color: red
}

.contact-page-form .form-group.error label {
    color: red
}

.star {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 0
}

    .star ul {
        display: inline-block;
        width: auto;
        float: none
    }

        .star ul li {
            list-style: none;
            width: auto;
            float: left;
            padding: 0;
            margin: 0 5px
        }

            .star ul li i {
                font-size: 22px;
                color: #ff9415
            }

.scroll-nav-fixed {
    display: block !important;
    top: 80px;
    position: fixed;
    z-index: 99
}

.g-recaptcha {
    transform: scale(.85);
    -moz-transform: scale(.85);
    -webkit-transform: scale(.85);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.contact-page-form .intl-tel-input.separate-dial-code .selected-dial-code {
    font-family: circular std book
}

.contact-page-form .form-group.input-effect .phonenumber-filed .form-control {
    padding-left: 0
}

.contact-page-form .form-group.input-effect .phonenumber-filed .effect-16 ~ label {
    padding-left: 0
}

.contact-page-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    z-index: 99
}

.mtm10 {
    margin-top: -10px
}

.mt14 {
    margin-top: 14px
}

.mt16 {
    margin-top: 16px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mb50 {
    margin-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pb70 {
    padding-bottom: 70px
}

.dis-n {
    display: none
}

nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec:last-child {
    width: 25%
}

nav .navigation-part ul.menu-links li .sub-menu-sec ul li.ssub-menu {
    position: relative;
    padding-left: 22px;
    margin-top: -2px
}

    nav .navigation-part ul.menu-links li .sub-menu-sec ul li.ssub-menu span {
        font-size: 15px;
        color: #fff;
        margin: 0 4px;
        float: left
    }

    nav .navigation-part ul.menu-links li .sub-menu-sec ul li.ssub-menu a {
        font-size: 14px;
        width: auto;
        border-radius: 0;
        margin: 0 7px;
        float: left;
        overflow: hidden;
        position: relative
    }

    nav .navigation-part ul.menu-links li .sub-menu-sec ul li.ssub-menu:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 1px;
        width: 1px;
        height: 10px;
        background-color: #fff
    }

nav .navigation-part ul.menu-links li.ssub-menu:before {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 10px;
    width: 12px;
    height: 1px;
    background-color: #fff
}

nav .navigation-part ul.menu-links li .sub-menu-sec ul li.ssub-menu a:before {
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

nav .navigation-part ul.menu-links li .sub-menu-sec ul li.ssub-menu a:hover:before {
    left: 0
}

nav .navigation-part ul.menu-links li .sub-menu-sec ul li.ssub-menu:hover a:after {
    display: none
}

.get-in-touch-section .from-block {
    margin-top: 52px
}

    .get-in-touch-section .from-block .col-md-5 {
        padding: 0
    }

    .get-in-touch-section .from-block .col-md-7 {
        padding: 0 0 0 20px
    }

.get-in-touch-section .main-content-block {
    width: 45%;
    float: left;
    margin-top: -113px;
    padding-top: 0
}

    .get-in-touch-section .main-content-block h2 {
        text-align: left;
        font-family: proxima_novasemibold;
        font-size: 37px;
        color: #162d42;
        margin-bottom: 4px
    }

    .get-in-touch-section .main-content-block .title-bar {
        text-align: left;
        font-size: 20px;
        color: #162d42;
        letter-spacing: 1.2px;
        padding-bottom: 0
    }

.get-in-touch-section .from-right-block {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    margin-top: -182px;
    border: 8px solid transparent
}

    .get-in-touch-section .from-right-block:before {
        content: '';
        position: absolute;
        left: -16px;
        right: -16px;
        top: -16px;
        bottom: -16px;
        border-radius: 10px;
        background-color: #e7eaec;
        z-index: -9
    }

    .get-in-touch-section .from-right-block .form-group {
        padding: 0 18px;
        margin-bottom: 40px
    }

    .get-in-touch-section .from-right-block form {
        margin: 0
    }

    .get-in-touch-section .from-right-block .form-group label {
        font-weight: inherit;
        color: #486e90
    }

    .get-in-touch-section .from-right-block .form-group .select {
        border-bottom: 1px solid #dfdfdf
    }

    .get-in-touch-section .from-right-block .form-group.input-effect .form-control {
        color: #486e90
    }

    .get-in-touch-section .from-right-block .form-group.input-effect .form-control {
        border-color: #dfdfdf !important
    }

    .get-in-touch-section .from-right-block .form-group.input-effect .effect-16:focus ~ .focus-border, .get-in-touch-section .from-right-block .form-group.input-effect .has-content.effect-16 ~ .focus-border {
        background: #0084ff
    }

    .get-in-touch-section .from-right-block .form-group .checkbox label {
        font-family: proxima_nova_rgbold
    }

    .get-in-touch-section .from-right-block .form-group.textarea {
        margin-bottom: 14px
    }

    .get-in-touch-section .from-right-block .form-group.input-effect textarea.form-control {
        height: 89px
    }

    .get-in-touch-section .from-right-block .form-group.btn-row-block {
        margin-bottom: 10px
    }

    .get-in-touch-section .from-right-block .form-group .comman-btn {
        color: #1866b1;
        border-color: #1866b1;
        font-family: proxima_nova_rgbold;
        min-width: 129px
    }

        .get-in-touch-section .from-right-block .form-group .comman-btn:hover, .form-group .comman-btn:focus {
            background: #0c5aa5;
            color: #fff
        }

.get-in-touch-section .form-group.textarea .form-control:focus {
    border-color: #dfdfdf !important
}

.latest-blog-section .btn-block.read-post {
    margin: 40px 0 0
}

    .latest-blog-section .btn-block.read-post .comman-btn {
        color: #1866b1;
        border-color: #1866b1;
        text-decoration: none
    }

        .latest-blog-section .btn-block.read-post .comman-btn:hover {
            background: #0c5aa5;
            color: #fff
        }

        .latest-blog-section .btn-block.read-post .comman-btn i {
            width: 17px;
            height: 12px;
            display: inline-block;
            background: url(../img/sprite.png) no-repeat;
            background-position: -1450px -82px;
            margin: 0 0 0 12px;
            position: relative;
            top: 4px
        }

        .latest-blog-section .btn-block.read-post .comman-btn:hover i {
            background-position: -1450px -107px
        }

#partner-form .from-left-block {
    min-height: 344px
}

.discription-block .content-right-block .content-block.highlight-block {
    padding: 10px 20px;
    background: #fbfbfb;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.3)
}

.stick-deadline-section {
    overflow: hidden;
    min-height: 510px
}

.starbg {
    position: absolute;
    bottom: -80px;
    left: -150px
}

    .starbg > i {
        font-size: 520px;
        color: rgba(255,255,255,.04)
    }

.ratting-block-section {
    margin: 84px -15px 0;
    position: relative;
    padding-left: 200px
}

    .ratting-block-section .client-cluth-logo {
        position: absolute;
        left: 0;
        top: -17px;
        width: 209px;
        text-align: center
    }

.working-star-block p strong {
    font-family: proxima_nova_rgbold
}

.technologiesProvide.ecommerce-dev .development-tabing-block .tab-content .container {
    width: 1100px
}

.technologiesProvide .development-tabing-block .tab-content .main-content-block p.head {
    color: #fff
}

.technologiesProvide.ecommerce-dev ul.nav-tabs {
    margin-top: 0
}

    .technologiesProvide.ecommerce-dev ul.nav-tabs li {
        width: 208px;
        padding-top: 0
    }

.technologiesProvide.ecommerce-dev .tablist-block ul li div.center-block a i {
    background: url(../img/sprite.png) no-repeat
}

.technologiesProvide .tablist-block ul li div.center-block a i.magento-icon {
    background-position: -1803px -276px;
    width: 24px
}

.technologiesProvide .tablist-block ul li div.center-block a i.shopify-icon {
    background-position: -1803px -318px;
    width: 25px
}

.technologiesProvide .tablist-block ul li div.center-block a i.open-cart-icon {
    background-position: -1803px -370px;
    width: 42px;
    height: 31px
}

.technologiesProvide .tablist-block ul li div.center-block a i.wordpress-icon {
    background-position: -1803px -414px;
    width: 32px;
    height: 31px
}

.technologiesProvide .tablist-block ul li div.center-block a i.custom-icon {
    background-position: -1803px -458px;
    width: 30px;
    height: 31px
}

.application-option ul li {
    display: inline-block;
    float: none;
    margin-bottom: 28px;
    vertical-align: top
}

    .application-option ul li a figure {
        position: relative
    }

        .application-option ul li a figure:after {
            content: '';
            width: 84px;
            height: 84px;
            background-color: #1866b1;
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 0;
            border-radius: 20px;
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            margin: -42px 0 0 -42px
        }

    .application-option ul li a:hover figure:after {
        box-shadow: 0 0 10px rgba(0,0,0,.5);
        border: 2px solid #fff;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease
    }

    .application-option ul li a figure img {
        position: relative;
        z-index: 1
    }

.blue_bg {
    background-color: #162d42
}

.light_blue_bg {
    background-color: #f6f9f9
}

.startup-sec1 {
    padding-bottom: 80px
}

.ideas-block.chatSolution {
    padding-top: 55px;
    padding-bottom: 50px
}

.ideas-block .chatInr h2 {
    color: #fff
}

.ideas-block .chatInr .chatsubTitle {
    color: #b3c9dd;
    background: url(../img/gray-title-bg.png) no-repeat bottom center
}

.ideas-block.chatSolution .appSolution {
    padding-top: 75px
}

.ideas-block.chatSolution .appSolution_block1 {
    background-color: inherit;
    padding: 0;
    border: none;
    box-shadow: none
}

    .ideas-block.chatSolution .appSolution_block1 .appName {
        color: #fff;
        font-size: 18px
    }

    .ideas-block.chatSolution .appSolution_block1 p {
        color: #7792aa;
        font-size: 15px
    }

.landing-bottom-slider {
    padding-bottom: 0;
    position: relative
}

    .landing-bottom-slider ul.slides .container {
        width: 100%;
        padding-left: 116px;
        display: table-cell;
        vertical-align: middle
    }

    .landing-bottom-slider .slidTitile span {
        display: inline
    }

    .landing-bottom-slider .case_app_icon1 img {
        width: inherit;
        display: inherit
    }

    .landing-bottom-slider .flex-control-nav {
        display: none
    }

    .landing-bottom-slider.profileSlide .slide_detail {
        padding-top: 0;
        height: 0;
        overflow: hidden;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

    .landing-bottom-slider.profileSlide .slide_detail {
        height: auto;
        overflow: inherit
    }

    .landing-bottom-slider ul.slides li {
        position: relative
    }

    .landing-bottom-slider .col-md-5 {
        position: inherit
    }

    .landing-bottom-slider .slide_detail .case_app_icon1 ul li.appvideo {
        position: inherit
    }

    .landing-bottom-slider .watch-full-video-block {
        position: absolute
    }

.landing-comman-content-sec {
    padding-bottom: 55px
}

    .landing-comman-content-sec .chatInr h2 {
        margin-bottom: 8px
    }

    .landing-comman-content-sec .chatInr p {
        margin-top: 30px
    }

.iphone-landing-dev-pro {
    min-height: inherit;
    padding-bottom: 30px
}

    .iphone-landing-dev-pro .development-tabing-block {
        margin-top: 0
    }

.get-in-touch-section .form-group.error .form-control {
    border-color: red !important
}

.get-in-touch-section .form-group.error .select {
    border-color: red !important
}

.get-in-touch-section .form-group.error label {
    color: red !important
}

.add-file-output {
    width: 100%;
    float: left;
    margin-top: 10px;
    display: none;
    clear: both
}

.form-group .upload-block input {
    width: 150px
}

.resource-list-block .col-md-12.tab-resources-block {
    text-align: center
}

    .resource-list-block .col-md-12.tab-resources-block .col-md-4 {
        width: 33%;
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .resource-list-block .col-md-12.tab-resources-block .col-md-3 {
        width: 24.5%;
        float: none;
        display: inline-block;
        vertical-align: top
    }

.survey-banner-section .content-part h2 span {
    font-size: 24px
}

.survey-banner-section .content-part .black-text p {
    display: inline-block;
    background: rgba(255,255,255,.5);
    padding: 5px 20px;
    border-radius: 20px
}

.watch-video-block .screen-size-icon {
    position: absolute;
    z-index: 99;
    right: 21px;
    top: 28px;
    text-decoration: none
}

    .watch-video-block .screen-size-icon .glyphicon {
        border: 1px solid #fff;
        width: 30px;
        text-align: center;
        height: 30px;
        color: #fff;
        line-height: 30px;
        border-radius: 4px;
        opacity: .7;
        display: none
    }

        .watch-video-block .screen-size-icon .glyphicon.active {
            display: block
        }

        .watch-video-block .screen-size-icon .glyphicon:hover {
            opacity: 1
        }

.client-comment-block .owl-controls .owl-buttons {
    display: none
}

.mobileserviceHeader {
    padding-bottom: 25px
}

    .mobileserviceHeader h3 {
        font-size: 40px;
        font-family: proxima_novalight;
        margin-top: 0
    }

    .mobileserviceHeader p {
        font-size: 18px;
        color: #5a5a5a
    }

.mobileappDesc h4 {
    color: #18b0d1;
    text-transform: uppercase;
    font-family: circular std;
    font-size: 16px;
    font-weight: 400
}

.mobileappDesc p {
    font-size: 16px;
    color: #5a5a5a;
    font-family: proxima_novalight;
    line-height: 30px
}

    .mobileappDesc p a:hover {
        color: #337ab7
    }

.collaborativeBlock.paddingT0 {
    padding-top: 0
}

.collaborativeBlock ul.marginT0 {
    margin-top: 10px
}

.mobileappDesc {
    padding-right: 30px;
    border-right: 1px solid #e7e8e8;
    min-height: 435px
}

.collaborativeBlock.paddingT0 .blue-new-btn {
    margin-top: 35px
}

.followIcons {
    background: url(../img/follow-icons.png?v=1) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px
}

    .followIcons.cloud {
        background-position: 0 -44px
    }

    .followIcons.data {
        background-position: 0 -86px
    }

    .followIcons.mobility {
        background-position: 0 -130px
    }

    .followIcons.accommodation {
        background-position: 0 -174px
    }

    .followIcons.m-commerce {
        background-position: -2px -216px
    }

    .followIcons.accommodation {
        background-position: 0 -174px
    }

    .followIcons.enterprise {
        background-position: 0 -260px
    }

    .followIcons.strategy {
        background-position: 0 0
    }

    .followIcons.web-dev {
        background-position: -32px 4px
    }

    .followIcons.crm {
        background-position: -32px -37px
    }

    .followIcons.c-solutions {
        background-position: -32px -81px
    }

    .followIcons.tp-Integrations {
        background-position: -32px -124px
    }

    .followIcons.wf-management {
        background-position: -32px -168px
    }

    .followIcons.ew-development {
        background-position: -32px -212px
    }

    .followIcons.e-commerce {
        background-position: -32px -256px
    }

    .followIcons.cb-application {
        background-position: -32px -301px
    }

    .followIcons.maintenance {
        background-position: 0 -306px
    }

.collaborativeBlock .followListing li {
    padding-left: 40px;
    font-size: 18px;
    font-family: proxima_novalight;
    margin-bottom: 15px
}

    .collaborativeBlock .followListing li a {
        color: #1b1b1b
    }

        .collaborativeBlock .followListing li a:hover {
            text-decoration: none;
            color: #7f7f7f
        }

.circCont {
    display: inline-block
}

.circle {
    width: 46px;
    height: 46px;
    background: 0 0;
    border: 4px solid #0068cb;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block
}

    .circle:after {
        width: 30px;
        height: 4px;
        background-color: #0068cb;
        content: "";
        left: 50%;
        top: 50%;
        margin-left: -15px;
        margin-top: -2px;
        position: absolute;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .circle:before {
        left: 50%;
        top: 50%;
        margin-left: -15px;
        margin-top: -2px;
        width: 30px;
        height: 4px;
        background-color: #0068cb;
        content: "";
        position: absolute;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .circle[data-animation=showShadow]:not(.showShadow):hover {
        -moz-box-shadow: 0 0 0 5px #0068cb inset;
        -webkit-box-shadow: 0 0 0 6px #0068cb inset;
        box-shadow: 0 0 0 5px #0068cb inset
    }

    .circle[data-animation=showShadow] {
        -moz-transition: cubic-bezier(.175,.885,.52,1.775) 200ms;
        -o-transition: cubic-bezier(.175,.885,.52,1.775) 200ms;
        -webkit-transition: cubic-bezier(.175,.885,.52,1.775) 200ms;
        transition: cubic-bezier(.175,.885,.52,1.775) 200ms;
        border: 0 solid #fff
    }

        .circle[data-animation=showShadow]:before, .circle[data-animation=showShadow]:after {
            -moz-transition: cubic-bezier(.175,.885,.52,1.775) 200ms;
            -o-transition: cubic-bezier(.175,.885,.52,1.775) 200ms;
            -webkit-transition: cubic-bezier(.175,.885,.52,1.775) 200ms;
            transition: cubic-bezier(.175,.885,.52,1.775) 200ms
        }

        .circle[data-animation=showShadow]:not(.showShadow):hover:before {
            -moz-transform: scale(.7) rotate(45deg);
            -ms-transform: scale(.7) rotate(45deg);
            -webkit-transform: scale(.7) rotate(45deg);
            transform: scale(.7) rotate(45deg);
            -moz-transition-delay: 100ms;
            -o-transition-delay: 100ms;
            -webkit-transition-delay: 100ms;
            transition-delay: 100ms
        }

        .circle[data-animation=showShadow]:not(.showShadow):hover:after {
            -moz-transform: scale(.7) rotate(-45deg);
            -ms-transform: scale(.7) rotate(-45deg);
            -webkit-transform: scale(.7) rotate(-45deg);
            transform: scale(.7) rotate(-45deg);
            -moz-transition-delay: 100ms;
            -o-transition-delay: 100ms;
            -webkit-transition-delay: 100ms;
            transition-delay: 100ms
        }

#web-phone-grid .btn-block {
    text-align: center;
    min-height: 46px;
    display: inline-block;
    width: auto;
    margin: 10px auto 0
}

    #web-phone-grid .btn-block a {
        border: 1px solid #1866b1;
        color: #1866b1;
        font-size: 13px;
        text-decoration: none;
        padding: 13px 23px 12px
    }

#web-phone-grid .comman-btn:hover, #web-phone-grid .comman-btn:focus {
    background-color: #0c5aa5;
    color: #fff !important;
    border-color: #0c5aa5 !important;
    text-decoration: none
}

.category-tag p {
    font-family: proxima_novasemibold;
    font-size: 13px;
    color: #000;
    margin-top: 8px;
    display: inline-block;
    background: rgba(255,255,255,.5);
    padding: 6px 10px;
    border-radius: 8px;
    margin-bottom: 0;
    margin-right: 5px;
    line-height: 12px;
    height: 21px
}

.fs-portfolio-icon {
    position: absolute;
    z-index: 99;
    right: 22px;
    top: 22px;
    text-decoration: none
}

    .fs-portfolio-icon span {
        font-size: 18px;
        color: #fff;
        opacity: .7
    }

    .fs-portfolio-icon:hover span {
        opacity: 1
    }

.full-portfolio-block .bs-example-modal-lg {
    opacity: 0
}

    .full-portfolio-block .bs-example-modal-lg.in {
        opacity: 1
    }

.full-portfolio-block .modal .modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    z-index: 999
}

.full-portfolio-block .modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 100%;
    padding: 0;
    overflow-y: auto;
    padding-right: 15px
}

    .full-portfolio-block .modal .modal-content .slide_detail {
        text-align: left
    }

.full-portfolio-block .modal .close-button {
    padding: 0;
    float: right
}

.full-portfolio-block .modal .circle {
    border-color: #fff;
    position: absolute;
    right: 30px;
    top: 10px
}

    .full-portfolio-block .modal .circle[data-animation=showShadow]:not(.showShadow):hover {
        box-shadow: 0 0 0 5px #fff inset;
        -webkit-box-shadow: 0 0 0 5px #fff inset;
        -moz-box-shadow: 0 0 0 5px #fff inset
    }

.full-portfolio-block .circle:after, .full-portfolio-block .circle:before {
    background-color: #fff
}

.full-portfolio-block .slide.work {
    height: 100%
}

.case_app_icon1 .slideSection {
    position: absolute;
    left: -45px;
    width: 470px;
    height: auto;
    bottom: 52px;
    height: auto !important
}

    .case_app_icon1 .slideSection .blockquoteInner {
        max-width: 100%;
        padding-top: 0
    }

    .case_app_icon1 .slideSection blockquote {
        right: 0;
        padding: 25px 20px 22px;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

        .case_app_icon1 .slideSection blockquote p.title {
            text-transform: capitalize;
            padding: 0 40px;
            font-size: 17px;
            line-height: 29px;
            margin-bottom: 0;
            height: auto;
            overflow: inherit
        }

            .case_app_icon1 .slideSection blockquote p.title:before {
                left: 3px
            }

            .case_app_icon1 .slideSection blockquote p.title:after {
                right: 0
            }

.case_app_icon1 li {
    cursor: pointer
}

.case_app_icon1 .slideSection blockquote .post-block {
    margin-top: 0
}

    .case_app_icon1 .slideSection blockquote .post-block h3 {
        font-size: 22px;
        color: #4c4c4c;
        text-transform: capitalize
    }

        .case_app_icon1 .slideSection blockquote .post-block h3 span {
            font-size: 18px;
            color: #4c4c4c
        }

.case_app_icon1 .slideSection blockquote:after {
    background: url(../img/bottom-arrow-right.png) no-repeat
}

.case_app_icon1 ul li.what-client-say-btn .slideSection {
    display: none
}

.case_app_icon1 ul li.what-client-say-btn.active .slideSection {
    display: block
}

.technologiesProvide.php-page {
    min-height: inherit;
    padding-bottom: 30px
}

    .technologiesProvide.php-page .tablist-block ul li {
        width: 170px;
        padding-left: 10px;
        padding-right: 10px
    }

    .technologiesProvide.php-page .development-tabing-block {
        margin-top: 60px
    }

.technologiesProvide.hirephp-page {
    min-height: inherit;
    padding-bottom: 30px
}

    .technologiesProvide.hirephp-page .tablist-block ul li {
        width: 170px;
        padding-left: 10px;
        padding-right: 10px
    }

    .technologiesProvide.hirephp-page .development-tabing-block {
        margin-top: 60px
    }

.konstant-customers-block .info-block {
    overflow: hidden
}

    .konstant-customers-block .info-block .tags {
        position: absolute;
        right: 5px;
        top: 5px;
        background: rgba(255,255,255,.8);
        padding: 2px 5px;
        border-radius: 3px;
        color: #000;
        font-size: 11px
    }

body .animation-none {
    animation: inherit !important
}

    body .animation-none .slick-track, body .animation-none .slick-list {
        animation: inherit !important;
        transform: none !important
    }

body .form-group.mobile-number {
    padding-left: 120px !important
}

    body .form-group.mobile-number .intl-tel-input {
        position: absolute;
        left: 15px;
        width: 104px
    }

        body .form-group.mobile-number .intl-tel-input #mobile-number {
            padding-left: 100px
        }

    body .form-group.mobile-number .phonenumber-filed {
        width: 100%
    }

body .contact-page-form .mobile-number {
    padding-left: 150px !important
}

    body .contact-page-form .mobile-number .intl-tel-input {
        left: 46px
    }

#web-phone-grid .web-grid-loader {
    min-height: 46px
}

.client-comment-block .slick-slide {
    margin: 0 0 10px
}

.client-comment-block .slick-prev, .client-comment-block .slick-next {
    border-color: #fff
}

    .client-comment-block .slick-prev:before, .client-comment-block .slick-next:before {
        color: #fff
    }

@keyframes

"crossfade" {
    3%

{
    opacity: 1
}

5% {
    opacity: 0
}

97% {
    opacity: 0
}

}
@-webkit-keyframes

"crossfade" {
    3%

{
    opacity: 1
}

5% {
    opacity: 0
}

97% {
    opacity: 0
}

}

.innerpage-banner.contect-page .title .tile-group {
    position: relative;
    height: 61px
}

    .innerpage-banner.contect-page .title .tile-group .tile {
        position: absolute;
        width: 100%;
        height: 61px;
        opacity: 0
    }

        .innerpage-banner.contect-page .title .tile-group .tile.hindi {
            font-family: hind,sans-serif
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(1) {
            animation: crossfade 42s 40s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(2) {
            animation: crossfade 42s 38s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(3) {
            animation: crossfade 42s 36s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(4) {
            animation: crossfade 42s 34s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(5) {
            animation: crossfade 42s 32s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(6) {
            animation: crossfade 42s 30s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(7) {
            animation: crossfade 42s 28s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(8) {
            animation: crossfade 42s 26s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(9) {
            animation: crossfade 42s 24s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(10) {
            animation: crossfade 42s 22s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(11) {
            animation: crossfade 42s 20s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(12) {
            animation: crossfade 42s 18s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(13) {
            animation: crossfade 42s 16s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(14) {
            animation: crossfade 42s 14s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(15) {
            animation: crossfade 42s 12s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(16) {
            animation: crossfade 42s 10s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(17) {
            animation: crossfade 42s 8s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(18) {
            animation: crossfade 42s 6s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(19) {
            animation: crossfade 42s 4s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(20) {
            animation: crossfade 42s 2s infinite
        }

        .innerpage-banner.contect-page .title .tile-group .tile:nth-child(21) {
            animation: crossfade 42s 0s infinite
        }

.greenbg {
    background-color: #9ec422 !important
}

.redbg {
    background-color: #f73f47 !important
}

.bluebg {
    background-color: #2360c3 !important
}

body .application-option.custom-develop-icon .fa-apple {
    margin-top: 2px
}

body .application-option.custom-develop-icon .icon-php {
    font-size: 26px;
    margin-top: 2px
}

body .application-option.custom-develop-icon .icon-html5 {
    font-size: 27px;
    margin-top: 2px
}

body .application-option.custom-develop-icon .fa-wordpress {
    margin-top: 2px
}

body .application-option.custom-develop-icon .fa-joomla {
    margin-top: 2px
}

body .application-option.custom-develop-icon .fa-drupal {
    margin-top: 2px
}

body .application-option.custom-develop-icon .fa-css3 {
    font-size: 21px;
    margin-top: 2px
}

body .application-option.custom-develop-icon .icon-jquery {
    font-size: 21px;
    margin-top: 2px
}

body .application-option.custom-develop-icon .icon-bootstrap {
    font-size: 20px;
    margin-top: 2px
}

body .application-option.custom-develop-icon figure:after {
    display: none
}

.application-option.custom-develop-icon li a {
    display: inline-block
}

.application-option.custom-develop-icon li figure {
    background-image: url(../img/icon-frame.png);
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.4);
    width: 101px;
    height: 85px;
    display: inline-block;
    margin-right: 0;
    position: relative
}

.application-option.custom-develop-icon li i {
    font-size: 25px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 44px
}

.partnersIcon.xamarian {
    background-position: -2576px -70px
}

.partnersIcon.cakephp {
    background-position: -2940px -28px
}

.partnersIcon.aspdot {
    background-position: -2611px -70px
}

.partnersIcon.electron {
    background-position: -2650px -72px
}

.vilotbg {
    background-color: #47848f !important
}

.jsbg {
    background-color: #f1ba21 !important
}

.electronbg {
    background-color: #47848f !important
}

.megentobg {
    background-color: #f26322 !important
}

.phpBg {
    background-color: #6c7eb7 !important
}

.cakephpBg {
    background-color: #d33c44 !important
}

.androidBg {
    background-color: #a4c639 !important
}

.html5bg {
    background-color: #f06528 !important
}

.asp5bg {
    background-color: #1c7fc7 !important
}

.drupalbg {
    background-color: #0072c0 !important
}

.bootstrapbg {
    background-color: #563e7c !important
}

.iphonebg {
    background-color: #444 !important
}

.phonegapbg {
    background-color: #000 !important
}

.xamarinbg {
    background-color: #3498db !important
}

.worpressBg {
    background-color: #0087be !important
}

.joomlabg {
    background-color: #e42626 !important
}

.cssbg {
    background-color: #008fd4 !important
}

.jquerybg {
    background-color: #1ea2c9 !important
}

.angulerbg {
    background-color: #b63032 !important
}

.nodebg {
    background-color: #90c53f !important
}

.uibg {
    background-color: #194180 !important
}

.uxbg {
    background-color: #427609 !important
}

.iconfontclr {
    color: #fff;
    font-size: 34px
}

.filter-sapreter {
    width: 55px;
    display: inline-block;
    margin: 14px 0 10px;
    border: 1px solid #0658a6
}

.technologiesProvide .tablist-block ul li div.center-block a i.iconbgNone {
    background: 0 0
}

.technologiesProvide .tablist-block ul li div.center-block a i.weareables {
    background-position: -2694px -80px;
    width: 31px
}

.technologiesProvide .tablist-block ul li div.center-block a i.asp-net {
    background-position: -2786px -80px;
    width: 37px
}

.technologiesProvide .tablist-block ul li div.center-block a i.xamarian {
    background-position: -2737px -75px;
    width: 31px
}

.development-tabing-block .tablist-block ul li div.center-block a i {
    vertical-align: top
}

.technologiesProvide .tablist-block ul li div.center-block a i.icon-phonegap {
    position: relative;
    top: -8px
}

.development-tabing-block .tablist-block ul li div.center-block a i.icon-java {
    position: relative
}

    .development-tabing-block .tablist-block ul li div.center-block a i.icon-java:before {
        position: relative;
        top: -7px;
        left: 0;
        font-size: 47px
    }

.development-tabing-block .tablist-block ul li div.center-block a i.icon-opensource:before {
    position: relative;
    top: -5px;
    left: 0;
    font-size: 42px
}

.development-tabing-block .tablist-block ul li div.center-block a i.icon-shell-alt:before {
    position: relative;
    top: -7px;
    left: 0
}

.development-tabing-block .tablist-block ul li div.center-block a i.icon-database:before {
    position: relative;
    top: -7px;
    left: 0
}

.development-tabing-block .tablist-block ul li div.center-block a i.icon-database:before {
    position: relative;
    top: -7px;
    left: 0
}

.development-tabing-block .tablist-block ul li div.center-block a i.icon-magento:before {
    position: relative;
    top: -7px;
    left: 0
}

.development-tabing-block .tablist-block ul li div.center-block a i.icon-php:before {
    position: relative;
    top: -7px;
    left: 0
}

.technologiesProvide .tablist-block ul li div.center-block a i.shopify {
    background-position: -2577px -122px;
    width: 41px
}

.technologiesProvide .tablist-block ul li div.center-block a i.opencart {
    background-position: -2633px -122px;
    width: 41px
}

.technologiesProvide .tablist-block ul li div.center-block a i.woocommerce {
    background-position: -2691px -125px;
    width: 51px
}

.technologiesProvide .tablist-block ul li div.center-block a i.ui {
    background-position: -2811px -125px;
    width: 51px
}

.technologiesProvide .tablist-block ul li div.center-block a i.ux {
    background-position: -2758px -125px;
    width: 43px
}

.technologiesProvide .tablist-block ul li div.center-block a i.mobAppDevp {
    background-position: -2857px -127px;
    width: 51px
}

.technologiesProvide .tablist-block ul li div.center-block a i.webAppDevp {
    background-position: -2899px -125px;
    width: 51px
}

.technologiesProvide .tablist-block ul li div.center-block a i.uix {
    background-position: -2952px -125px;
    width: 51px
}

.show-iphone {
    display: none
}

.show-tablet {
    display: block
}

#home_mid_video {
    background-color: #000
}

    #home_mid_video iframe {
        width: 100%;
        height: 294px
    }

    #home_mid_video .watch-full-video-block > div iframe {
        height: 100% !important
    }

.client-partner-block .main-content-block {
    padding-top: 15px
}

.client-review-banner .main-content-block {
    margin-bottom: 20px
}

    .client-review-banner .main-content-block .title-bar {
        color: #fff
    }

body .pdt0 {
    padding-top: 0 !important
}

.main-content-block.content-blue-bg .title-bar {
    color: #6484a0;
    background: url(../img/gray-title-bg.png) no-repeat bottom center
}

.blogImage.similarListing {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}

    .blogImage.similarListing:hover::after {
        opacity: 1
    }

    .blogImage.similarListing::after {
        background: rgba(0,0,0,.4) none repeat scroll 0 0;
        bottom: 0;
        box-shadow: 4px 0 8px #06c;
        content: "";
        left: 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .3s linear 0s
    }

    .blogImage.similarListing .smiliarTitle {
        bottom: -60px;
        color: #fff;
        display: block;
        font-size: 18px;
        letter-spacing: .3px;
        line-height: 22px;
        overflow: hidden;
        padding: 15px 21px;
        position: absolute;
        text-overflow: ellipsis;
        transition: all .3s linear 0s;
        z-index: 99;
        background: #222b48
    }

        .blogImage.similarListing .smiliarTitle > a {
            font-size: 26px;
            line-height: 29px
        }

            .blogImage.similarListing .smiliarTitle > a:hover {
                text-decoration: none
            }

    .blogImage.similarListing:hover .smiliarTitle {
        bottom: 0
    }

    .blogImage.similarListing .smiliarTitle .btn-block {
        margin-top: 10px;
        text-align: center
    }

.smiliarTitle .authoreDesc {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 1.25px;
    padding: 0 0 4px;
    text-transform: uppercase
}

.smiliarTitle a {
    font-size: 28px;
    font-family: proxima_nova_rgregular;
    color: #fff
}

.blogImage.similarListing .smiliarTitle .btn-block {
    text-align: left
}

    .blogImage.similarListing .smiliarTitle .btn-block a {
        border: 1px solid #fff;
        border-radius: 6px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        margin-top: 5px;
        padding: 11px 20px 9px;
        text-transform: uppercase
    }

        .blogImage.similarListing .smiliarTitle .btn-block a:hover {
            border: 1px solid #1866b1;
            border-radius: 6px
        }

.pastPerformance.result-value-block {
    padding: 60px 0 50px
}

.result-value-block .main-content-block {
    padding-top: 0
}

    .result-value-block .main-content-block h2 {
        font-size: 50px
    }

    .result-value-block .main-content-block p {
        margin-top: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

.result-value-block .resultBlock {
    padding-top: 70px
}

    .result-value-block .resultBlock .resultTitle {
        font-size: 50px
    }

    .result-value-block .resultBlock p {
        margin-top: 10px
    }

    .result-value-block .resultBlock .col-md-4 {
        padding: 0;
        text-align: left
    }

.noWebGridRcrd {
    text-align: center
}

    .noWebGridRcrd .custom-web-grid {
        display: inline-block;
        float: none
    }

#tech-lead .kpProgram .main-content-block {
    padding-top: 34px
}

.selected .process-blue-block.animated3 {
    animation-duration: inherit
}

.newsletter_form_error {
    border: 2px solid red !important
}

.newsletter_form_error2 {
    border: 2px solid red !important
}

.newsletter_default {
    text-transform: none !important;
    font-size: 14px !important
}

.page_top a {
    background-color: rgba(0,0,0,.4);
    height: 60px;
    width: 60px;
    border: none
}

.from-right-block .form-group i.company {
    position: absolute;
    left: 1px;
    top: 12px;
    background: url(../img/company_icon.png) no-repeat;
    width: 18px;
    height: 15px
}

.kuwait-mainsection {
    padding-top: 170px
}

    .kuwait-mainsection h1 {
        font-family: proxima_novalight;
        line-height: 40px;
        color: #fff;
        font-size: 50px;
        font-weight: lighter;
        margin: 0;
        padding-bottom: 15px;
        font-style: italic
    }

    .kuwait-mainsection h2 {
        line-height: 65px;
        color: #fff;
        font-size: 65px;
        margin: 0;
        padding-bottom: 10px;
        font-family: proxima_nova_rgbold
    }

    .kuwait-mainsection p {
        line-height: 23px;
        color: #fff;
        font-size: 17px;
        margin: 0;
        padding-bottom: 20px;
        font-family: proxima_nova_rgbold
    }

.kuwait-date {
    font-family: proxima_nova_rgregular;
    font-size: 38px;
    line-height: 58px;
    color: #fff
}

.get-in-touch-section-kuwait {
    position: relative;
    padding-bottom: 60px
}

    .get-in-touch-section-kuwait .from-block {
        margin-top: 52px
    }

        .get-in-touch-section-kuwait .from-block .col-md-5 {
            padding: 0
        }

        .get-in-touch-section-kuwait .from-block .col-md-7 {
            padding: 0 0 0 20px
        }

    .get-in-touch-section-kuwait .main-content-block {
        width: 45%;
        float: left;
        margin-top: -113px;
        padding-top: 0
    }

        .get-in-touch-section-kuwait .main-content-block h2 {
            text-align: left;
            font-family: proxima_novasemibold;
            font-size: 37px;
            color: #162d42;
            margin-bottom: 4px
        }

        .get-in-touch-section-kuwait .main-content-block .title-bar {
            text-align: left;
            font-size: 20px;
            color: #162d42;
            letter-spacing: 1.2px;
            padding-bottom: 0
        }

    .get-in-touch-section-kuwait .from-right-block {
        position: relative;
        background-color: #fff;
        border-radius: 10px;
        padding: 40px 20px 20px;
        margin-top: -182px;
        border: 8px solid transparent
    }

        .get-in-touch-section-kuwait .from-right-block:before {
            content: '';
            position: absolute;
            left: -16px;
            right: -16px;
            top: -16px;
            bottom: -16px;
            border-radius: 10px;
            background-color: #e7eaec;
            z-index: -9
        }

        .get-in-touch-section-kuwait .from-right-block .form-group {
            padding: 0 18px;
            margin-bottom: 40px;
            width: 100%
        }

        .get-in-touch-section-kuwait .from-right-block form {
            margin: 0
        }

        .get-in-touch-section-kuwait .from-right-block .form-group label {
            font-weight: inherit;
            color: #486e90
        }

        .get-in-touch-section-kuwait .from-right-block .form-group .select {
            border-bottom: 1px solid #dfdfdf
        }

        .get-in-touch-section-kuwait .from-right-block .form-group.input-effect .form-control {
            color: #486e90
        }

        .get-in-touch-section-kuwait .from-right-block .form-group.input-effect .form-control {
            border-color: #dfdfdf !important
        }

        .get-in-touch-section-kuwait .from-right-block .form-group.input-effect .effect-16:focus ~ .focus-border, .get-in-touch-section-kuwait .from-right-block .form-group.input-effect .has-content.effect-16 ~ .focus-border {
            background: #0084ff
        }

        .get-in-touch-section-kuwait .from-right-block .form-group .checkbox label {
            font-family: proxima_nova_rgbold
        }

        .get-in-touch-section-kuwait .from-right-block .form-group.textarea {
            margin-bottom: 14px
        }

        .get-in-touch-section-kuwait .from-right-block .form-group.input-effect textarea.form-control {
            height: 89px
        }

        .get-in-touch-section-kuwait .from-right-block .form-group.btn-row-block {
            margin-bottom: 10px
        }

        .get-in-touch-section-kuwait .from-right-block .form-group .comman-btn {
            color: #1866b1;
            border-color: #1866b1;
            font-family: proxima_nova_rgbold;
            min-width: 129px;
            float: left;
            margin-top: 20px
        }

            .get-in-touch-section-kuwait .from-right-block .form-group .comman-btn:hover, .form-group .comman-btn:focus {
                background: #0c5aa5;
                color: #fff
            }

    .get-in-touch-section-kuwait .form-group.textarea .form-control:focus {
        border-color: #dfdfdf !important
    }

    .get-in-touch-section-kuwait .form-group.error .form-control {
        border-color: red !important
    }

    .get-in-touch-section-kuwait .form-group.error .select {
        border-color: red !important
    }

    .get-in-touch-section-kuwait .form-group.error label {
        color: red !important
    }

.kuwait-form-side h1 {
    font-family: proxima_novalight;
    font-size: 34px;
    line-height: 40px;
    color: #151515
}

.kuwait-form-side p {
    font-family: proxima_novalight;
    font-size: 17px;
    line-height: 27px;
    color: #696969
}

.kuwait-form-qside h1 {
    font-family: proxima_novalight;
    line-height: initial;
    font-size: 28px;
    margin: 60px 0 35px
}

i.qside-icon-repeat:after {
    background: url(../img/kuwait-page/repeat.svg) no-repeat;
    content: '';
    position: absolute;
    width: 43px;
    height: 46px
}

i.qside-icon-award:after {
    background: url(../img/kuwait-page/got-award.svg) no-repeat;
    content: '';
    position: absolute;
    width: 47px;
    height: 51px
}

i.qside-icon-service:after {
    background: url(../img/kuwait-page/service-2013.svg) no-repeat;
    content: '';
    position: absolute;
    width: 43px;
    height: 52px
}

i.qside-icon-strength:after {
    background: url(../img/kuwait-page/people-strenght.svg) no-repeat;
    content: '';
    position: absolute;
    width: 50px;
    height: 43px
}

i.qside-icon-project:after {
    background: url(../img/kuwait-page/project-delivered.svg) no-repeat;
    content: '';
    position: absolute;
    width: 37px;
    height: 50px
}

i.qside-icon-global:after {
    background: url(../img/kuwait-page/global-client.svg) no-repeat;
    content: '';
    position: absolute;
    width: 49px;
    height: 43px
}

.qside {
    position: relative;
    width: 45%
}

.qside-right {
    position: relative;
    width: 55%;
    display: inline-block;
    float: right;
    margin-bottom: 40px
}

spsn.kuwait-quick-value {
    color: #024b76;
    font-size: 20px;
    font-family: proxima_nova_rgbold
}

.kuwait-quick {
    color: #00aeef;
    font-size: 16px;
    font-family: proxima_nova_rgregular
}

.qside-main {
    position: relative;
    float: left;
    width: 100%
}

.form-head {
    font-size: 28px;
    color: #151515;
    padding-left: 18px;
    font-family: proxima_novalight;
    padding-bottom: 20px
}

.partnersIcon.qwait-icon-mobile {
    height: 58px;
    background-position: -4335px -135px;
    width: 50px !important
}

    .partnersIcon.qwait-icon-mobile:hover {
        height: 58px;
        background-position: -4335px -206px
    }

.partnersIcon.qwait-icon-dedicated {
    height: 58px;
    background-position: -3054px -419px;
    width: 60px !important
}

    .partnersIcon.qwait-icon-dedicated:hover {
        height: 58px;
        background-position: -3054px -483px
    }

.cloud-computing {
    background: url(../img/kuwait-page/cloud-spirit.png) no-repeat;
    display: block;
    width: 61px;
    height: 58px;
    background-position: -4px 0
}

    .cloud-computing:hover {
        background-position: -4px -61px
    }

.kuwait_topFixedTitle {
    position: relative;
    background: #006cc8;
    background: -moz-linear-gradient(left,#006cc8 0%,#208fb4 100%);
    background: -webkit-linear-gradient(left,#006cc8 0%,#208fb4 100%);
    background: linear-gradient(to right,#006cc8 0%,#208fb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cc8',endColorstr='#208fb4',GradientType=1 );
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
    padding: 15px 0
}

    .kuwait_topFixedTitle span {
        font-family: proxima_nova_rgregular;
        font-size: 15px;
        color: #fff;
        margin: 0 10px
    }

.kuwait_Click_btn {
    font-family: proxima_nova_rgbold;
    background: #e55516;
    background: -moz-linear-gradient(left,#e55516 0%,#f0ac2e 100%);
    background: -webkit-linear-gradient(left,#e55516 0%,#f0ac2e 100%);
    background: linear-gradient(to right,#e55516 0%,#f0ac2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55516',endColorstr='#f0ac2e',GradientType=1 );
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 1.5px;
    border-radius: 3px;
    font-size: 13px;
    padding: 11px 20px;
    margin-left: 10px;
    padding: 9px 14px
}

    .kuwait_Click_btn:hover, .kuwait_Click_btn:focus {
        text-decoration: none;
        background: #f0ac2e;
        background: -moz-linear-gradient(left,#f0ac2e 0%,#e55516 99%);
        background: -webkit-linear-gradient(left,#f0ac2e 0%,#e55516 99%);
        background: linear-gradient(to right,#f0ac2e 0%,#e55516 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ac2e',endColorstr='#e55516',GradientType=1 )
    }

.k_Close {
    float: right;
    position: absolute;
    right: 20px;
    top: 7px;
    cursor: pointer
}

    .k_Close.fa.fa-times-circle {
        color: #cee1ea;
        font-size: 25px
    }

    .k_Close .fa.fa-times-circle {
        color: rgba(255,255,255,.8);
        font-size: 21px;
        line-height: 36px
    }

.kuwait_bus_Trip {
    height: 249px;
    position: fixed;
    right: 0;
    top: 37%;
    width: 319px;
    z-index: 9999;
    transition: all .5s ease-in
}

    .kuwait_bus_Trip .businessTripBtn {
        border-radius: 4px 0 0 4px;
        color: #fff;
        float: left;
        font-family: proxima_nova_rgbold;
        font-size: 16px;
        height: 100%;
        left: 0;
        letter-spacing: 1.5px;
        position: absolute;
        text-transform: uppercase
    }

    .kuwait_bus_Trip .tripInfo {
        background: transparent url(../img/kuwait-page/kuitTrip.jpg) no-repeat scroll 0 0;
        color: #fff;
        float: left;
        height: 248px;
        margin-left: 50px;
        padding: 12px 24px;
        text-align: center;
        width: 276px
    }

.kmarL0 {
    margin-left: 0
}

.kuwait_bus_Trip h1 {
    color: #fff;
    font-family: proxima_novalight;
    font-size: 18px;
    font-style: italic;
    font-weight: lighter;
    line-height: normal;
    margin: 0;
    padding-bottom: 0;
    padding-top: 17px
}

.kuwait_bus_Trip h2 {
    color: #fff;
    font-family: proxima_nova_rgbold;
    font-size: 21px;
    line-height: normal;
    margin: 0;
    padding-bottom: 8px
}

.kuwait_bus_Trip .tripDate {
    color: #fff;
    font-family: proxima_nova_rgregular;
    font-size: 18px;
    line-height: 18px
}

.schdule_Meeting {
    color: #fff;
    font-family: proxima_nova_rgregular;
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    padding-bottom: 20px;
    display: block;
    padding-top: 34px
}

.rightFix {
    right: -269px;
    transition: all .5s ease-in
}

@media only screen and (min-width:0px) {
    nav .navigation-part ul.menu-links li .sub-menu-sec h2 a {
        font-family: proxima_nova_rgbold;
        margin: 0;
        font-size: 20px;
        color: #fff;
        letter-spacing: .2px;
        text-decoration: none;
        padding: 0;
        text-transform: inherit
    }

        nav .navigation-part ul.menu-links li .sub-menu-sec h2 a:hover {
            color: #fff
        }

    .career-banner-pd {
        padding-top: 180px
    }

        .career-banner-pd .comman-btn {
            margin-top: 35px
        }

    .technologiesProvide .tablist-block ul li div.center-block a i.custom {
        background-position: -2953px -171px;
        width: 51px
    }

    body.pf-nodata {
        background: #172d42 url(../img/banners/protfolio-nodata-banner.jpg) no-repeat;
        background-size: cover;
        background-position: left bottom !important;
        background-attachment: fixed;
        overflow: inherit;
        height: auto
    }

        body.pf-nodata .header-inset {
            position: relative
        }

    .p-nodata-content-block {
        width: 100%;
        display: inline-block;
        padding-bottom: 40px
    }

    .p-content-part .main-content-block {
        padding-top: 46px;
        padding-left: 15px;
        padding-right: 15px
    }

        .p-content-part .main-content-block span {
            color: #fff
        }

        .p-content-part .main-content-block h2 {
            color: #fff;
            margin-top: 5px
        }

        .p-content-part .main-content-block .title-bar {
            color: #fff;
            background: url(../img/title-saprae_bg.png) no-repeat bottom center
        }

    .p-content-part .get-in-touch-section {
        background: 0 0;
        margin-top: 0;
        padding-bottom: 0
    }

        .p-content-part .get-in-touch-section .from-block {
            margin-top: 0;
            text-align: center
        }

        .p-content-part .get-in-touch-section .from-right-block {
            max-width: 680px;
            display: inline-block;
            margin-top: 32px !important;
            float: none;
            text-align: left
        }

            .p-content-part .get-in-touch-section .from-right-block:before {
                display: none
            }

    .home-portfolio-block {
        min-height: 684px;
        background: url(../img/banners/project_section_bg.jpg) no-repeat;
        background-size: cover;
        padding-bottom: 55px;
        background-attachment: fixed
    }

        .home-portfolio-block .container {
            padding: 0 55px
        }

        .home-portfolio-block .main-content-block {
            padding-top: 50px
        }

            .home-portfolio-block .main-content-block h2 {
                color: #fff;
                margin-bottom: 10px
            }

            .home-portfolio-block .main-content-block .title-bar {
                color: #fff
            }

        .home-portfolio-block .portfolio-home-slide {
            min-height: 368px;
            margin-top: 45px
        }

        .home-portfolio-block .brand-slider-desc .brand-box {
            padding: 23px 0;
            height: 173px;
            overflow: hidden;
            border: none
        }

        .home-portfolio-block .mobile-client-logo {
            margin-top: 0
        }

            .home-portfolio-block .mobile-client-logo img {
                width: 55px;
                height: 55px;
                display: inline-block
            }

        .home-portfolio-block .mobile-client-name {
            font-size: 25px;
            color: #fff
        }

        .home-portfolio-block .mobile-clientProject {
            margin-bottom: 0;
            letter-spacing: 1px;
            color: #fff
        }

        .home-portfolio-block .brand-slider-desc .brand-box:hover .mobilegrid-hover {
            opacity: .9;
            visibility: visible;
            bottom: 0%
        }

        .home-portfolio-block .fs-portfolio-icon {
            position: absolute;
            z-index: 99;
            right: 50%;
            top: 50%;
            text-decoration: none;
            margin: -23px
        }

            .home-portfolio-block .fs-portfolio-icon span {
                font-size: 25px;
                opacity: .8;
                border: 1px solid #fff;
                padding: 10px;
                border-radius: 5px
            }

            .home-portfolio-block .fs-portfolio-icon:hover span {
                opacity: 1
            }

        .home-portfolio-block .slick-arrow {
            top: 50%;
            margin-top: -15px;
            border: none
        }

        .home-portfolio-block .slick-prev:before, .home-portfolio-block .slick-next:before {
            font-size: 25px;
            color: #fff
        }

        .home-portfolio-block .slick-arrow.slick-prev {
            left: -20px;
            margin-left: -30px
        }

        .home-portfolio-block .slick-arrow.slick-next {
            right: -20px;
            margin-right: -30px
        }

        .home-portfolio-block .btnRow {
            margin-top: 25px
        }

    .appCreated.enterprise-slider {
        padding-bottom: 10px;
        height: auto;
        overflow: hidden
    }

        .appCreated.enterprise-slider .logo-block {
            padding: 15px;
            margin: 0;
            list-style: none;
            background: #fff;
            border: 1px solid #182b3c;
            border-left: none;
            text-align: center;
            height: 120px;
            display: table
        }

            .appCreated.enterprise-slider .logo-block a {
                display: table-cell;
                vertical-align: middle
            }

            .appCreated.enterprise-slider .logo-block img {
                max-width: 100%;
                width: auto;
                display: inline-block;
                max-height: 80px
            }

            .appCreated.enterprise-slider .logo-block:first-child {
                border-left: 1px solid #182b3c
            }

        .appCreated.enterprise-slider .slider {
            height: 200px
        }

            .appCreated.enterprise-slider .slider .slick-list {
                height: 100%
            }

            .appCreated.enterprise-slider .slider .slick-track {
                height: 100%
            }

        .appCreated.enterprise-slider .slick-prev, .appCreated.enterprise-slider .slick-next {
            border-color: #fff;
            top: inherit;
            bottom: 0
        }

            .appCreated.enterprise-slider .slick-prev:before, .appCreated.enterprise-slider .slick-next:before {
                color: #fff
            }

    .error-page-block {
        padding-top: 50px !important
    }

        .error-page-block .col-md-12 {
            padding: 0 15px !important
        }

    .error-page {
        min-height: 513px;
        display: inline-block;
        position: relative;
        min-height: inherit
    }

        .error-page .click-here {
            display: inline-block;
            position: absolute;
            left: 360px;
            bottom: 0
        }

    #downloadwp_error {
        color: #dccccc;
        text-align: left;
        background: rgba(255,0,0,.32);
        padding: 10px;
        border-radius: 5px
    }

    #newsletter_error {
        color: #dccccc;
        text-align: left;
        background: rgba(255,0,0,.32);
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-top: 0
    }

    .disclaimer-content {
        font-family: proxima_novalight;
        font-size: 14px;
        color: #696969;
        text-align: center;
        margin: 55px 0 0
    }

        .disclaimer-content p {
            display: inline-block;
            background: #f4f4f4;
            padding: 5px 20px;
            border-radius: 20px;
            color: #333
        }

    progress {
        display: none
    }

    progress {
        position: fixed;
        z-index: 9999;
        left: 0;
        border: none;
        top: 0;
        z-index: 9999
    }

        progress, progress[role] {
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            border: none;
            background-size: auto;
            width: 100%;
            height: 5px
        }

            progress[role]:after {
                background-image: none
            }

            progress[role] strong {
                display: none
            }

            progress, progress[role][aria-valuenow] {
                background: 0 0 !important
            }

                progress::-webkit-progress-bar {
                    background: inherit
                }

    progress {
        color: #f24b10
    }

        progress::-moz-progress-bar {
            background: #0086e2
        }

        progress::-webkit-progress-value {
            background: #0086e2
        }

        progress[aria-valuenow]:before {
            background: #0086e2
        }

    #progress-wrp {
        position: relative;
        background: #fff
    }

        #progress-wrp .progress-bar {
            height: 20px;
            border-radius: 3px;
            background-color: #f39ac7;
            width: 0;
            box-shadow: inset 1px 1px 10px rgba(0,0,0,.11)
        }

        #progress-wrp .status {
            left: 40%;
            position: absolute;
            display: inline-block;
            color: #fff
        }

    #progress-wrp2 {
        position: relative;
        background: #fff
    }

        #progress-wrp2 .progress-bar {
            height: 20px;
            border-radius: 3px;
            background-color: #f39ac7;
            width: 0;
            box-shadow: inset 1px 1px 10px rgba(0,0,0,.11)
        }

        #progress-wrp2 .status {
            left: 40%;
            position: absolute;
            display: inline-block;
            color: #fff
        }

    #progress-wrp3 {
        position: relative;
        background: #fff
    }

        #progress-wrp3 .progress-bar {
            height: 20px;
            border-radius: 3px;
            background-color: #f39ac7;
            width: 0;
            box-shadow: inset 1px 1px 10px rgba(0,0,0,.11)
        }

        #progress-wrp3 .status {
            left: 40%;
            position: absolute;
            display: inline-block;
            color: #fff
        }

    body .gotanidea-form .form-group.error .form-control {
        border-color: red
    }

    body .gotanidea-form .form-group.error .select {
        border-color: red
    }

    body .gotanidea-form .form-group.error label {
        color: red
    }

    .paddingBt40 {
        padding-bottom: 40px
    }

    .zendesk-title {
        font-family: proxima_nova_rgbold;
        color: #2d2d2d;
        font-weight: 700;
        font-size: 24px;
        padding: 0;
        margin: 0 0 15px
    }

    .zendisk-info-block {
        margin-top: 60px
    }

        .zendisk-info-block > p {
            padding-top: 0;
            margin-bottom: 0;
            font-family: proxima_nova_rgregular;
            padding-right: 70px
        }

        .zendisk-info-block ul {
            margin-top: 20px
        }

            .zendisk-info-block ul li {
                font-family: proxima_nova_rgregular;
                list-style: none;
                padding-left: 16px;
                padding-right: 4px;
                margin: 15px 0 0;
                background: url(../img/bullets.png) no-repeat scroll 1px 9px;
                color: #151515;
                font-size: 18px
            }

    .zendisk-list-block {
        margin-top: 50px;
        margin-bottom: 40px
    }

        .zendisk-list-block h3 {
            margin-bottom: 20px
        }

        .zendisk-list-block .resourcesBlock1 {
            padding: 15px;
            min-height: 340px;
            margin-bottom: 30px;
            background: #fff;
            box-shadow: 0 0 3px 1px rgba(0,0,0,.1)
        }

            .zendisk-list-block .resourcesBlock1 .count-value {
                margin-bottom: 0
            }

        .zendisk-list-block .resourceTitle {
            text-transform: inherit
        }

        .zendisk-list-block .resourcesBlock1.active {
            background: #1866b1
        }

            .zendisk-list-block .resourcesBlock1.active .count-value {
                color: #fff
            }

                .zendisk-list-block .resourcesBlock1.active .count-value span {
                    color: #fff
                }

            .zendisk-list-block .resourcesBlock1.active .resourceTitle {
                color: #fff
            }

            .zendisk-list-block .resourcesBlock1.active p {
                color: #fff
            }

    .zendisk-sideBar {
        margin-top: 60px
    }

        .zendisk-sideBar h4 {
            font-size: 15px;
            font-weight: 400;
            color: #313131;
            font-family: proxima_nova_rgbold;
            text-transform: uppercase;
            margin-top: 5px;
            letter-spacing: 1.8px
        }

    .zendisk-categorie ul {
        background: #efefef;
        border: 1px solid #eee;
        padding: 20px;
        border-radius: 5px
    }

        .zendisk-categorie ul li {
            font-family: proxima_nova_rgregular;
            color: #666;
            font-size: 16px;
            position: relative;
            margin-bottom: 15px;
            padding-left: 20px;
            list-style: none;
            letter-spacing: .6px
        }

            .zendisk-categorie ul li:after {
                content: "\f105";
                font-family: fontawesome;
                color: #2c2c2c;
                font-size: 13px;
                position: absolute;
                left: 0;
                top: 0
            }

    .mainsec h1 span i {
        z-index: 99 !important
    }

    body .start-a-project.rq-ud-form .main-heading {
        text-align: center;
        max-width: 940px;
        margin: 0 auto
    }

        body .start-a-project.rq-ud-form .main-heading .section-title h2 {
            font-family: proxima_nova_rgbold;
            font-size: 56px;
            color: #353535;
            margin-bottom: 15px
        }

        body .start-a-project.rq-ud-form .main-heading .section-title h3 {
            font-family: proxima_nova_rgregular;
            font-size: 22px;
            line-height: 32px;
            background: 0 0;
            padding: 0;
            color: #8b8b8b;
            text-transform: inherit;
            margin-top: 0
        }

    body .start-a-project.rq-ud-form .rq-main-form-block .section-title h2 {
        font-family: proxima_nova_rgbold;
        font-size: 20px;
        color: #005fbb;
        margin-top: 0;
        text-transform: uppercase
    }

    body .start-a-project.rq-ud-form .rq-main-form-block .popup-box {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 70px !important;
        display: inherit;
        border: none;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0
    }

    body .start-a-project.rq-ud-form .popup-form {
        margin-top: 40px
    }

        body .start-a-project.rq-ud-form .popup-form .section-title h2 {
            text-align: left;
            text-transform: capitalize;
            font-size: 19px;
            color: rgba(0,95,187,.83)
        }

        body .start-a-project.rq-ud-form .popup-form .checkbox2 {
            text-align: left
        }

            body .start-a-project.rq-ud-form .popup-form .checkbox2 label {
                text-align: left;
                color: #8b8b8b
            }

            body .start-a-project.rq-ud-form .popup-form .checkbox2.error label {
                color: red
            }

            body .start-a-project.rq-ud-form .popup-form .checkbox2 .cr {
                border: 2px solid rgba(139,139,139,.83)
            }

            body .start-a-project.rq-ud-form .popup-form .checkbox2.checked .cr {
                border: 2px solid rgba(0,95,187,.6)
            }

            body .start-a-project.rq-ud-form .popup-form .checkbox2.error .cr {
                border-color: red
            }

            body .start-a-project.rq-ud-form .popup-form .checkbox2.checked label {
                color: rgba(0,95,187,.6)
            }

    body .start-a-project.rq-ud-form .checkbox2 .glyphicon-ok:before {
        opacity: .6
    }

    body .start-a-project.rq-ud-form .popup-form .form-group {
        text-align: left
    }

        body .start-a-project.rq-ud-form .popup-form .form-group label {
            font-family: proxima_novasemibold;
            color: #8b8b8b;
            text-transform: capitalize;
            font-size: 18px
        }

    body .start-a-project.rq-ud-form .popup-form .effect-16:focus ~ label, body .start-a-project.rq-ud-form .popup-form .has-content.effect-16 ~ label {
        font-size: 12px
    }

    body .start-a-project.rq-ud-form .popup-form .form-control {
        color: #8b8b8b;
        border-bottom: 1px solid #ccc
    }

    body .start-a-project.rq-ud-form .popup-form select.form-control {
        color: #8b8b8b
    }

    body .start-a-project.rq-ud-form .popup-form .select__arrow {
        border-top: 5px solid rgba(139,139,139,.83)
    }

    body .start-a-project.rq-ud-form .form-group-country .btn-country {
        font-family: proxima_novasemibold;
        color: #8b8b8b;
        border-bottom: 1px solid #ccc;
        border-radius: 0
    }

    body .start-a-project.rq-ud-form .uploadFile {
        border: 1px dashed #e9e9e9;
        color: #d8262c;
        cursor: pointer;
        display: block;
        font-size: 20px;
        padding: 25px 15px 17px;
        text-align: center;
        -webkit-transition: padding .2s ease,background .2s ease,border .2s ease;
        transition: padding .2s ease,background .2s ease,border .2s ease;
        width: 100%;
        display: inline-block
    }

        body .start-a-project.rq-ud-form .uploadFile:hover {
            background-color: #f3f3f3;
            border-color: #005fbb
        }

        body .start-a-project.rq-ud-form .uploadFile label {
            text-align: left
        }

        body .start-a-project.rq-ud-form .uploadFile .file-upload {
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: auto !important;
            cursor: pointer
        }

        body .start-a-project.rq-ud-form .uploadFile:hover strong span {
            color: #333
        }

        body .start-a-project.rq-ud-form .uploadFile .add-file-output {
            font-size: 15px;
            color: #333
        }

    body .start-a-project.rq-ud-form .nextButton {
        border: none;
        width: 100%;
        padding: 0 28px;
        height: 76px;
        font-size: 21px;
        font-weight: 400;
        font-family: proxima_nova_rgregular;
        line-height: 80px
    }

    .pb-form-block .form-group .form-control::-webkit-input-placeholder {
        color: #969697
    }

    .pb-form-block .form-group .form-control::-moz-placeholder {
        color: #969697
    }

    .pb-form-block .form-group .form-control:-ms-input-placeholder {
        color: #969697
    }

    .pb-form-block .form-group .form-control:-moz-placeholder {
        color: #969697
    }

    .page-banner-form {
        padding-top: 148px
    }

    .pb-content-block {
        text-align: left;
        margin-top: 80px
    }

    .mobile-m-t {
        margin-top: 56px
    }

    .pb-content-block h1 {
        font-size: 50px;
        line-height: 50px;
        text-align: left;
        letter-spacing: inherit;
        margin-top: 0
    }

    .pb-content-block p.title {
        letter-spacing: 2px;
        line-height: 25px;
        margin-top: 12px
    }

    .pb-content-block ul {
        margin: 26px -15px 0
    }

        .pb-content-block ul li {
            list-style: none;
            font-family: proxima_novasemibold;
            font-size: 16px;
            color: #e1e1e1;
            letter-spacing: .2px;
            width: 50%;
            float: left;
            padding: 0 15px;
            margin-bottom: 10px
        }

    .pb-content-block p.footer-text {
        display: inline-block;
        width: 100%;
        margin-top: 16px;
        font-family: proxima_novaextrabold;
        font-size: 15px;
        color: #fff;
        letter-spacing: 1px
    }

        .pb-content-block p.footer-text a {
            color: #fff;
            text-decoration: none;
            border-bottom: 1px solid #fff;
            padding-bottom: 4px
        }

            .pb-content-block p.footer-text a:hover {
                color: #ccc;
                border-color: #ccc
            }

    .pb-form-block {
        background: rgba(0,0,0,.1);
        padding: 30px 10px;
        margin-bottom: 54px;
        max-width: 530px;
        display: inline-block;
        text-align: center;
        border-radius: 5px
    }

        .pb-form-block h2 {
            font-family: proxima_nova_rgbold;
            color: #fff;
            font-size: 28px;
            margin: 0;
            letter-spacing: 1px
        }

        .pb-form-block p {
            font-family: proxima_nova_rgregular;
            font-size: 16px;
            text-transform: none;
            letter-spacing: inherit;
            margin-top: 5px
        }

        .pb-form-block .row {
            margin: 0 -10px
        }

        .pb-form-block form {
            margin-top: 26px
        }

        .pb-form-block .form-group {
            padding: 0 10px;
            margin-bottom: 10px
        }

            .pb-form-block .form-group i.zmdi {
                position: absolute;
                top: 50%;
                left: 17px;
                font-size: 22px;
                color: #bdbdbd;
                margin-top: -11px
            }

            .pb-form-block .form-group i.zmdi-file-text {
                top: 11px;
                margin-top: 0
            }

            .pb-form-block .form-group i.zmdi-attachment-alt {
                left: -11px;
                top: -1px;
                transform: rotate(-165deg);
                color: rgba(255,255,255,.8);
                margin-top: 0
            }

            .pb-form-block .form-group.fullfiled {
                width: 100%
            }

            .pb-form-block .form-group .form-control {
                font-family: proxima_nova_rgregular;
                font-size: 16px;
                color: #969697;
                background-color: #fff;
                border-radius: 3px;
                width: 100%;
                padding: 10px 32px 10px 45px;
                height: 48px;
                display: inline-block
            }

            .pb-form-block .form-group textarea {
                width: 100%;
                height: 98px !important
            }

            .pb-form-block .form-group select option {
                padding-left: 0 !important
            }

        .pb-form-block label {
            font-family: proxima_nova_rgregular;
            font-size: 16px;
            color: rgba(255,255,255,.9);
            font-weight: 400;
            text-transform: capitalize;
            padding-left: 24px;
            letter-spacing: inherit
        }

        .pb-form-block .cus-control__indicator {
            background: #f4f4f4;
            top: 4px
        }

            .pb-form-block .cus-control__indicator:hover {
                background: #f4f4f4
            }

        .pb-form-block .form-group .cus-control input:focus ~ .cus-control__indicator, .pb-form-block .form-group .cus-control input:checked ~ .cus-control__indicator {
            background: #f4f4f4 !important
        }

        .pb-form-block .form-group .cus-control:hover input ~ .cus-control__indicator {
            background: #f4f4f4 !important
        }

        .pb-form-block .cus-control__indicator:after {
            border-width: 0 2px 2px 0 !important;
            border-color: #333 !important
        }

        .pb-form-block .select {
            position: relative
        }

        .pb-form-block .select__arrow {
            top: 20px;
            border-width: 6px 6px 0 !important;
            border-color: #868686 transparent transparent
        }

        .pb-form-block .select select:focus ~ .select__arrow, .pb-form-block .select select:hover ~ .select__arrow {
            border-color: #868686 transparent transparent
        }

        .pb-form-block .connectBtn {
            width: 50%;
            font-size: 20px;
            text-transform: capitalize;
            letter-spacing: inherit;
            padding: 25px 10px;
            margin-top: 0;
            float: right
        }

    .get-in-touch-section .from-right-block .form-group .comman-btn {
        margin-top: 8px
    }

    .pb-form-block .uploadFile {
        border: 1px dashed #e1e2e3;
        cursor: pointer;
        padding: 15px 10px 13px;
        text-align: center;
        -webkit-transition: padding .2s ease,background .2s ease,border .2s ease;
        transition: padding .2s ease,background .2s ease,border .2s ease;
        width: 100%;
        display: inline-block;
        position: relative;
        border-radius: 5px;
        margin-bottom: 5px
    }

        .pb-form-block .uploadFile .file-upload {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            cursor: pointer;
            opacity: 0;
            position: absolute;
            z-index: 10
        }

        .pb-form-block .uploadFile label {
            font-family: proxima_novasemibold;
            font-size: 16px;
            color: rgba(255,255,255,.8);
            letter-spacing: 1px;
            position: relative;
            text-align: left
        }

    .similarPosts .similarListing ul li:after {
        background: rgba(0,0,0,.4) none repeat scroll 0 0;
        opacity: 1 !important
    }

    .similarPosts .similarListing ul li .smiliarTitle {
        background: rgba(34,43,72,.8);
        font-size: 18px;
        font-family: proxima_novalight;
        line-height: 24px;
        bottom: -60px;
        padding: 15px !important
    }

    .smiliarTitle .authoreDesc {
        font-size: 11px;
        padding-bottom: 0;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .blogImage.similarListing .smiliarTitle {
        width: 100%;
        bottom: -56px;
        background: rgba(34,43,72,.8);
        box-shadow: 0 0 15px rgba(0,0,0,.3)
    }

        .blogImage.similarListing .smiliarTitle > a {
            font-size: 19px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            font-family: proxima_novalight
        }

        .blogImage.similarListing .smiliarTitle .btn-block a {
            font-family: proxima_nova_rgregular;
            font-size: 11px;
            color: #fff;
            padding: 8px 14px 6px;
            margin-top: 4px
        }

    .pb-content-block p.footer-text a {
        color: #1866b1;
        border-bottom: 1px solid #1866b1
    }

        .pb-content-block p.footer-text a:hover {
            color: #fff !important;
            border-color: #fff !important
        }
}

@media(min-width:320px) and (max-width:1024px) {
    .inquiry-btn {
        display: none
    }
}

@media only screen and (max-width:920px) {
    .management-interview-block {
        margin: 40px 0
    }

    .interview-block-box {
        box-shadow: 0 3px 4px 2px #f4f4f4;
        margin-bottom: 30px;
        padding: 20px
    }

    .btn-section {
        float: none;
        margin: 10px 0;
        text-align: center
    }

    .row.whitebg {
        text-align: center
    }

    .proposal-block-text {
        text-align: center
    }

    .proposal-block-subtext {
        text-align: center
    }

    .colm1 {
        width: 14%
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .emailid-block a span.large-text {
        font-size: 24px
    }

    .getUs li {
        padding-right: 10px;
        font-size: 15px
    }

    .collaborativeBlock .followListing li {
        font-size: 15px
    }
}

@media only screen and (max-width:991px) {
    .blogImage.similarListing .smiliarTitle .btn-block {
        text-align: center
    }

    .blogImage.similarListing .smiliarTitle {
        z-index: 9
    }

    .kuwait_topFixedTitle span {
        display: block;
        margin: 0 43px;
        padding-bottom: 7px
    }

    .in-banner-content .connectBtn {
        margin-top: 30px !important
    }
}

@media only screen and (max-width:980px) {
    .case_study_block {
        padding-right: 0
    }
}

@media only screen and (max-width:890px) {
    .aw-cl-logo-block.partner_tab .nav-tabs > li > a {
        font-size: 14px;
        letter-spacing: .6px;
        padding: 7px 9px 6px;
        text-transform: uppercase
    }
}

@media only screen and (max-width:767px) {
    .mobileserviceHeader h3 {
        font-size: 20px
    }

    .mobileserviceHeader p {
        font-size: 15px
    }

    .collaborativeBlock .followListing li {
        font-size: 15px;
        text-align: left
    }

    .mobileappDesc {
        border-right: none;
        border-top: 1px solid #e7e8e8;
        margin-top: 30px;
        padding-top: 20px
    }

    .kpProgram {
        text-align: center
    }

        .kpProgram .col-md-3 {
            height: inherit;
            margin-top: 15px
        }

    .partnersIcon {
        margin: 0 auto
    }

    .col-md-3.col-sm-4 br {
        display: none
    }

    .font42 {
        font-size: 32px
    }

    .case_study_block h2 {
        color: #fff;
        font-size: 30px;
        line-height: 35px;
        text-align: center
    }

    .utility_btn {
        margin-bottom: 5px;
        margin-right: 1px
    }

    .caseBtn {
        text-align: center
    }

    .case_icon_block {
        margin-top: 25px;
        text-align: center
    }

        .case_icon_block ul li {
            margin-right: 6px
        }

    .case_study_block p {
        font-size: 17px;
        padding-top: 15px;
        text-align: center
    }

    .case_app_icon {
        text-align: center
    }

    .kidhop_bg {
        padding-bottom: 34px;
        padding-top: 34px
    }

    .case_study_block {
        text-align: center
    }

        .case_study_block .study_title::after {
            background: #fff none repeat scroll 0 0;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 130px
        }

    .case_img {
        text-align: center
    }

    .getUs {
        max-width: 100%
    }

    .get-in-touch-section .from-left-block {
        padding-right: 0
    }

    .emailid-block a {
        min-height: inherit
    }

    .getUs li {
        display: block;
        width: 100%;
        padding-right: 0;
        text-align: left;
        font-size: 16px
    }

    .privacysection {
        padding: 5px 10px
    }

    .pdL30 {
        padding-left: 15px
    }

    .margint80 {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .pdR0 {
        padding-right: 15px
    }

    .proposal-btns {
        padding: 19px 27px
    }

    .colm1 {
        width: 100%
    }

    .btnCenter {
        text-align: center
    }

    .interview-list-img {
        text-align: center;
        margin: 0 auto
    }

    .interview-list-heading, .interview-list-date, .interview-list-content {
        text-align: center
    }

    .pfilterBlock.filterblockShow {
        overflow-y: auto
    }

    .development-tabing-block .tablist-block ul li div.center-block a i.icon-java::before {
        font-size: 0;
        left: inherit;
        position: inherit;
        top: inherit
    }

    .development-tabing-block .tablist-block ul li div.center-block a i.icon-opensource::before {
        font-size: 0;
        left: inherit;
        position: inherit;
        top: inherit
    }

    .filterList ul li .Labelchk {
        display: inline-block
    }

    .kuwait_topFixedTitle span {
        display: block;
        padding-bottom: 9px;
        font-size: 13px
    }
}

#web-phone-grid .blank-arrow {
    position: relative;
    height: 100%;
    padding: 19px 20px 14px;
    background: #fff;
    border-radius: 0 5px 5px 0;
    right: -20px;
    top: 5px
}

    #web-phone-grid .blank-arrow:after {
        border-right: 1px solid #1866b1;
        content: '';
        position: absolute;
        right: 57px;
        top: 0;
        bottom: 0
    }

#web-phone-grid .btn-block a {
    padding: 6px 10px 10px 20px;
    background: #1866b1;
    color: #fff;
    overflow: hidden
}

    #web-phone-grid .btn-block a:hover {
        background-color: #fff;
        color: #1866b1 !important
    }

#web-phone-grid .blank-arrow .fa.fa-angle-double-down {
    position: relative;
    right: 3px;
    color: #1866b1;
    -webkit-animation-name: bounceArrow;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: bounceArrow;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-name: bounceArrow;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out
}

#web-phone-grid .blank-arrow .fa-angle-double-down:before {
    color: #1866b1;
    font-weight: 900;
    font-size: 25px;
    line-height: 20px
}

.pb-content-block p.footer-text {
    display: inline-block;
    background-color: rgba(255,255,255,.7);
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    width: auto
}

@-moz-keyframes

"bounceArrow" {
    0%,20%,50%,80%,100%

{
    -moz-transform: translateY(0)
}

40% {
    -moz-transform: translateY(-5px)
}

60% {
    -moz-transform: translateY(5px)
}

}
@keyframes

"bounceArrow" {
    0%,20%,50%,80%,100%

{
    transform: translateY(0)
}

40% {
    transform: translateY(-5px)
}

60% {
    transform: translateY(5px)
}

}
@-webkit-keyframes

"bounceArrow" {
    0%,20%,50%,80%,100%

{
    -webkit-transform: translateY(0)
}

40% {
    -webkit-transform: translateY(-5px)
}

60% {
    -webkit-transform: translateY(5px)
}

}

.mobile-porfolio-grid .fs-portfolio-icon {
    display: none
}

#intercom-container {
    z-index: 999 !important
}

.portfolio-list-head {
    padding: 42px 15px 52px
}

    .portfolio-list-head .sub-title {
        margin-bottom: 4px;
        font-size: 16px;
        color: #252525;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        font-family: proxima_novasemibold;
        font-style: italic
    }

    .portfolio-list-head h2 {
        font-size: 40px;
        color: #101415;
        font-family: proxima_nova_rgbold;
        line-height: 48px;
        text-transform: uppercase
    }

    .portfolio-list-head .title-bar {
        font-size: 19px;
        color: #292929;
        letter-spacing: .4px;
        background: 0 0;
        padding-bottom: 0
    }

.mobile-porfolio-grid {
    cursor: pointer;
    top: 0
}

    .mobile-porfolio-grid .mobile-client-name {
        font-family: proxima_nova_rgbold;
        margin-top: 12px;
        color: #4a4a4a
    }

    .mobile-porfolio-grid .mobile-clientProject {
        color: #666
    }

    .mobile-porfolio-grid .mobile-clientProject {
        margin-bottom: 15px
    }

    .mobile-porfolio-grid .mobilegrid-hover {
        background-color: #fff;
        opacity: 1;
        visibility: visible;
        padding: 15px;
        height: 192px;
        bottom: 0;
        box-shadow: 0 0 30px rgba(21,21,21,.12);
        -webkit-box-shadow: 0 0 30px rgba(21,21,21,.12)
    }

        .mobile-porfolio-grid .mobilegrid-hover:after {
            content: '';
            position: absolute;
            left: 0;
            width: 0%;
            bottom: 0;
            height: 7px;
            background: #0d5493;
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease
        }

    .mobile-porfolio-grid:hover {
        top: -7px;
        background-color: #e3e9ee
    }

        .mobile-porfolio-grid:hover .mobile-client-name {
            color: #0d5493
        }

        .mobile-porfolio-grid:hover .mobilegrid-hover {
            opacity: 1
        }

            .mobile-porfolio-grid:hover .mobilegrid-hover:after {
                width: 100%
            }

.project-feature-btn li {
    float: left;
    list-style: none;
    border: 1px solid #b1b2b3;
    border-radius: 20px;
    font-size: 14px;
    color: #343434;
    font-family: proxima_nova_rgbold;
    text-align: center;
    min-height: 35px;
    text-transform: uppercase;
    padding: 6px 8px 5px;
    line-height: 21px;
    margin-right: 7px;
    margin-bottom: 5px
}

    .project-feature-btn li:last-child {
        margin-right: 0 !important
    }

    .project-feature-btn li span {
        display: inline-block
    }

    .project-feature-btn li img {
        float: right;
        margin: 7px 0 0 5px
    }

.mobile-porfolio-grid:hover .project-feature-btn li {
    background-color: #f2f8fd;
    border: 1px solid #0d5493
}

.load-more-btn a {
    font-size: 16px;
    color: #606060;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-right: 40px;
    background: #d8d8d8;
    padding: 11px 25px 9px;
    border-radius: 50px;
    text-align: left;
    line-height: 31px
}

    .load-more-btn a span {
        position: absolute;
        top: 8px;
        right: 32px
    }

    .load-more-btn a .loader {
        color: #1866b1;
        display: none;
        font-size: 4px
    }

    .load-more-btn a:hover {
        text-decoration: none;
        background: #1866b1;
        color: #fff
    }

        .load-more-btn a:hover .loader {
            color: #fff
        }

    .load-more-btn a.active {
        padding-right: 72px;
        background: #1866b1;
        color: #fff
    }

        .load-more-btn a.active .loader {
            color: #fff;
            display: inline-block
        }

.org-gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2U1NTExNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTliMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    background: -webkit-linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    background: linear-gradient(45deg,rgba(229,81,21,1) 59%,rgba(238,155,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55115',endColorstr='#ee9b29',GradientType=1 )
}

.blue-gradient {
    background: #026fc7;
    background: -moz-linear-gradient(left,rgba(2,111,199,1) 0%,rgba(53,165,168,1) 100%);
    background: -webkit-linear-gradient(left,rgba(2,111,199,1) 0%,rgba(53,165,168,1) 100%);
    background: linear-gradient(to right,rgba(2,111,199,1) 0%,rgba(53,165,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026fc7',endColorstr='#35a5a8',GradientType=1 )
}

.project-modal-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    padding: 14px 35px 14px 20px
}

    .project-modal-navigation.sticky {
        background: rgba(0,0,0,.15);
        box-shadow: 0 0 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2)
    }

.project--findme .modal-navigation--scrolled {
    background-color: rgba(138,2,12,.3)
}

.project-modal {
    padding-top: 64px !important
}

.project-intro .project-title {
    font-size: 45px
}

.project-intro .project-desc {
    max-width: inherit;
    font-size: 40px;
    color: #fff;
    line-height: 49px;
    letter-spacing: -.2px;
    padding: 0 10px
}

.project-intro .category-tag {
    margin-top: 40px
}

    .project-intro .category-tag p {
        text-transform: uppercase;
        font-size: 15px;
        color: #fff;
        letter-spacing: .2px;
        background: 0 0;
        border: 1px solid rgba(255,255,255,.2);
        height: auto;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        padding: 11px 35px 10px 20px;
        margin: 0 7px;
        position: relative
    }

        .project-intro .category-tag p:before {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            border: 1px solid #fff;
            top: 13px;
            right: 18px
        }

.project-title {
    font-size: 40px;
    color: #fff
}

.project-small-title {
    font-size: 16px;
    color: rgba(255,255,255,.5);
    letter-spacing: 1.2px
}

.project-desc {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    letter-spacing: -.2px;
    max-width: 830px;
    margin: 0 auto
}

.full-portfolio-block .circle {
    width: 30px;
    height: 30px;
    top: 2px
}

    .full-portfolio-block .circle:before {
        margin-left: -10px;
        margin-top: -1.5px;
        width: 20px;
        height: 3px
    }

    .full-portfolio-block .circle:after {
        margin-left: -10px;
        margin-top: -1.5px;
        width: 20px;
        height: 3px
    }

.full-portfolio-block .modal .circle[data-animation=showShadow]:not(.showShadow):hover {
    box-shadow: 0 0 0 3px #fff inset;
    -moz-box-shadow: 0 0 0 3px #fff inset;
    -webkit-box-shadow: 0 0 0 3px #fff inset
}

.project-list-items ul {
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    font-size: 0
}

    .project-list-items ul li {
        width: 33.33%;
        display: inline-block;
        list-style: none;
        position: relative
    }

        .project-list-items ul li:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            min-height: 112px;
            background: rgba(255,255,255,.2)
        }

        .project-list-items ul li:last-child:after {
            display: none
        }

.project-list-items .__item-img {
    min-height: 103px
}

.project-list-items .__item-desc {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase
}

.project-review-block {
    padding-bottom: 38px;
    margin-top: 55px
}

.project-overview .project-logo {
    padding-bottom: 8px
}

    .project-overview .project-logo img {
        width: 100px;
        max-width: 100%;
        border-radius: 20px;
        box-shadow: 0 16px 0 -8px rgba(0,0,0,.15);
        -moz-box-shadow: 0 16px 0 -8px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 16px 0 -8px rgba(0,0,0,.15)
    }

.project-client-tm .project-logo {
    opacity: .3
}

.project-client-tm .project-desc {
    min-width: 280px;
    position: relative;
    z-index: 9;
    min-height: 60px
}

    .project-client-tm .project-desc .pra-arrow {
        font-size: 240px;
        color: rgba(1,1,1,.1);
        position: absolute;
        line-height: 0;
        z-index: -9
    }

    .project-client-tm .project-desc .pra-leftarrow {
        left: -85px;
        top: 61px
    }

    .project-client-tm .project-desc .pra-rightarrow {
        right: -82px;
        bottom: 86px;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg)
    }

.pc-info-block .pc-name {
    font-size: 21px;
    color: #fff;
    letter-spacing: .4px;
    text-transform: uppercase
}

.pc-info-block .pc-post {
    font-size: 18px;
    color: rgba(255,255,255,.3);
    letter-spacing: .2px;
    font-style: italic
}

.pc-review-btn {
    background: rgba(0,0,0,.2);
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .6px;
    min-width: 260px;
    padding: 19px 10px 17px;
    text-decoration: none
}

    .pc-review-btn span.load-img {
        display: inline-block;
        margin-right: 17px;
        position: relative;
        top: -2px
    }

    .pc-review-btn i.zmdi {
        width: auto;
        display: inline-block;
        margin-left: 11px;
        position: relative;
        top: 1px
    }

    .pc-review-btn:hover {
        text-decoration: none
    }

.project-media-block .project-logo {
    opacity: .3
}

.project-media-block .project-desc {
    max-width: 1010px
}

.project-media-block .pm-partner ul {
    display: inline-block
}

    .project-media-block .pm-partner ul li {
        float: left;
        margin: 0 17px;
        list-style: none
    }

.project-follower a {
    display: inline-block;
    position: relative;
    z-index: 9
}

    .project-follower a i {
        color: rgba(255,255,255,.2);
        font-size: 163px;
        width: auto;
        margin-right: 25px;
        top: 8px;
        position: relative
    }

    .project-follower a span {
        font-size: 170px;
        color: rgba(255,255,255,.2);
        line-height: 140px
    }

    .project-follower a i:hover {
        color: #fff;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1)
    }

    .project-follower a:hover, .project-follower a:focus {
        color: rgba(255,255,255,.2);
        text-decoration: none
    }

.project-follower p {
    letter-spacing: .2px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 23px;
    color: #fff
}

.project-quote-form {
    border-top: 1px solid rgba(255,255,255,.1)
}

    .project-quote-form .container {
        width: 860px
    }

    .project-quote-form .pqf-logo {
        opacity: .3
    }

.pqf-title {
    font-size: 50px;
    color: #fff
}

.pqf-desc {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    letter-spacing: -.2px;
    margin: 0
}

.project-quote-form .from-right-block {
    padding: 0 60px;
    margin-top: 70px
}

    .project-quote-form .from-right-block .form-group.input-effect .form-control {
        font-family: proxima_nova_rgregular;
        border-color: rgba(255,255,255,.3);
        text-align: left
    }

    .project-quote-form .from-right-block .form-group.input-effect .effect-16 ~ label {
        font-family: proxima_nova_rgregular;
        color: #fff;
        font-weight: 400;
        text-align: left
    }

.project-quote-form .form-group.input-effect .effect-16 ~ .focus-border {
    background: rgba(255,255,255,.7)
}

.project-quote-form .from-right-block .form-group .select {
    border: none
}

.project-quote-form .from-right-block .form-group.input-effect .form-control {
    border-bottom: 1px solid rgba(255,255,255,.3)
}

.project-quote-form .from-right-block .mobile-number .intl-tel-input.allow-dropdown .flag-container {
    background: 0 0;
    border: none
}

.project-quote-form .from-right-block .mobile-number .intl-tel-input.separate-dial-code .selected-dial-code {
    font-family: proxima_nova_rgregular;
    color: #fff;
    font-weight: 400
}

.custom-clock {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 113px;
    width: 113px;
    opacity: 0;
    -webkit-transform: translate(-50%,10%);
    transform: translate(-50%,10%);
    position: absolute;
    left: 50%;
    top: 35px
}

    .custom-clock.show {
        margin: 0 auto;
        opacity: 1;
        -webkit-transform: translate(-50%,0%);
        transform: translate(-50%,0%);
        -webkit-transition: all 2.5s .5s cubic-bezier(.12,1.03,.34,1);
        transition: all 2.5s .5s cubic-bezier(.12,1.03,.34,1)
    }

    .custom-clock::after {
        background: #fff;
        border-radius: 50%;
        content: "";
        position: absolute;
        left: 50%;
        top: 51%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 12px;
        height: 12px;
        z-index: 10
    }

.minutes-container, .hours-container, .seconds-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hours-container {
    -webkit-animation: rotate 43200s infinite linear;
    animation: rotate 43200s infinite linear
}

.minutes-container {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4,2.08,.55,.44);
    transition: -webkit-transform .3s cubic-bezier(.4,2.08,.55,.44);
    transition: transform .3s cubic-bezier(.4,2.08,.55,.44);
    transition: transform .3s cubic-bezier(.4,2.08,.55,.44),-webkit-transform .3s cubic-bezier(.4,2.08,.55,.44)
}

.seconds-container {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.4,2.08,.55,.44);
    transition: -webkit-transform .2s cubic-bezier(.4,2.08,.55,.44);
    transition: transform .2s cubic-bezier(.4,2.08,.55,.44);
    transition: transform .2s cubic-bezier(.4,2.08,.55,.44),-webkit-transform .2s cubic-bezier(.4,2.08,.55,.44)
}

.hours {
    background: #fff;
    width: 3.5%;
    height: 30%;
    position: absolute;
    left: 48.25%;
    top: 21%;
    -webkit-transform-origin: 50% 98%;
    transform-origin: 50% 98%
}

.minutes {
    background: #fff;
    width: 3.5%;
    height: 40%;
    position: absolute;
    left: 48.25%;
    top: 12%;
    -webkit-transform-origin: 50% 95.5%;
    transform-origin: 50% 95.5%
}

.seconds {
    background: #16a6ff;
    width: 3.5%;
    height: 32%;
    position: absolute;
    left: 48.25%;
    top: 21%;
    -webkit-transform-origin: 50% 92%;
    transform-origin: 50% 92%;
    z-index: 8
}

@-webkit-keyframes

"rotate" {
    100%

{
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

}
@keyframes

"rotate" {
    100%

{
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

}

.custom-clock-detail {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    text-align: center
}

    .custom-clock-detail h2 {
        width: 100%;
        font-family: proxima_nova_rgbold;
        color: #fff
    }

    .custom-clock-detail p {
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0;
        line-height: 26px
    }

.nd-testimonial-section .container {
    width: 1170px
}

.nd-testimonial-section .main-content-block {
    padding-top: 65px;
    padding-bottom: 55px
}

.nd-testimonial-block {
    background-color: #fff;
    padding: 15px;
    min-height: 534px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 0 32px 0 rgba(21,21,21,.15);
    -webkit-box-shadow: 0 0 32px 0 rgba(21,21,21,.15);
    -moz-box-shadow: 0 0 32px 0 rgba(21,21,21,.15);
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    top: 0
}

    .nd-testimonial-block:hover {
        top: -7px
    }

    .nd-testimonial-block:after {
        content: '';
        position: absolute;
        left: 0;
        width: 0%;
        bottom: 0;
        height: 7px;
        background: #0d5493;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

    .nd-testimonial-block:hover:after {
        width: 100%
    }

    .nd-testimonial-block.video {
        background-color: #000
    }

        .nd-testimonial-block.video:hover .tm-project-name {
            color: #fff
        }

.tm-project-logo {
    min-height: 79px;
    margin-top: 24px;
    margin-bottom: 14px
}

    .tm-project-logo img {
        max-width: 79px;
        max-height: 79px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        display: inline-block !important
    }

.tm-project-name {
    font-size: 30px;
    text-transform: uppercase;
    color: #2e2e2e
}

.tm-client-post {
    font-size: 14px;
    text-transform: uppercase;
    color: #676767;
    letter-spacing: .6px
}

.tm-star {
    margin: 12px 0
}

    .tm-star ul {
        margin-bottom: 0;
        font-size: 0
    }

    .tm-star li {
        display: inline-block;
        margin: 0 2px;
        lst-style: none
    }

        .tm-star li a {
            font-size: 19px;
            color: #c9c9c9
        }

            .tm-star li a i {
                color: #c9c9c9
            }

            .tm-star li a.active {
                color: #ff711c
            }

                .tm-star li a.active i {
                    color: #ff711c
                }

.tm-project-discription {
    height: 120px;
    overflow-y: auto;
    margin-bottom: 28px
}

    .tm-project-discription span {
        font-family: proxima_novaextrabold;
        font-size: 20px;
        color: rgba(46,46,46,.5)
    }

    .tm-project-discription p {
        font-size: 17px;
        color: #2e2e2e;
        line-height: 23px;
        margin-bottom: 0;
        padding: 0 5px
    }

.tm-validby {
    font-size: 13px;
    color: #9c9c9c;
    text-transform: uppercase;
    letter-spacing: .2px
}

    .tm-validby img {
        width: auto !important;
        display: inline-block !important
    }

.tm-button {
    position: absolute;
    width: 100%;
    bottom: 42px;
    left: 0
}

    .tm-button a {
        font-size: 15px;
        color: #044e95;
        text-transform: uppercase
    }

        .tm-button a i {
            width: 22px;
            height: 22px;
            border: 1px solid #044e95;
            border-radius: 100%;
            line-height: 20px;
            font-size: 16px;
            position: relative;
            top: 1px;
            margin-left: 5px;
            text-decoration: none
        }

        .tm-button a:hover {
            color: #ff711c;
            text-decoration: none
        }

            .tm-button a:hover i {
                color: #ff711c;
                border-color: #ff711c
            }

.tm-video-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center !important;
    opacity: .8;
    background-size: cover !important;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0
}

.tm-video-detail {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0
}

    .tm-video-detail .tm-project-name {
        color: #fff
    }

    .tm-video-detail .tm-client-post {
        color: #fff
    }

.tm-video-play {
    position: absolute;
    top: 205px;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    cursor: pointer
}

    .tm-video-play i {
        color: rgba(255,255,255,.4);
        font-size: 70px
    }

.nd-testimonial-block:hover .tm-video-play i {
    color: rgba(255,255,255,.8)
}

.nd-testimonial-block:hover .tm-project-name {
    color: #0d5493
}

.tm-project-logo img {
    box-shadow: 0 0 5px #ddd
}

.com-info-inquiry .inquiry-block ul li.skype, .com-info-inquiry .inquiry-block ul li.envelope {
    padding-left: 0
}

    .com-info-inquiry .inquiry-block ul li.skype:after, .com-info-inquiry .inquiry-block ul li.envelope:after {
        background-image: none !important
    }

    .com-info-inquiry .inquiry-block ul li.skype .fa-skype {
        font-size: 24px;
        margin-right: 23px;
        color: #7fba00
    }

    .com-info-inquiry .inquiry-block ul li.envelope .fa-envelope-o {
        font-size: 22px;
        margin-right: 23px
    }

.email-link-btn {
    padding: 14px 15px 12px;
    line-height: 15px
}

    .email-link-btn span {
        text-transform: lowercase;
        font-size: 13px
    }

.sounds_inr-block .apply_btn1.email-link-btn {
    padding: 9px 15px 6px !important;
    line-height: 15px !important;
    width: auto
}

.emailid-block.career-block a span.large-text {
    font-size: 22px
}

.get-in-touch-section.get-in-touch-career-form {
    background-image: none;
    background: #006cc8;
    background: -moz-linear-gradient(left,#006cc8 1%,#2998af 100%);
    background: -webkit-linear-gradient(left,#006cc8 1%,#2998af 100%);
    background: linear-gradient(to right,#006cc8 1%,#2998af 100%)
}

    .get-in-touch-section.get-in-touch-career-form .emailid-block a {
        background: rgba(16,40,62,.41)
    }

        .get-in-touch-section.get-in-touch-career-form .emailid-block a:hover {
            background: rgba(16,40,62,.61)
        }

        .get-in-touch-section.get-in-touch-career-form .emailid-block a span.small-text {
            color: #8fc2df
        }

    .get-in-touch-section.get-in-touch-career-form .sparater-block span {
        background: #0f598a
    }

    .get-in-touch-section.get-in-touch-career-form .emailid-block a:hover i {
        background-position: -1px -343px
    }

    .get-in-touch-section.get-in-touch-career-form .emailid-block.fb-block a:hover i, .get-in-touch-section.get-in-touch-career-form .emailid-block.fb-block a i {
        background: url(../img/facebook-online-icon.png) no-repeat 0 0;
        background-size: 30px auto
    }

    .get-in-touch-section.get-in-touch-career-form .emailid-block.tw-block a:hover i, .get-in-touch-section.get-in-touch-career-form .emailid-block.tw-block a i {
        background: url(../img/twitter-online-icon.png) no-repeat 0 0;
        background-size: 35px auto
    }

    .get-in-touch-section.get-in-touch-career-form .fa.fa-calendar {
        color: #0959a5
    }

    .get-in-touch-section.get-in-touch-career-form .career_text {
        color: #fff;
        font-size: 20px;
        font-family: proxima_novasemibold
    }

.footerlogos {
    margin-top: 40px;
    display: inline-block
}

    .footerlogos a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        opacity: .4
    }

        .footerlogos a:hover {
            opacity: .6
        }

.footer-part1 .footer-part2 a {
    float: none
}

.full-portfolio-block .modal .project-modal {
    padding-top: 0 !important;
    padding-right: 0;
    background-color: #333
}

.full-portfolio-block .modal .project-intro {
    background-position: center top !important;
    padding-top: 100px;
    padding-bottom: 48px
}

.loading-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0,0,0,.6)
}

    .loading-bar span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 0;
        margin-top: -25px
    }

    .loading-bar .loader {
        width: 2.5em;
        height: 2.5em;
        display: inline-block
    }

.full-portfolio-block .background-container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px)
}

.full-portfolio-block .project-modal .circle {
    top: 15px
}

.project-video-block {
    margin-top: 120px;
    position: relative
}

.project-list-items, .project-media-block {
    position: relative
}

.portfolio-video-sec {
    max-width: 1141px;
    margin: 0 auto
}

    .portfolio-video-sec img, .portfolio-video-sec iframe, .portfolio-video-sec video {
        max-width: 100%;
        box-shadow: 0 0 12px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 12px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 12px rgba(0,0,0,.3);
        border-radius: 10px
    }

.tm_link {
    display: block;
    text-decoration: none
}

.textSlider {
    position: relative;
    padding-left: 10%;
    padding-right: 10%
}

.support-content-block.process-page.textSlider .process-blue-block:after {
    border: none !important
}

.textSlider .slick-track li a {
    font-family: proxima_novasemibold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding: 7px 19px 6px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none
}

    .textSlider .slick-track li a:hover {
        text-decoration: none;
        color: #0072c0;
        background-color: #fff
    }

.textSlider .slick-track li {
    position: relative;
    margin-bottom: 30px
}

    .textSlider .slick-track li:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 11px;
        background-color: #fff;
        right: -10px;
        top: 50%;
        margin-top: -6px
    }

    .textSlider .slick-track li:nth-child(4n):after, .textSlider .slick-track li:last-child:after {
        width: 0
    }

.textSlider .slick-slider {
    padding: 0 120px
}

    .textSlider .slick-slider .slick-arrow {
        display: none !important;
        transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        -webkit-transition: all .5s ease 0s
    }

    .textSlider .slick-slider:hover .slick-arrow {
        display: block !important
    }

.textSlider .slick-prev, .textSlider .slick-next {
    top: 10px;
    right: 10%;
    left: auto
}

.textSlider .slick-prev {
    left: 10%;
    right: auto;
    z-index: 1
}

.textSlider:before {
    content: '';
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #2d81d6;
    border-bottom: 12px solid transparent;
    bottom: -24px;
    right: 50%;
    margin-right: -12px;
    z-index: -99
}

.textSlider .slick-slider .slick-next, .textSlider .slick-slider .slick-prev {
    border: none
}

    .textSlider .slick-slider .slick-prev:before, .textSlider .slick-slider .slick-next:before {
        color: #fff
    }

.textSlider.sticky .slick-slider {
    position: fixed;
    top: 80px;
    left: 0;
    background: #107dbe;
    right: 0;
    z-index: 99;
    padding-top: 16px;
    padding-bottom: 16px
}

.textSlider.sticky .slick-track li {
    margin-bottom: 10px
}

.textSlider.sticky .slick-prev, .textSlider.sticky .slick-next {
    top: 40%
}

@media(max-width:1199px) {
    .textSlider .slick-slider {
        padding: 0
    }

    .textSlider {
        padding-left: 0;
        padding-right: 0
    }

        .textSlider.sticky .slick-slider {
            position: inherit;
            top: 0
        }

        .textSlider.sticky .slick-prev, .textSlider.sticky .slick-next {
            top: 25px
        }

        .textSlider .slick-prev, .textSlider .slick-next {
            top: 10px
        }
}

@media(max-width:1023px) {
    .textSlider .slick-slider {
        padding: 0
    }

    .textSlider {
        padding-left: 0;
        padding-right: 0
    }

        .textSlider .slick-track li a {
            font-size: 12px
        }
}

@media(max-width:767px) {
    .textSlider .slick-slider {
        padding: 0 30px
    }

    .textSlider {
        padding: 0
    }

        .textSlider .slick-track li a {
            padding: 7px 9px 6px
        }

        .textSlider .slick-track li:after {
            width: 0
        }

        .textSlider .slick-slider .slick-arrow {
            display: block !important
        }
}

.footerStarSection ul li.hover {
    color: #ffe000
}

#rated_id {
    cursor: pointer
}

@media only screen and (min-width:1230px) {
    .contact-page-form .col-md-4 {
        width: 338px
    }

    .contact-page-form .col-md-8 {
        width: 832px
    }

    .design-humans-block .col-md-4 {
        width: 453px
    }

    .design-humans-block .col-md-8 {
        width: 675px
    }
}

@media only screen and (min-width:1601px) {
    .slideSection .blockoneThird.blockRight .circel {
        width: 520px;
        margin-left: -260px;
        margin-top: -260px
    }

    .slideSection .blockoneThird.blockRight .circel-left {
        height: 520px
    }

        .slideSection .blockoneThird.blockRight .circel-left:after {
            width: 520px;
            height: 520px
        }

    .slideSection .blockoneThird.blockRight .circel-right {
        height: 520px
    }

        .slideSection .blockoneThird.blockRight .circel-right:after {
            width: 520px;
            height: 520px
        }

    .slide_back .container {
        width: 1500px;
        display: inherit;
        vertical-align: top;
        padding-left: 15px
    }

    .slide_back .slide_detail {
        margin-top: 200px
    }

    .slide_back .container .slide_detail {
        width: 597px
    }

    .landing-bottom-slider.profileSlide .slide_detail {
        width: 597px
    }

    .full-portfolio-block .slide_back .container {
        width: 100%;
        padding-left: 116px
    }

    .full-portfolio-block .slide_back .slide_detail {
        margin-top: 200px
    }
}

@media only screen and (max-width:1366px) {
    .header-inset {
        padding-left: 20px;
        padding-right: 20px
    }

    header.sticky .header-inset {
        padding-left: 20px;
        padding-right: 20px
    }

    nav .navigation-part {
        max-width: 800px
    }

        nav .navigation-part ul.menu-links li {
            margin-right: 0
        }

            nav .navigation-part ul.menu-links li a {
                padding: 10px 20px 9px
            }

    .features-section ul.list li {
        padding: 0 10px
    }

    header.new-header nav .navigation-part ul.menu-links li {
        margin-right: 0
    }

        header.new-header nav .navigation-part ul.menu-links li a {
            padding: 10px 20px 9px
        }

    .pfilterBlock .close-button.padr {
        right: 20px
    }

    .cb-textbox h3 {
        font-size: 31px;
        line-height: 42px
    }

    .mobile-porfolio-grid.last-mobile-grid .devices > div:after {
        left: -26px
    }

    .mobileproject-descrption .mobilep-des-info {
        height: 84px;
        margin-bottom: 10px
    }

        .mobileproject-descrption .mobilep-des-info p {
            font-size: 19px
        }
}

@media screen and (max-width:1200px) {
    .container {
        padding: 0 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .aw-cl-logo-block .news-section-block .newsOuter {
        min-height: 260px
    }

        .aw-cl-logo-block .news-section-block .newsOuter .news-detail p br {
            display: none
        }

    .proposal-block {
        padding: 0 15px
    }

    .regular-sub-head {
        line-height: 27px
    }

    .development-grib-box-block .col-md-2.grib-box {
        width: 20%
    }

    .whitepaper-banner-img img {
        max-width: 300px
    }

    .whitepaper-info {
        padding-left: 50px;
        margin-top: 0;
        background-position: 8px bottom
    }

    .konstant-customers-block .owl-controls .owl-prev {
        left: 0
    }

    .konstant-customers-block .owl-controls .owl-next {
        right: 0
    }

    .konstant-customers-block .owl-controls .owl-prev:hover {
        left: 0
    }

    .konstant-customers-block .owl-controls .owl-next:hover {
        right: 0
    }

    .cb-textbox {
        padding-top: 50px
    }
}

@media only screen and (max-width:1199px) {
    .bcm_btn {
        padding-left: 20px;
        padding-right: 20px
    }

    body.top-space {
        padding-top: 56px
    }

    .header-inset .logo img {
        max-width: 150px;
        margin-top: 5px
    }

    header.sticky {
        min-height: 56px
    }

        header.sticky .header-inset .logo.mobile {
            margin-top: 0
        }

            header.sticky .header-inset .logo.mobile img {
                max-width: 140px;
                margin-top: 0
            }

    header .custom-navbar .navigation .grid-filter {
        margin-right: 10px
    }

    #web-phone-grid header.sticky .custom-navbar .navigation {
        margin-top: -4px
    }

        #web-phone-grid header.sticky .custom-navbar .navigation .grid-filter a {
            height: 40px;
            line-height: 40px
        }

        #web-phone-grid header.sticky .custom-navbar .navigation .inquiry-btn a {
            height: 40px;
            line-height: 40px
        }

    .in-banner-content > ul li {
        padding: 0 5px 0 30px;
        font-size: 13px;
        margin-left: 18px;
        line-height: 22px
    }

    .custom-navbar.desktop-nav {
        display: none
    }

    .custom-navbar.mobile-nav {
        display: block;
        position: absolute;
        right: 18px;
        top: 26px;
        z-index: 9999;
        width: 28px;
        height: 37px
    }

        .custom-navbar.mobile-nav.sticky {
            top: 13px;
            position: fixed
        }

            .custom-navbar.mobile-nav.sticky .nav-grid a span {
                background: #222
            }

                .custom-navbar.mobile-nav.sticky .nav-grid a span:before, .custom-navbar.mobile-nav.sticky .nav-grid a span:after {
                    background: #222
                }

            .custom-navbar.mobile-nav.sticky .nav-grid.is-active a span {
                background: 0 0 !important
            }

                .custom-navbar.mobile-nav.sticky .nav-grid.is-active a span::before, .custom-navbar.mobile-nav.sticky .nav-grid.is-active a span::after {
                    background-color: #fff
                }

    .nav-grid {
        cursor: pointer;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transition-property: background-color;
        -moz-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color
    }

        .nav-grid a {
            width: 26px;
            height: 30px;
            padding-top: 0;
            float: left;
            position: relative;
            top: 0
        }

            .nav-grid a span {
                display: block;
                position: absolute;
                top: 13px;
                left: 0;
                right: 0;
                height: 3px;
                background: #fff;
                transition: background 0s .1s;
                -moz-transition: background 0s .1s;
                -webkit-transition: background 0s .1s
            }

                .nav-grid a span:before, .nav-grid a span:after {
                    position: absolute;
                    display: block;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    background-color: #fff;
                    content: ""
                }

                .nav-grid a span::before {
                    transition-property: top,transform
                }

                .nav-grid a span::after {
                    transition-property: bottom,transform
                }

                .nav-grid a span::before {
                    top: -8px
                }

                .nav-grid a span::after {
                    bottom: -8px
                }

                .nav-grid a span:before, .nav-grid a span:after {
                    transition-duration: .1s,.1s;
                    transition-delay: .1s,0s
                }

        .nav-grid.is-active {
            position: fixed;
            top: 0;
            z-index: 99999;
            margin: 0;
            height: 64px;
            text-align: center;
            right: 0;
            -webkit-transition-delay: 1s;
            -moz-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
            -webkit-transition-duration: 1s;
            -moz-transition-duration: 1s;
            -o-transition-duration: 1s;
            transition-duration: 1s;
            width: 52px
        }

            .nav-grid.is-active a {
                z-index: 9999;
                float: right;
                margin: 0 16px 0 0;
                width: 24px;
                z-index: 9999;
                margin-top: 18px
            }

                .nav-grid.is-active a span {
                    background: 0 0
                }

                    .nav-grid.is-active a span::before {
                        top: 0;
                        transform: rotate(45deg);
                        -moz-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        background-color: #fff
                    }

                    .nav-grid.is-active a span::after {
                        bottom: 0;
                        transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -webkit-transform: rotate(-45deg);
                        background-color: #fff
                    }

                    .nav-grid.is-active a span::before, .nav-grid.is-active a span::after {
                        transition-delay: 0s,.3s
                    }

    nav .navigation-part {
        background: #162d42;
        margin: 0 !important;
        padding: 65px 0 0 !important;
        left: 100%;
        z-index: 9999;
        position: fixed;
        opacity: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        box-shadow: 0 4px 12px rgba(0,0,0,.2)
    }

        nav .navigation-part.is-active2 {
            left: 0;
            opacity: 1;
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease
        }

    .com-info {
        float: right;
        padding-right: 60px;
        margin-top: -60px
    }

        .com-info > ul {
            float: left;
            margin-top: 5px
        }

            .com-info > ul > li {
                padding: 10px 15px;
                text-align: center
            }

                .com-info > ul > li:after {
                    display: none
                }

                .com-info > ul > li .com-info-drop-down ul {
                    margin-top: 28px
                }

                    .com-info > ul > li .com-info-drop-down ul:after {
                        right: 12px
                    }

                .com-info > ul > li .com-info-inquiry-dd .com-info-inquiry {
                    margin-top: 28px
                }

                    .com-info > ul > li .com-info-inquiry-dd .com-info-inquiry:after {
                        right: 15px
                    }

        .com-info .inquiry-btn {
            float: right;
            margin-left: 15px
        }

            .com-info .inquiry-btn a:hover {
                background: #0c5aa5;
                color: #fff
            }

    nav .navigation-part ul.menu-links {
        float: left;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        position: relative
    }

        nav .navigation-part ul.menu-links li {
            width: 100%;
            margin-right: 0;
            height: auto
        }

            nav .navigation-part ul.menu-links li a {
                width: 100%;
                font-size: 17px;
                padding: 16px 10px 16px 30px
            }

    nav ul.menu-links > li.submenu:hover > a:after {
        display: none
    }

    nav ul.menu-links li .dropdown {
        position: inherit;
        top: 0;
        width: 100%
    }

    nav ul.menu-links li:hover .dropdown {
        display: none
    }

    nav ul.menu-links li .dropdown .sub-menu-section {
        margin-top: 0;
        padding: 25px 0 0
    }

        nav ul.menu-links li .dropdown .sub-menu-section .container {
            padding: 0 20px
        }

        nav ul.menu-links li .dropdown .sub-menu-section .col-md-12 {
            padding: 0
        }

        nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block {
            padding-left: 0;
            padding-top: 0
        }

    nav .navigation-part ul.menu-links li .sub-menu-section .btn-block {
        top: 0;
        left: 0;
        position: relative;
        width: 100%;
        margin-bottom: 10px
    }

        nav .navigation-part ul.menu-links li .sub-menu-section .btn-block br {
            display: none
        }

        nav .navigation-part ul.menu-links li .sub-menu-section .btn-block .comman-btn {
            width: auto;
            margin-right: 14px;
            margin-top: 0;
            clear: inherit
        }

    nav .navigation-part ul.menu-links li .sub-menu-sec {
        margin-left: 0;
        width: 33.33%;
        margin-top: 20px;
        margin-bottom: 20px
    }

        nav .navigation-part ul.menu-links li .sub-menu-sec ul {
            margin-top: 20px
        }

        nav .navigation-part ul.menu-links li .sub-menu-sec.highlight-link {
            margin-top: 67px
        }

    nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block {
        padding-top: 0
    }

        nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec {
            width: 33.33%
        }

            nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec.highlight-link {
                width: 100%;
                margin-top: 0;
                margin-bottom: 10px
            }

            nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec:last-child {
                width: 33.33%
            }

    body#skedpal-suvey {
        padding-top: 56px
    }

        body#skedpal-suvey nav .navigation-part {
            padding-top: 56px !important
        }

    body .support-content-block {
        padding-bottom: 25px
    }

    body .aw-cl-logo-block {
        margin-top: 0
    }

        body .aw-cl-logo-block ul.nav-tabs {
            background: #0f7cbf;
            padding-top: 20px;
            padding-bottom: 20px
        }

        body .aw-cl-logo-block.sticky {
            margin-top: 0;
            padding-top: 0
        }

            body .aw-cl-logo-block.sticky ul.nav-tabs {
                top: 56px
            }

    .get-in-touch-section .main-content-block {
        width: 36%
    }

        .get-in-touch-section .main-content-block h2 {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 6px
        }

        .get-in-touch-section .main-content-block .title-bar {
            font-size: 18px
        }

    .get-in-touch-section .from-block .col-md-5 {
        width: 35%
    }

    .get-in-touch-section .from-block .col-md-7 {
        width: 65%
    }

    .get-in-touch-section .from-right-block {
        padding: 40px 0 20px 0
    }

        .get-in-touch-section .from-right-block .mobile-number .phonenumber-filed {
            width: 170px
        }

    .emailid-block a span.small-text {
        letter-spacing: inherit
    }

    .emailid-block a span.large-text {
        font-size: 20px
    }

    .emailid-block a {
        padding-left: 20px
    }

        .emailid-block a i {
            display: none
        }

    .startup-enterprise-sec {
        max-width: 760px;
        margin: 50px auto 0;
        float: none
    }

        .startup-enterprise-sec .sf-content {
            padding-top: 51px
        }

            .startup-enterprise-sec .sf-content .startup-link a {
                width: 107px
            }

            .startup-enterprise-sec .sf-content .enterprise-link {
                margin-top: 76px;
                padding-right: 40px
            }

                .startup-enterprise-sec .sf-content .enterprise-link a {
                    width: 132px
                }

            .startup-enterprise-sec .sf-content .detail-info {
                padding: 0 180px 0 120px;
                margin-top: -46px
            }

    body .businessSection {
        min-height: 530px
    }

        body .businessSection h2 {
            max-width: 100%;
            text-align: center
        }

            body .businessSection h2 br {
                display: none
            }

        body .businessSection .thoughtBlock {
            width: 320px;
            height: 320px;
            padding: 20px
        }

            body .businessSection .thoughtBlock .innerWhite {
                padding-top: 76px
            }

                body .businessSection .thoughtBlock .innerWhite p {
                    display: none
                }

    body .teamSection .ourTeamBlock {
        padding: 70px
    }

    body .archivesSection li {
        padding: 20px 20px 0
    }

        body .archivesSection li .iconsAcrchve {
            margin-right: 0
        }

    body .ourvalueBlock {
        padding-top: 60px;
        text-align: center
    }

        body .ourvalueBlock .purposeBlock {
            max-width: 80%;
            text-align: center
        }

            body .ourvalueBlock .purposeBlock .purposeIcons {
                margin-right: 0
            }

            body .ourvalueBlock .purposeBlock .titlesBlocks {
                width: 100%
            }

            body .ourvalueBlock .purposeBlock p {
                margin-top: 10px
            }

    .innerpage-banner.mobile-banner-height .in-banner-content {
        padding-top: 228px
    }

    .in-banner-content {
        padding-top: 168px
    }

        .in-banner-content h1 {
            font-size: 55px
        }

    body .support-content-block .process-blue-block h2 {
        padding: 0
    }

    body .aw-cl-logo-block .nav-tabs > li {
        padding: 0 20px
    }

    body .hiring-process-sec .col-sm-6 {
        width: 100%
    }

    body .hiring-process-sec .col-sm-3 {
        display: none
    }

    .overflow_slide.scroll-nav-fixed {
        top: 56px
    }

    .technologiesProvide .tablist-block ul {
        width: 100%
    }

        .technologiesProvide .tablist-block ul li {
            width: 20%;
            padding: 26px 10px 0
        }

    .application-option ul {
        width: 100%
    }

        .application-option ul li {
            display: inline-block;
            float: none;
            margin-bottom: 28px
        }

    .businessProcess li:last-child:before {
        display: none
    }

    .project-delivered-section .row.client-comment-block {
        margin-left: 0;
        margin-right: 0
    }

    .business-requir-detail h3 br {
        display: none
    }

    .soultionWeb.web-dev .col-sm-5 > div {
        width: 480px;
        margin-left: -72px
    }

    .technologiesProvide.web-dev ul.nav-tabs li {
        width: 16.66%
    }

    .technologiesProvide.hire-dedicate .tablist-block ul li {
        width: 25%
    }

    body .start-a-project .close-button {
        margin-right: 0
    }

    body .start-a-project .section-title h2 {
        font-size: 36px;
        line-height: 42px
    }

    body .start-a-project .close-button {
        padding: 0
    }

    body .start-a-project .start-projectinner .marT94 {
        margin-top: 30px
    }

    body .start-a-project .popup-box {
        margin-top: 30px;
        margin-bottom: 30px
    }

    #overflow-slide_2.technologiesProvide.ecommerce-dev ul.nav-tabs li {
        width: 20%
    }

    .mobile-solution ul li {
        padding: 0 5px
    }

        .mobile-solution ul li .chatOption {
            width: 100%;
            margin: 0;
            padding-left: 5px;
            padding-right: 5px
        }

    .technologiesProvide.iphone-landing-dev-pro .tablist-block ul li {
        width: 33.33%
    }

    .slide_detail .slidTitile br {
        display: none
    }

    .appSolution_block1 {
        min-height: 260px
    }

    .technologiesProvide.php-page .tablist-block ul li {
        width: 14.28%
    }

    .technologiesProvide.hirephp-page .tablist-block ul li {
        width: 16.66%
    }

    body .scratchsec {
        padding-top: 80px
    }

    body .scratchOption:after {
        display: none
    }

    body .scratchBlock {
        width: 100%;
        margin-bottom: 15px
    }

        body .scratchBlock img {
            max-height: 152px
        }

    body .scratchImg1 > img {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%
    }

    body .scratchImg2 > img {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%
    }

    body .theater-toggle {
        padding: 0;
        text-align: center
    }

    .ourvalueBlock.businessValue .purposeBlock {
        text-align: left
    }

    .business-requir-info h3 {
        font-size: 30px
    }

    .innerpage-banner.contect-page .in-banner-content p br {
        display: none
    }

    body .contact-page-form .form-group {
        padding: 0 15px
    }

    body .contact-page-form .mobile-number {
        padding-left: 119px !important
    }

        body .contact-page-form .mobile-number .intl-tel-input {
            left: 15px
        }

    body .tabing-section.contact-tabing-block #horizontalTab .resp-tabs-container {
        min-height: inherit
    }

    body .innerpage-banner.contect-page .in-banner-content {
        padding-bottom: 10px
    }

    .area-info-detail .detail {
        padding: 30px 15px
    }

    .slide_back {
        background-position: left center
    }

        .slide_back .slide_detail {
            width: 460px
        }

    .landing-bottom-slider.profileSlide .slide_detail {
        width: 460px
    }

    .custom-navbar.portfolio-header .inquiry-btn {
        display: block
    }

    #web-phone-grid {
        padding-top: 78px
    }

        #web-phone-grid .custom-navbar.desktop-nav {
            display: block
        }

        #web-phone-grid .inquiry-btn {
            display: block
        }

    .iti-mobile .custom-navbar.desktop-nav {
        display: block
    }

    .iti-mobile .inquiry-btn {
        display: none
    }

    .pfilterBlock {
        padding-top: 70px
    }

    .filterList ul.double-row {
        width: 100%
    }

        .filterList ul.double-row:last-child {
            width: 100%;
            margin-top: 0
        }

        .filterList ul.double-row li {
            padding-right: 0
        }

    .filterList ul.main-double-row {
        width: 100%
    }

        .filterList ul.main-double-row:last-child {
            width: 100%;
            margin-top: 0
        }

        .filterList ul.main-double-row li {
            padding-right: 0
        }

    .show-only-iphone {
        display: none
    }

    .caseImg {
        background-position: center center !important
    }

    body .join_team {
        background-attachment: inherit
    }

    .result-value-block .resultBlock p {
        font-size: 16px
    }

    .casestudy-mobile {
        overflow: hidden
    }

    .taskclone-banner {
        overflow: hidden
    }

    .web-mobile-slider-block {
        overflow: hidden
    }

    .technologiesProvide.android-page .tablist-block ul li {
        width: 25%
    }

    .technologiesProvide.phonegap-page .tablist-block ul li {
        width: 33.33%
    }

    .technologiesProvide.xamarin-page .tablist-block ul li {
        width: 33.33%
    }

    .technologiesProvide.dot_net_page .tablist-block ul li {
        width: 33.33%
    }

    .technologiesProvide.java-dev-page .tablist-block ul li {
        width: 25%
    }

    .technologiesProvide.wordpress-dev-page .tablist-block ul li {
        width: 50%
    }

    .technologiesProvide.joomla-dev-page .tablist-block ul li {
        width: 33.33%
    }

    .technologiesProvide.drupal-dev-page .tablist-block ul li {
        width: 33.33%
    }

    .technologiesProvide.magneto-page .tablist-block ul li {
        width: 33.33%
    }

    .technologiesProvide.ui-ux-dev-page .tablist-block ul li {
        width: 50%
    }

    .technologiesProvide.quality-dev-page .tablist-block ul li {
        width: 33.33%
    }

    .technologiesProvide.iot-dev-banner .tablist-block ul li {
        width: 16.66%
    }

    .technologiesProvide.on-demand-dev-page .tablist-block ul li {
        width: 25%
    }

    .innerpage-banner.mobile-banner-height .page-banner-form {
        padding-top: 150px
    }

    .pb-content-block h1 {
        font-size: 45px
    }

    .pb-content-block p.title br {
        display: none
    }

    .footer-part2 .client-logos ul li {
        padding: 0 10px
    }

    .footerlogos a {
        margin-bottom: 20px;
        display: block;
        text-align: center;
        margin-right: 0
    }

        .footerlogos a img {
            max-width: 90%
        }
}

@media only screen and (max-width:991px) {
    nav .navigation-part ul.menu-links li .sub-menu-sec {
        width: 100%;
        padding-right: 0
    }

    nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec {
        width: 100%
    }

        nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec:last-child {
            width: 100%
        }

    nav .navigation-part ul.menu-links li .sub-menu-sec.without-heading {
        margin-top: 0
    }

        nav .navigation-part ul.menu-links li .sub-menu-sec.without-heading ul {
            margin-top: 0
        }

        nav .navigation-part ul.menu-links li .sub-menu-sec.without-heading .menuHeadTitle {
            display: none
        }

    .in-banner-content > ul li {
        padding: 0 0 0 28px;
        font-size: 10px;
        margin-left: 6px
    }

    .main-banner-cover {
        min-height: 800px
    }

    .mainsec {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 200px
    }

        .mainsec h1 {
            font-size: 52px;
            line-height: 56px
        }

            .mainsec h1 br {
                display: none
            }

            .mainsec h1 span {
                margin-bottom: 24px;
                display: inline-block
            }

                .mainsec h1 span i {
                    bottom: -38px
                }

        .mainsec p {
            margin-top: 10px
        }

            .mainsec p br {
                display: none
            }

        .mainsec a {
            margin-top: 30px
        }

    .main-content-block h2 {
        font-size: 38px
    }

    .client-logo-block {
        bottom: 58px
    }

    .main-content-block {
        padding-top: 64px
    }

    .features-block {
        padding-bottom: 50px
    }

    .features-section .feature-block {
        margin-top: 35px;
        padding: 25px 0
    }

    .mobile-features-tabing {
        min-height: 770px
    }

    #horizontalTab {
        margin-top: -462px !important
    }

    .development-process-block .main-content-block {
        padding-top: 64px
    }

    .development-tabing-block .tablist-block ul li {
        padding-left: 5px;
        padding-right: 5px
    }

        .development-tabing-block .tablist-block ul li div.process-bar {
            display: none
        }

        .development-tabing-block .tablist-block ul li div.center-block a span {
            line-height: 16px
        }

        .development-tabing-block .tablist-block ul li.active div.center-block a span {
            padding: 10px 0;
            min-width: 100%
        }

    .news-section-block .col-md-12 {
        margin-top: 56px
    }

    .news-section-block .newsOuter .center-grip {
        display: none
    }

    .slideSection .blockoneThird.blockLeft {
        width: 100%;
        height: auto
    }

        .slideSection .blockoneThird.blockLeft .flexslider {
            height: auto;
            padding-bottom: 30px
        }

        .slideSection .blockoneThird.blockLeft .blockquoteOuter {
            display: inline-block;
            height: auto;
            text-align: center;
            padding: 20px 0
        }

        .slideSection .blockoneThird.blockLeft .blockquoteInner {
            padding-top: 0;
            display: inline-block
        }

    .slideSection .blockoneThird.blockmiddle {
        width: 100%;
        height: 240px;
        background-size: cover;
        background-position: center left
    }

    .slideSection .blockoneThird.blockRight {
        width: 100%;
        height: auto
    }

    .slideSection .blockquoteInner {
        padding-top: 0
    }

    .testimonial-section .testimonial-block {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .flexslider {
        height: auto
    }

    .latest-blog-section .main-content-block {
        padding-top: 64px
    }

    .latest-blog-section .latest-blogs {
        margin-top: 35px;
        text-align: center
    }

    .latest-blog-section .blog-section {
        border: 1px solid #e4e4e4 !important;
        min-height: inherit;
        padding-bottom: 22px
    }

    .latest-blog-section .latest-blogs .col-md-4 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .latest-blog-section .blog-section p {
        height: inherit;
        overflow: inherit
    }

    .white-paper-block {
        position: relative;
        margin-top: 30px
    }

        .white-paper-block img {
            width: auto;
            max-width: inherit
        }

    .get-in-touch-section .main-content-block {
        padding-top: 50px;
        width: 100%;
        margin-top: 0
    }

        .get-in-touch-section .main-content-block h2 {
            color: #fff;
            text-align: center
        }

        .get-in-touch-section .main-content-block .title-bar {
            font-size: 16px;
            color: #fff;
            background: 0 0;
            text-align: center
        }

    .get-in-touch-section {
        padding-bottom: 15px;
        margin-top: 0;
        width: 100%;
        float: left
    }

        .get-in-touch-section .from-block {
            margin-top: 35px
        }

            .get-in-touch-section .from-block .col-md-5 {
                text-align: center;
                padding: 0;
                width: 100%
            }

                .get-in-touch-section .from-block .col-md-5 .from-left-block {
                    width: 100%;
                    min-height: inherit;
                    float: none;
                    display: inline-block;
                    padding-top: 0;
                    padding-right: 0
                }

                    .get-in-touch-section .from-block .col-md-5 .from-left-block .listing-block {
                        margin-top: 30px;
                        text-align: left;
                        padding-left: 10px;
                        text-align: center
                    }

                        .get-in-touch-section .from-block .col-md-5 .from-left-block .listing-block h3 {
                            text-align: center
                        }

                        .get-in-touch-section .from-block .col-md-5 .from-left-block .listing-block ul {
                            float: none;
                            display: inline-block;
                            width: auto
                        }

                            .get-in-touch-section .from-block .col-md-5 .from-left-block .listing-block ul li {
                                text-align: left
                            }

            .get-in-touch-section .from-block .col-md-7 {
                margin-top: 20px;
                width: 100%;
                float: left;
                padding-left: 0 !important
            }

            .get-in-touch-section .from-block .from-right-block {
                padding-left: 0;
                margin-top: 0;
                padding-top: 10px;
                padding-right: 0
            }

                .get-in-touch-section .from-block .from-right-block .form-group {
                    padding: 0 10px
                }

                .get-in-touch-section .from-block .from-right-block .mobile-number .phonenumber-filed {
                    width: 100%
                }

            .get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block {
                width: 49%;
                float: none;
                display: inline-block;
                margin-top: 0;
                padding: 0 10px;
                background-color: inherit !important;
                text-align: left
            }

        .get-in-touch-section.get-in-touch-career-form .from-block .col-md-5 .from-left-block .emailid-block {
            margin: 0 auto;
            display: block;
            text-align: center
        }

    #partner-form .from-left-block {
        min-height: inherit;
        text-align: center
    }

    .sparater-block {
        display: none
    }

    .footer-section {
        padding-bottom: 35px
    }

    .footer-part2 {
        margin-top: 45px
    }

        .footer-part2 .client-logos ul li {
            padding: 0 20px
        }

        .footer-part2 p {
            margin-top: 15px
        }

    .social-icon-block {
        margin-top: 45px
    }

        .social-icon-block h2 {
            text-align: left
        }

        .social-icon-block ul {
            float: left
        }

    .videoSection {
        background-attachment: inherit
    }

        .videoSection .testimonial-video {
            height: 100%;
            text-align: center;
            left: 0
        }

    .innerpage-banner.mobile-banner-height .in-banner-content {
        padding-top: 170px
    }

    .innerpage-banner {
        min-height: inherit
    }

    .in-banner-content {
        padding-top: 170px;
        padding-bottom: 120px
    }

        .in-banner-content h1 {
            font-size: 45px;
            line-height: 49px
        }

            .in-banner-content h1 br {
                display: none
            }

    .block-numbers {
        top: 70px
    }

    .process-block {
        padding-top: 40px;
        padding-bottom: 40px
    }

        .process-block .list-block {
            margin-top: 35px
        }

        .process-block.left-process-block .list-block {
            padding-left: 68px;
            width: 100%;
            z-index: 99;
            position: relative
        }

        .process-block.right-process-block .list-block {
            padding-right: 40px;
            width: 100%;
            z-index: 99;
            position: relative
        }

        .process-block.left-process-block .content-block p {
            padding-right: 0
        }

        .process-block.right-process-block .content-block p {
            padding-left: 0
        }

        .process-block .content-block .heading-block h2 {
            font-size: 32px
        }

    .enjoy-app-block {
        padding-top: 40px;
        padding-bottom: 30px
    }

        .enjoy-app-block h2 {
            font-size: 36px;
            padding: 0 60px;
            margin-bottom: 15px
        }

        .enjoy-app-block p {
            font-size: 20px
        }

    .support-content-block .process-blue-block:after {
        right: 20px
    }

    .survey-banner-section {
        height: 500px
    }

        .survey-banner-section .content-part {
            margin-top: 100px
        }

    .working-star-block p {
        font-size: 28px;
        line-height: initial
    }

    .working-star-block ul li {
        padding: 0 15px
    }

        .working-star-block ul li .block span {
            font-size: 40px
        }

        .working-star-block ul li .equal-icon {
            font-size: 30px;
            bottom: 53px
        }

    .project-summery-section {
        padding-top: 60px
    }

    .discription-block .heading-block {
        width: 100%
    }

        .discription-block .heading-block h2 {
            font-size: 26px;
            padding-bottom: 14px
        }

    .discription-block {
        margin-bottom: 30px
    }

        .discription-block .content-right-block {
            width: 100%;
            padding: 0
        }

            .discription-block .content-right-block .content-block {
                margin-top: 25px;
                margin-bottom: 25px
            }

    .client-partner-block ul li {
        width: 33.33%
    }

        .client-partner-block ul li:nth-child(4n):after {
            display: block
        }

        .client-partner-block ul li:nth-child(3n):after {
            display: none
        }

    .innerpage-banner.mobile-banner-height .in-banner-content.pdT180 {
        padding-top: 170px !important
    }

    .innerpage-banner.development-banner .in-banner-content h1 {
        font-size: 52px;
        line-height: 56px
    }

        .innerpage-banner.development-banner .in-banner-content h1 br {
            display: none
        }

    .development-grib-box-block .col-md-2.grib-box {
        width: 33.33%;
        float: left
    }

        .development-grib-box-block .col-md-2.grib-box:first-child {
            display: none
        }

        .development-grib-box-block .col-md-2.grib-box:last-child {
            display: none
        }

    .development-grib-box-block .col-md-3.grib-box {
        width: 33.33%;
        float: left
    }

    .features-block.we-deliver {
        padding-bottom: 60px
    }

    .design-humans-block .col-md-8 {
        margin-top: 40px;
        padding: 0 20px
    }

    .hire-experts-platfoms .col-md-12 {
        padding: 0
    }

    .developer-logo {
        padding: 0 15px
    }

    .howit-work-listblock .col-md-12 .col-md-10 {
        padding: 0
    }

    .aw-cl-logo-block .nav-tabs > li {
        padding: 0 20px
    }

    .resource-list-block .re-detail {
        padding: 0 10px;
        top: 40px !important
    }

        .resource-list-block .re-detail .title {
            margin-top: 18px
        }

        .resource-list-block .re-detail h2 {
            margin-top: 10px
        }

    .whitepaper-banner-img {
        width: 100%;
        text-align: center
    }

    .whitepaper-info {
        width: 100%;
        padding-left: 50px;
        text-align: center;
        margin-top: 40px;
        background: 0 0;
        padding-left: 0
    }

    .d-white-p-list-block {
        padding-top: 50px
    }

    .outsourcing-banner {
        padding-bottom: 40px
    }

        .outsourcing-banner p {
            padding: 0
        }

    .thankyou-msg-block .main-content-block h2 {
        font-size: 44px
    }

    .thankyou-blog-sec .heading h2 {
        text-align: center
    }

    .blogList .col-md-6 {
        text-align: center
    }

    .blogList .blogImage {
        text-align: center;
        margin-bottom: 25px
    }

        .blogList .blogImage a img {
            width: 100%
        }

    .innerpage-banner.contect-page {
        padding-bottom: 40px
    }

        .innerpage-banner.contect-page .in-banner-content p br {
            display: none
        }

    .contact-page-form .col-md-8, .contact-page-form .col-md-4 {
        width: 100%;
        float: left;
        height: auto
    }

    .contact-page-form .contact-link-block .link-block {
        width: 33.33%;
        float: left;
        background: 0 0
    }

        .contact-page-form .contact-link-block .link-block .img-sec {
            height: 35px
        }

    .tabing-section.contact-tabing-block {
        position: relative
    }

        .tabing-section.contact-tabing-block .container, .tabing-section.contact-tabing-block .col-md-12 {
            padding: 0
        }

        .tabing-section.contact-tabing-block #horizontalTab {
            margin-top: 0 !important;
            border-radius: 0
        }

            .tabing-section.contact-tabing-block #horizontalTab ul {
                border-radius: 0
            }

                .tabing-section.contact-tabing-block #horizontalTab ul li {
                    width: 50%;
                    border-bottom: 1px solid #e8e8e8;
                    padding: 10px
                }

                    .tabing-section.contact-tabing-block #horizontalTab ul li.resp-tab-active:first-child {
                        border-radius: 0
                    }

                    .tabing-section.contact-tabing-block #horizontalTab ul li.resp-tab-active:last-child {
                        border-radius: 0;
                        float: left
                    }

            .tabing-section.contact-tabing-block #horizontalTab .resp-tabs-container {
                min-height: inherit
            }

    .tabing-section .resp-tabs-container .information-block {
        margin: 15px 0;
        width: 100%;
        float: left
    }

        .tabing-section .resp-tabs-container .information-block .col-md-7 {
            text-align: left
        }

        .tabing-section .resp-tabs-container .information-block .col-md-5 {
            width: 100%;
            float: left
        }

    .area-img-block img {
        display: none
    }

    .area-img-block p {
        position: relative;
        bottom: 0;
        right: inherit;
        left: 0;
        padding: 10px 20px
    }

    .area-info-detail .detail {
        width: 100%;
        padding: 10px 20px;
        text-align: left
    }

        .area-info-detail .detail:after {
            display: none
        }

        .area-info-detail .detail p {
            width: auto;
            margin-top: 0;
            margin-left: 15px
        }

        .area-info-detail .detail .image {
            text-align: left;
            width: auto
        }

    .map-content-block .google-map-block {
        height: 350px
    }

    .videoSection.fadein .background-image-holder {
        background-attachment: inherit !important
    }

    .innerpage-banner.mobile-banner-height {
        min-height: inherit
    }

    .in-banner-content > h2 br {
        display: none
    }

    .in-banner-content > h2 {
        font-size: 45px;
        line-height: 49px
    }

    .btn-section .connectBtn {
        margin-top: 0
    }

    .main-content-block.new-main-content-block h2 br {
        display: none
    }

    .main-content-block.new-main-content-block h2 {
        font-size: 36px;
        line-height: 42px
    }

    .main-content-block.new-main-content-block p {
        padding: 0
    }

    body .businessSection {
        min-height: auto;
        text-align: center
    }

        body .businessSection h2 {
            font-size: 36px;
            line-height: 42px
        }

        body .businessSection .thoughtBlock {
            width: 230px;
            height: 230px;
            padding: 20px;
            float: none;
            display: inline-block
        }

            body .businessSection .thoughtBlock .innerWhite {
                padding-top: 44px
            }

    body .thoughtBlock .innerWhite h4 {
        font-size: 24px;
        margin-top: 0
    }

    body .missionStatement {
        margin-top: 0
    }

    body .teamSection .ourTeamBlock {
        width: 100%;
        padding: 50px 30px 40px
    }

        body .teamSection .ourTeamBlock h2 {
            font-size: 36px
        }

    body .teamSection .colLeft {
        width: 100%;
        text-align: center;
        height: inherit
    }

    body .teamSection .meetTeam {
        margin-top: 20px
    }

    body .ourvalueBlock {
        padding-bottom: 10px
    }

        body .ourvalueBlock h2 {
            font-size: 36px;
            line-height: 42px
        }

            body .ourvalueBlock h2 br {
                display: none
            }

        body .ourvalueBlock .purposeBlock {
            max-width: 100%;
            margin-bottom: 20px
        }

    body .mangeProfile .teamHover {
        padding: 50px 20px 40px
    }

    body .mangeProfile .tital_head {
        font-size: 19px
    }

    body .management_info {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px
    }

        body .management_info p {
            font-size: 15px
        }

        body .management_info .manageName {
            font-size: 22px
        }

        body .management_info .designation {
            padding-top: 5px
        }

    body .mangementlist li .mangeProfile {
        height: 185px
    }

    body .leaderShipTeam {
        padding-bottom: 48px
    }

        body .leaderShipTeam p br {
            display: none
        }

        body .leaderShipTeam .leaderShip {
            padding-top: 30px
        }

            body .leaderShipTeam .leaderShip .teamMamber p {
                font-size: 15px
            }

            body .leaderShipTeam .leaderShip .teamImg {
                height: auto
            }

            body .leaderShipTeam .leaderShip .infoDetail {
                padding-left: 15px;
                padding-right: 15px
            }

        body .leaderShipTeam .infoDetail .manageName {
            padding-top: 25px
        }

    body .join-content {
        padding-top: 98px
    }

        body .join-content .connectBtn {
            margin-top: 25px
        }

    .aw-cl-logo-block.testimonials-page .main-content-block {
        padding-top: 50px
    }

        .aw-cl-logo-block.testimonials-page .main-content-block h2 {
            font-size: 36px;
            line-height: 42px
        }

    .konstant-customers-block {
        padding-top: 45px
    }

    .aw-cl-logo-block .custom-support-content-tab .tab-content .col-md-12 .col-md-9 {
        margin-bottom: 30px;
        padding: 0
    }

    .aw-cl-logo-block .custom-support-content-tab .tab-content .col-md-12 .col-md-3 {
        margin-top: 0;
        margin-bottom: 50px
    }

    #pressrelease .press-side-image {
        margin-top: 30px
    }

    #pressrelease .press-border {
        display: none
    }

    #pressrelease .press-side-info {
        padding-bottom: 30px
    }

    body .valueculture h2.valueheading {
        font-size: 38px;
        line-height: 44px
    }

    body #tech-lead .main-content-block h2 {
        font-size: 38px;
        line-height: 44px
    }

    body #tech-lead .kpProgram .main-content-block {
        padding-top: 0
    }

    body .cb-textbox {
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%
    }

    body .aw-cl-logo-block .nav-tabs > li {
        padding: 0
    }

        body .aw-cl-logo-block .nav-tabs > li:after {
            display: none
        }

        body .aw-cl-logo-block .nav-tabs > li a {
            font-size: 15px;
            padding: 7px 16px 6px
        }

    body .offer_bg h2 {
        font-size: 50px
    }

    body .offer_bg p {
        margin-top: 5px
    }

    body .rightArrow:after {
        display: none
    }

    body .initial_intr_bg {
        width: 170px;
        height: 170px
    }

        body .initial_intr_bg .initial_intr_bg-inr {
            width: 160px;
            height: 160px;
            margin: inherit;
            left: 5px;
            padding-top: 34px
        }

    body .career-hiring .hiring_skilled {
        padding-bottom: 40px
    }

    .location_inr_block ul li {
        padding: 0 30px
    }

    .sounds_inr-block h2 {
        font-size: 36px;
        margin-bottom: 5px
    }

    .resource-list-block {
        padding-bottom: 50px
    }

        .resource-list-block .btnRow {
            margin-top: 20px
        }

    .proposal-block.konstant_partnership > div {
        padding-top: 50px
    }

        .proposal-block.konstant_partnership > div .font42 {
            font-size: 38px;
            line-height: 44px
        }

    .collaborativeBlock h3, .engangementModels h3, .headingProvider h3 {
        font-size: 30px;
        line-height: 40px
    }

        .collaborativeBlock h3 br, .engangementModels h3 br, .headingProvider h3 br {
            display: none
        }

    .soultionWeb .collaborativeBlock p br {
        display: none
    }

    .resource-list-block {
        padding-top: 30px
    }

        .resource-list-block.partners-page .col-md-5 .text-right {
            width: 100%;
            margin-left: 0;
            margin-top: 0;
            margin-bottom: -40px;
            text-align: center
        }

            .resource-list-block.partners-page .col-md-5 .text-right img {
                width: 450px
            }

        .resource-list-block.partners-page .col-md-7 {
            text-align: center
        }

    .engangementModels {
        padding-bottom: 40px
    }

    .businessProcess li {
        margin-top: 20px;
        margin-bottom: 20px
    }

        .businessProcess li:last-child:before {
            display: none
        }

    .technologiesProvide {
        padding-top: 40px
    }

        .technologiesProvide .tablist-block ul li div.center-block {
            height: 90px
        }

            .technologiesProvide .tablist-block ul li div.center-block a span {
                padding: 0;
                font-size: 16px
            }

    .business-requirements-section {
        padding-top: 0
    }

    .business-requir-info {
        text-align: center
    }

        .business-requir-info h3 {
            font-size: 28px
        }

            .business-requir-info h3 br {
                display: none
            }

    .business-requir-detail {
        text-align: center
    }

        .business-requir-detail .btnRow {
            text-align: center;
            margin-top: 15px
        }

    .project-delivered-section .main-content-block h2 {
        font-size: 30px;
        line-height: 46px
    }

    .project-delivered-section .row.client-comment-block {
        margin-top: 0
    }

        .project-delivered-section .row.client-comment-block .slideSection {
            margin-top: 40px
        }

    .project-delivered-section .slideSection .post-block {
        margin-top: 20px
    }

    .latest-blog-section.mobile-dev-lb .main-content-block h2 {
        font-size: 30px;
        line-height: 40px
    }

    .latest-blog-section.mobile-dev-lb.blogRead .main-content-block h2 {
        font-size: 30px;
        line-height: 40px
    }

    .konstant_partnership.web-dev .main-content-block h2 {
        font-size: 30px;
        line-height: 44px
    }

    .business-requirements-section.hire-experts-Platform-block {
        padding-top: 60px
    }

    .b-engangementModels.howit-work-block .work-process-blocks li {
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px
    }

    .chatInr h2 {
        font-size: 30px;
        line-height: 40px
    }

    .mobile-solution ul li {
        width: 33%;
        margin-bottom: 20px
    }

    .landing-bottom-slider.profileSlide .slide_detail {
        text-align: center
    }

    body .topLineTab #verticalTab.resp-vtabs ul.resp-tabs-list {
        width: 100%
    }

        body .topLineTab #verticalTab.resp-vtabs ul.resp-tabs-list li {
            width: 50%;
            float: left;
            height: 300px
        }

    body .topLineTab #verticalTab.resp-vtabs .resp-tabs-list li:last-child {
        border-bottom: 1px solid #ececec
    }

    body .topLineTab #verticalTab.resp-vtabs .resp-tabs-container {
        width: 100%
    }

    body .mobilitySolutions {
        padding-top: 70px;
        text-align: center
    }

        body .mobilitySolutions h2 {
            font-size: 36px;
            line-height: 42px
        }

            body .mobilitySolutions h2 br {
                display: none
            }

        body .mobilitySolutions .mobiSolution .text-left {
            text-align: center
        }

    .resource-list-block .col-md-12.tab-resources-block .col-md-3 {
        width: 49%
    }

    .resource-list-block .col-md-12.tab-resources-block .col-md-4 {
        width: 49%
    }

    body .start-a-project .popup-form .col-sm-6.marT50 {
        margin-top: 0
    }

    body .start-a-project .popup-form .form-group {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-right: 0
    }

    body .start-a-project .popup-form.gotanidea-form .col-sm-6.padR45 {
        padding: 0
    }

    body .start-a-project .popup-form.gotanidea-form .col-sm-6.padL45 {
        padding: 0
    }

    .chatSolution {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .chatOptionSec {
        padding-top: 50px
    }

    .chatOption {
        width: 22%;
        float: left;
        margin: 0 1.5%
    }

    .chatfeature {
        padding-top: 30px;
        padding-bottom: 30px
    }

        .chatfeature h2 {
            font-size: 30px;
            line-height: 40px
        }

        .chatfeature #verticalTab.resp-vtabs {
            padding-left: 140px
        }

            .chatfeature #verticalTab.resp-vtabs ul.resp-tabs-list {
                margin-top: 0;
                width: 140px;
                position: absolute;
                left: 15px
            }

            .chatfeature #verticalTab.resp-vtabs .resp-tabs-container {
                width: 100%
            }

    #verticalTab.subtab-section ul.resp-tabs-list {
        margin-top: 0 !important
    }

    #verticalTab.subtab-section .resp-tab-active:first-child::after {
        top: 62px
    }

    .chatfeature .resp-tab-content .col-md-6.text-right {
        display: none
    }

    .chatfeature .chatFeature1 {
        min-height: 520px;
        margin-top: 0
    }

    .techTool {
        padding-top: 60px;
        padding-bottom: 20px;
        min-height: inherit
    }

        .techTool .techInr h2 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 20px
        }

    .technoToolOption {
        margin-top: 50px
    }

    .landing-bottom-slider.flexslider {
        padding-bottom: 0
    }

    .watch-full-video-block > div {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 50%;
        width: auto;
        height: 369px;
        margin: -184px 0 0
    }

    .technologiesProvide.hirephp-page .tablist-block ul li {
        padding-left: 0;
        padding-right: 0
    }

        .technologiesProvide.hirephp-page .tablist-block ul li div.center-block {
            width: 100%;
            display: inline-block
        }

            .technologiesProvide.hirephp-page .tablist-block ul li div.center-block a {
                width: 100%;
                display: inline-block;
                word-break: break-all
            }

                .technologiesProvide.hirephp-page .tablist-block ul li div.center-block a span {
                    font-size: 15px
                }

        .technologiesProvide.hirephp-page .tablist-block ul li.active div.center-block a span {
            min-width: inherit
        }

    body .customFrontend {
        padding-top: 50px
    }

        body .customFrontend h2 {
            font-size: 30px;
            line-height: 40px
        }

    body .scratchsec {
        padding-top: 50px
    }

    body .industoryBlock {
        padding-left: 0;
        padding-right: 0
    }

    body .hospitalityOption {
        min-height: 240px
    }

        body .hospitalityOption p {
            height: 170px;
            overflow: hidden
        }

    body .ourvalueBlock.businessValue h2 {
        font-size: 36px;
        line-height: 42px
    }

    body .ourvalueBlock.businessValue p {
        padding-left: 0;
        padding-right: 0
    }

    body .keySolution {
        padding-left: 0
    }

    body .chatSolution.pdT41 .chatInr .bcm_btn {
        margin-top: 30px !important
    }

    body .business-requirements-section.service-Offer {
        padding-top: 50px
    }

        body .business-requirements-section.service-Offer .business-requir-info {
            margin-bottom: 30px
        }

    .innerpage-banner.contect-page .in-banner-content h1 {
        font-size: 45px
    }

    .innerpage-banner.contect-page h1.title .tile-group {
        height: 50px
    }

        .innerpage-banner.contect-page h1.title .tile-group .tile {
            height: 50px
        }

    .slide_back .container {
        padding-right: 40px
    }

    .slide_back .slide_detail {
        width: auto;
        text-align: center;
        position: relative;
        z-index: 99
    }

    .mobile-porfolio-grid .mobilegrid-hover .col-sm-12 {
        padding: 0
    }

    .mobileproject-descrption .mobilep-des-info p {
        font-size: 20px;
        line-height: 28px
    }

    .full-portfolio-block .modal .modal-content .slide_detail {
        text-align: center
    }

        .full-portfolio-block .modal .modal-content .slide_detail .slidTitile {
            font-size: 29px;
            line-height: 38px
        }

    .full-portfolio-block .modal .modal-content .slide_back .container {
        padding-left: 40px
    }

    body .landing-bottom-slider.profileSlide .container {
        padding-right: 40px;
        padding-left: 40px
    }

    .landing-bottom-slider.profileSlide .slide_detail {
        width: auto;
        text-align: center;
        position: relative;
        z-index: 99
    }

        .landing-bottom-slider.profileSlide .slide_detail .slidTitile {
            font-size: 29px;
            line-height: 38px
        }

    .slide_back .slide_detail {
        width: auto;
        text-align: left;
        position: relative;
        z-index: 99
    }

        .slide_back .slide_detail .slidTitile {
            font-size: 29px;
            line-height: 38px
        }

    .overflow_slide ul li {
        padding-left: 20px;
        padding-right: 20px
    }

    #home_mid_video iframe {
        height: 240px
    }

    .case_app_icon1 .slideSection {
        left: inherit;
        right: 0
    }

        .case_app_icon1 .slideSection blockquote:after {
            left: inherit;
            right: 6px;
            bottom: -14px
        }

    .thankyou-blog-sec .blogList {
        margin-bottom: 35px
    }

    .result-value-block .main-content-block h2 {
        font-size: 38px
    }

    .result-value-block .resultBlock .resultTitle {
        font-size: 38px
    }

    .result-value-block .resultBlock p {
        margin-top: 0;
        margin-bottom: 0
    }

        .result-value-block .resultBlock p br {
            display: none
        }

    .home-portfolio-block .container {
        padding: 0 40px
    }

    .home-portfolio-block .slick-arrow.slick-prev {
        left: 0
    }

    .home-portfolio-block .slick-arrow.slick-next {
        right: 0
    }

    body .casestudy-mobile .list-option ul li {
        margin-top: 20px
    }

    body .casestudy-mobile .case_Icon {
        margin-bottom: 0
    }

    .project-delivered-section {
        min-height: 500px;
        padding-bottom: 50px
    }

        .project-delivered-section .btnRow {
            margin-top: 40px
        }

        .project-delivered-section .slideSection {
            height: auto !important;
            margin-top: 30px
        }

        .project-delivered-section .slick-prev, .project-delivered-section .slick-next {
            display: none !important
        }

    body .awards {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .case_app_icon1 ul li {
        position: inherit
    }

    .case_app_icon1 .slideSection {
        left: 0;
        right: inherit;
        bottom: 70px
    }

    body .start-a-project.rq-ud-form form .rq-head {
        margin-top: 30px
    }

    body .start-a-project.rq-ud-form .main-heading .section-title h2 {
        font-size: 36px
    }

    body .start-a-project.rq-ud-form .main-heading .section-title h3 {
        font-size: 20px;
        line-height: 30px
    }

    body .start-a-project.rq-ud-form .rq-main-form-block .popup-box {
        margin-bottom: 50px !important
    }

    body .start-a-project.rq-ud-form .popup-form {
        margin-top: 0
    }

        body .start-a-project.rq-ud-form .popup-form .section-heading.mt90 {
            margin-top: 70px
        }

        body .start-a-project.rq-ud-form .popup-form .section-heading.mt50 {
            margin-top: 30px
        }

        body .start-a-project.rq-ud-form .popup-form .rq-looking-for .row.marT40 {
            margin-top: 20px
        }

        body .start-a-project.rq-ud-form .popup-form .rq-select-boxes {
            margin-top: 0
        }

        body .start-a-project.rq-ud-form .popup-form .rq-attech-file {
            margin-top: 30px !important
        }

        body .start-a-project.rq-ud-form .popup-form .rq-btn-block {
            margin-top: 30px !important
        }

    .pb-content-block {
        margin-top: 0
    }

    .pb-form-block {
        display: none
    }

    .portfolio-list-head {
        padding-top: 42px
    }

    .load-more-btn {
        margin-bottom: 50px
    }

    .emailid-block.fb-block.career-block.marT20 {
        margin-top: 20px !important
    }

    .social-icon-block .footerTitle {
        text-align: left
    }

    .footer-part2 .client-logos ul li {
        display: inline-block;
        width: 33%
    }

    .project-modal .project-title {
        font-size: 35px
    }

    .project-modal .project-desc {
        margin-top: 15px !important
    }

        .project-modal .project-desc p {
            margin-bottom: 0
        }

    .project-modal .project-intro .project-title {
        margin-top: 0;
        font-size: 40px;
        margin-bottom: 5px
    }

    .project-modal .project-intro .project-desc {
        font-size: 35px;
        line-height: 44px;
        margin-top: 30px !important
    }

        .project-modal .project-intro .project-desc p {
            margin-bottom: 0
        }

    .project-modal .project-intro .category-tag {
        margin-top: 30px
    }

    .full-portfolio-block .modal .project-intro {
        padding-top: 90px
    }

    .project-modal .project-overview .project-list-items {
        margin-top: 40px !important
    }

    .project-modal .project-video-block {
        margin-top: 100px
    }

    .project-modal .project-review-block {
        margin-top: 40px
    }

    .project-modal .project-overview {
        padding-bottom: 50px !important
    }

    .project-modal .project-media-block {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .project-modal .project-follower {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .project-modal .project-quote-form {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .project-slid-arrow li:first-child {
        left: 15px
    }

    .project-slid-arrow li:last-child {
        right: 15px
    }

    .project-slid-arrow.fixed {
        padding-right: 0
    }

    .project-slid-arrow {
        left: 15px;
        right: 15px
    }

        .project-slid-arrow ul li {
            background: rgba(0,0,0,.25);
            border-radius: 2px;
            padding: 5px 8px
        }

            .project-slid-arrow ul li a {
                float: left
            }

                .project-slid-arrow ul li a br {
                    display: none
                }

                .project-slid-arrow ul li a span.p-slid-arrow {
                    font-size: 0;
                    width: 21px
                }

                .project-slid-arrow ul li a span.p-slid-name {
                    font-size: 13px;
                    margin-bottom: -2px
                }

        .project-slid-arrow li:first-child span {
            float: left
        }

            .project-slid-arrow li:first-child span.p-slid-arrow i {
                margin: 0 5px 0 0;
                width: auto;
                text-align: right
            }

        .project-slid-arrow li:last-child span {
            float: right
        }

            .project-slid-arrow li:last-child span.p-slid-arrow i {
                margin: 0 0 0 5px;
                width: auto;
                text-align: left
            }
}

@media only screen and (max-width:767px) {
    .header-inset {
        padding-top: 15px;
        padding-left: 15px
    }

    .custom-navbar.mobile-nav {
        top: 22px
    }

    .com-info {
        width: 100%;
        float: left;
        padding: 0 15px;
        margin-top: -152px;
        display: none
    }

        .com-info > ul {
            width: 100%;
            text-align: center;
            position: relative
        }

            .com-info > ul > li {
                width: 100%;
                padding: 10px 0;
                position: initial
            }

                .com-info > ul > li.number, .com-info ul li.langguage {
                    width: auto;
                    display: inline-block;
                    float: none;
                    margin: 0 20px
                }

                .com-info > ul > li .com-info-drop-down {
                    width: 100% !important;
                    left: 0;
                    right: inherit
                }

                    .com-info > ul > li .com-info-drop-down ul {
                        margin-top: 69px
                    }

                        .com-info > ul > li .com-info-drop-down ul:after {
                            display: none
                        }

                .com-info > ul > li .com-info-inquiry-dd {
                    width: 100% !important;
                    left: 0;
                    right: inherit
                }

                    .com-info > ul > li .com-info-inquiry-dd .com-info-inquiry {
                        margin-top: 69px
                    }

                        .com-info > ul > li .com-info-inquiry-dd .com-info-inquiry:after {
                            display: none
                        }

    .inquiry-btn {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 5px
    }

    nav .navigation-part {
        padding: 55px 0 0 !important
    }

        nav .navigation-part ul.menu-links li .sub-menu-sec {
            width: 100%;
            padding-right: 0;
            margin-top: 10px;
            margin-bottom: 20px
        }

            nav .navigation-part ul.menu-links li .sub-menu-sec.highlight-link {
                margin-top: 10px
            }

        nav .navigation-part ul.menu-links li .sub-menu-section .btn-block {
            display: none
        }

    nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block {
        padding-top: 0
    }

        nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec {
            width: 100%
        }

            nav ul.menu-links li .dropdown .sub-menu-section .sub-menu-center-block.cus-full-block .sub-menu-sec.highlight-link {
                width: 100%
            }

    .main-content-block {
        padding-top: 45px !important
    }

        .main-content-block h2 {
            font-size: 29px;
            line-height: 40px
        }

            .main-content-block h2 br {
                display: none
            }

        .main-content-block p {
            padding: 0
        }

    .main-banner-cover {
        min-height: 765px
    }

    .mainsec {
        padding-left: 0;
        padding-right: 0;
        padding-top: 110px;
        padding-bottom: 170px
    }

        .mainsec h1 {
            font-size: 36px;
            line-height: 42px;
            padding-bottom: 0
        }

            .mainsec h1 span i {
                display: none;
                bottom: -30px
            }

        .mainsec p {
            margin-top: 0
        }

        .mainsec a {
            margin-top: 20px
        }

    .client-logo-block {
        text-align: center;
        bottom: 35px
    }

        .client-logo-block .heading-block {
            width: auto;
            padding-right: 0;
            margin-right: 0;
            border: none;
            display: inline-block;
            float: none;
            border-bottom: 2px solid #fff;
            padding-bottom: 6px
        }

            .client-logo-block .heading-block p {
                height: 37px;
                line-height: 37px
            }

                .client-logo-block .heading-block p br {
                    display: none
                }

    #mcts1 {
        width: 100%;
        float: left;
        margin-top: 10px
    }

        #mcts1 div.item {
            margin: 0 20px
        }

    .features-block {
        padding-bottom: 40px
    }

        .features-block .features-section .col-md-12 .col-md-4 {
            padding: 0
        }

        .features-block .features-section.deliver {
            margin-top: 20px
        }

    .features-section .feature-block {
        margin-top: 25px;
        padding-bottom: 25px
    }

    .features-section .content-part {
        padding: 0 15px
    }

        .features-section .content-part p {
            min-height: inherit
        }

            .features-section .content-part p br {
                display: none
            }

    .features-section .btn-block {
        margin-top: 20px
    }

    .tabing-section {
        display: none
    }

        .tabing-section #horizontalTab {
            margin-top: -78px !important
        }

        .tabing-section .img-block {
            margin-top: 40px;
            width: 100%;
            display: inline-block
        }

        .tabing-section .main-content-block {
            padding-top: 0 !important
        }

            .tabing-section .main-content-block p {
                padding-left: 0;
                padding-right: 0
            }

    .mobile-features-tabing {
        min-height: 315px;
        display: none
    }

    .development-process-block {
        padding-bottom: 50px
    }

    .development-tabing-block {
        margin-top: 70px
    }

        .development-tabing-block .tablist-block {
            float: left
        }

            .development-tabing-block .tablist-block ul {
                float: left;
                position: relative
            }

                .development-tabing-block .tablist-block ul li {
                    padding: 0 8px;
                    position: initial;
                    display: inline-block;
                    width: auto;
                    float: none
                }

                    .development-tabing-block .tablist-block ul li div.center-block {
                        height: auto;
                        display: inline-block;
                        text-align: center
                    }

                        .development-tabing-block .tablist-block ul li div.center-block a {
                            width: 55px;
                            height: 55px;
                            border-radius: 100%;
                            display: inline-block
                        }

                            .development-tabing-block .tablist-block ul li div.center-block a span {
                                display: none
                            }

                            .development-tabing-block .tablist-block ul li div.center-block a i {
                                float: left;
                                position: relative;
                                top: 50%;
                                left: 50%;
                                margin-top: -15px
                            }

                                .development-tabing-block .tablist-block ul li div.center-block a i.search {
                                    margin-left: -15px
                                }

                                .development-tabing-block .tablist-block ul li div.center-block a i.edit {
                                    margin-left: -12px;
                                    margin-top: -12px
                                }

                                .development-tabing-block .tablist-block ul li div.center-block a i.list {
                                    margin-left: -12px
                                }

                                .development-tabing-block .tablist-block ul li div.center-block a i.wrench-tool {
                                    margin-left: -14px
                                }

                                .development-tabing-block .tablist-block ul li div.center-block a i.paper-plane {
                                    margin-left: -12px;
                                    margin-top: -12px
                                }

                    .development-tabing-block .tablist-block ul li:hover div.center-block a i.search {
                        background-position: -1px -428px
                    }

                    .development-tabing-block .tablist-block ul li:hover div.center-block a i.edit {
                        background-position: -56px -427px
                    }

                    .development-tabing-block .tablist-block ul li:hover div.center-block a i.list {
                        background-position: -117px -428px
                    }

                    .development-tabing-block .tablist-block ul li:hover div.center-block a i.wrench-tool {
                        background-position: -171px -428px
                    }

                    .development-tabing-block .tablist-block ul li:hover div.center-block a i.paper-plane {
                        background-position: -237px -428px
                    }

                    .development-tabing-block .tablist-block ul li.active div.center-block a i.search {
                        background-position: -1px -469px !important
                    }

                    .development-tabing-block .tablist-block ul li.active div.center-block a i.edit {
                        background-position: -56px -473px !important
                    }

                    .development-tabing-block .tablist-block ul li.active div.center-block a i.list {
                        background-position: -117px -469px !important
                    }

                    .development-tabing-block .tablist-block ul li.active div.center-block a i.wrench-tool {
                        background-position: -171px -471px !important
                    }

                    .development-tabing-block .tablist-block ul li.active div.center-block a i.paper-plane {
                        background-position: -237px -474px !important
                    }

                    .development-tabing-block .tablist-block ul li.active div.center-block a {
                        background: #123453;
                        border: 2px solid #00aaf9
                    }

                    .development-tabing-block .tablist-block ul li.first-tab div.center-block a:after {
                        content: 'Discovery'
                    }

                    .development-tabing-block .tablist-block ul li.second-tab div.center-block a:after {
                        content: 'Design'
                    }

                    .development-tabing-block .tablist-block ul li.third-tab div.center-block a:after {
                        content: 'Release Planning'
                    }

                    .development-tabing-block .tablist-block ul li.fouth-tab div.center-block a:after {
                        content: 'Development'
                    }

                    .development-tabing-block .tablist-block ul li.five-tab div.center-block a:after {
                        content: 'Final UAT + Launch'
                    }

                    .development-tabing-block .tablist-block ul li div.center-block a:after {
                        color: rgba(255,255,255,.8);
                        position: absolute;
                        top: -32px;
                        left: 0;
                        padding: 0 10px;
                        text-align: center;
                        display: none;
                        font-size: 16px;
                        width: 100%;
                        transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        -webkit-transition: all .5s ease
                    }

                    .development-tabing-block .tablist-block ul li.active div.center-block a:after {
                        display: block
                    }

        .development-tabing-block .tab-content .main-content-block {
            padding-top: 35px !important
        }

    #news-block.news-section-block {
        padding-bottom: 25px;
        display: none
    }

    .news-section-block .col-md-4 {
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0
    }

    .news-section-block .col-md-12 {
        margin-top: 40px
    }

    .news-section-block .newsOuter {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: inherit
    }

    .videoSection {
        height: 234px;
        display: none
    }

        .videoSection .video-btn-play {
            margin-top: 94px
        }

        .videoSection .playerDiv {
            display: none
        }

    .slideSection .blockoneThird.blockLeft {
        height: auto;
        padding: 0
    }

        .slideSection .blockoneThird.blockLeft blockquote {
            margin: 0 10px;
            padding: 20px 10px
        }

    .slideSection .blockoneThird.blockmiddle {
        background-position: center center;
        display: none
    }

    .slideSection .vbottomDiv {
        padding-left: 15px;
        padding-left: 15px;
        bottom: 12px
    }

    .slideSection .blockoneThird.blockRight {
        display: none
    }

        .slideSection .blockoneThird.blockRight .circel {
            display: none
        }

    .latest-blog-section {
        padding-bottom: 50px;
        display: none
    }

        .latest-blog-section .latest-blogs {
            margin-top: 40px
        }

    .white-paper-block img {
        max-width: 100%
    }

    .get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block {
        width: 100%;
        margin-bottom: 12px
    }

        .get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block a {
            text-align: left
        }

            .get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block a i {
                left: 16px
            }

            .get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block a span.small-text {
                font-size: 15px;
                letter-spacing: inherit
            }

            .get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block a span.large-text {
                font-size: 19px
            }

    .get-in-touch-section .from-left-block .listing-block h3 {
        text-align: left
    }

    .get-in-touch-section .from-left-block .listing-block ul li {
        text-align: left;
        padding-left: 32px
    }

    .get-in-touch-section .from-left-block .btn-block .comman-btn {
        margin-left: 0;
        margin-top: 25px
    }

    .from-right-block .form-group {
        padding: 0;
        width: 100%;
        margin-bottom: 35px
    }

        .from-right-block .form-group.textarea {
            margin-bottom: 25px
        }

    .from-right-block .select {
        margin-bottom: 0
    }

    .from-right-block .form-group.btn-row-block {
        text-align: center
    }

    .from-right-block .form-group .captcha {
        width: 100%;
        display: inline-block;
        float: none;
        margin-bottom: 20px;
        transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }

        .from-right-block .form-group .captcha #RecaptchaField1 {
            transform: none !important;
            margin-bottom: 0;
            display: initial
        }

    .from-right-block .form-group .comman-btn {
        display: inline-block;
        float: none
    }

    .form-group.upoad-check-option {
        margin-bottom: 25px
    }

    .from-right-block .form-group .checkbox {
        width: 100%;
        margin-top: 15px
    }

    .footer-section {
        padding: 35px 0
    }

    .footer-part1 .col-md-12 .row br {
        display: block
    }

    .footer-section .footer-part1 {
        text-align: center
    }

        .footer-section .footer-part1 .col-md-12 .col-md-3, .footer-section .footer-part1 .col-md-12 .col-md-5, .footer-section .footer-part1 .col-md-12 .col-md-4 {
            padding: 0;
            display: inline-block;
            margin-bottom: 35px
        }

        .footer-section .footer-part1 .social-icon-block {
            margin-top: 0
        }

            .footer-section .footer-part1 .social-icon-block h2 {
                text-align: center
            }

    .footer-part2 {
        margin-top: 0
    }

        .footer-part2 .col-md-12 {
            padding: 0
        }

        .footer-part2 .client-logos {
            display: none
        }

            .footer-part2 .client-logos ul li {
                width: 50%;
                text-align: center;
                padding: 0 10px;
                margin-bottom: 20px
            }

                .footer-part2 .client-logos ul li a {
                    width: 100%
                }

        .footer-part2 p {
            margin-top: 0
        }

    .client-logo-block .heading-block:after {
        content: '';
        position: absolute;
        right: 50%;
        bottom: -10px;
        top: inherit;
        border-top: 4px solid #fff;
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        margin: 0 -4px 0 0
    }

    #progress-nav .progress-nav-container .btn-grid .btn-grid-item {
        text-align: left
    }

        #progress-nav .progress-nav-container .btn-grid .btn-grid-item a {
            padding: 15px 20px 10px 15px
        }

    #intercom-container {
        display: none !important
    }

    .page_top {
        right: 20px;
        bottom: 15px
    }

    .in-banner-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 120px;
        padding-bottom: 80px
    }

        .in-banner-content h1 {
            font-size: 32px;
            line-height: 40px
        }

        .in-banner-content > h1 span {
            font-size: 40px;
            letter-spacing: .45px
        }

            .in-banner-content > h1 span::after {
                width: 0%
            }

        .in-banner-content > ul {
            display: none
        }

        .in-banner-content p {
            line-height: 25px
        }

    .process-blue-block {
        padding: 35px 0
    }

        .process-blue-block .col-md-8 {
            padding: 0
        }

        .process-blue-block h2 {
            padding: 0
        }

    .support-content-block h2 {
        font-size: 23px
    }

    .support-content-block p {
        margin-top: 28px
    }

    .working-process-block .col-md-12 {
        padding: 0
    }

    .process-block {
        border: none
    }

        .process-block .border-area {
            display: none
        }

    .block-numbers {
        width: 60px;
        height: 60px;
        line-height: 63px;
        top: 0;
        border: 1px dashed #fff
    }

        .block-numbers.type1 {
            left: 0
        }

        .block-numbers.type2 {
            right: 0
        }

    .process-block .img-block {
        width: 100% !important;
        text-align: center !important;
        position: relative;
        left: 0 !important;
        padding: 0
    }

    .process-block .content-block .heading-block h2 {
        text-align: center !important;
        font-size: 30px
    }

    .process-block .content-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        margin-top: 30px
    }

        .process-block .content-block p {
            text-align: center !important
        }

    .process-block .list-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 30px
    }

    .enjoy-app-block h2 {
        font-size: 28px;
        padding: 0
    }

    .survey-banner-section {
        height: 450px
    }

        .survey-banner-section .content-part {
            margin-top: 90px
        }

    .content-part .logo-img img {
        max-width: 90px
    }

    .content-part h2 {
        font-size: 25px;
        line-height: 32px;
        margin-top: 15px
    }

    .content-part p {
        margin-top: 10px;
        line-height: 30px
    }

    .survey-banner-section .Validated-block p {
        margin-top: 0;
        line-height: inherit
    }

    .stick-deadline-section {
        padding: 70px 0 50px
    }

    .working-star-block p {
        font-size: 22px;
        line-height: 34px;
        min-height: inherit
    }

    .working-star-block ul li {
        padding: 0;
        width: 100%;
        margin-top: 20px
    }

        .working-star-block ul li .block {
            padding: 10px;
            background: rgba(0,0,0,.2);
            border-radius: 5px
        }

        .working-star-block ul li:last-child {
            padding-top: 35px
        }

        .working-star-block ul li .equal-icon {
            top: 0;
            bottom: inherit;
            left: 50%;
            margin-left: -7px
        }

    .discription-block {
        text-align: center
    }

    .ratting-block-section {
        margin: 20px 0 0;
        padding-left: 0
    }

        .ratting-block-section .client-cluth-logo {
            position: relative;
            top: 0;
            text-align: center
        }

    .support-content-block {
        padding-bottom: 35px
    }

    .process-blue-block.aw-cl-logo-con {
        padding-top: 35px
    }

    .aw-cl-logo-block {
        margin-top: -30px
    }

        .aw-cl-logo-block .news-section-block {
            display: block
        }

            .aw-cl-logo-block .news-section-block .container {
                padding: 0
            }

            .aw-cl-logo-block .news-section-block .newsOuter {
                min-height: inherit
            }

        .aw-cl-logo-block .tab-content .news-section-block .col-md-12 {
            margin-top: 40px
        }

        .aw-cl-logo-block .tab-content .news-section-block .col-md-4 {
            margin-bottom: 30px
        }

        .aw-cl-logo-block .nav-tabs {
            margin: -1px -15px 0;
            padding: 10px 0;
            background: #107dc0
        }

            .aw-cl-logo-block .nav-tabs > li {
                width: 100%;
                padding: 0 10px;
                margin-bottom: 2px
            }

                .aw-cl-logo-block .nav-tabs > li:after {
                    display: none
                }

                .aw-cl-logo-block .nav-tabs > li > a {
                    padding: 7px 12px 6px;
                    margin-left: 0
                }

    .proposal-block .ptb70 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .proposal-block .font32 {
        font-size: 28px !important;
        line-height: 34px;
        margin-bottom: 20px
    }

    body .support-content-block {
        padding-bottom: 0
    }

    .client-partner-block .main-content-block {
        padding-top: 50px !important
    }

    .aw-cl-logo-block .tab-pane > .container .col-md-12 {
        padding-bottom: 40px
    }

    .client-partner-block:first-child {
        padding-top: 20px
    }

    .client-partner-block {
        padding-top: 10px;
        padding-bottom: 0
    }

        .client-partner-block ul {
            margin-top: 20px
        }

            .client-partner-block ul li {
                width: 100%;
                margin: 20px 0
            }

                .client-partner-block ul li:after {
                    display: none
                }

                .client-partner-block ul li:nth-child(4n):after {
                    display: none
                }

    .innerpage-banner.development-banner {
        min-height: 850px;
        padding-bottom: 40px !important
    }

        .innerpage-banner.development-banner .in-banner-content h1 {
            font-size: 40px;
            line-height: 48px
        }

        .innerpage-banner.development-banner .btn-section {
            margin-top: 40px;
            animation-duration: 2s;
            -moz-animation-duration: 2s;
            -webkit-animation-duration: 2s
        }

    .development-grib-box-block .col-md-2.grib-box-last, .development-grib-box-block .col-md-2.grib-box-mid {
        display: none
    }

    .development-grib-box-block .col-md-2.grib-box {
        width: 100%;
        height: inherit;
        padding: 25px 15px
    }

        .development-grib-box-block .col-md-2.grib-box .icon-i {
            margin-top: 0;
            margin-bottom: 15px
        }

    .development-grib-box-block p.grid-content br {
        display: none
    }

    .development-grib-box-block .col-md-3.grib-box-last, .development-grib-box-block .col-md-3.grib-box-mid {
        display: none
    }

    .development-grib-box-block .col-md-3.grib-box {
        width: 100%;
        height: inherit;
        padding: 25px 15px
    }

        .development-grib-box-block .col-md-3.grib-box .icon-i {
            margin-top: 0;
            margin-bottom: 15px
        }

    .design-humans-block {
        margin-top: 40px
    }

        .design-humans-block .col-md-4 .dh-img-block {
            position: relative;
            top: 0;
            text-align: center;
            margin-bottom: 20px
        }

            .design-humans-block .col-md-4 .dh-img-block img {
                width: inherit;
                display: inline-block
            }

        .design-humans-block .dh-content-block {
            padding: 0;
            text-align: center
        }

        .design-humans-block .col-md-8 {
            padding: 0
        }

    .dev-testimonial-block {
        padding-top: 60px
    }

        .dev-testimonial-block .col-md-4 {
            text-align: center
        }

        .dev-testimonial-block .col-md-8 {
            padding-left: 0;
            padding-right: 0;
            text-align: center
        }

            .dev-testimonial-block .col-md-8:after {
                display: none
            }

    .hire-experts-tabing-block .tab-content .main-content-block {
        padding: 25px 20px 0 !important;
        margin-top: 25px !important
    }

        .hire-experts-tabing-block .tab-content .main-content-block h2 {
            font-size: 25px
        }

    .hire-experts-tabing-block .tablist-block ul li > a {
        padding: 10px
    }

    .hire-experts-tabing-block .tablist-block ul li a i {
        transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9)
    }

    .developer-logo {
        padding: 0
    }

        .developer-logo ul {
            border-left: none;
            border-right: none
        }

            .developer-logo ul li {
                width: 50%;
                padding: 20px 0
            }

    .howit-work-list {
        margin-top: 0 !important
    }

    .news-section-block.development-services {
        padding-bottom: 34px
    }

    .news-section-block.howit-work-info {
        min-height: inherit
    }

    .howit-work-listblock {
        padding: 30px 0 15px
    }

        .howit-work-listblock .container .col-md-12 {
            padding: 0
        }

        .howit-work-listblock .howit-work-list {
            margin-bottom: 0;
            padding: 40px 20px 0
        }

    .howit-work-list li {
        padding-left: 50px;
        margin-bottom: 40px
    }

    .innerpage-banner.mobile-banner-height .in-banner-content.pdT180 {
        padding-top: 120px !important
    }

    .resource-list-block > .container .col-md-3, .resource-list-block > .container .col-md-4 {
        padding: 0
    }

    .d-white-paper-list .d-white-p-list-block .container, .d-white-paper-list .d-white-p-list-block .container .col-md-3 {
        padding: 0
    }

    .d-white-p-list-block .col-md-3 {
        text-align: center;
        height: inherit
    }

        .d-white-p-list-block .col-md-3 h2 br {
            display: none
        }

    .whitepaper-banner-img img {
        max-width: 200px
    }

    .whitepaper-info > h2 {
        font-size: 32px;
        line-height: 39px
    }

        .whitepaper-info > h2 br {
            display: none
        }

    .whitepaper-info .download-block {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 25px
    }

        .whitepaper-info .download-block form {
            margin-top: 15px
        }

        .whitepaper-info .download-block .filed-block {
            width: 100%;
            padding: 0;
            margin-top: 6px;
            margin-bottom: 6px
        }

            .whitepaper-info .download-block .filed-block input.textfiled {
                width: 100%
            }

            .whitepaper-info .download-block .filed-block input.comman-btn {
                width: 100%
            }

    .thankyou-msg-block {
        padding: 0 0 60px
    }

        .thankyou-msg-block .col-md-12 {
            padding: 0
        }

        .thankyou-msg-block .main-content-block h2 {
            font-size: 34px
        }

        .thankyou-msg-block .main-content-block p br {
            display: none
        }

        .thankyou-msg-block .main-content-block a {
            word-break: break-word
        }

    .thankyou-blog-sec {
        padding-bottom: 40px
    }

        .thankyou-blog-sec .heading .col-md-12 {
            padding: 0
        }

    .blogList .col-md-6 {
        padding: 0
    }

    .blogList .blogImage {
        text-align: center;
        margin-bottom: 25px
    }

    .blogList .blogTitle {
        font-size: 26px;
        line-height: 30px
    }

    .innerpage-banner.contect-page .col-md-12 {
        padding: 0
    }

    .innerpage-banner.contect-page .in-banner-content {
        padding-top: 150px
    }

        .innerpage-banner.contect-page .in-banner-content h1 {
            font-size: 42px
        }

        .innerpage-banner.contect-page .in-banner-content p {
            font-size: 17px
        }

    .tabing-section.contact-tabing-block {
        display: block
    }

    .contact-page-form {
        margin-top: 42px
    }

        .contact-page-form .col-md-8 {
            padding: 20px
        }

        .contact-page-form .form-group {
            padding: 0;
            width: 100%;
            margin-bottom: 30px
        }

            .contact-page-form .form-group.btn-row-block {
                text-align: center;
                margin: 0
            }

            .contact-page-form .form-group .captcha {
                width: 100%;
                float: none;
                display: inline-block
            }

            .contact-page-form .form-group .comman-btn {
                margin-top: 20px;
                width: 100%
            }

        .contact-page-form .contact-link-block .link-block {
            width: 100%;
            margin-top: 0;
            padding-bottom: 20px;
            padding-top: 20px
        }

    .map-content-block .google-map-block {
        height: 260px;
        display: none
    }

    .area-info-detail .detail {
        width: 100%
    }

    .innerpage-banner.contect-page .title .tile-group .tile {
        display: none;
        animation: none
    }

        .innerpage-banner.contect-page .title .tile-group .tile.english {
            display: block;
            animation: none;
            opacity: 1
        }

    .konstant-customers-block {
        padding: 60px 0 70px
    }

    .speak-about-kon-block .col-md-12 {
        padding: 0
    }

    .speak-about-kon-block li {
        width: 100%;
        padding: 0
    }

    .client-video-testimonial .col-md-4 {
        padding: 0
    }

    .aw-cl-logo-block.sticky {
        padding-top: 96px
    }

    .press-detail-page .p-detail-info {
        padding: 50px 0 70px
    }

        .press-detail-page .p-detail-info > .container > .col-md-12 {
            padding: 0
        }

            .press-detail-page .p-detail-info > .container > .col-md-12 > .col-md-8 {
                padding: 0
            }

    .detail-list-block ul {
        padding-left: 0
    }

        .detail-list-block ul li {
            margin-bottom: 15px
        }

    #custom-remove {
        display: none
    }

    .industries-section .main-content-block {
        display: none
    }

    .industries-section .industries-design-block {
        display: none
    }

    .industries-section .business-requir-detail {
        text-align: center
    }

        .industries-section .business-requir-detail .btnRow {
            text-align: center;
            margin-top: 15px
        }

    .innerpage-banner.mobile-banner-height .in-banner-content {
        padding-top: 120px
    }

    .in-banner-content > h2 {
        font-size: 34px;
        line-height: 40px
    }

    body .aboutSection {
        padding-top: 0;
        padding-bottom: 50px
    }

    body .main-content-block.new-main-content-block h2 {
        font-size: 26px;
        line-height: 34px
    }

    body .main-content-block.new-main-content-block p {
        padding: 0
    }

    body .missionStatement {
        max-width: 100%
    }

        body .missionStatement h4 {
            font-size: 28px;
            line-height: 35px
        }

        body .missionStatement .btnRow {
            display: none
        }

    body .businessSection h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px
    }

    body .businessSection .thoughtBlock {
        margin-right: 0;
        margin-top: 15px
    }

    body .teamSection .picWidth60 {
        width: 100%
    }

    body .teamSection .picWidth40 {
        width: 100%
    }

    body .teamSection .picWidth33 {
        width: 100%
    }

    body .archivesSection {
        display: none
    }

    body .ourvalueBlock {
        padding-top: 40px
    }

        body .ourvalueBlock h2 {
            font-size: 28px;
            line-height: 35px;
            margin-bottom: 50px
        }

    body .purposeBlock.left:before {
        display: none
    }

    body .purposeBlock.left:after {
        display: none
    }

    body .purposeBlock.right:before {
        display: none
    }

    body .purposeBlock.right:after {
        display: none
    }

    body .purposeBlock.right.last:after, body .purposeBlock.left.last:after {
        display: none
    }

    body .ourvalueBlock .purposeBlock {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        min-height: inherit;
        margin-bottom: 30px;
        display: inline-block
    }

        body .ourvalueBlock .purposeBlock p {
            margin-top: 15px
        }

    body .purposeBlock .purposeIcons {
        width: 82px
    }

    .proposal-block .btn-section {
        margin-top: 20px;
        margin-bottom: 0
    }

    body .missionStatement h3 {
        padding: 0 15px;
        line-height: 34px;
        font-size: 22px
    }

        body .missionStatement h3 br {
            display: none
        }

    body .teamsubtitle {
        font-size: 24px
    }

    body .leaderShipTeam h2 {
        font-size: 24px;
        margin-bottom: 0
    }

    body ul.mangementlist > li {
        width: 100%
    }

        body ul.mangementlist > li .mangeProfile {
            height: 330px
        }

    body .join-content h2 {
        font-size: 28px;
        line-height: 35px
    }

    body .mangeProfile .teamHover {
        padding: 133px 20px 40px
    }

    .aw-cl-logo-block ul.nav-tabs {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    .aw-cl-logo-block.testimonials-page .main-content-block h2 {
        font-size: 26px;
        line-height: 34px
    }

    #pressrelease > .container .press-info {
        padding-bottom: 0
    }

        #pressrelease > .container .press-info > .col-md-12 {
            padding-bottom: 30px;
            border-bottom: 1px solid rgba(255,255,255,.4)
        }

    #pressrelease .press-side-info {
        padding-bottom: 0
    }

    #management > .container {
        padding: 0
    }

    body .valueculture {
        padding-bottom: 40px
    }

        body .valueculture .phd-head {
            font-size: 25px
        }

        body .valueculture h2.valueheading {
            font-size: 29px;
            line-height: 40px;
            margin-top: 60px
        }

        body .valueculture .padtop58 {
            padding-top: 0
        }

        body .valueculture .phd-sub {
            padding-bottom: 20px;
            font-size: 16px;
            line-height: 26px
        }

        body .valueculture .btnRow {
            margin-top: 20px;
            display: inline-block;
            width: 100%
        }

    body #tech-lead .main-content-block h2 {
        font-size: 29px;
        line-height: 40px
    }

    body .hiring-process-sec {
        display: none
    }

    body .offer_rollout {
        padding-bottom: 92px
    }

    body .offer_bg {
        height: auto;
        padding-bottom: 40px
    }

        body .offer_bg .offer-circle {
            width: 120px;
            height: 120px
        }

        body .offer_bg .partnersIcon.thumbsup {
            background-position: -603px -246px;
            height: 62px;
            margin: 12px auto 0;
            width: 54px
        }

        body .offer_bg h2 {
            font-size: 40px;
            padding-top: 70px;
            padding-left: 10px;
            padding-right: 10px
        }

        body .offer_bg p {
            padding: 0 10px
        }

    .location_inr_block {
        padding-top: 30px
    }

        .location_inr_block ul li {
            padding: 15px 0;
            width: 100%;
            border-bottom: 1px solid rgba(255,255,255,.1)
        }

            .location_inr_block ul li:last-child {
                border: none
            }

            .location_inr_block ul li:nth-child(3n) {
                border: none
            }

            .location_inr_block ul li:after {
                display: none
            }

    .location_sec {
        padding-bottom: 140px
    }

    .col-sm-6:last-child .duties {
        margin-top: 15px
    }

    .kpProgram .main-content-block {
        padding-top: 0 !important
    }

    .sounds_inr-block h2 {
        font-size: 28px;
        padding: 0
    }

    .col_bottom a.apply_btn1, .col_bottom a.at-svc-facebook, .col_bottom a.at-svc-twitter {
        margin-right: 10px !important
    }

    .proposal-block.konstant_partnership > div .font42 {
        font-size: 29px;
        line-height: 40px
    }

    .collaborativeBlock h3, .engangementModels h3, .headingProvider h3 {
        font-size: 25px;
        line-height: 36px
    }

    .collaborativeBlock h5, .engangementModels h5, .headingProvider h5 {
        letter-spacing: inherit
    }

    .business-requir-info h3 {
        font-size: 25px
    }

    .konstant_partnership.web-dev .main-content-block h2 {
        font-size: 25px;
        line-height: 36px
    }

    .overflow_slide {
        display: none !important
    }

        .overflow_slide.scroll-nav-fixed {
            display: none !important
        }

    .resource-list-block {
        text-align: center
    }

    .soultionWeb .col-sm-5 > div {
        margin-top: 40px
    }

    .soultionWeb .collaborativeBlock .blue-new-btn {
        margin-top: 30px
    }

    .engangementModels {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .businessProcess li {
        width: 42%;
        margin-left: 2%;
        margin-right: 2%;
        min-height: 190px;
        padding: 20px 10px;
        margin-top: 0
    }

        .businessProcess li:after {
            display: none
        }

        .businessProcess li:first-child:before {
            display: none
        }

        .businessProcess li p {
            padding: 0 10px
        }

    .business-requirements-section > .container .col-md-12 {
        padding: 0
    }

    .business-requirements-section .business-requir-list-box .col-md-4 {
        margin-top: 20px
    }

    .project-delivered-section .main-content-block h2 {
        font-size: 28px;
        line-height: 36px
    }

    .project-delivered-section > .container .rows .col-md-12 {
        padding: 0
    }

    .project-delivered-section .client-comment-block .col-md-4 {
        padding: 0
    }

    .development-process-block.technologiesProvide {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px
    }

        .development-process-block.technologiesProvide .tab-content .main-content-block {
            margin-top: 0;
            padding-top: 25px !important
        }

            .development-process-block.technologiesProvide .tab-content .main-content-block p {
                padding: 0
            }

        .development-process-block.technologiesProvide .tab-content {
            width: 100%;
            display: inline-block
        }

        .development-process-block.technologiesProvide .tablist-block ul {
            margin-top: 0;
            height: 40px
        }

            .development-process-block.technologiesProvide .tablist-block ul li {
                padding: 0 4px
            }

                .development-process-block.technologiesProvide .tablist-block ul li:before {
                    display: none
                }

                .development-process-block.technologiesProvide .tablist-block ul li:after {
                    display: none
                }

        .development-process-block.technologiesProvide .tablist-block:after {
            bottom: 19px
        }

        .development-process-block.technologiesProvide .tablist-block ul li div.center-block a i {
            margin-left: -15px;
            margin-top: -18px
        }

    .technologiesProvide .tablist-block ul li:hover div.center-block a i {
        opacity: .3
    }

    .technologiesProvide .tablist-block ul li.active div.center-block a i {
        opacity: 1
    }

    .technologiesProvide .development-tabing-block .tablist-block ul li div.center-block a {
        width: 40px;
        height: 40px;
        margin-top: 0
    }

        .technologiesProvide .development-tabing-block .tablist-block ul li div.center-block a i {
            margin-left: -8px;
            margin-top: -8px;
            background: 0 0;
            width: 16px !important;
            height: 16px;
            display: inline-block;
            background: rgba(0,170,249,.6);
            border-radius: 100%;
            font-size: 0
        }

    .technologiesProvide .tablist-block ul li div.center-block a i.icon-phonegap {
        top: 50%
    }

    .technologiesProvide .development-tabing-block .tablist-block ul li.active div.center-block a {
        width: 40px;
        height: 40px;
        margin-top: 0;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        --webkit-transition: all 0.3s ease
    }

        .technologiesProvide .development-tabing-block .tablist-block ul li.active div.center-block a i {
            background: linear-gradient(45deg,rgba(229,81,21,1) 23%,rgba(238,155,41,1) 100%);
            background: -moz-linear-gradient(45deg,rgba(229,81,21,1) 23%,rgba(238,155,41,1) 100%);
            background: -webkit-linear-gradient(45deg,rgba(229,81,21,1) 23%,rgba(238,155,41,1) 100%);
            width: 20px !important;
            height: 20px;
            margin-left: -10px;
            margin-top: -10px;
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease
        }

    .development-process-block.mobile-app-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'IOS App'
    }

    .development-process-block.mobile-app-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Android App'
    }

    .development-process-block.mobile-app-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'Wearables'
    }

    .development-process-block.mobile-app-page .tablist-block ul li.fouth-tab div.center-block a:after {
        content: 'Hybrid Apps'
    }

    .development-process-block.mobile-app-page .tablist-block ul li.five-tab div.center-block a:after {
        content: 'Xamarian Apps'
    }

    .development-process-block.technologiesProvide .application-option ul li {
        width: 140px
    }

    .business-requirements-section {
        padding-top: 20px
    }

        .business-requirements-section .business-requir-info {
            display: none
        }

        .business-requirements-section .business-requir-list-box {
            display: none
        }

        .business-requirements-section.hire-experts-Platform-block {
            padding-top: 0
        }

    .hiring-time-block .time-block-area {
        text-align: center
    }

    .b-engangementModels.howit-work-block .engangementModels {
        padding-left: 10px;
        padding-right: 10px
    }

    .b-engangementModels.howit-work-block .work-process-blocks li {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15px
    }

    .partnership_block h2:after {
        left: 50%;
        margin-left: -45px
    }

    .partnership_block .partnership_List ul li {
        text-align: left
    }

    .development-process-block.hire-dedicate .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Mobile Application'
    }

    .development-process-block.hire-dedicate .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Web Developers'
    }

    .development-process-block.hire-dedicate .tablist-block ul li.third-tab div.center-block a:after {
        content: 'Open Source'
    }

    .development-process-block.hire-dedicate .tablist-block ul li.fouth-tab div.center-block a:after {
        content: 'UX/UI Designer'
    }

    body .p-detail-info {
        padding-top: 40px !important
    }

        body .p-detail-info .col-md-12 {
            padding: 0
        }

        body .p-detail-info .col-md-8 {
            padding: 0
        }

    body .support-content-block .process-blue-block h2 {
        font-size: 25px !important;
        line-height: 36px
    }

    .chatInr h2 {
        font-size: 25px;
        line-height: 36px
    }

    .mobile-solution ul li {
        width: 49%;
        margin-bottom: 20px
    }

    .landing-bottom-slider.profileSlide .slide_detail {
        text-align: center;
        margin-top: 75px
    }

    .landing-bottom-slider.profileSlide .slide1 {
        height: 550px
    }

    .landing-bottom-slider.profileSlide .slide_detail .slidTitile {
        font-size: 28px;
        line-height: 38px
    }

    .landing-bottom-slider.profileSlide .slide_detail .case_app_icon1 li {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px
    }

    .startup-sec1 .main-content-block.new-main-content-block {
        margin-top: 0 !important
    }

    .development-process-block.iphone-landing-dev-pro {
        padding-top: 60px;
        padding-bottom: 20px
    }

        .development-process-block.iphone-landing-dev-pro .application-option {
            margin-top: 30px
        }

        .development-process-block.iphone-landing-dev-pro .tablist-block ul li.first-tab div.center-block a:after {
            content: 'Languages'
        }

        .development-process-block.iphone-landing-dev-pro .tablist-block ul li.second-tab div.center-block a:after {
            content: 'Frameworks'
        }

        .development-process-block.iphone-landing-dev-pro .tablist-block ul li.third-tab div.center-block a:after {
            content: 'ORMs And Database'
        }

    body .appCreated {
        height: inherit
    }

        body .appCreated h2 {
            font-size: 26px;
            line-height: 34px
        }

    body .appiconList ul li {
        width: 100%;
        height: inherit;
        line-height: inherit;
        display: inline-block;
        padding: 25px 0;
        border-left: 1px solid #182b3c
    }

    body .topLineTab #verticalTab.resp-vtabs ul.resp-tabs-list li {
        width: 100%;
        float: left;
        height: auto
    }

    body .development-process-block.magneto-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Languages'
    }

    body .development-process-block.magneto-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Frameworks'
    }

    body .development-process-block.magneto-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'ORMs and Database'
    }

    body .appSolution_block1 {
        min-height: inherit;
        margin-bottom: 15px
    }

    body .chatSolution .btnRow.mt50 {
        margin-top: 20px
    }

    body .mobilitySolutions h2 {
        font-size: 25px;
        line-height: 36px
    }

    body .mobiSolution .purposeBlock {
        padding-left: 0
    }

    body .mobiSolution .inrMobility {
        padding-left: 0;
        text-align: center
    }

        body .mobiSolution .inrMobility .iconSec {
            text-align: center;
            position: relative;
            margin-right: 0
        }

    body .bcm_btn {
        padding-left: 14px;
        padding-right: 14px
    }

    .resource-list-block .col-md-12.tab-resources-block .col-md-3 {
        width: 100%
    }

    .resource-list-block .col-md-12.tab-resources-block .col-md-4 {
        width: 100%
    }

    body .start-a-project .popup-header {
        padding-left: 0;
        padding-right: 0
    }

    body .start-a-project .popup-box {
        padding: 15px 15px 30px
    }

        body .start-a-project .popup-box:last-child {
            margin-bottom: 100px
        }

    body .start-a-project .section-title h2 {
        font-size: 29px;
        line-height: 40px
    }

    body .start-a-project .main-heading .section-title h2 {
        font-size: 29px;
        line-height: 40px
    }

    body .start-a-project .section-title h3 {
        line-height: 22px;
        letter-spacing: .5px
    }

    body .start-a-project .pinned--bottom-right {
        background-color: #fff;
        font-size: 15px
    }

    body .start-a-project .popup-form.gotanidea-form .form-group .select {
        padding-left: 15px
    }

    body .start-a-project .popup-form.gotanidea-form {
        padding: 0
    }

    body .start-a-project .popup-form select.form-control {
        padding-right: 45px;
        overflow: hidden;
        height: 39px;
        white-space: nowrap
    }

    #recording-popup.comman-popuo-block .modal-dialog {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        left: 0;
        top: 0;
        padding: 20px
    }

    #recording-popup.comman-popuo-block .modal-content h2 {
        padding: 0;
        font-size: 27px;
        line-height: 36px
    }

    #recording-popup.comman-popuo-block .modal-content .btn-list-block a.btn {
        min-width: 100%;
        font-size: 18px
    }

    #recording-popup.comman-popuo-block .modal-content .list-block ul li {
        margin: 0 5px
    }

    .awards, .award-row {
        display: none
    }

    .awards {
        max-width: 100%;
        padding-bottom: 0
    }

        .awards .col-sm-3 {
            width: 100%;
            padding-top: 15px;
            padding-bottom: 15px;
            border-right: none;
            border-bottom: 1px dashed #fff
        }

            .awards .col-sm-3:last-child {
                border: none
            }

            .awards .col-sm-3:nth-child(2) {
                border-right: none
            }

        .awards .number {
            line-height: 36px
        }

    #get-the-news.comman-popuo-block .modal-dialog {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        left: 0;
        top: 0;
        padding: 20px
    }

    #get-the-news.comman-popuo-block .filed-block {
        padding: 25px 75px
    }

    #get-the-news_footer.comman-popuo-block .modal-dialog {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        left: 0;
        top: 0;
        padding: 20px
    }

    #get-the-news_footer.comman-popuo-block .filed-block {
        padding: 25px 0
    }

        #get-the-news_footer.comman-popuo-block .filed-block .filed {
            padding-right: 0
        }

            #get-the-news_footer.comman-popuo-block .filed-block .filed input.textfiled {
                padding: 18px 18px 16px
            }

            #get-the-news_footer.comman-popuo-block .filed-block .filed input.subscribe-btn {
                position: relative;
                margin-top: 10px
            }

    .chatSolution {
        padding-bottom: 30px
    }

    .chatOptionSec {
        padding-top: 30px
    }

    .chatOption {
        width: 46%;
        margin: 0 2% 15px
    }

    .chatfeature h2 {
        font-size: 25px;
        line-height: 36px
    }

        .chatfeature h2 br {
            display: none
        }

    .chatfeature .iconLeft {
        display: none
    }

    .chatfeature .tab-content .chatFeature1 {
        margin-top: 0
    }

    .chatfeature .chatFeature1 {
        text-align: center;
        padding: 20px
    }

        .chatfeature .chatFeature1 h3 {
            font-size: 21px;
            line-height: 30px
        }

        .chatfeature .chatFeature1 ul.featureList {
            display: inline-block
        }

            .chatfeature .chatFeature1 ul.featureList li {
                text-align: left
            }

    .chatfeature .nav-tabs li {
        width: 100%;
        padding-right: 10px;
        margin-bottom: 5px
    }

        .chatfeature .nav-tabs li a {
            padding: 5px 0
        }

    .chatfeature .nav-tabs > li.active::after {
        display: none
    }

    .chatfeature #verticalTab.resp-vtabs .resp-tabs-list li {
        padding-right: 0 !important
    }

    .chatfeature #verticalTab.resp-vtabs ul.resp-tabs-list {
        width: 45px;
        left: 12px
    }

    .chatfeature #verticalTab.resp-vtabs {
        padding-left: 41px
    }

        .chatfeature #verticalTab.resp-vtabs .resp-tab-content .col-md-6 {
            padding-right: 0
        }

    .chatfeature #verticalTab.subtab-section .resp-tab-active:first-child::after {
        top: 90px
    }

    .techTool .techInr h2 {
        font-size: 25px;
        line-height: 36px
    }

    .technoToolOption {
        margin-top: 50px
    }

        .technoToolOption ul li {
            width: 49%
        }

    .development-process-block.web-dev .tablist-block ul li.first-tab div.center-block a:after {
        content: 'PHP'
    }

    .development-process-block.web-dev .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Asp.net'
    }

    .development-process-block.web-dev .tablist-block ul li.third-tab div.center-block a:after {
        content: 'HTML5 & CSS3'
    }

    .development-process-block.web-dev .tablist-block ul li.fouth-tab div.center-block a:after {
        content: 'Java'
    }

    .development-process-block.web-dev .tablist-block ul li.five-tab div.center-block a:after {
        content: 'Open Source'
    }

    .development-process-block.web-dev .tablist-block ul li.six-tab div.center-block a:after {
        content: 'Java Script'
    }

    .development-process-block.ecommerce-dev .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Magento'
    }

    .development-process-block.ecommerce-dev .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Shopify'
    }

    .development-process-block.ecommerce-dev .tablist-block ul li.third-tab div.center-block a:after {
        content: 'OpenCart'
    }

    .development-process-block.ecommerce-dev .tablist-block ul li.fouth-tab div.center-block a:after {
        content: 'Wordpress'
    }

    .development-process-block.ecommerce-dev .tablist-block ul li.five-tab div.center-block a:after {
        content: 'Custom'
    }

    .development-process-block.ecommerce-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Magento'
    }

    .development-process-block.ecommerce-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Shopify'
    }

    .development-process-block.ecommerce-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'OpenCart'
    }

    .development-process-block.ecommerce-page .tablist-block ul li.fouth-tab div.center-block a:after {
        content: 'WooCommerce'
    }

    .development-process-block.ecommerce-page .tablist-block ul li.five-tab div.center-block a:after {
        content: 'Custom'
    }

    .watch-full-video-block > div {
        height: auto;
        margin: -125px 0 0
    }

    .kpProgram .col-md-3 {
        overflow: inherit
    }

    .technologiesProvide.hirephp-page .development-tabing-block .application-option {
        margin-top: 50px
    }

    .development-process-block.hirephp-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'PHP Versions'
    }

    .development-process-block.hirephp-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Database'
    }

    .development-process-block.hirephp-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'CMS'
    }

    .development-process-block.hirephp-page .tablist-block ul li.four-tab div.center-block a:after {
        content: 'Front-End'
    }

    .development-process-block.hirephp-page .tablist-block ul li.five-tab div.center-block a:after {
        content: 'Web Services'
    }

    .development-process-block.hirephp-page .tablist-block ul li.six-tab div.center-block a:after {
        content: 'JS Libraries'
    }

    .slideSection .video-client-review .blockoneThird.blockmiddle {
        display: block
    }

    body .hospitalityOption {
        min-height: inherit;
        margin-top: 40px;
        padding-left: 0;
        text-align: center
    }

        body .hospitalityOption:after {
            display: none
        }

        body .hospitalityOption p {
            height: inherit
        }

        body .hospitalityOption h4 {
            margin-bottom: 18px
        }

    body .travelHospitality .main-content-block {
        padding-top: 25px !important
    }

    body .ourvalueBlock.businessValue h2 {
        font-size: 28px;
        line-height: 35px
    }

    body .ourvalueBlock.businessValue .purposeBlock h4 {
        font-size: 22px
    }

    body .ourvalueBlock.businessValue p {
        font-size: 17px;
        padding-bottom: 50px
    }

    body .ourvalueBlock.businessValue .purposeBlock {
        padding-left: 0;
        text-align: center;
        padding-bottom: 0
    }

    body .keySolution {
        text-align: center;
        margin-top: 15px
    }

        body .keySolution h4 {
            font-size: 22px
        }

        body .keySolution .solution1 {
            padding-left: 0
        }

            body .keySolution .solution1:after {
                display: none
            }

    body .chatSolution.pdT41 .chatInr {
        padding-left: 0;
        padding-right: 0
    }

    body .business-requirements-section.service-Offer .business-requir-detail {
        margin-top: 0
    }

        body .business-requirements-section.service-Offer .business-requir-detail h3 {
            margin-top: 0
        }

    body .contact-page-form .form-group {
        padding: 0
    }

    body .contact-page-form .mobile-number {
        padding-left: 104px !important
    }

        body .contact-page-form .mobile-number .intl-tel-input {
            left: 0
        }

    .pp_page .process-blue-block.aw-cl-logo-con {
        padding-top: 35px;
        padding-bottom: 35px !important
    }

    .privacy_policy_page .col-md-12 .col-sm-12 {
        padding-left: 0;
        padding-right: 0
    }

    .privacy_policy_page .privacysection {
        text-align: center
    }

        .privacy_policy_page .privacysection > ul {
            margin-left: 0;
            text-align: left;
            padding-right: 0;
            display: inline-block
        }

            .privacy_policy_page .privacysection > ul li {
                padding-left: 0
            }

    .termscon-section .col-md-12 .col-sm-12 {
        padding-left: 0;
        padding-right: 0
    }

    .tc_page .process-blue-block.aw-cl-logo-con {
        padding-top: 40px;
        padding-bottom: 40px !important
    }

    .section-heading {
        text-align: center
    }

    .apply_form_sec .apply_form_inner {
        padding-left: 15px;
        padding-right: 15px
    }

        .apply_form_sec .apply_form_inner h2 {
            text-align: center;
            font-size: 32px
        }

        .apply_form_sec .apply_form_inner .subheading {
            text-align: center
        }

    .formdiv {
        padding-top: 50px
    }

        .formdiv .form-group {
            padding-right: 0
        }

        .formdiv .table-responsive {
            border: none
        }

    .captchaDiv .btn-row-block {
        text-align: center
    }

    .captchaDiv .g-recaptcha.captcha {
        display: inline-block;
        float: none
    }

    .slide_back .container {
        padding-left: 95px;
        padding-right: 20px
    }

    #web-phone-grid {
        padding-top: 58px
    }

        #web-phone-grid .container-fluid.paddinglr {
            padding-left: 0;
            padding-right: 0
        }

        #web-phone-grid .mobile-porfolio-grid {
            margin-bottom: 30px
        }

    .full-portfolio-block .modal .modal-dialog {
        overflow-y: auto
    }

    .full-portfolio-block .modal .modal-content .slide_back {
        overflow-y: auto
    }

        .full-portfolio-block .modal .modal-content .slide_back .container {
            padding-left: 20px
        }

    .full-portfolio-block .modal .modal-content .slide_detail {
        text-align: center
    }

        .full-portfolio-block .modal .modal-content .slide_detail .slidTitile {
            font-size: 24px;
            line-height: 32px
        }

    body .landing-bottom-slider.profileSlide .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .landing-bottom-slider.profileSlide .slide_detail {
        text-align: center
    }

        .landing-bottom-slider.profileSlide .slide_detail .slidTitile {
            font-size: 24px;
            line-height: 32px;
            margin-top: 20px;
            max-height: 192px
        }

    .pfilterBlock {
        padding-top: 50px
    }

    .filterList {
        text-align: center;
        margin-top: 20px;
        display: inline-block
    }

        .filterList h4:after {
            left: 50%;
            margin-left: -32px
        }

    .filter-sapreter {
        display: none
    }

    nav .navigation-part ul.menu-links li .sub-menu-sec.highlight-link ul li a {
        font-size: 20px
    }

    .show-only-iphone {
        display: block
    }

    #web-phone-grid .inquiry-btn {
        margin-top: 0;
        text-align: right
    }

    #web-phone-grid .grid-filter a {
        display: none
    }

    .show-iphone {
        display: block
    }

    .show-tablet {
        display: none
    }

    .get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block {
        margin-bottom: 0
    }

        .get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block.voicemsg {
            display: none
        }

    .get-in-touch-section .from-block .col-md-5 .from-left-block .listing-block {
        display: none
    }

    body .aw-cl-logo-block.sticky ul.nav-tabs {
        position: relative;
        top: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }

    body .aw-cl-logo-block.sticky .tab-content {
        margin-top: 0 !important
    }

    .filterList ul.double-row {
        margin-top: 15px
    }

    .filterList ul.main-double-row {
        margin-top: 15px
    }

    .filterButton .inquireNow {
        margin-top: 40px;
        margin-bottom: 20px
    }

    .blogImage.similarListing .smiliarTitle > a {
        font-size: 18px;
        line-height: 16px
    }

    .smiliarTitle .authoreDesc {
        font-size: 11px;
        padding: 0 0 4px;
        line-height: 17px
    }

    .blogImage.similarListing .smiliarTitle .btn-block a {
        padding: 4px 14px;
        text-transform: uppercase
    }

    .blogImage.similarListing .smiliarTitle {
        bottom: -48px;
        z-index: 9
    }

        .blogImage.similarListing .smiliarTitle .btn-block {
            text-align: center
        }

    .thankyou-msg-block .main-content-block p {
        padding: 0 15px;
        font-size: 20px
    }

    .result-value-block .main-content-block {
        padding-top: 0 !important;
        margin-bottom: 20px
    }

        .result-value-block .main-content-block .title-bar {
            text-transform: inherit
        }

    .result-value-block .resultBlock .resultTitle {
        font-size: 35px
    }

    .project-delivered-section .bcm_btn {
        margin-right: 15px;
        margin-top: 15px
    }

    .result-value-block .resultBlock {
        display: inline-block;
        width: 100%;
        padding-top: 14px
    }

        .result-value-block .resultBlock .col-md-4 {
            text-align: center
        }

        .result-value-block .resultBlock p {
            text-align: center
        }

    .noWebGridRcrd .custom-web-grid {
        margin-top: 30px
    }

    .chatsubTitle {
        display: inline-block;
        width: 100%
    }

    .error-page .click-here {
        position: relative;
        left: 0;
        bottom: 0;
        text-align: center;
        margin-top: 20px
    }

        .error-page .click-here img {
            max-width: 100px
        }

    body .management_info {
        min-height: inherit;
        height: auto !important
    }

    body .leaderShipTeam .teamMamber {
        box-shadow: none
    }

    body .leaderShipTeam {
        padding-bottom: 20px
    }

        body .leaderShipTeam .leaderShip .infoDetail {
            min-height: inherit;
            height: auto !important
        }

    .join_team {
        padding: 50px 0;
        background-position: -261px center
    }

        .join_team .join-content {
            padding-top: 0
        }

    .start-a-project.rq-ud-form .uploadFile label {
        display: table
    }

    .start-a-project .uploadFile strong {
        display: table-cell;
        float: none !important;
        width: inherit;
        vertical-align: top
    }

    .start-a-project.rq-ud-form .uploadFile strong span {
        top: 0
    }

    .technologiesProvide ul.nav-tabs li {
        padding: 0 8px;
        position: initial;
        display: inline-block !important;
        width: auto !important;
        float: none
    }

    .development-process-block.php-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'PHP Versions'
    }

    .development-process-block.php-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Frameworks'
    }

    .development-process-block.php-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'Database'
    }

    .development-process-block.php-page .tablist-block ul li.fouth-tab div.center-block a:after {
        content: 'CMS'
    }

    .development-process-block.php-page .tablist-block ul li.five-tab div.center-block a:after {
        content: 'Front-End'
    }

    .development-process-block.php-page .tablist-block ul li.six-tab div.center-block a:after {
        content: 'Web Services'
    }

    .development-process-block.php-page .tablist-block ul li.seven-tab div.center-block a:after {
        content: 'JS Libraries'
    }

    .development-process-block.android-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Languages'
    }

    .development-process-block.android-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Frameworks'
    }

    .development-process-block.android-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'IDE'
    }

    .development-process-block.android-page .tablist-block ul li.four-tab div.center-block a:after {
        content: 'Database'
    }

    .development-process-block.phonegap-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Languages'
    }

    .development-process-block.phonegap-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Frameworks'
    }

    .development-process-block.phonegap-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'Database'
    }

    .development-process-block.xamarin-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Frameworks'
    }

    .development-process-block.xamarin-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'IDE'
    }

    .development-process-block.xamarin-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'Database'
    }

    .development-process-block.dot_net_page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Languages'
    }

    .development-process-block.dot_net_page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Frameworks'
    }

    .development-process-block.dot_net_page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'ORMs and Database'
    }

    .development-process-block.java-dev-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Frameworks'
    }

    .development-process-block.java-dev-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'IDE'
    }

    .development-process-block.java-dev-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'ORMs and Database'
    }

    .development-process-block.java-dev-page .tablist-block ul li.four-tab div.center-block a:after {
        content: 'Libraries'
    }

    .development-process-block.wordpress-dev-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Languages'
    }

    .development-process-block.wordpress-dev-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Databases'
    }

    .development-process-block.joomla-dev-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Languages'
    }

    .development-process-block.joomla-dev-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Database'
    }

    .development-process-block.joomla-dev-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'Server'
    }

    .development-process-block.drupal-dev-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Languages'
    }

    .development-process-block.drupal-dev-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Frameworks'
    }

    .development-process-block.drupal-dev-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'ORMs and Database'
    }

    .development-process-block.ui-ux-dev-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'UI'
    }

    .development-process-block.ui-ux-dev-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'UX'
    }

    .development-process-block.quality-dev-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Performance tools'
    }

    .development-process-block.quality-dev-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Functional testing tools'
    }

    .development-process-block.quality-dev-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'Bug tracking tools'
    }

    .development-process-block.iot-dev-banner .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Supported Protocols'
    }

    .development-process-block.iot-dev-banner .tablist-block ul li.second-tab div.center-block a:after {
        content: 'Device Connectivity'
    }

    .development-process-block.iot-dev-banner .tablist-block ul li.third-tab div.center-block a:after {
        content: 'Cloud Platform'
    }

    .development-process-block.iot-dev-banner .tablist-block ul li.four-tab div.center-block a:after {
        content: 'Driving Forces for IoT'
    }

    .development-process-block.iot-dev-banner .tablist-block ul li.five-tab div.center-block a:after {
        content: 'Web Service'
    }

    .development-process-block.iot-dev-banner .tablist-block ul li.six-tab div.center-block a:after {
        content: 'Operating System'
    }

    .development-process-block.on-demand-dev-page .tablist-block ul li.first-tab div.center-block a:after {
        content: 'Programming Language'
    }

    .development-process-block.on-demand-dev-page .tablist-block ul li.second-tab div.center-block a:after {
        content: 'API Language'
    }

    .development-process-block.on-demand-dev-page .tablist-block ul li.third-tab div.center-block a:after {
        content: 'Protocol'
    }

    .development-process-block.on-demand-dev-page .tablist-block ul li.four-tab div.center-block a:after {
        content: 'Database'
    }

    body .theater-toggle {
        padding-left: 0;
        padding-right: 0
    }

    .popup-form.gotanidea-form .captcha {
        transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: 25px
    }

    #RecaptchaField1 {
        transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }

    .btn-section .connectBtn.bbtn {
        margin-top: 10px
    }

    body .start-a-project.rq-ud-form .main-heading .section-title h2 {
        margin-bottom: 10px
    }

    body .start-a-project.rq-ud-form .main-heading .section-title h3 {
        font-size: 16px !important;
        line-height: 24px !important
    }

    body .start-a-project.rq-ud-form .rq-main-form-block {
        margin-top: 30px
    }

        body .start-a-project.rq-ud-form .rq-main-form-block .section-heading.mt90 {
            margin-top: 40px !important
        }

        body .start-a-project.rq-ud-form .rq-main-form-block .section-title h2 {
            line-height: inherit;
            font-size: 19px;
            margin-bottom: 0
        }

    body .start-a-project.rq-ud-form .popup-form .section-heading.mt50 {
        margin-top: 30px
    }

    body .start-a-project.rq-ud-form .popup-form .rq-attech-file {
        margin-top: 0 !important
    }

    body .start-a-project.rq-ud-form .popup-form .captcha {
        margin-bottom: 0
    }

    body .start-a-project.rq-ud-form .popup-form .form-group {
        padding-right: 0
    }

    body .start-a-project.rq-ud-form .popup-form.gotanidea-form .form-group .select {
        padding-left: 0
    }

    .pb-content-block {
        text-align: center
    }

        .pb-content-block h1 {
            text-align: center
        }

        .pb-content-block ul li {
            width: 100%
        }

    .carrer-join-heading h2 {
        font-size: 31px !important
    }

    .careers-hr-info {
        margin-bottom: 20px;
        padding-left: 0;
        text-align: center
    }

        .careers-hr-info .chr-img {
            position: relative;
            margin-bottom: 20px;
            display: inline-block
        }

        .careers-hr-info .chr-detail ul li {
            text-align: center
        }

    .load-more-btn {
        margin-bottom: 30px
    }

    .project-slid-arrow {
        left: 15px;
        right: 15px
    }

    .project-modal .project-desc {
        font-family: proxima_novalight;
        font-size: 20px;
        line-height: inherit
    }

    .project-modal .project-title {
        font-size: 25px
    }

    .project-modal .project-intro {
        padding-top: 80px
    }

        .project-modal .project-intro .project-title {
            font-size: 30px
        }

        .project-modal .project-intro .project-small-title {
            font-size: 14px
        }

        .project-modal .project-intro .project-desc {
            margin-top: 20px !important;
            font-size: 22px;
            line-height: inherit
        }

        .project-modal .project-intro .category-tag {
            margin-top: 20px
        }

            .project-modal .project-intro .category-tag p {
                margin: 0 5px 5px;
                font-size: 13px;
                padding: 9px 30px 8px 15px
            }

    .project-modal .project-quote-form .from-right-block {
        margin-top: 50px;
        padding: 0 15px
    }

    body .form-group.mobile-number {
        padding-left: 105px
    }

        body .form-group.mobile-number .intl-tel-input {
            left: 0
        }

    .project-media-block .pm-partner {
        margin-top: 25px
    }

        .project-media-block .pm-partner ul li {
            margin: 10px 0 0;
            width: 100%
        }
}

@media only screen and (max-width:370px) {
    .mainsec h1 {
        font-size: 38px;
        line-height: 45px
    }

    .main-content-block h2 {
        font-size: 25px;
        line-height: 36px
    }

    .features-section ul.list li {
        padding: 0 8px;
        float: none;
        display: inline-block
    }

    .videoSection .playerDiv {
        margin-top: -140px
    }

    .emailid-block a i {
        left: 14px;
        top: 15px
    }

    .emailid-block a span.small-text {
        font-size: 11px
    }

    .emailid-block a span.large-text {
        font-size: 16px;
        line-height: 30px
    }

    .get-in-touch-section .from-left-block .btn-block .comman-btn {
        text-align: left;
        padding: 14px 20px 12px 25px
    }

    .page_top {
        right: 10px
    }

    .hire-experts-tabing-block .tablist-block ul li a {
        padding: 6px 0;
        min-height: inherit
    }

        .hire-experts-tabing-block .tablist-block ul li a i {
            transform: scale(.7);
            -moz-transform: scale(.7);
            -webkit-transform: scale(.7)
        }

    .in-banner-content h1 span.models {
        width: 100%;
        display: inline-block
    }

    .development-tabing-block .tablist-block ul li {
        padding: 0
    }

    .start-a-project .popup-form .form-group label {
        font-size: 15px
    }

    .mobile-number .intl-tel-input.separate-dial-code .selected-dial-code {
        font-size: 15px
    }

    .mobile-number .intl-tel-input .selected-flag .iti-arrow {
        right: 4px
    }
}

@media only screen and (max-width:380px) {
    .konstant-customers-block {
        padding: 50px 0 60px
    }

        .konstant-customers-block .info-block .white-block {
            width: 278px;
            height: 278px;
            padding-top: 18px
        }

        .konstant-customers-block .info-block .comman-btn {
            margin-top: 18px
        }

    .blue-new-btn {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }

    .footer-part1 .footerTitle {
        text-align: center;
        display: block;
        clear: both
    }

    .footerlogos img {
        max-width: 50%
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px,0px,0px)
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move
}

.animation-none .owl-carousel .owl-wrapper, .animation-none .owl-carousel .owl-item {
    transform: inherit !important
}

body.no-scroll {
    overflow: hidden;
    position: relative
}

.start-a-project {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    min-height: 100vh;
    min-width: 100vw;
    pointer-events: auto;
    overflow: hidden
}

    .start-a-project.closed {
        z-index: -99
    }

.closed ~ .start-a-project--bg {
    transform: scale3d(1,0,1);
    background: #ebebeb
}

.start-projectinner {
    height: 100vh;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 7;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0,0,0);
    transition: transform 300ms cubic-bezier(.63,0,.39,.99),opacity 300ms cubic-bezier(.63,0,.39,.99);
    transition-delay: 280ms
}

.closed .start-projectinner {
    -webkit-overflow-scrolling: auto;
    opacity: 0;
    transform: translate3d(0,8px,0)
}

.start-projectinner.no-delay {
    transition-delay: 0ms
}

.start-a-project--bg {
    z-index: 9999;
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: scale3d(1,1,1);
    transform-origin: center;
    transition: transform 300ms cubic-bezier(.63,0,.39,.99),background 300ms cubic-bezier(.63,0,.39,.99);
    transition-delay: 0
}

    .start-a-project--bg.delay_background {
        transition-delay: 200ms
    }

.start-a-project .popup-header {
    padding: 20px;
    box-shadow: none;
    position: relative
}

.start-a-project .close-button {
    padding: 7px;
    text-align: center;
    float: right;
    margin-right: 50px
}

.start-a-project .popup-box {
    border-radius: 10px;
    box-shadow: 0 0 6px #e5e5e5;
    padding: 20px 30px 30px;
    width: 100%;
    margin-bottom: 205px;
    margin-top: 90px;
    display: inline-block
}

    .start-a-project .popup-box:first-child {
        margin-top: 0
    }

    .start-a-project .popup-box:last-child {
        margin-bottom: 320px
    }

.start-a-project .slide-counter {
    font-family: montserrat,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #c8c8c8
}

    .start-a-project .slide-counter .active {
        color: #086bbe
    }

        .start-a-project .slide-counter .active b {
            font-size: 30px;
            font-weight: 700;
            line-height: inherit
        }

.start-a-project .section-title h2 {
    font-family: proxima_novalight;
    font-size: 42px;
    padding: 0;
    margin: 5px 0 8px;
    color: #151515
}

.start-a-project .section-title h3 {
    font-family: proxima_novalight;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    color: #151515
}

.start-a-project .main-heading .section-title h2 {
    font-size: 46px
}

.start-a-project .main-heading .section-title h3 {
    background: #086bbe;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    margin-top: 5px;
    font-size: 13px
}

.start-a-project .popup-form {
    margin-top: 55px
}

    .start-a-project .popup-form .nopad {
        padding: 0
    }

    .start-a-project .popup-form .form-group label {
        color: #9d9d9d;
        text-transform: capitalize
    }

    .start-a-project .popup-form.input-effect .form-control {
        z-index: 9;
        padding-left: 30px
    }

    .start-a-project .popup-form .form-control {
        color: #000;
        border-color: #dfdfdf;
        opacity: 1
    }

    .start-a-project .popup-form .form-control {
        font-family: proxima_novasemibold;
        font-size: 18px;
        color: #414141;
        letter-spacing: .2px;
        border: none;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #ebebeb;
        padding: 0;
        min-height: 39px;
        line-height: inherit;
        position: relative
    }

    .start-a-project .popup-form textarea.form-control {
        padding-top: 7px;
        height: 39px;
        resize: none
    }

.marT10 {
    margin-top: 10px
}

.marT94 {
    margin-top: 94px
}

.marB20 {
    margin-bottom: 25px
}

.marT30 {
    margin-top: 30px
}

.marT50 {
    margin-top: 50px
}

.marT70 {
    margin-top: 70px
}

.marT220 {
    margin-top: 220px
}

.marT200 {
    margin-top: 200px
}

.marT300 {
    margin-top: 300px
}

.marB200 {
    margin-bottom: 200px
}

.marB300 {
    margin-bottom: 300px
}

.marB350 {
    margin-bottom: 350px
}

.padR45 {
    padding-right: 45px
}

.padL45 {
    padding-left: 45px
}

.start-a-project .popup-form .form-group {
    padding-left: 0;
    width: 100%;
    margin-bottom: 0
}

    .start-a-project .popup-form .form-group.mobile-number {
        padding-left: 104px !important
    }

        .start-a-project .popup-form .form-group.mobile-number .intl-tel-input {
            position: absolute;
            left: 0;
            width: 104px
        }

            .start-a-project .popup-form .form-group.mobile-number .intl-tel-input #mobile-number {
                padding-left: 100px
            }

        .start-a-project .popup-form .form-group.mobile-number .phonenumber-filed {
            width: 100%
        }

            .start-a-project .popup-form .form-group.mobile-number .phonenumber-filed .form-control {
                padding-left: 5px
            }

        .start-a-project .popup-form .form-group.mobile-number label {
            padding-left: 5px
        }

.start-a-project .popup-form .label-2 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #202020
}

.start-a-project .popup-form .select {
    position: relative
}

.start-a-project .popup-form .select__arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #006dc8
}

.start-a-project .popup-form .select select:hover ~ .select__arrow, .start-a-project .popup-form .select select:focus ~ .select__arrow {
    border-top: 5px solid #006dc8
}

.start-a-project .popup-form select.form-control option {
    color: #414141;
    font-size: 18px
}

.start-a-project .nextButton {
    display: inline-block;
    font-family: proxima_nova_rgbold;
    font-size: 18px;
    padding: 18px 28px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    min-width: 110px
}

.start-a-project .popup-form select.form-control {
    color: #005fbb
}

.start-a-project .uploadFile {
    position: relative
}

    .start-a-project .uploadFile .file-upload {
        opacity: 0;
        z-index: 10;
        position: absolute;
        top: 4px;
        height: 31px;
        z-index: 10
    }

    .start-a-project .uploadFile i.add-file {
        background: url(../img/sprite.png) no-repeat;
        background-position: -2726px -4px;
        width: 24px;
        height: 24px;
        float: left;
        vertical-align: middle;
        margin-right: 12px;
        margin-top: 6px
    }

    .start-a-project .uploadFile strong {
        float: left;
        margin-bottom: 0;
        font-weight: 400
    }

        .start-a-project .uploadFile strong span {
            font-family: proxima_novasemibold;
            font-size: 11px;
            top: -7px;
            position: relative;
            color: #999
        }

    .start-a-project .uploadFile label {
        vertical-align: middle;
        color: #005fbb !important;
        font-size: 17px;
        font-family: proxima_novasemibold;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        z-index: 9;
        position: relative
    }

.form-group-country .btn-country {
    background-image: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
    color: #9d9d9d;
    padding: 6px 15px 6px 0
}

.form-group-country .btn-lg .caret {
    float: right;
    top: 17px;
    position: absolute;
    right: 8px
}

.checkbox2 {
    margin-bottom: 20px
}

    .checkbox2 label:after {
        content: '';
        display: table;
        clear: both
    }

    .checkbox2 label {
        padding-left: 0;
        line-height: 22px;
        font-family: proxima_novasemibold;
        font-weight: 400;
        font-size: 16px;
        color: #9d9d9d;
        margin-bottom: 10px;
        cursor: pointer
    }

    .checkbox2 .cr {
        position: relative;
        display: inline-block;
        background-color: transparent;
        width: 24px;
        height: 24px;
        float: left;
        margin-right: .5em;
        border: 2px solid #005fbb;
        margin-top: 1px
    }

        .checkbox2 .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 30%;
            left: 30%
        }

    .checkbox2 .glyphicon-ok:before {
        content: '';
        background: url(../img/sprite.png) no-repeat;
        background-position: -2767px -13px;
        width: 30px;
        height: 30px;
        display: block
    }

    .checkbox2 label input[type=checkbox] {
        display: none
    }

        .checkbox2 label input[type=checkbox] + .cr > .cr-icon {
            opacity: 0;
            transition: all .3s ease-in
        }

        .checkbox2 label input[type=checkbox]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1
        }

.checkbox label input[type=checkbox]:disabled + .cr {
    opacity: .5
}

.checkbox2.checked label {
    color: #005fbb
}

.marginT30 {
    margin-top: 30px
}

.marginB10 {
    margin-bottom: 10px !important
}

.aboutSection {
    padding: 30px 0 80px
}

.main-content-block p.marginT10 {
    margin-top: 10px
}

.missionStatement {
    display: block;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: url(../img/cote-icon.png) no-repeat center top;
    padding-top: 50px;
    margin-top: 50px
}

    .missionStatement h4 {
        font-family: proxima_novasemibold;
        font-size: 30px
    }

    .missionStatement p {
        font-size: 18px;
        line-height: 28px
    }

.businessSection {
    background: #054d82 url(../img/dote-bg.jpg) no-repeat left top;
    background-size: cover;
    min-height: 645px;
    padding: 50px 0
}

    .businessSection h2 {
        font-size: 40px;
        color: #fff;
        font-family: proxima_novasemibold;
        margin: 0;
        max-width: 50%;
        position: relative;
        display: inline-block;
        margin-bottom: 40px
    }

.thoughtBlock {
    background-color: rgba(255,255,255,.04);
    display: block;
    float: left;
    width: 379px;
    height: 379px;
    border-radius: 100%;
    padding: 27px;
    margin-right: 15px;
    transition: all .5s ease 0s
}

    .thoughtBlock:hover {
        transition: opa 5s steps(1,end) infinite reverse;
        transform: scale(1);
        background-color: rgba(255,255,255,.2)
    }

    .thoughtBlock:last-child {
        margin-right: 0
    }

    .thoughtBlock .innerWhite {
        background: #fff;
        display: block;
        padding: 10px;
        padding-top: 50px;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        text-align: center;
        overflow: hidden
    }

        .thoughtBlock .innerWhite.creative {
            background: #fff url(../img/creative-bg.png) no-repeat left top
        }

        .thoughtBlock .innerWhite.innovative {
            background: #fff url(../img/innovative-bg.png) no-repeat left top
        }

        .thoughtBlock .innerWhite.functional {
            background: #fff url(../img/functional-bg.png) no-repeat left top
        }

.teamHead {
    font-family: proxima_novalight;
    font-size: 16px;
    color: #717171;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(../img/title-bg.png) no-repeat bottom center;
    padding-bottom: 20px
}

.thoughtBlock .innerWhite h4 {
    color: #054d82;
    font-size: 34px;
    font-family: proxima_nova_rgbold
}

.thoughtBlock .innerWhite p {
    color: #535353;
    font-size: 18px;
    font-family: proxima_nova_rgbold
}

.vesionSection {
    background: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,247,247,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,247,247,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(246,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#f6f7f7',GradientType=0 )
}

.missionStatement h3 {
    color: #161616;
    font-size: 24px;
    font-family: proxima_novasemibold;
    line-height: 40px
}

.aboutSection.vesionSection {
    padding-bottom: 50px
}

.teamSection {
    display: block
}

.ourMangement {
    padding-top: 0
}

.mangementlist {
    padding: 0;
    position: relative;
    margin-bottom: 86px
}

    .mangementlist li {
        float: left;
        width: 33.333%
    }

.dynmaicBg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.mangementlist li .mangeProfile {
    height: 355px;
    overflow: hidden;
    position: relative
}

.mangeProfile:hover .teamHover {
    bottom: 0;
    visibility: visible;
    opacity: .8
}

.mangeProfile .teamHover {
    padding-top: 133px
}

.mangeProfile .tital_head {
    color: #fff;
    font-family: circular std;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.mangementlist li {
    list-style: none
}

.teamSection .colLeft {
    float: left;
    width: 50%
}

.ourTeamBlock {
    background: #e65a17;
    background: -moz-linear-gradient(left,rgba(230,90,23,1) 0%,rgba(236,138,37,1) 100%);
    background: -webkit-linear-gradient(left,rgba(230,90,23,1) 0%,rgba(236,138,37,1) 100%);
    background: linear-gradient(to right,rgba(230,90,23,1) 0%,rgba(236,138,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65a17',endColorstr='#ec8a25',GradientType=1 );
    padding: 100px;
    height: 600px
}

.ourTeamPic {
    display: block
}

.overflowH {
    overflow: hidden
}

.ourTeamBlock h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0
}

.ourTeamBlock h2 {
    font-size: 46px;
    color: #fff;
    font-family: proxima_novasemibold;
    margin: 10px 0 30px
}

.ourTeamBlock h6 {
    font-size: 18px;
    color: #fff
}

.ourTeamBlock p {
    color: #fac898;
    font-size: 16px
}

.meetTeam {
    font-size: 13px;
    font-family: proxima_nova_rgbold;
    min-width: 170px;
    margin-top: 40px
}

    .meetTeam:hover, .meetTeam:focus {
        text-decoration: none
    }

.teamPicBlock {
    height: 300px;
    width: 100%;
    float: left;
    background-size: cover;
    overflow: hidden;
    background-position: center top;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

    .teamPicBlock:hover {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5,M12=0,M21=0,M22=1.5,SizingMethod='auto expand')
    }

.picWidth60 {
    width: 60%;
    float: left
}

.picWidth40 {
    width: 40%;
    float: left
}

.picWidth33 {
    width: 33.333%;
    float: left
}

.archivesSection {
    background: #f5f5f5;
    display: block;
    overflow: hidden
}

    .archivesSection li {
        display: block;
        float: left;
        vertical-align: middle;
        min-height: 150px;
        width: 20%;
        text-align: center;
        padding: 60px 10px 0;
        border-right: 1px solid #fff;
        background: -moz-linear-gradient(left,rgba(234,234,234,0.5) 0%,rgba(249,249,249,0.5) 25%,rgba(255,255,255,0.5) 41%,rgba(255,255,255,0.5) 54%,rgba(252,252,252,0.5) 65%,rgba(235,235,235,0.5) 100%);
        background: -webkit-linear-gradient(left,rgba(234,234,234,0.5) 0%,rgba(249,249,249,0.5) 25%,rgba(255,255,255,0.5) 41%,rgba(255,255,255,0.5) 54%,rgba(252,252,252,0.5) 65%,rgba(235,235,235,0.5) 100%);
        background: linear-gradient(to right,rgba(234,234,234,0.5) 0%,rgba(249,249,249,0.5) 25%,rgba(255,255,255,0.5) 41%,rgba(255,255,255,0.5) 54%,rgba(252,252,252,0.5) 65%,rgba(235,235,235,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80eaeaea',endColorstr='#80ebebeb',GradientType=1 )
    }

        .archivesSection li .iconsAcrchve {
            display: inline-block;
            vertical-align: top;
            width: 62px;
            height: 52px;
            background: url(../img/sprite1.png) no-repeat 0 0;
            margin-right: 10px
        }

            .archivesSection li .iconsAcrchve.year {
                background-position: -887px -519px
            }

            .archivesSection li .iconsAcrchve.projectsIcon {
                background-position: -970px -520px
            }

            .archivesSection li .iconsAcrchve.clientsIcon {
                background-position: -1062px -528px
            }

            .archivesSection li .iconsAcrchve.employeesIcon {
                background-position: -1162px -529px
            }

            .archivesSection li .iconsAcrchve.officesIcon {
                background-position: -1262px -518px
            }

    .archivesSection .archivetext {
        display: inline-block;
        vertical-align: top;
        text-align: left
    }

        .archivesSection .archivetext .headingBlue {
            color: #0058aa;
            font-size: 40px;
            font-family: proxima_novasemibold;
            line-height: 20px
        }

        .archivesSection .archivetext p {
            color: #2e2d2d;
            font-size: 14px;
            text-transform: uppercase;
            font-family: proxima_novasemibold;
            letter-spacing: 1px;
            text-align: left
        }

.ourvalueBlock .capitalText {
    color: #b3c9dd;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.ourvalueBlock {
    display: block;
    background: #162d42;
    padding: 90px 0 50px
}

    .ourvalueBlock h2 {
        color: #fff;
        margin-top: 10px;
        font-size: 42px;
        font-family: proxima_novalight;
        margin-bottom: 70px
    }

.purposeBlock {
    display: block;
    position: relative;
    min-height: 290px;
    max-width: 85%;
    padding-left: 60px;
    text-align: left
}

    .purposeBlock.left:after {
        content: "";
        height: 100%;
        position: absolute;
        left: 9px;
        width: 2px;
        background: #15324c;
        display: block;
        top: 50px
    }

    .purposeBlock.left:before {
        content: "";
        height: 17px;
        position: absolute;
        left: 1px;
        width: 17px;
        background: #1866b1;
        display: block;
        top: 30px;
        border-radius: 20px
    }

.purposeIcons {
    display: inline-block;
    margin-right: 30px;
    width: 92px;
    height: 75px;
    background: url(../img/sprite1.png) no-repeat 0 0;
    margin-right: 10px
}

    .purposeIcons.real {
        background-position: -1402px -501px
    }

    .purposeIcons.accountable {
        width: 92px;
        background-position: -1511px -501px
    }

    .purposeIcons.pas-Innov {
        background-position: -1628px -503px
    }

    .purposeIcons.making-diff {
        background-position: -1724px -492px
    }

    .purposeIcons.quest-learn {
        background-position: -1825px -492px
    }

    .purposeIcons.collab-work {
        background-position: -1396px -390px
    }

    .purposeIcons.result-matter {
        background-position: -1515px -391px
    }

    .purposeIcons.stay-con {
        background-position: -1630px -400px
    }

.ourvalueBlock .titlesBlocks {
    display: inline-block;
    vertical-align: top
}

    .ourvalueBlock .titlesBlocks .stageType {
        font-size: 25px;
        display: block;
        color: #c9c9c9
    }

        .ourvalueBlock .titlesBlocks .stageType span {
            color: #086bbe;
            font-size: 50px;
            line-height: 20px;
            font-family: montserratregular
        }

.purposeBlock .purposeTitle {
    font-size: 26px;
    color: #fff
}

.purposeBlock p {
    color: #6d879e;
    font-size: 18px;
    margin: 30px 0 0;
    line-height: 30px;
    height: 120px;
    overflow: hidden
}

.purposeBlock.right {
    float: right;
    padding-left: 0;
    padding-right: 60px
}

    .purposeBlock.right:after {
        content: "";
        height: 100%;
        position: absolute;
        right: 9px;
        width: 2px;
        background: #15324c;
        display: block;
        top: 50px
    }

    .purposeBlock.right:before {
        content: "";
        height: 17px;
        position: absolute;
        right: 1px;
        width: 17px;
        background: #1866b1;
        display: block;
        top: 30px;
        border-radius: 20px
    }

    .purposeBlock.right.last:after, .purposeBlock.left.last:after {
        content: "";
        height: 100%;
        position: absolute;
        right: 9px;
        width: 2px;
        background: 0 0;
        display: block;
        top: 50px
    }

@-moz-keyframes

"pulse" {
    0%

{
    -moz-transform: scale(.3);
    opacity: 0
}

25% {
    -moz-transform: scale(.4);
    opacity: .1
}

50% {
    -moz-transform: scale(.1);
    opacity: .3
}

75% {
    -moz-transform: scale(.5);
    opacity: .9
}

100% {
    -moz-transform: scale(1);
    opacity: 0
}

}
@-webkit-keyframes

"pulse" {
    0%

{
    -webkit-transform: scale(.3);
    opacity: 0
}

25% {
    -webkit-transform: scale(.5);
    opacity: .1
}

50% {
    -webkit-transform: scale(.1);
    opacity: .3
}

75% {
    -webkit-transform: scale(.5);
    opacity: .9
}

100% {
    -webkit-transform: scale(1);
    opacity: 0
}

}

.teamsubtitle {
    color: #272727;
    font-size: 30px;
    font-family: proxima_novasemibold;
    padding-top: 67px;
    display: block;
    position: relative;
    padding-bottom: 29px
}

    .teamsubtitle:after {
        width: 18px;
        height: 18px;
        background: #fff;
        border: 3px solid #d4d4d4;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 100%;
        bottom: 0
    }

    .teamsubtitle:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 2px;
        height: 51px;
        background: #d4d4d4;
        bottom: -51px;
        margin: 0 auto
    }

.aboutSection.pdb9 {
    padding-bottom: 9px
}

.ourMangement .missionStatement {
    padding-bottom: 50px
}

.management_info {
    background: #fff;
    text-align: center;
    padding-top: 33px;
    margin-right: 2px;
    padding: 33px 50px;
    min-height: 370px;
    -webkit-box-shadow: 2px 3px 4px -4px #b3b3b3;
    -moz-box-shadow: 2px 3px 4px -4px #b3b3b3;
    box-shadow: 2px 3px 4px -4px #b3b3b3
}

    .management_info .manageName {
        font-size: 25px;
        color: #1e1e1e;
        font-family: proxima_novasemibold;
        font-weight: 700
    }

    .management_info .designation {
        color: #7d7d7d;
        font-size: 12px;
        letter-spacing: .5px;
        text-transform: uppercase;
        padding-top: 6px;
        font-family: circular std book
    }

    .management_info .socialLink {
        padding-top: 15px
    }

        .management_info .socialLink ul {
            padding: 0;
            margin: 0 auto;
            width: 129px;
            text-align: center
        }

            .management_info .socialLink ul li {
                list-style: none;
                display: inline-block;
                float: none;
                width: 30%
            }

                .management_info .socialLink ul li a {
                    width: 35px;
                    height: 35px;
                    border-radius: 100%;
                    background: #f3f3f3;
                    text-align: center;
                    line-height: 35px;
                    display: inline-block
                }

                    .management_info .socialLink ul li a.fb {
                        color: #39609d
                    }

                    .management_info .socialLink ul li a.googleP {
                        color: #fd3f3f
                    }

                    .management_info .socialLink ul li a.linkedin {
                        color: #0177b5
                    }

    .management_info p {
        color: #797979;
        font-size: 16px;
        line-height: 25px;
        font-family: circular std book;
        padding-top: 15px
    }

.mangementlist:after {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid #d4d4d4;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    bottom: -68px
}

.mangementlist:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    height: 51px;
    background: #d4d4d4;
    bottom: -51px;
    margin: 0 auto
}

.leaderShipTeam {
    background: #fff;
    text-align: center;
    padding-bottom: 67px
}

    .leaderShipTeam h2 {
        font-family: proxima_novasemibold;
        font-weight: 700;
        font-size: 30px;
        color: #272727
    }

    .leaderShipTeam p {
        color: #797979;
        font-size: 18px;
        line-height: 25px;
        font-family: circular std book;
        padding-top: 15px
    }

.leaderShip {
    padding-top: 51px
}

.teamMamber {
    background: #fff;
    -webkit-box-shadow: -1px 1px 6px 0 #f5f2f5;
    -moz-box-shadow: -1px 1px 6px 0 #f5f2f5;
    box-shadow: -1px 1px 6px 0 #f5f2f5
}

.teamImg {
    height: 274px;
    position: relative;
    overflow: hidden
}

.teamMamber .manageName {
    font-size: 18px;
    color: #1e1e1e;
    font-family: circular std;
    font-weight: 700;
    padding-top: 34px
}

.teamMamber .designation {
    color: #7d7d7d;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding-top: 2px;
    font-family: circular std book
}

.teamMamber p {
    color: #797979;
    font-size: 16px;
    line-height: 25px;
    font-family: circular std book;
    padding-top: 15px
}

.infoDetail {
    padding: 0 15px 26px;
    min-height: 380px
}

.leaderShip .col-sm-3 {
    padding: 0 5px
}

.join_team {
    background: #000 url(../img/banners/join-team-bg.jpg) no-repeat;
    min-height: 450px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center
}

.join-content {
    text-align: center;
    padding-top: 125px
}

    .join-content h2 {
        color: #fff;
        font-family: circular std;
        font-size: 42px;
        line-height: 42px
    }

    .join-content p {
        color: #fff;
        font-family: proxima_novalight;
        font-size: 14.6px;
        letter-spacing: 2px;
        margin-bottom: 0;
        margin-top: 12px;
        padding: 0;
        text-transform: uppercase;
        line-height: 24px
    }

    .join-content .btn-section {
        display: inline-block
    }

    .join-content .connectBtn {
        margin-top: 42px
    }

.teamHover {
    background: #026fc7;
    background: -moz-linear-gradient(left,rgba(2,111,199,1) 0%,rgba(53,165,168,1) 100%);
    background: -webkit-linear-gradient(left,rgba(2,111,199,1) 0%,rgba(53,165,168,1) 100%);
    background: linear-gradient(to right,rgba(2,111,199,1) 0%,rgba(53,165,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026fc7',endColorstr='#35a5a8',GradientType=1 );
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 85px 20px 55px;
    overflow: hidden;
    left: 0;
    bottom: -100%;
    transition: all .5s ease 0s
}

.teamImg:hover .teamHover {
    bottom: 0;
    visibility: visible;
    opacity: .8
}

.teamImg .tital_head {
    font-family: circular std;
    color: #fff;
    font-weight: 700;
    font-size: 19px
}

.mobilitySolutions {
    background: #162d42;
    padding-top: 60px;
    padding-bottom: 59px
}

    .mobilitySolutions h2 {
        font-family: proxima_novalight;
        font-size: 41px;
        padding: 0;
        margin: 0;
        color: #fff
    }

    .mobilitySolutions p.para-text {
        font-size: 17px;
        color: #fff;
        font-family: proxima_novalight;
        padding-top: 18px;
        letter-spacing: 1px;
        line-height: 28px;
        margin-bottom: 0
    }

.enterSubtitle {
    font-size: 17px;
    color: #b3c9dd;
    font-family: proxima_novalight;
    display: block;
    padding-top: 16px;
    text-transform: uppercase
}

.mobiSolution {
    padding-top: 70px
}

    .mobiSolution .purposeBlock .purposeTitle {
        font-size: 20px
    }

    .mobiSolution .purposeBlock p {
        margin: 9px 0 0;
        height: auto
    }

.iconSec {
    left: 0;
    position: absolute;
    top: 0
}

.mobiSolution .purposeBlock {
    max-width: 100%;
    min-height: 154px
}

.mobiSolution .inrMobility {
    padding-left: 95px;
    position: relative;
    padding-bottom: 40px
}

.mobiSolution .purposeIcons.mbs {
    background-position: -1930px -3px
}

.mobiSolution .purposeIcons.develop {
    background-position: -1930px -113px
}

.mobiSolution .purposeIcons.solutionSupport {
    background-position: -1930px -190px
}

.mobiSolution .purposeBlock.left::before {
    top: 0;
    animation: none
}

.mobiSolution .purposeBlock.left::after {
    top: 24px;
    height: 79%
}

.mobiSolution .purposeBlock.left.last::after {
    background: 0 0
}

.purposeIcons.mobileD {
    background-position: -1242px -3px
}

.purposeIcons.fieldService {
    background-position: -1336px -3px
}

.purposeIcons.b2b {
    background-position: -1421px -3px
}

.purposeIcons.e2e {
    background-position: -1511px -3px
}

.purposeIcons.crossPlot {
    background-position: -1620px -3px
}

.purposeIcons.enterWeb {
    background-position: -1731px -3px
}

.appSolution .purposeIcons {
    margin-right: 0;
    width: 78px
}

.appSolution.levelSolution .appName {
    padding-top: 0
}

.appSolution.levelSolution .appSolution_block1 {
    min-height: 271px
}

.pdT54 {
    padding-top: 54px;
    padding-bottom: 54px
}

.appSolution.levelSolution {
    padding-top: 25px
}

.mobile-solution ul li .chatOption.platformMObApp {
    border-radius: 8px
}

    .mobile-solution ul li .chatOption.platformMObApp .purposeIcons {
        height: 53px;
        margin-right: 0;
        width: 72px
    }

.purposeIcons.gameApp {
    background-position: -3005px 0;
    width: 50px !important
}

.purposeIcons.resWeb {
    background-position: -3052px 0;
    width: 50px !important
}

.purposeIcons.multiApp {
    background-position: -3096px 0;
    width: 50px !important
}

.purposeIcons.appTheme {
    background-position: -3141px 0
}

.purposeIcons.appMig {
    background-position: -3211px 0;
    width: 50px !important
}

.purposeIcons.multiDev {
    background-position: -3260px 0;
    width: 50px !important
}

.purposeIcons.cross {
    background-position: -3307px 0
}

.mobile-solution ul li .chatOption.platformMObApp .chatOptionName {
    margin-top: 13px
}

.mt31 {
    margin-top: 31px
}

.topTech h2 {
    font-size: 36px;
    font-family: circular std;
    font-weight: 700
}

.topnewTitle {
    color: #fff;
    font-family: proxima_novalight;
    font-size: 14.6px;
    letter-spacing: 2.1px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
    text-transform: uppercase;
    display: block
}

.process-blue-block.topTech.aw-cl-logo-con p {
    font-size: 16px;
    font-family: circular std book;
    color: #70cdf7
}

    .process-blue-block.topTech.aw-cl-logo-con p a {
        color: #fff
    }

.pdt22 {
    padding-top: 22px;
    padding-bottom: 0
}

.appCreated {
    background: url(../img/app-created.jpg) no-repeat;
    min-height: 392px;
    background-size: cover;
    padding-top: 33px;
    padding-bottom: 30px;
    text-align: center
}

    .appCreated h2 {
        font-size: 42px;
        font-family: proxima_novalight;
        color: #fff
    }

    .appCreated p {
        font-family: proxima_novalight;
        padding-bottom: 10px;
        font-size: 17px;
        color: #6285a5
    }

.appiconList {
    padding-top: 14px
}

    .appiconList ul {
        padding: 0;
        margin: 0;
        display: table
    }

        .appiconList ul li {
            padding: 0 10px;
            margin: 0;
            list-style: none;
            border: 1px solid #182b3c;
            border-left: none;
            height: 140px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            width: 14.28%
        }

            .appiconList ul li a:hover {
                opacity: .8
            }

            .appiconList ul li:first-child {
                border-left: 1px solid #182b3c
            }

            .appiconList ul li a img {
                max-height: 80px
            }

            .appiconList ul li a.c-logo1 img {
                width: 128px
            }

            .appiconList ul li a.c-logo2 img {
                width: 75px
            }

            .appiconList ul li a.c-logo3 img {
                width: 120px
            }

            .appiconList ul li a.c-logo4 img {
                width: 115px
            }

            .appiconList ul li a.c-logo5 img {
                width: 110px
            }

            .appiconList ul li a.c-logo6 img {
                width: 140px
            }

            .appiconList ul li a.c-logo7 img {
                width: 130px
            }

.container_tab {
    width: 1400px;
    margin: 0 auto
}

.topLineTab {
    padding-top: 65px
}

    .topLineTab #verticalTab.resp-vtabs .resp-tabs-container {
        width: 60%
    }

    .topLineTab #verticalTab.resp-vtabs ul.resp-tabs-list {
        margin-top: 0;
        width: 40%
    }

    .topLineTab #verticalTab.resp-vtabs .resp-tabs-list li {
        text-transform: none;
        padding: 22px 30px !important;
        border-radius: 0;
        height: auto;
        border-bottom: 1px solid #ececec
    }

        .topLineTab #verticalTab.resp-vtabs .resp-tabs-list li:last-child {
            border-bottom: none
        }

        .topLineTab #verticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active {
            text-transform: none;
            padding: 22px 30px !important;
            border-radius: 8px;
            height: auto;
            background: #006cc8;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmNjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODk4YWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(left,#006cc8 0%,#2898af 100%);
            background: -webkit-linear-gradient(left,#006cc8 0%,#2898af 100%);
            background: linear-gradient(to right,#006cc8 0%,#2898af 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cc8',endColorstr='#2898af',GradientType=1 )
        }

.purposeIcons.customMage {
    background-position: -1492px -214px;
    display: block
}

.topLineTitle {
    font-size: 19px;
    font-family: circular std;
    font-weight: 700;
    color: #343434;
    padding-top: 11px;
    display: block
}

.tabMenu p {
    font-size: 16px;
    font-family: circular std book;
    padding: 12px 0 0;
    margin: 0;
    color: #343434;
    letter-spacing: normal
}

.tabMenu .purposeIcons {
    height: 40px;
    margin-right: 0;
    width: 48px
}

.topLineTab #verticalTab {
    padding-top: 0
}

    .topLineTab #verticalTab.resp-vtabs .resp-tabs-list li:after {
        display: none
    }

    .topLineTab #verticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active .tabMenu p, .topLineTab #verticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active .topLineTitle {
        color: #fff
    }

    .topLineTab #verticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active .purposeIcons.customMage {
        background-position: -1492px -162px;
        display: block
    }

.tabRightContent img {
    padding-top: 50px
}

.technologiesProvide .tablist-block ul li div.center-block a i.checkout-icon {
    background-position: -701px -556px;
    width: 45px
}

.technologiesProvide .tablist-block ul li div.center-block a i.social-icon {
    background-position: -765px -556px;
    width: 45px
}

.technologiesProvide .tablist-block ul li div.center-block a i.mage-fb {
    background-position: -831px -556px;
    width: 45px
}

.technologiesProvide .tablist-block ul li div.center-block a i.marketplace-icon {
    background-position: -887px -556px;
    width: 45px
}

.technologiesProvide .tablist-block ul li div.center-block a i.hotel-booking-icon {
    background-position: -962px -556px;
    width: 45px
}

body .gotanidea-form .form-group.error .form-control {
    border-color: red
}

body .gotanidea-form .form-group.error .select {
    border-color: red
}

body .gotanidea-form .form-group.error label {
    color: red
}

body .gotanidea-form .checkbox2.error label {
    color: red
}

body .gotanidea-form .checkbox2.error .cr {
    border-color: red
}

body .gotanidea-form .form-group.error .focus-border {
    background-color: red
}

body .gotanidea-form .form-group.error .effect-16 ~ .focus-border {
    background-color: red
}

.purposeIcons.customMageIcon {
    background-position: -2588px -370px;
    display: block
}

.topLineTab #verticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active .purposeIcons.customMageIcon {
    background-position: -2588px -418px;
    display: block
}

.purposeIcons.magent_entp_devp {
    background-position: -2640px -370px;
    display: block;
    width: 38px
}

.topLineTab #verticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active .purposeIcons.magent_entp_devp {
    background-position: -2640px -418px;
    display: block
}

.purposeIcons.magent_mig {
    background-position: -2679px -370px;
    display: block;
    height: 50px;
    width: 32px
}

.topLineTab #verticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active .purposeIcons.magent_mig {
    background-position: -2679px -418px;
    display: block
}

.purposeIcons.magent_ext {
    background-position: -2713px -374px;
    display: block;
    width: 42px
}

.topLineTab #verticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active .purposeIcons.magent_ext {
    background-position: -2713px -418px;
    display: block
}

.intl-tel-input {
    position: relative
}

    .intl-tel-input * {
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .intl-tel-input .hide {
        display: none
    }

    .intl-tel-input .v-hide {
        visibility: hidden
    }

    .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 36px;
        margin-right: 0
    }

    .intl-tel-input .flag-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 1px
    }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 36px;
        height: 100%;
        padding: 0
    }

        .intl-tel-input .selected-flag .iti-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .intl-tel-input .selected-flag .iti-arrow {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 6px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #555
        }

            .intl-tel-input .selected-flag .iti-arrow.up {
                border-top: none;
                border-bottom: 4px solid #555
            }

    .intl-tel-input .country-list {
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0,0,0,.2);
        background-color: #fff;
        border: 1px solid #ccc;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

        .intl-tel-input .country-list.dropup {
            bottom: 100%;
            margin-bottom: -1px
        }

        .intl-tel-input .country-list .flag-box {
            display: inline-block;
            width: 20px
        }

@media(max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

    .intl-tel-input .country-list .country .dial-code {
        color: #999
    }

    .intl-tel-input .country-list .country.highlight {
        background-color: rgba(0,0,0,.05)
    }

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid #dfdfdf
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: rgba(0,0,0,.05)
    }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default
}

    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
        background-color: transparent
    }

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0,0,0,.05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

    .intl-tel-input.iti-container:hover {
        cursor: pointer
    }

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
    z-index: 9999
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

    .iti-mobile .intl-tel-input .country-list .country {
        padding: 10px;
        line-height: 1.5em
    }

.iti-flag {
    width: 20px
}

    .iti-flag.be {
        width: 18px
    }

    .iti-flag.ch {
        width: 15px
    }

    .iti-flag.mc {
        width: 19px
    }

    .iti-flag.ne {
        width: 18px
    }

    .iti-flag.np {
        width: 13px
    }

    .iti-flag.va {
        width: 15px
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 14px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 14px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 14px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 14px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 14px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 14px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 14px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 14px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 14px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 14px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 14px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 14px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 14px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 14px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 14px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 14px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 14px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 14px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 14px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 14px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 14px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 14px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 14px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 14px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 14px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 14px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 14px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 14px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 14px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 14px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 14px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 14px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 14px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 14px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 14px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 14px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 14px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 14px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 14px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 14px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 14px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 14px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 14px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 14px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 14px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 14px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 14px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 14px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 14px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 14px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 14px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 14px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 14px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 14px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 14px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 14px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 14px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 14px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 14px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 14px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 14px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 14px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 14px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 14px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 14px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 14px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 14px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 14px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 14px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 14px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 14px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 14px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 14px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 14px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 14px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 14px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 14px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 14px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 14px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 14px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 14px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 14px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 14px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 14px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 14px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 14px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 14px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 14px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 14px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 14px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 14px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 14px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 14px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 14px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 14px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 14px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 14px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 14px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 14px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 14px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 14px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 14px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 14px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 14px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 14px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 14px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 14px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 14px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 14px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 14px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 14px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 14px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 14px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 14px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 14px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 14px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 14px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 14px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 14px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 14px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 14px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 14px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 14px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 14px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 14px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 14px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 14px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 14px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 14px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 14px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 14px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 14px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 14px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 14px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 14px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 14px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 14px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 14px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 14px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 14px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 14px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 14px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 14px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/phonenum-flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

    .iti-flag.np {
        background-color: transparent
    }

.flagstrap {
    display: inline-block;
    position: relative;
    width: 100%
}

.flagstrap-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(../img/phonenum-flags.png) no-repeat;
    box-shadow: 0 0 1px 0 #888
}

    .flagstrap-icon.flagstrap-ad {
        background-position: -22px 0
    }

    .flagstrap-icon.flagstrap-ae {
        background-position: -44px 0
    }

    .flagstrap-icon.flagstrap-af {
        background-position: -66px 0
    }

    .flagstrap-icon.flagstrap-ag {
        background-position: -88px 0
    }

    .flagstrap-icon.flagstrap-ai {
        background-position: -110px 0
    }

    .flagstrap-icon.flagstrap-al {
        background-position: -132px 0
    }

    .flagstrap-icon.flagstrap-am {
        background-position: -154px 0
    }

    .flagstrap-icon.flagstrap-an {
        background-position: -128px 0
    }

    .flagstrap-icon.flagstrap-ao {
        background-position: -176px 0
    }

    .flagstrap-icon.flagstrap-ar {
        background-position: -220px 0
    }

    .flagstrap-icon.flagstrap-as {
        background-position: -242px 0
    }

    .flagstrap-icon.flagstrap-at {
        background-position: -264px 0
    }

    .flagstrap-icon.flagstrap-au {
        background-position: -286px 0
    }

    .flagstrap-icon.flagstrap-aw {
        background-position: -308px 0
    }

    .flagstrap-icon.flagstrap-az {
        background-position: -352px 0
    }

    .flagstrap-icon.flagstrap-ba {
        background-position: -374px 0
    }

    .flagstrap-icon.flagstrap-bb {
        background-position: -396px 0
    }

    .flagstrap-icon.flagstrap-bd {
        background-position: -418px 0
    }

    .flagstrap-icon.flagstrap-be {
        background-position: -440px 0
    }

    .flagstrap-icon.flagstrap-bf {
        background-position: -460px 0
    }

    .flagstrap-icon.flagstrap-bg {
        background-position: -482px 0
    }

    .flagstrap-icon.flagstrap-bh {
        background-position: -504px 0
    }

    .flagstrap-icon.flagstrap-bi {
        background-position: -526px 0
    }

    .flagstrap-icon.flagstrap-bj {
        background-position: -128px -11px
    }

    .flagstrap-icon.flagstrap-bm {
        background-position: -592px 0
    }

    .flagstrap-icon.flagstrap-bn {
        background-position: -614px 0
    }

    .flagstrap-icon.flagstrap-bo {
        background-position: -636px 0
    }

    .flagstrap-icon.flagstrap-br {
        background-position: -680px 0
    }

    .flagstrap-icon.flagstrap-bs {
        background-position: -702px 0
    }

    .flagstrap-icon.flagstrap-bt {
        background-position: -636px 0
    }

    .flagstrap-icon.flagstrap-bv {
        background-position: -5765px 0
    }

    .flagstrap-icon.flagstrap-bw {
        background-position: -768px 0
    }

    .flagstrap-icon.flagstrap-by {
        background-position: -790px 0
    }

    .flagstrap-icon.flagstrap-bz {
        background-position: -548px 0
    }

    .flagstrap-icon.flagstrap-ca {
        background-position: -834px 0
    }

    .flagstrap-icon.flagstrap-catalonia {
        background-position: -64px -22px
    }

    .flagstrap-icon.flagstrap-cd {
        background-position: -878px 0
    }

    .flagstrap-icon.flagstrap-cf {
        background-position: -900px 0
    }

    .flagstrap-icon.flagstrap-cg {
        background-position: -878px 0
    }

    .flagstrap-icon.flagstrap-ch {
        background-position: -944px 0
    }

    .flagstrap-icon.flagstrap-ci {
        background-position: -961px 0
    }

    .flagstrap-icon.flagstrap-ck {
        background-position: -983px 0
    }

    .flagstrap-icon.flagstrap-cl {
        background-position: -1005px 0
    }

    .flagstrap-icon.flagstrap-cm {
        background-position: -1027px 0
    }

    .flagstrap-icon.flagstrap-cn {
        background-position: -1049px 0
    }

    .flagstrap-icon.flagstrap-co {
        background-position: -1071px 0
    }

    .flagstrap-icon.flagstrap-cr {
        background-position: -1115px 0
    }

    .flagstrap-icon.flagstrap-cu {
        background-position: -1137px 0
    }

    .flagstrap-icon.flagstrap-cv {
        background-position: -1159px 0
    }

    .flagstrap-icon.flagstrap-cw {
        background-position: -1181px 0
    }

    .flagstrap-icon.flagstrap-cy {
        background-position: -1225px 0
    }

    .flagstrap-icon.flagstrap-cz {
        background-position: -1247px 0
    }

    .flagstrap-icon.flagstrap-de {
        background-position: -1269px 0
    }

    .flagstrap-icon.flagstrap-dj {
        background-position: -1313px 0
    }

    .flagstrap-icon.flagstrap-dk {
        background-position: -1335px 0
    }

    .flagstrap-icon.flagstrap-dm {
        background-position: -1357px 0
    }

    .flagstrap-icon.flagstrap-do {
        background-position: -1379px 0
    }

    .flagstrap-icon.flagstrap-dz {
        background-position: -1401px 0
    }

    .flagstrap-icon.flagstrap-ec {
        background-position: -1445px 0
    }

    .flagstrap-icon.flagstrap-ee {
        background-position: -1467px 0
    }

    .flagstrap-icon.flagstrap-eg {
        background-position: -1489px 0
    }

    .flagstrap-icon.flagstrap-eh {
        background-position: -1511px 0
    }

    .flagstrap-icon.flagstrap-england {
        background-position: -240px -33px
    }

    .flagstrap-icon.flagstrap-er {
        background-position: -1533px 0
    }

    .flagstrap-icon.flagstrap-es {
        background-position: -1555px 0
    }

    .flagstrap-icon.flagstrap-et {
        background-position: -1577px 0
    }

    .flagstrap-icon.flagstrap-eu {
        background-position: -48px -44px
    }

    .flagstrap-icon.flagstrap-fi {
        background-position: -1621px 0
    }

    .flagstrap-icon.flagstrap-fj {
        background-position: -1643px 0
    }

    .flagstrap-icon.flagstrap-fk {
        background-position: -1665px 0
    }

    .flagstrap-icon.flagstrap-fm {
        background-position: -1687px 0
    }

    .flagstrap-icon.flagstrap-fo {
        background-position: -1709px 0
    }

    .flagstrap-icon.flagstrap-fr {
        background-position: -1731px 0
    }

    .flagstrap-icon.flagstrap-ga {
        background-position: -1753px 0
    }

    .flagstrap-icon.flagstrap-gb {
        background-position: -1775px 0
    }

    .flagstrap-icon.flagstrap-gd {
        background-position: -1797px 0
    }

    .flagstrap-icon.flagstrap-ge {
        background-position: -1819px 0
    }

    .flagstrap-icon.flagstrap-gf {
        background-position: -1841px 0
    }

    .flagstrap-icon.flagstrap-gg {
        background-position: -1863px 0
    }

    .flagstrap-icon.flagstrap-gh {
        background-position: -1885px 0
    }

    .flagstrap-icon.flagstrap-gi {
        background-position: -1907px 0
    }

    .flagstrap-icon.flagstrap-gl {
        background-position: -1929px 0
    }

    .flagstrap-icon.flagstrap-gm {
        background-position: -1951px 0
    }

    .flagstrap-icon.flagstrap-gn {
        background-position: -1973px 0
    }

    .flagstrap-icon.flagstrap-gp {
        background-position: -1995px 0
    }

    .flagstrap-icon.flagstrap-gq {
        background-position: -2017px 0
    }

    .flagstrap-icon.flagstrap-gr {
        background-position: -2039px 0
    }

    .flagstrap-icon.flagstrap-gs {
        background-position: -5630px 0
    }

    .flagstrap-icon.flagstrap-gt {
        background-position: -2083px 0
    }

    .flagstrap-icon.flagstrap-gu {
        background-position: -2105px 0
    }

    .flagstrap-icon.flagstrap-gw {
        background-position: -2127px 0
    }

    .flagstrap-icon.flagstrap-gy {
        background-position: -2149px 0
    }

    .flagstrap-icon.flagstrap-hk {
        background-position: -2171px 0
    }

    .flagstrap-icon.flagstrap-hm {
        background-position: -5690px 0
    }

    .flagstrap-icon.flagstrap-hn {
        background-position: -2215px 0
    }

    .flagstrap-icon.flagstrap-hr {
        background-position: -2237px 0
    }

    .flagstrap-icon.flagstrap-ht {
        background-position: -2259px 0
    }

    .flagstrap-icon.flagstrap-hu {
        background-position: -2281px 0
    }

    .flagstrap-icon.flagstrap-ic {
        background-position: -48px -66px
    }

    .flagstrap-icon.flagstrap-id {
        background-position: -2325px 0
    }

    .flagstrap-icon.flagstrap-ie {
        background-position: -2347px 0
    }

    .flagstrap-icon.flagstrap-il {
        background-position: -2369px 0
    }

    .flagstrap-icon.flagstrap-im {
        background-position: -2391px 0
    }

    .flagstrap-icon.flagstrap-in {
        background-position: -2413px 0
    }

    .flagstrap-icon.flagstrap-io {
        background-position: -2435px 0
    }

    .flagstrap-icon.flagstrap-iq {
        background-position: -2457px 0
    }

    .flagstrap-icon.flagstrap-ir {
        background-position: -2479px 0
    }

    .flagstrap-icon.flagstrap-is {
        background-position: -2501px 0
    }

    .flagstrap-icon.flagstrap-it {
        background-position: -2523px 0
    }

    .flagstrap-icon.flagstrap-je {
        background-position: -2545px 0
    }

    .flagstrap-icon.flagstrap-jm {
        background-position: -2567px 0
    }

    .flagstrap-icon.flagstrap-jo {
        background-position: -2589px 0
    }

    .flagstrap-icon.flagstrap-jp {
        background-position: -2611px 0
    }

    .flagstrap-icon.flagstrap-ke {
        background-position: -2633px 0
    }

    .flagstrap-icon.flagstrap-kg {
        background-position: -2655px 0
    }

    .flagstrap-icon.flagstrap-kh {
        background-position: -2677px 0
    }

    .flagstrap-icon.flagstrap-ki {
        background-position: -2699px 0
    }

    .flagstrap-icon.flagstrap-km {
        background-position: -2721px 0
    }

    .flagstrap-icon.flagstrap-kn {
        background-position: -2743px 0
    }

    .flagstrap-icon.flagstrap-mf {
        background-position: -3204px 0
    }

    .flagstrap-icon.flagstrap-kp {
        background-position: -2765px 3px
    }

    .flagstrap-icon.flagstrap-kr {
        background-position: -2787px 0
    }

    .flagstrap-icon.flagstrap-kurdistan {
        background-position: -160px -77px
    }

    .flagstrap-icon.flagstrap-kw {
        background-position: -2809px 0
    }

    .flagstrap-icon.flagstrap-ky {
        background-position: -2831px 0
    }

    .flagstrap-icon.flagstrap-kz {
        background-position: -2853px 0
    }

    .flagstrap-icon.flagstrap-la {
        background-position: -2875px 0
    }

    .flagstrap-icon.flagstrap-lb {
        background-position: -2897px 0
    }

    .flagstrap-icon.flagstrap-lc {
        background-position: -2919px 0
    }

    .flagstrap-icon.flagstrap-li {
        background-position: -2941px 0
    }

    .flagstrap-icon.flagstrap-lk {
        background-position: -2963px 0
    }

    .flagstrap-icon.flagstrap-lr {
        background-position: -2985px 0
    }

    .flagstrap-icon.flagstrap-ls {
        background-position: -3007px 0
    }

    .flagstrap-icon.flagstrap-lt {
        background-position: -3029px 0
    }

    .flagstrap-icon.flagstrap-lu {
        background-position: -3051px 0
    }

    .flagstrap-icon.flagstrap-lv {
        background-position: -3073px 0
    }

    .flagstrap-icon.flagstrap-ly {
        background-position: -3095px 0
    }

    .flagstrap-icon.flagstrap-ma {
        background-position: -3117px 0
    }

    .flagstrap-icon.flagstrap-mc {
        background-position: -3139px 0
    }

    .flagstrap-icon.flagstrap-md {
        background-position: -3160px 0
    }

    .flagstrap-icon.flagstrap-me {
        background-position: -3182px 0
    }

    .flagstrap-icon.flagstrap-mg {
        background-position: -3226px 0
    }

    .flagstrap-icon.flagstrap-mh {
        background-position: -3248px 0
    }

    .flagstrap-icon.flagstrap-mk {
        background-position: -3270px 0
    }

    .flagstrap-icon.flagstrap-ml {
        background-position: -3292px 0
    }

    .flagstrap-icon.flagstrap-mm {
        background-position: -3314px 0
    }

    .flagstrap-icon.flagstrap-mn {
        background-position: -3336px 0
    }

    .flagstrap-icon.flagstrap-mo {
        background-position: -3358px 0
    }

    .flagstrap-icon.flagstrap-mp {
        background-position: -3380px 0
    }

    .flagstrap-icon.flagstrap-mq {
        background-position: -3402px 0
    }

    .flagstrap-icon.flagstrap-mr {
        background-position: -3424px 0
    }

    .flagstrap-icon.flagstrap-ms {
        background-position: -3446px 0
    }

    .flagstrap-icon.flagstrap-mt {
        background-position: -3468px 0
    }

    .flagstrap-icon.flagstrap-mu {
        background-position: -3490px 0
    }

    .flagstrap-icon.flagstrap-mv {
        background-position: -3512px 0
    }

    .flagstrap-icon.flagstrap-mw {
        background-position: -3534px 0
    }

    .flagstrap-icon.flagstrap-mx {
        background-position: -3556px 0
    }

    .flagstrap-icon.flagstrap-my {
        background-position: -3578px 0
    }

    .flagstrap-icon.flagstrap-mz {
        background-position: -3600px 0
    }

    .flagstrap-icon.flagstrap-na {
        background-position: -3622px 0
    }

    .flagstrap-icon.flagstrap-nc {
        background-position: -3644px 0
    }

    .flagstrap-icon.flagstrap-ne {
        background-position: -3666px 0
    }

    .flagstrap-icon.flagstrap-nf {
        background-position: -3686px 0
    }

    .flagstrap-icon.flagstrap-ng {
        background-position: -3708px 0
    }

    .flagstrap-icon.flagstrap-ni {
        background-position: -3730px 0
    }

    .flagstrap-icon.flagstrap-nl {
        background-position: -3752px 0
    }

    .flagstrap-icon.flagstrap-no {
        background-position: -3774px 0
    }

    .flagstrap-icon.flagstrap-np {
        background-position: -3796px 0
    }

    .flagstrap-icon.flagstrap-nr {
        background-position: -3811px 0
    }

    .flagstrap-icon.flagstrap-nu {
        background-position: -3833px 0
    }

    .flagstrap-icon.flagstrap-nz {
        background-position: -3855px 0
    }

    .flagstrap-icon.flagstrap-om {
        background-position: -3877px 0
    }

    .flagstrap-icon.flagstrap-pa {
        background-position: -3899px 0
    }

    .flagstrap-icon.flagstrap-pe {
        background-position: -3921px 0
    }

    .flagstrap-icon.flagstrap-pf {
        background-position: -3943px 0
    }

    .flagstrap-icon.flagstrap-pg {
        background-position: -3965px 0
    }

    .flagstrap-icon.flagstrap-ph {
        background-position: -3987px 0
    }

    .flagstrap-icon.flagstrap-pk {
        background-position: -4009px 0
    }

    .flagstrap-icon.flagstrap-pl {
        background-position: -4031px 0
    }

    .flagstrap-icon.flagstrap-pm {
        background-position: -4053px 0
    }

    .flagstrap-icon.flagstrap-pn {
        background-position: -5660px 0
    }

    .flagstrap-icon.flagstrap-pr {
        background-position: -4097px 0
    }

    .flagstrap-icon.flagstrap-ps {
        background-position: -4119px 0
    }

    .flagstrap-icon.flagstrap-pt {
        background-position: -4141px 0
    }

    .flagstrap-icon.flagstrap-pw {
        background-position: -4163px 0
    }

    .flagstrap-icon.flagstrap-py {
        background-position: -4185px 0
    }

    .flagstrap-icon.flagstrap-qa {
        background-position: -4207px 0
    }

    .flagstrap-icon.flagstrap-re {
        background-position: -4229px 0
    }

    .flagstrap-icon.flagstrap-ro {
        background-position: -4251px 0
    }

    .flagstrap-icon.flagstrap-rs {
        background-position: -4273px 0
    }

    .flagstrap-icon.flagstrap-ru {
        background-position: -4295px 0
    }

    .flagstrap-icon.flagstrap-rw {
        background-position: -4317px 0
    }

    .flagstrap-icon.flagstrap-sa {
        background-position: -4339px 0
    }

    .flagstrap-icon.flagstrap-sb {
        background-position: -4361px 0
    }

    .flagstrap-icon.flagstrap-sc {
        background-position: -4383px 0
    }

    .flagstrap-icon.flagstrap-scotland {
        background-position: -48px -132px
    }

    .flagstrap-icon.flagstrap-sd {
        background-position: -4405px 0
    }

    .flagstrap-icon.flagstrap-se {
        background-position: -4427px 0
    }

    .flagstrap-icon.flagstrap-sg {
        background-position: -4449px 0
    }

    .flagstrap-icon.flagstrap-sh {
        background-position: -4471px 0
    }

    .flagstrap-icon.flagstrap-si {
        background-position: -4493px 0
    }

    .flagstrap-icon.flagstrap-sk {
        background-position: -4537px 0
    }

    .flagstrap-icon.flagstrap-sl {
        background-position: -4559px 0
    }

    .flagstrap-icon.flagstrap-sm {
        background-position: -4581px 0
    }

    .flagstrap-icon.flagstrap-sn {
        background-position: -4603px 0
    }

    .flagstrap-icon.flagstrap-so {
        background-position: -4625px 0
    }

    .flagstrap-icon.flagstrap-somaliland {
        background-position: -224px -132px
    }

    .flagstrap-icon.flagstrap-sr {
        background-position: -4647px 0
    }

    .flagstrap-icon.flagstrap-ss {
        background-position: -4669px 0
    }

    .flagstrap-icon.flagstrap-st {
        background-position: -4691px 0
    }

    .flagstrap-icon.flagstrap-sv {
        background-position: -4713px 0
    }

    .flagstrap-icon.flagstrap-sx {
        background-position: -4735px 0
    }

    .flagstrap-icon.flagstrap-sy {
        background-position: -4757px 0
    }

    .flagstrap-icon.flagstrap-sz {
        background-position: -4779px 0
    }

    .flagstrap-icon.flagstrap-tc {
        background-position: -4823px 0
    }

    .flagstrap-icon.flagstrap-td {
        background-position: -4845px 0
    }

    .flagstrap-icon.flagstrap-tf {
        background-position: -3943px 0
    }

    .flagstrap-icon.flagstrap-tg {
        background-position: -4889px 0
    }

    .flagstrap-icon.flagstrap-th {
        background-position: -4911px 0
    }

    .flagstrap-icon.flagstrap-tj {
        background-position: -4933px 0
    }

    .flagstrap-icon.flagstrap-tk {
        background-position: -4955px 0
    }

    .flagstrap-icon.flagstrap-tl {
        background-position: -5712px 0
    }

    .flagstrap-icon.flagstrap-tm {
        background-position: -4999px 0
    }

    .flagstrap-icon.flagstrap-tn {
        background-position: -5021px 0
    }

    .flagstrap-icon.flagstrap-to {
        background-position: -5043px 0
    }

    .flagstrap-icon.flagstrap-tr {
        background-position: -5065px 0
    }

    .flagstrap-icon.flagstrap-tt {
        background-position: -5087px 0
    }

    .flagstrap-icon.flagstrap-tv {
        background-position: -5109px 0
    }

    .flagstrap-icon.flagstrap-tw {
        background-position: -5131px 0
    }

    .flagstrap-icon.flagstrap-tz {
        background-position: -5153px 0
    }

    .flagstrap-icon.flagstrap-ua {
        background-position: -5175px 0
    }

    .flagstrap-icon.flagstrap-ug {
        background-position: -5197px 0
    }

    .flagstrap-icon.flagstrap-um {
        background-position: -5241px 0
    }

    .flagstrap-icon.flagstrap-us {
        background-position: -5241px 0
    }

    .flagstrap-icon.flagstrap-uy {
        background-position: -5263px 0
    }

    .flagstrap-icon.flagstrap-uz {
        background-position: -5285px 0
    }

    .flagstrap-icon.flagstrap-va {
        background-position: -5307px 0
    }

    .flagstrap-icon.flagstrap-vc {
        background-position: -5324px 0
    }

    .flagstrap-icon.flagstrap-ve {
        background-position: -5346px 0
    }

    .flagstrap-icon.flagstrap-vg {
        background-position: -5368px 0
    }

    .flagstrap-icon.flagstrap-vi {
        background-position: -5390px 0
    }

    .flagstrap-icon.flagstrap-vn {
        background-position: -5412px 0
    }

    .flagstrap-icon.flagstrap-vu {
        background-position: -5434px 0
    }

    .flagstrap-icon.flagstrap-wales {
        background-position: -48px -165px
    }

    .flagstrap-icon.flagstrap-wf {
        background-position: -5456px 0
    }

    .flagstrap-icon.flagstrap-ws {
        background-position: -5478px 0
    }

    .flagstrap-icon.flagstrap-ye {
        background-position: -5522px 0
    }

    .flagstrap-icon.flagstrap-yt {
        background-position: -5544px 0
    }

    .flagstrap-icon.flagstrap-za {
        background-position: -5566px 0
    }

    .flagstrap-icon.flagstrap-zanzibar {
        background-position: -144px -165px
    }

    .flagstrap-icon.flagstrap-zm {
        background-position: -5588px 0
    }

    .flagstrap-icon.flagstrap-zw {
        background-position: -5610px 0
    }

#gritter-notice-wrapper {
    position: fixed;
    top: 100px;
    right: 20px;
    width: 301px;
    z-index: 9999
}

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px;
    background: #000;
    background: rgba(0,0,0,.75);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.growl-primary {
    background: rgba(66,139,202,.8)
}

.growl-success {
    background: rgba(28,175,154,.8)
}

.growl-warning {
    background: rgba(240,173,78,.8)
}

.growl-danger {
    background: rgba(217,83,79,.8)
}

.growl-info {
    background: rgba(91,192,222,.8)
}

.growl-alert-info {
    background: #e87e0d
}

.gritter-item {
    display: block;
    color: #fff;
    padding: 15px;
    font-size: 11px
}

    .gritter-item p {
        padding: 0;
        margin: 0;
        word-wrap: break-word;
        line-height: 18px;
        font-size: 13px;
        opacity: .75
    }

.gritter-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/close-white.png) no-repeat center center;
    cursor: pointer;
    width: 10px;
    height: 11px;
    text-indent: -9999em;
    opacity: .5
}

.gritter-title {
    font-size: 14px;
    padding: 0 0 7px;
    display: block;
    font-weight: 700
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left
}

.gritter-with-image, .gritter-without-image {
    padding: 0
}

.gritter-with-image {
    width: 220px;
    float: right;
    padding-left: 10px
}

.gritter-light .gritter-item {
    background: #fff;
    background: rgba(255,255,255,.75);
    color: #666
}

.casestudy-mobile .in-banner-content h1.font80 {
    text-transform: uppercase
}

.casestudy-mobile .case_Icon {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    margin: 0 auto 20px
}

.casestudy-mobile .list-option ul li {
    padding: 0 45px;
    margin: 0
}

    .casestudy-mobile .list-option ul li::after {
        left: inherit;
        right: 0
    }

.casestudy-mobile .overflow_img1 {
    margin-top: 0
}

.casestudy-mobile .overFlow_Detail .subDetial {
    max-width: 400px
}

.casestudy-mobile .overFlow_Detail.overFlow_Detail2 .subDetial {
    max-width: none
}

.casestudy-mobile .overFlow_Detail.overFlow_Detail2 .task-img {
    padding-top: 15px;
    margin-bottom: 20px
}

.casestudy-mobile .overFlow_Detail p {
    padding-top: 0
}

    .casestudy-mobile .overFlow_Detail p.subDetial {
        padding-top: 20px
    }

.casestudy-mobile .container-large {
    width: 1400px
}

.casestudy-mobile.overflow_1 {
    padding-bottom: 60px
}

.casestudy-mobile .embrace {
    background-color: #fff;
    padding-top: 43px
}

    .casestudy-mobile .embrace p {
        font-family: circular std book;
        font-weight: 400
    }

.thomasville-bg-color {
    background-color: #006ec8
}

    .thomasville-bg-color .overFlow_Detail .slideNo {
        color: #209ade
    }

    .thomasville-bg-color .task-img {
        padding-top: 10px
    }

    .thomasville-bg-color .appflow {
        margin-top: 60px
    }

        .thomasville-bg-color .appflow p {
            color: #fff;
            padding-bottom: 0;
            margin-bottom: 0;
            font-family: circular std book;
            font-size: 20px
        }

    .thomasville-bg-color .col-sm-2-5 {
        width: 20%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }

    .thomasville-bg-color .container-full {
        width: 1600px
    }

.request-section-bottom {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 25px
}

    .request-section-bottom .sec-title {
        color: #2c3538;
        font-size: 24px;
        text-transform: uppercase
    }

    .request-section-bottom .regular-sub-head {
        color: #4c4c4c;
        font-size: 16px
    }

.casestudy-mobile .results-block-section-left {
    padding-top: 50px;
    padding-bottom: 30px;
    height: 360px
}

    .casestudy-mobile .results-block-section-left h3 {
        color: #fff;
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 30px
    }

    .casestudy-mobile .results-block-section-left h4 {
        font-size: 19px;
        color: #fff;
        margin-bottom: 20px
    }

    .casestudy-mobile .results-block-section-left .social-icons {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .casestudy-mobile .results-block-section-left .social-icons {
        width: 34px;
        height: 34px;
        border-radius: 5px;
        text-align: center;
        background: #225094
    }

        .casestudy-mobile .results-block-section-left .social-icons .fa {
            font-size: 16px;
            color: #fff;
            line-height: 34px;
            transition: all .35s ease-in;
            -moz-transition: all .35s ease-in;
            -webkit-transition: all .35s ease-in;
            transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1)
        }

        .casestudy-mobile .results-block-section-left .social-icons.twit {
            background-color: #2caae1
        }

        .casestudy-mobile .results-block-section-left .social-icons.fb {
            background-color: #225094
        }

        .casestudy-mobile .results-block-section-left .social-icons.gplus {
            background-color: #d93535
        }

        .casestudy-mobile .results-block-section-left .social-icons.email {
            background-color: #208acc
        }

        .casestudy-mobile .results-block-section-left .social-icons:hover .fa {
            font-size: 18px;
            transition: all .35s ease-in;
            -moz-transition: all .35s ease-in;
            -webkit-transition: all .35s ease-in;
            transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2)
        }

    .casestudy-mobile .results-block-section-left .store-buttons {
        margin-top: 40px;
        margin-bottom: 60px
    }

        .casestudy-mobile .results-block-section-left .store-buttons > a:first-child {
            margin-right: 30px
        }

.casestudy-mobile .results-block-section {
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 360px;
    max-width: 500px;
    margin: 0 auto
}

    .casestudy-mobile .results-block-section h3 {
        font-size: 26px;
        margin-bottom: 30px;
        margin-top: 10px
    }

    .casestudy-mobile .results-block-section p {
        font-size: 18px;
        text-transform: none;
        color: #fff
    }

    .casestudy-mobile .results-block-section .btn-section {
        margin-top: 48px
    }

.casestudy-mobile .case_app_icon1 {
    margin-top: 0
}

    .casestudy-mobile .case_app_icon1 ul li {
        line-height: normal;
        text-align: left;
        white-space: nowrap
    }

    .casestudy-mobile .case_app_icon1 a, .casestudy-mobile .case_app_icon1 a:hover {
        text-decoration: none;
        display: block;
        padding: 12px 20px
    }

    .casestudy-mobile .case_app_icon1 .fa {
        font-size: 32px
    }

    .casestudy-mobile .case_app_icon1 .i-icon {
        font-size: 12px;
        float: left;
        width: 35px;
        height: 35px
    }

    .casestudy-mobile .case_app_icon1 .storename {
        font-size: 12px;
        margin-left: 40px;
        display: block;
        letter-spacing: 1px
    }

        .casestudy-mobile .case_app_icon1 .storename > b {
            text-transform: uppercase;
            display: block;
            font-size: 15px;
            font-family: proxima_novasemibold;
            font-weight: 700
        }

    .casestudy-mobile .case_app_icon1 .play_btn, .casestudy-mobile .case_app_icon1 .apple_btn {
        background: #056ab1;
        box-sizing: border-box;
        display: inline-block;
        border-radius: 6px
    }

.solution-block .sol-img i.optimise_icons {
    background-position: -1185px -495px;
    width: 65px;
    height: 95px
}

.solution-block .sol-img i.customise_icons {
    background-position: -1266px -495px;
    width: 75px;
    height: 95px
}

.solution-block .sol-img i.algorithm_icons {
    background-position: -1365px -495px;
    width: 65px;
    height: 95px
}

.case_Icon.utility {
    background-position: -888px -181px
}

.case_Icon.traffic {
    background-position: -935px -181px
}

.case_Icon.ordinance {
    background-position: -978px -181px
}

.case_Icon.soap_icon {
    background-position: -857px -246px;
    height: 87px;
    width: 87px
}

.case_Icon.apple_icon {
    background-position: -1240px -246px;
    height: 87px;
    width: 87px
}

.case_Icon.dotnet_icon {
    background-position: -959px -246px;
    height: 87px;
    width: 87px
}

.case_Icon.jquery_icon {
    background-position: -1064px -246px;
    height: 87px;
    width: 87px
}

.case_Icon.apache_icon {
    background-position: -1157px -246px;
    height: 87px;
    width: 87px
}

.case_Icon.android_icon {
    background-position: -55px 5px;
    height: 87px;
    width: 87px
}

.case_Icon.mysql_icon {
    background-position: -870px -405px;
    height: 87px;
    width: 87px
}

.case_Icon.search_icon {
    background-position: -980px -430px
}

.case_Icon.compare_icon {
    background-position: -1050px -430px
}

.case_Icon.filters_icon {
    background-position: -1110px -430px
}

.case_Icon.multiple_icon {
    background-position: -1172px -430px
}

.case_Icon.rate_icon {
    background-position: -1230px -430px;
    width: 87px
}

.case_Icon.trade_icons {
    background-position: -1035px -181px
}

.case_Icon.research_icons {
    background-position: -1090px -181px
}

.case_Icon.bpo_icons {
    background-position: -1147px -181px;
    width: 54px
}

.case_Icon.restaurent_icon {
    background-position: -884px -345px;
    width: 48px;
    height: 48px
}

.case_Icon.socialsharing_icon {
    background-position: -970px -350px;
    width: 48px;
    height: 48px
}

.case_Icon.node_icon {
    background-position: -1052px -325px;
    height: 87px;
    width: 87px
}

.case_Icon.aws_icon {
    background-position: -1153px -325px;
    height: 87px;
    width: 87px
}

.case_Icon.fsdk_icon {
    background-position: -1246px -325px;
    height: 87px;
    width: 87px
}

.case_Icon.tsdk_icon {
    background-position: -1320px -325px;
    height: 87px;
    width: 87px
}

.casestudy-mobile.overflow7 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent
}

    .casestudy-mobile.overflow7 .container-fluid {
        padding-left: 0;
        padding-right: 0
    }

.dark-blue {
    background-color: #162d42
}

.gradient-blue {
    background: #006cc8;
    background: -moz-linear-gradient(left,#006cc8 0%,#038aca 100%);
    background: -webkit-linear-gradient(left,#006cc8 0%,#038aca 100%);
    background: linear-gradient(to right,#006cc8 0%,#038aca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cc8',endColorstr='#038aca',GradientType=1 )
}

.casestudy-mobile .desktop-view {
    height: 776px;
    width: 380px;
    margin-left: -190px;
    top: -96px
}

.overflow5_2 {
    min-height: 1225px;
    background: #162d42;
    padding-top: 90px;
    padding-bottom: 70px
}

.casestudy-mobile .web-mobile-slider-block .tab-content #web .container {
    width: 470px
}

.casestudy-mobile .web-mobile-slider-block .tab-content {
    margin-top: 140px
}

.casestudy-mobile .web-mobile-slider-block .flex-direction-nav .flex-prev {
    left: -35px
}

.casestudy-mobile .web-mobile-slider-block .flex-direction-nav .flex-next {
    right: -35px
}

.casestudy-mobile .web-mobile-slider-block .flexslider .flex-viewport ul li > div {
    padding-left: 45px;
    padding-right: 45px
}

.casestudy-mobile .goals_block {
    min-height: 221px
}

.casestudy-mobile .overflow3.casestudy-mobile .overFlow_Detail h4 {
    float: right;
    padding-top: 30px
}

.casestudy-mobile .goals_block.nasscom {
    min-height: 140px
}

.casestudy-mobile .solution-block {
    margin-bottom: 0
}

    .casestudy-mobile .solution-block .sol-detail p {
        margin-top: 0
    }

.casestudy-mobile.overflow8 {
    background: #eef2f2;
    padding-top: 60px;
    padding-bottom: 60px
}

.casestudy-mobile .featured-block {
    font-size: 17px;
    font-family: proxima_novalight;
    color: #343434;
    margin: 20px 0 0
}

ul.blue-dot-listing {
    padding: 0;
    margin: 20px 0 0 20px;
    list-style: none;
    list-style-type: none;
    color: #343434
}

    ul.blue-dot-listing li {
        padding: 0;
        margin: 0 0 10px;
        line-height: 24px;
        font-size: 17px;
        font-family: proxima_novalight;
        position: relative;
        list-style: none;
        list-style-type: none
    }

        ul.blue-dot-listing li:after {
            position: absolute;
            left: -20px;
            background: #086bbe;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            top: 10px;
            content: ""
        }

.goals_block.objectives {
    min-height: 180px;
    padding: 29px 24px 10px
}

    .goals_block.objectives .goal_icons {
        display: block;
        clear: both
    }

.overFlow_Detail.overFlow_Detail2 .goals_block.objectives p {
    margin-bottom: 0
}

.marT0 {
    margin-top: 0
}

.marT20 {
    margin-top: 20px
}

.padT15 {
    padding-top: 15px !important
}

@media only screen and (max-width:1199px) {
    .casestudy-mobile .results-block-section .btn-section {
        margin-top: 45px
    }

    .casestudy-mobile .list-option ul li {
        margin: 0;
        padding: 0 35px
    }

    .casestudy-mobile .goals_block {
        min-height: 250px
    }

    .overflow5 {
        min-height: inherit
    }
}

@media only screen and (max-width:991px) {
    .casestudy-mobile .results-block-section {
        max-width: 100%;
        min-height: inherit
    }

    .thomasville-bg-color .col-sm-2-5 {
        width: 32%
    }

    body .casestudy-mobile .goals_block {
        min-height: 256px
    }

    .casestudy-mobile .solution-block {
        margin-bottom: 30px
    }

    .casestudy-mobile .goals_block.objectives {
        min-height: 163px
    }
}

@media only screen and (max-width:767px) {
    .thomasville-bg-color .col-sm-2-5 {
        width: 100%
    }

    .casestudy-mobile .desktop-view {
        height: 776px;
        margin-left: -86px;
        top: -43px;
        width: 173px
    }

    .casestudy-mobile .web-mobile-slider-block .tab-content #web .container {
        width: 270px
    }

    .thomasville-bg-color .appflow {
        margin-top: 0
    }

    .casestudy-mobile .web-mobile-slider-block .tab-content {
        margin-top: 80px
    }

    .casestudy-mobile .web-mobile-slider-block .flex-direction-nav .flex-prev {
        left: -35px;
        margin-top: -53px;
        top: 50%
    }

    .casestudy-mobile .web-mobile-slider-block .flex-direction-nav .flex-next {
        right: -35px;
        margin-top: -53px;
        top: 50%
    }

    .casestudy-mobile .embrace {
        padding-top: 0
    }

    .casestudy-mobile .solution-block {
        margin-bottom: 30px
    }

    body .casestudy-mobile .goals_block {
        min-height: inherit
    }

    .over_inr {
        padding-bottom: 0
    }
}

@font-face {
    font-family: technology-icons;
    src: url(../fonts/technology-icons.eot);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: technology-icons;
    src: url(../fonts/technology-icons.eot);
    src: url(../fonts/technology-icons.eot?#iefix) format("embedded-opentype"),url(../fonts/technology-icons.woff) format("woff"),url(../fonts/technology-icons.ttf) format("truetype"),url(../fonts/technology-icons.svg?#technology-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: technology-icons;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-aftereffects:before {
    content: "\f101"
}

.icon-bridge:before {
    content: "\f102"
}

.icon-dreamweaver:before {
    content: "\f103"
}

.icon-fireworks:before {
    content: "\f104"
}

.icon-flash:before {
    content: "\f105"
}

.icon-illustrator:before {
    content: "\f106"
}

.icon-indesign:before {
    content: "\f107"
}

.icon-lightroom:before {
    content: "\f108"
}

.icon-photoshop:before {
    content: "\f109"
}

.icon-cockpit:before {
    content: "\f10a"
}

.icon-drupal:before {
    content: "\f10b"
}

.icon-joomla:before {
    content: "\f10c"
}

.icon-magento:before {
    content: "\f10d"
}

.icon-october:before {
    content: "\f10e"
}

.icon-wordpress:before {
    content: "\f10f"
}

.icon-visual-studio:before {
    content: "\f110"
}

.icon-bootstrap:before {
    content: "\f111"
}

.icon-emmet:before {
    content: "\f112"
}

.icon-less:before {
    content: "\f113"
}

.icon-postcss:before {
    content: "\f114"
}

.icon-sass:before {
    content: "\f115"
}

.icon-cassandra:before {
    content: "\f116"
}

.icon-database:before {
    content: "\f117"
}

.icon-hadoop:before {
    content: "\f118"
}

.icon-mariadb:before {
    content: "\f119"
}

.icon-mongodb:before {
    content: "\f11a"
}

.icon-mysql-alt:before {
    content: "\f11b"
}

.icon-mysql:before {
    content: "\f11c"
}

.icon-postgres:before {
    content: "\f11d"
}

.icon-sql:before {
    content: "\f11e"
}

.icon-sublime:before {
    content: "\f11f"
}

.icon-express:before {
    content: "\f120"
}

.icon-grails:before {
    content: "\f121"
}

.icon-grailsalt:before {
    content: "\f122"
}

.icon-laravel-alt:before {
    content: "\f123"
}

.icon-laravel:before {
    content: "\f124"
}

.icon-phonegap:before {
    content: "\f125"
}

.icon-platter:before {
    content: "\f126"
}

.icon-playframework:before {
    content: "\f127"
}

.icon-rails-alt:before {
    content: "\f128"
}

.icon-rails:before {
    content: "\f129"
}

.icon-jira-alt:before {
    content: "\f12a"
}

.icon-jira:before {
    content: "\f12b"
}

.icon-angular:before {
    content: "\f12c"
}

.icon-backbone:before {
    content: "\f12d"
}

.icon-d3:before {
    content: "\f12e"
}

.icon-ember:before {
    content: "\f12f"
}

.icon-jquery-alt:before {
    content: "\f130"
}

.icon-jquery:before {
    content: "\f131"
}

.icon-react:before {
    content: "\f132"
}

.icon-c:before {
    content: "\f133"
}

.icon-cplusplus:before {
    content: "\f134"
}

.icon-csharp:before {
    content: "\f135"
}

.icon-haskell:before {
    content: "\f136"
}

.icon-java:before {
    content: "\f137"
}

.icon-nodejs:before {
    content: "\f138"
}

.icon-objectivec:before {
    content: "\f139"
}

.icon-perl:before {
    content: "\f13a"
}

.icon-php-alt:before {
    content: "\f13b"
}

.icon-php:before {
    content: "\f13c"
}

.icon-python:before {
    content: "\f13d"
}

.icon-ruby:before {
    content: "\f13e"
}

.icon-scala:before {
    content: "\f13f"
}

.icon-debian:before {
    content: "\f140"
}

.icon-fedora:before {
    content: "\f141"
}

.icon-freebsd:before {
    content: "\f142"
}

.icon-gnome:before {
    content: "\f143"
}

.icon-java-duke:before {
    content: "\f144"
}

.icon-kde:before {
    content: "\f145"
}

.icon-linux-mint:before {
    content: "\f146"
}

.icon-netbsd:before {
    content: "\f147"
}

.icon-rasbaerrypi:before {
    content: "\f148"
}

.icon-redhat:before {
    content: "\f149"
}

.icon-solaris:before {
    content: "\f14a"
}

.icon-suse:before {
    content: "\f14b"
}

.icon-ubuntu:before {
    content: "\f14c"
}

.icon-autoit:before {
    content: "\f14d"
}

.icon-browsersync:before {
    content: "\f14e"
}

.icon-confluence:before {
    content: "\f14f"
}

.icon-dynamicweb:before {
    content: "\f150"
}

.icon-babel:before {
    content: "\f151"
}

.icon-webpack:before {
    content: "\f152"
}

.icon-osx:before {
    content: "\f153"
}

.icon-codeignitor:before {
    content: "\f154"
}

.icon-composer:before {
    content: "\f155"
}

.icon-zend:before {
    content: "\f156"
}

.icon-apache:before {
    content: "\f157"
}

.icon-jetty:before {
    content: "\f158"
}

.icon-memcached:before {
    content: "\f159"
}

.icon-nginx-alt:before {
    content: "\f15a"
}

.icon-nginx:before {
    content: "\f15b"
}

.icon-redis:before {
    content: "\f15c"
}

.icon-tomcat:before {
    content: "\f15d"
}

.icon-ec3:before {
    content: "\f15e"
}

.icon-github-circle-alt:before {
    content: "\f15f"
}

.icon-github-circle:before {
    content: "\f160"
}

.icon-github:before {
    content: "\f161"
}

.icon-google-code:before {
    content: "\f162"
}

.icon-heroku:before {
    content: "\f163"
}

.icon-shell-alt:before {
    content: "\f164"
}

.icon-shell:before {
    content: "\f165"
}

.icon-shellscript:before {
    content: "\f166"
}

.icon-opensource:before {
    content: "\f167"
}

.icon-bower:before {
    content: "\f168"
}

.icon-grunt:before {
    content: "\f169"
}

.icon-gulp:before {
    content: "\f16a"
}

.icon-selenium:before {
    content: "\f16b"
}

.icon-git-squared:before {
    content: "\f16c"
}

.icon-git:before {
    content: "\f16d"
}

.icon-svn:before {
    content: "\f16e"
}

.icon-css-alt:before {
    content: "\f16f"
}

.icon-css3-alt:before {
    content: "\f170"
}

.icon-css3:before {
    content: "\f171"
}

.icon-html5:before {
    content: "\f172"
}

.icon-js:before {
    content: "\f173"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slider {
    width: 100%;
    margin: 0 auto 0
}

.slick-slide {
    margin: 10px
}

    .slick-slide img {
        width: 100%
    }

.brand-slider-desc {
    outline: 0;
    width: 100%;
    padding: 0
}

    .brand-slider-desc .brand-box {
        height: 180px;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        border: 1px solid #f0f0f0;
        background: rgba(255,255,255,.1)
    }

        .brand-slider-desc .brand-box .brand-box-front {
            background: #fff;
            padding: 0 20px;
            display: table;
            width: 100%
        }

        .brand-slider-desc .brand-box .brand-logo {
            height: 140px;
            text-align: center;
            position: relative;
            clear: both;
            display: table-cell;
            margin: auto;
            vertical-align: middle
        }

        .brand-slider-desc .brand-box .brand-box-front span {
            display: table-row;
            font-size: 16px;
            line-height: 19px;
            color: #405158;
            padding: 0;
            text-align: center;
            margin-top: 15px;
            font-family: proxima_novalight
        }

        .brand-slider-desc .brand-box .brand-logo img {
            max-height: 113px;
            width: auto;
            margin: auto
        }

        .brand-slider-desc .brand-box .brandText {
            background: #026fc7;
            background: -moz-linear-gradient(left,rgba(2,111,199,0.9) 0%,rgba(53,165,168,0.9) 100%);
            background: -webkit-linear-gradient(left,rgba(2,111,199,0.9) 0%,rgba(53,165,168,0.9) 100%);
            background: linear-gradient(to right,rgba(2,111,199,0.9) 0%,rgba(53,165,168,0.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026fc7',endColorstr='#35a5a8',GradientType=0.90 );
            padding: 0 25px;
            font-size: 16px;
            line-height: 22px;
            color: #fff;
            position: absolute;
            bottom: 0;
            height: 0;
            opacity: 0;
            font-family: proxima_novalight;
            vertical-align: middle;
            display: table;
            width: 100%;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            text-align: center
        }

        .brand-slider-desc .brand-box:hover .brandText {
            opacity: 1;
            height: 100%
        }

            .brand-slider-desc .brand-box:hover .brandText p {
                display: table-cell;
                vertical-align: middle
            }

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format('embedded-opentype'),url(../fonts/slick.woff) format('woff'),url(../fonts/slick.ttf) format('truetype'),url(../fonts/slick.svg#slick) format('svg')
}

@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    display: block;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: 0 0
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before, .slick-next:before {
        font-family: fontawesome;
        font-size: 16px;
        line-height: 1;
        opacity: .75;
        color: #00518c;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

.slick-prev {
    left: 50%;
    margin-left: -30px;
    border-right: 1px solid #00518c
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\f053"
}

[dir=rtl] .slick-prev:before {
    content: "\f053"
}

.slick-next {
    right: 50%;
    margin-right: -30px;
    border-left: 1px solid #00518c
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\f054"
}

[dir=rtl] .slick-next:before {
    content: "\f054"
}

.slick-arrow.slick-next:hover:before {
    padding-left: 10px
}

.slick-arrow.slick-prev:hover:before {
    padding-right: 10px
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important
}

.__lo_poll_choice {
    transition: background-color .2s ease-in-out
}

#lo_chat_box input, #lo_chat_box textarea, #lo_poll_box textarea, #lo_pre_chat_form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#lo_chat_box td {
    padding: initial;
    border: none;
    vertical-align: middle
}

#lo_chat_box, #lo_poll_box {
    bottom: -400px;
    -webkit-transition: bottom .7s cubic-bezier(.65,.05,.36,1),background-color .5s ease-in-out;
    transition: bottom .7s cubic-bezier(.65,.05,.36,1),background-color .5s ease-in-out
}

.__lo_poll_choice > div {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    width: inherit
}

    .__lo_poll_choice > div > label {
        display: inline;
        font-size: inherit;
        color: inherit;
        background-color: inherit
    }

.__lo_poll_choice input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio
}

#_lo_poll_comments {
    font-family: inherit;
    font-size: inherit;
    height: auto
}

#lo_chat_box table, #lo_chat_box table td, #lo_chat_box table td:first-child, #lo_chat_box table th, #lo_chat_box table tr:first-child, #lo_chat_box table tr:last-child, #lo_chat_box tbody, #lo_chat_box tfoot, #lo_chat_box thead, #lo_chat_box tr, #lo_chat_boxtable td:last-child {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: inherit;
    vertical-align: inherit;
    text-align: left;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0
}

#lo_chat_box #lo_operator {
    padding: 10px
}

    #lo_chat_box #lo_operator .operator_title_wrap {
        clear: right;
        float: right;
        width: 82%
    }

#lo_chat_box .operator_img_wrap, #lo_chat_box .operator_img_wrap img {
    float: left
}

#lo_chat_box input, #lo_chat_box select, #lo_chat_box textarea {
    font-size: 12px;
    min-height: initial;
    margin: 0
}

#lo_chat_box table td, #lo_chat_box table th {
    display: inline
}

#lo_chat_box table {
    margin: initial initial initial 10px;
    vertical-align: middle
}

[dir=ltr] #lo_chat_box {
    text-align: left
}

[dir=rtl] #lo_chat_box {
    text-align: right
}

#lo_chat_box {
    text-align: start
}

@media all and (max-device-width:480px) {
    #lo_chat_box input, #lo_chat_box select, #lo_chat_box textarea {
        font-size: 16px
    }
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}
