﻿@import url("Fonts/montserrat/ttf/Montserrat.css");

@font-face {
    font-family: Robotto;
    src: url(Fonts/Robotto/RobotoSlab-Regular.ttf);
}

:root
{
    --brand-primary:#e31b25;
    --brand-secondary:#2c3a59;
    --brand-third:#41494e;
    }
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal:after,
.row-fluid:after,
.row:after {
    clear: both
}

.nav-header,
.process .bar h3,
abbr.initialism {
    text-transform: uppercase
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.input-append .uneditable-input:focus,
.input-append input:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus {
    z-index: 2
}

.breadcrumb,
.dropdown-menu,
.media-list,
.nav,
.pager,
.thumbnails {
    list-style: none
}

.tp-bannershadow,
.tp-simpleresponsive img {
    -moz-user-select: none;
    -o-user-select: none
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

a:active,
a:hover {
    outline: 0
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

#map_canvas img,
.google-maps img {
    max-width: none
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox],
label,
select {
    cursor: pointer
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.badge,
.btn-primary,
.label {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.img-polaroid,
body {
    background-color: #fff
}

.btn,
.btn-primary {
    background-repeat: repeat-x
}

.row-fluid:after,
.row-fluid:before,
.row:after,
.row:before {
    display: table;
    content: "";
    line-height: 0
}

body {
    margin: 0;
    font-family:'Montserrat' !important;
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}




h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    line-height: 40px
}

h1 {
    font-size: 38.5px
}

h2 {
    font-size: 31.5px
}

h1 small,
h3 {
    font-size: 24.5px
}

h2 small,
h4 {
    font-size: 17.5px
}

h3 small,
h4 small,
h5 {
    font-size: 14px
}

h6 {
    font-size: 11.9px
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee
}

blockquote p,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.table,
address,
dl,
legend,
pre.prettyprint {
    margin-bottom: 20px
}

ol,
ul {
    padding: 0;
    margin: 0 0 10px 25px
}

ol.inline,
ol.unstyled,
ul.inline,
ul.unstyled {
    margin-left: 0;
    list-style: none
}

ol.inline>li,
ul.inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 10px
}

.dl-horizontal:after,
.dl-horizontal:before {
    display: table;
    content: "";
    line-height: 0
}

address,
blockquote small,
pre {
    display: block;
    line-height: 20px
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


.modal-backdrop.fade,
.tooltip {
    opacity: 0
}

.tabs-stacked .open>a:hover {
    border-color: #999
}

.tabbable:after,
.tabbable:before {
    display: table;
    content: "";
    line-height: 0
}

.tab-content {
    overflow: auto
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0
}

.pill-content>.pill-pane,
.tab-content>.tab-pane {
    display: none
}

.pill-content>.active,
.tab-content>.active {
    display: block
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover {
    border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover {
    border-color: #eee #eee #eee #ddd
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover {
    border-color: #ddd #ddd #ddd transparent
}


.top-nav-bar
{
    margin:0;
    padding:0;
    position:absolute;
    z-index:9999;
    right:0;
    }
.top-nav-bar li
{
    display:inline-block;
    
    }
.top-nav-bar li a
{
    color:#fff;
    font-size:12px;
    padding:3px 20px;
    border-radius:0 0 5px 5px;
    }
.top-nav-bar li:first-child a
{
    background:#fff;
    color:#cd2122;
    }
.nav>.disabled>a {
    color: #999
}

.nav>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: default
}

.navbar {
    overflow: visible;
    top: 0;
    left: 0;
    min-height:30px;
}

.navbar-inner {
    min-height: 40px
}

.navbar-inner:after,
.navbar-inner:before {
    display: table;
    content: "";
    line-height: 0
}

.navbar-inner:after {
    clear: both
}

.navbar .container {
    width: auto
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible
}

.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff
}

.navbar .brand:hover {
    text-decoration: none
}

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777
}

.navbar-link {
    color: #777
}

.navbar-link:hover {
    color: #333
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #fff
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px
}

.navbar .btn-group .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn {
    margin-top: 0
}

.navbar-form {
    margin-bottom: 0
}

.navbar-form:after,
.navbar-form:before {
    display: table;
    content: "";
    line-height: 0
}

.navbar-form .checkbox,
.navbar-form .radio,
.navbar-form input,
.navbar-form select {
    margin-top: 5px
}

.btn-navbar .icon-bar+.icon-bar,
.navbar-form input[type=image],
.navbar-form input[type=radio],
.navbar-form input[type=checkbox] {
    margin-top: 3px
}

.navbar-form .btn,
.navbar-form input,
.navbar-form select {
    display: inline-block;
    margin-bottom: 0
}

.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0
}

.navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.navbar-static-top {
    position: static;
    margin-bottom: 0
}

.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .1)
}

.navbar-fixed-bottom .navbar-inner,
.navbar-fixed-top .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-fixed-bottom .container,
.navbar-fixed-top .container,
.navbar-static-top .container {
    width: 940px
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar .nav {
    position: relative;
    right: 0;
    display: block;
    float: right;
    margin: 25px 0 0;
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0
}

.navbar .nav>li {
    float: left;
    transition:all .5s;
    
}
/*.navbar .nav>li:hover
{
    border:1px solid #cd2122;
    border-bottom:none;
    }
   .navbar .nav>li:hover  #submenu
   {
       border:1px solid #cd2122;
       }*/
.navbar .nav>li>a {
    float: none;
    padding: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    transition:all .5s;
}


.navbar .nav>li>a:after
{
    content:" ";
    height:20px;
    width:100%;
    bottom:0px;
    background:#fff;
    display:none;
    position:absolute;
    left:0;
    display:none;
}
    
.navbar .nav>li>a.after:after
{
    content:" ";
    height:20px;
    width:100%;
    bottom:0px;
    background:#fff;
    position:absolute;
    left:0;
    display:none;
    }
    
.navbar .nav>li>a span
 {
  z-index:999999;
 }
        
   
    
/*    .navbar .nav>li> a.after
{
    content:" ";
    height:20px;
    width:100%;
    bottom:0px;
    background:#000 ;
    position:absolute;
    left:0;
    z-index:9999;
    display:none;
    }
   */ 
 .navbar .nav>li:hover>a:after,
    .navbar .nav>li>a:before 
    {
        display:none;
        position: absolute;
        z-index:9999;
        top:75%;
        
    }
    
    .navbar .nav>li:hover>a.after:after,
    .navbar .nav>li>a.after:before 
    {
        display:none;
        position: absolute;
        z-index:9999;
        top:18px;
    }

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px
}

.navbar .nav>li.active a,
.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    background: #ffffff;
    color: #cd2122;
    text-decoration: none;
    text-shadow: none
}

.navbar .nav>li.active a {
    font-weight: 600;
    color: #fff!important
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:focus,
.navbar .nav>.active>a:hover {
    color: #555;
    text-decoration: none
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #ededed;
    background-repeat: repeat-x;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf
}

.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar:active,
.navbar .btn-navbar:hover,
.navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e5e5e5
}

.navbar .btn-navbar.active,
.navbar .btn-navbar:active {
    background-color: #ccc\9
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.navbar .nav>li>.dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 9px
}

.navbar .nav>li>.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 10px
}

.caret,
.modal-footer:after,
.modal-footer:before,
.pager:after,
.pager:before,
.popover .arrow:after,
.thumbnails:after,
.thumbnails:before {
    content: ""
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom: 0;
    bottom: -7px;
    top: auto
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
    border-top: 6px solid #fff;
    border-bottom: 0;
    bottom: -6px;
    top: auto
}

.navbar .nav li.dropdown>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav li.dropdown.open>.dropdown-toggle {
    background-color: #e5e5e5;
    color: #555
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar .nav>li>.dropdown-menu.pull-right,
.navbar .pull-right>li>.dropdown-menu {
    left: auto;
    right: 0
}

.navbar .nav>li>.dropdown-menu.pull-right:before,
.navbar .pull-right>li>.dropdown-menu:before {
    left: auto;
    right: 12px
}

.navbar .nav>li>.dropdown-menu.pull-right:after,
.navbar .pull-right>li>.dropdown-menu:after {
    left: auto;
    right: 13px
}

.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu,
.navbar .pull-right>li>.dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-repeat: repeat-x;
    border-color: #252525;
    background-image: linear-gradient(to bottom, #222, #111)
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav>li>a:hover {
    color: #fff
}

.navbar-inverse .brand,
.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .nav>li>a:focus,
.navbar-inverse .nav>li>a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:focus,
.navbar-inverse .nav .active>a:hover {
    color: #fff;
    background-color: #111
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .divider-vertical {
    border-left-color: #111;
    border-right-color: #222
}

.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle {
    background-color: #111;
    color: #fff
}

.navbar-inverse .nav li.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query.focused,
.navbar-inverse .navbar-search .search-query:focus {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    outline: 0
}

.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #0e0e0e;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-color: #040404 #040404 #000
}

.breadcrumb>li,
.close {
    text-shadow: 0 1px 0 #fff
}

.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404
}

.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar:active {
    background-color: #000\9
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination ul>.active>a,
.pagination ul>.active>span,
.pagination ul>li>a:hover {
    background-color: #f5f5f5
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.pagination-right {
    text-align: right
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.pagination-mini ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>a,
.pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.pagination-mini ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>a,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px
}

.pager:after,
.pager:before {
    display: table;
    line-height: 0
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.pager li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: default
}

.thumbnails {
    margin-left: -20px
}

.thumbnails:after,
.thumbnails:before {
    display: table;
    line-height: 0
}

.media-object,
.thumbnail,
.tooltip {
    display: block
}

.row-fluid .thumbnails {
    margin-left: 0
}

.thumbnails>li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px
}

.thumbnail {
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.thumbnail:hover {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, .25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, .25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, .25)
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #555
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert,
.alert h4 {
   /* color: #c09853*/
}

.alert h4 {
    margin: 0
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.popover,
.tooltip,
.tooltip-arrow {
    position: absolute
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success h4 {
    color: #468847
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48
}

.alert-info,
.alert-info h4 {
    color: #3a87ad
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0
}

.alert-block p+p {
    margin-top: 5px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9)
}

.progress .bar {
    width: 0;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #0e90d2;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background-image: linear-gradient(to bottom, #149bdf, #0480be)
}

.progress .bar+.bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress .bar-danger,
.progress-danger .bar {
    background-color: #dd514c;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35)
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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)
}

.progress .bar-success,
.progress-success .bar {
    background-color: #5eb95e;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #62c462, #57a957)
}

.progress-striped .bar-success,
.progress-success.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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)
}

.progress .bar-info,
.progress-info .bar {
    background-color: #4bb1cf;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9)
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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)
}

.progress .bar-warning,
.progress-warning .bar {
    background-color: #faa732;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fbb450, #f89406)
}

.progress-striped .bar-warning,
.progress-warning.progress-striped .bar {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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)
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.hero-unit h1,
.modal-footer,
.modal-form {
    margin-bottom: 0
}

.hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px
}

.hero-unit li {
    line-height: 30px
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-heading {
    margin: 0 0 5px
}

.media .pull-left {
    margin-right: 10px
}

.media .pull-right {
    margin-left: 10px
}

.media-list {
    margin-left: 0
}

.tooltip {
    z-index: 1030;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    margin-top: -3px
}

.tooltip.right {
    margin-left: 3px
}

.tooltip.bottom {
    margin-top: 3px
}

.tooltip.left {
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tooltip-arrow {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown,
.dropup,
.modal-body {
    position: relative
}

.modal.fade.in {
    top: 10%
}
.modal-dialog
{
    width:100%;}
.modal-header .close {
    margin-top: 2px;
    position:absolute;
    right:10px;
    top:3px;
    padding:10px;
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    
}



/*




.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}


.modal-header h3 {
    margin: 0;
    line-height: 30px
}

.modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}

.modal-footer {
    padding: 14px 15px 15px;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    line-height: 0
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.carousel,
.carousel-inner,
.dropdown-submenu {
    position: relative
}

.dropdown-menu.pull-right,
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.australia,
.germany,
.india,
.malasia,
.uk {
    min-width: 30px
}

ol.decimal,
ol.decimal li {
    list-style: decimal
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.dropdown-menu li>a {
    display: block;
    padding: 3px 20px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    white-space: nowrap
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-menu li>a:focus,
.dropdown-menu li>a:hover,
.dropdown-submenu:hover>a {
    color: #fff;
    background-color: #0081c2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    text-decoration: none
}

.dropdown-menu .disabled>a,
.dropdown-menu .disabled>a:hover {
    color: #999
}

.dropdown-menu .disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: default
}

.open>.dropdown-menu {
    display: block
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px
}

.clear:after,
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.close,
.pull-right {
    float: right
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.accordion {
    margin-bottom: 20px
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.accordion-heading {
    border-bottom: 0
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}

.accordion-toggle {
    cursor: pointer
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}

.carousel {
    margin-bottom: 20px;
    line-height: 1
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img {
    display: block;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.right {
    left: auto;
    right: 15px
}

.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, .75)
}

.carousel-caption h4,
.carousel-caption p {
    color: #fff;
    line-height: 20px
}

.carousel-caption h4 {
    margin: 0 0 5px
}

.carousel-caption p {
    margin-bottom: 0
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.close {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

/*button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}*/

.pull-left {
    float: left
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.collapse.in {
    height: auto
}

.hidden {
    display: none;
    visibility: hidden
}

.hidden-desktop,
.visible-phone,
.visible-tablet {
    display: none!important
}

.successful {
    padding: 10px 0
}

.successful ul {
    margin: 0;
    padding: 0
}

.successful ul li {
    margin-right: 20px;
    width: 17.5%;
    float: left
}

.successful ul li a,
.successful ul li span {
    text-align: center;
    width: 100%;
    display: inline-block
}

.successful ul li a {
    font-size: 30px;
    padding: 0;
    font-weight: 700
}

.successful ul li a:hover {
    color: rgba(0, 255, 0, 1)
}

.s_1 {
    color: red
}

.s_2 {
    color: #4f4e4e
}

.s_3 {
    color: #9a0505
}

.s_4 {
    color: #5d5d37
}

.s_5 {
    color: #000
}

#submenu {
    background: #ffffff;
    position: absolute;
    visibility: hidden;
    opacity:0;
    margin-left: 00px;
    padding-top: 20px;
    clear:both;
    min-width:250px;
   -webkit-box-shadow: 0 8px 56px -6px black;
       -moz-box-shadow: 0 8px 56px -6px black;
            box-shadow: 0 8px 56px -6px black;
            padding-bottom:30px;
 transform: translateY(-2em);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#submenu li {
  float:none;  
  background:rgba(255,255,255,.3);
  position:relative;
}
#submenu img
{
    display:none;
    }
.nav li:hover > #submenu {
    z-index: 1000;
   visibility: visible; /* shows sub-menu */
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  
}

.add_con,
.spot:hover~.add_con {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

#submenu li a {
    color: #41494e;
    font-size: 12px;
    border-radius:0px;
    padding:5px;
     padding-left: 30px;
    background:url('../images/new/arrow-submenu.png') no-repeat;
    display:block;
    background-position:10px 10px;
    text-transform:none;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
#submenu li a:hover
{
  
    color:#fff;
    background:url('../images/new/arrow-submenu-hover.png') no-repeat;
      background-color:#41494e;
    background-position:230px 10px;
    text-shadow:0px 1px 2px rgba(0,0,0,.5);
    padding-left:35px;
    }

/*.web_services_sub {
    min-height: 200px;
    position: absolute;
    width: 350px
}

.mobile_services_sub {
    min-height: 150px;
    position: absolute;
    width: 250px
}

.menu_icons {
    padding: 10px;
    background: #202020;
    margin: 0
}

.menu_icons img {
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 10px
}
*/
#submenu li:last-child {
    margin-bottom: 10px
}
/*
.about_sub {
    width: 180px;
    min-height: 150px
}

.about_sub img {
    position: absolute;
    margin: -80px 0 0 120px
}

.web_services_sub img {
    position: absolute;
    margin: -180px 0 0 180px;
    width: 250px;
    height: 220px
}

.mobile_services_sub img {
    position: absolute;
    margin: -130px 0 0 100px;
    width: 230px;
    height: 200px
}

.digital_marketing_sub {
    min-height: 150px;
    position: absolute;
    width: 300px;
    margin: 0 0 0 -100px
}

.digital_marketing_sub img {
    position: absolute;
    margin: -70px 0 0 170px;
    width: 170px;
    height: 150px
}*/
.nav-container
{
    padding:0px;
    }
.navbar .nav > li a {
    padding: 10px;
    /*font-family:'Montserrat';*/
    font-weight:600;
    text-transform:uppercase;
    font-size:10px;
    text-align:left;
   
}


.navbar .nav > li a span
{
      line-height:20px;
    }
.navbar .nav > li:last-child > a > span
{
    border:none;
    }
.navbar .nav > li:hover a > span
{
    border-color:#cd2122;
     
    }
    
    
    
.navbar .nav>li:first-child > a > span i
{
    font-size:20px;
    margin-top:-2px;

}

.navbar .nav>li:hover {
 -webkit-box-shadow: 0 -1px 35px -1px rgba(0,0,0,.6);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0 -1px 35px -1px rgba(0,0,0,.6);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0 -1px 35px -1px rgba(0,0,0,.6);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

  
}

.navbar .nav>li:hover>a {
    background:#cd2122;
    color:#fff;
}

.banner_bottom {
    background: #41494e url(../images/home/slider-bottom.png);
    background-position:0 -50px;
    margin: 00px 0 0;
    z-index: 9;
    padding: 20px 0 10px 0;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,.5);
    border-radius: 20px;
    transform: rotate(-7deg);
}
.home-container-shadow
{
   /* box-shadow:0 10px 50px rgba(0,0,0,.5);*/
    padding:20px;
    }

.award_menu {
    color: #fff;
    font-size: 12px;
    float: left;
    position:relative;
    text-align:center;
    border-right: 2px solid #2e3539;

}
.award_menu:last-child
{
    border:none;
    }


.award_menu img {
    float: left;
    margin: -5px 5px 0 0;
    background:#fff;
    padding:12px;
    border-radius:20px;
    position:absolute;
    left:35%;
    top:-55px;
    z-index:9999;
    max-width:60px;
}


.web_services .col-md-5 {
    margin-right: 30px
}

.web_services .col-md-5 h2 {
    background: #fff;
    padding: 10px;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, .5);
    font-size: 25px
}

.web_services .col-md-5 p {
    height: 200px;
    overflow-y: scroll;
    padding: 5px
}

.next_ul li {
    list-style-type: square;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px
}

.next_ul li h2 {
    font-size: 20px;
    text-align: left
}

.world_map {
    background: url(../images/new/world_map.png) no-repeat;
    height: 550px;
    background-size: 100%;
    width: 100%
}

.chicago,
.oregan,
.usa_map {
    width: 30px;
    position: absolute;
    display: block
}
.cont_address
{
    margin:0 0 0 5px;
    }
.cont_address li {
    height: 45px
}

.australia,
.chicago,
.germany,
.india,
.malasia,
.oregan,
.uk,
.usa_map {
    background: url(../images/new/pointer.png) no-repeat;
    height: 75px
}

.usa_map {
    margin-top: 12%;
    margin-left: 10%
}

.oregan {
    margin-top: -50%;
    margin-left: 7%
}

.chicago {
    margin-top: -55%;
    margin-left: 15%
}

.australia {
    margin-top: 32%;
    margin-left: 85%;
    position: absolute;
    display: block
}

.india {
    margin-top: 10%;
    margin-left: 68%;
    position: absolute;
    display: block
}

.germany {
    margin-top: -5%;
    margin-left: 45%;
    position: absolute;
    display: block
}

.malasia {
    margin-top: 10%;
    margin-left: 76%;
    position: absolute;
    display: block
}

.uk {
    margin-top: -15%;
    margin-left: 40%;
    position: absolute;
    display: block
}

.oman,
.uae {
    margin-left: 60%;
    background: url(../images/new/pointer.png) no-repeat;
    height: 75px;
    min-width: 30px;
    display: block;
    position: absolute
}

.uae {
    margin-top: -9%
}

.oman {
    margin-top: -12%
}

.saudi {
    background: url(../images/new/pointer.png) no-repeat;
    height: 75px;
    min-width: 30px;
    margin-top: -20%;
    margin-left: 56%;
    position: absolute;
    display: block
}

.egypt {
    background: url(../images/new/pointer.png) no-repeat;
    height: 75px;
    min-width: 30px;
    margin-top: -24%;
    margin-left: 52%;
    position: absolute;
    display: block
}

.s_africa {
    background: url(../images/new/pointer.png) no-repeat;
    height: 75px;
    min-width: 30px;
    margin-top: -8%;
    margin-left: 50%;
    position: absolute;
    display: block
}

.nigeria {
    background: url(../images/new/pointer.png) no-repeat;
    height: 75px;
    min-width: 30px;
    margin-top: -27%;
    margin-left: 44%;
    position: absolute;
    display: block
}

.wanda {
    background: url(../images/new/pointer.png) no-repeat;
    height: 75px;
    min-width: 30px;
    margin-top: -30%;
    margin-left: 54%;
    position: absolute;
    display: block
}

.add_con {
    display: none;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    margin-top: -100px;
    border: 3px solid #d70a07;
    transition: all .5s;
    font-size: 12px;
    text-align: left;
    z-index: 10;
    min-height: 60px
}

.home-sec .add_con h2 {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    background: #d70a07;
    line-height:100px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    right: 0;
    margin: -20px -30px 0 0
}

.spot:hover~.add_con {
    width: 300px;
    display: block;
    transition: all .5s
}

.spot {
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.container_new {
    margin: 0 auto;
    position: relative;
    max-width: 1000px
}

.top_row {
    padding: 0;
    background: #414141
}

.contact_query h2 {
    color: #fff
}

.col-md-6 h3 {
    text-align: left
}

.career_bg {
    background: url(../images/main-slider/51.jpg) center
}

.odoo-partners-banner {
    background: url(../images/main-slider/odoo-partners.jpg) no-repeat;
    height:auto !important;
    z-index:0 !important;
    min-height:400px;
}
.bar-wrap .bar-cont {
    margin: 0;
    width: 20%;
    padding: 0 1%;
   /* border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4!important*/
}
.bar-wrap .col-lg-2:nth-child(even) .image
{
    /*background:#eee;*/
    
    }

.bar-wrap  .bar {
    padding-left: 2%;
    border: 0!important
}

.bar-wrap .bar-cont+.bar-cont {
    border-left: 0 solid #e4e4e4
}


.process .bar h4{
    color: #757575;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 26px;
    margin-bottom: 10px;
    position:relative;
    text-transform:uppercase;
    overflow:hidden;
    border:2px dashed #ddd;
    border-radius:30px;
}

.bar-wrap .bar-cont:lastchild .image:hover > img
{
    margin-right:-100px;
    
    }
  .bar-wrap .bar-cont:nth-child(even) .image:after
  {
      height:5;
      width:100px;
      border-top:2px dashed #ddd;
      content:" ";
      top:0;    right: -30%;
    top: -10%;
    position: absolute;
    transform: rotate(-45deg);
      }
       
  .bar-wrap .bar-cont:nth-child(odd) .image:after
  {
      height:5;
      width:100px;
      border-top:2px dashed #ddd;
      content:" ";
      bottom:0;    
      right: -40%;
    position: absolute;
    transform: rotate(45deg);
      }
       .bar-wrap .bar-cont:last-child .image:after
       {
           display:none;
           }
.bar-wrap .bar-cont:nth-child(even) h4
{
    background:#fff;
    padding:5px 10px;
    width:115%;
    margin-left:-13px;
    }
.bar-wrap .bar-cont:nth-child(odd) h4
{
    padding:5px 10px;
    width:115%;
    margin-left:-13px;
    }
 /* .bar-wrap .col-lg-2:nth-child(odd) h3
{
    background:#cd2122;
    color:#fff;
    padding:5px 10px;
    width:115%;
    margin-left:-13px;
    }
  

   .bar-wrap .col-lg-2:nth-child(odd) h3:before 
   {
       content:" ";
    width: 0; 
  height: 0; 
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 17px solid #fff;
  top:0px;
  left:0;
  position:absolute;
  }
  .bar-wrap .col-lg-2:nth-child(odd):first-child h3:after
     {
         border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 17px solid #fff;
         }
         
     */

  /* .bar-wrap .bar-cont:nth-child(odd) .image:before 
   {
       content:" ";
    width: 0; 
  height: 0; 
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 17px solid #fff;
  top:0px;
  left:0;
  position:absolute;
  }
  
     .bar-wrap .bar-cont:nth-child(odd) .image:after 
   {
       content:" ";
    width: 0; 
  height: 0; 
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 17px solid #fff;
  top:0px;
  left:0;
  position:absolute;
  }
  
   .bar-wrap .bar-cont:nth-child(even) .image:before 
   {
       content:" ";
    width: 0; 
  height: 0; 
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 17px solid #cd2122;
  top:0px;
  left:0;
  position:absolute;

  }
  
     .bar-wrap .bar-cont:nth-child(even) .image:after 
   {
       content:" ";
    width: 0; 
  height: 0; 
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 17px solid #cd2122;
  top:0px;
  left:0;
  position:absolute;

  }
  
.bar-wrap .bar-cont:hover  .image:after
{
    left:99%;
    z-index:9999;
      transition:all .5s;
    }*/
.process .bar p {
    color: #757575;
    font-size: 12px;
    margin: 0 auto;
    text-align: center
}

.SmallTxt {
    font-size: 9px
}

.TxtAreaHeader {
    background: 0 0!important;
    padding: 3px 31px 0 10px!important;
    resize: none!important;
    height: 32px
}

.HorizontalFormMsg {
    width: 784px!important;
    resize: none!important;
    height: 28px
}

.OrderMorthen {
    position: absolute;
    left: -31px;
    height: 97px;
    width: 23px;
    display: block;
    top: 18px
}

.txtAreaMargin {
    margin: 31px 0 0
}

.query_person {
   background: #fff;
    min-height: 200px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.12);
    border-radius:30px 30px 30px 0;

}

.query_person h2 {
    padding: 5px;
    color: #fff
}

.query_person strong img {
    width: 20px;
    height: 20px
}


.awards 
{
    padding: 50px;
    border-radius: 20px;
}

.awards .award1 {
    background: url(../images/Home/awards/certified-qro.png) no-repeat;
    background-size:cover;
 
    
}

.awards .award2 {
    background: url(../images/Home/awards/certified-rohs.png) no-repeat;
 
}

.awards .award3 {
    background: url(../images/Home/awards/certified-dac.png) no-repeat;

}

.awards .award4 {
    background: url(../images/Home/awards/certified-iaf.png) no-repeat;
  
}


/*
.awards .award5 {
    background: url(../images/awards/zend.png) no-repeat;
 
}
*/
   
    
.awards .award1,
.awards .award2,
.awards .award3,
.awards .award4,
.awards .award5 {
    transition: all .5s ease;
    border-radius:50%;
    background-size:100%;
      border:5px solid #37486b;
      background-color:#ffffff;
      background-size:cover;
     width:120px;
    height:120px;
    background-position:center; 
    margin:0 auto;
    
}


.award_main:hover div:first-child {
    
    transition: all .5s ease;
    border:10px solid #22304e;
}

.award_main  {
    cursor: pointer;
    padding: 30px 0;
    /* background: #eee; */
    background: #fff;
    /* min-height: 200px; */
    border-radius: 50%;
    box-shadow: 0 5px 30px rgba(0,0,0,.2)
}
.awards .award-con 
{
    padding-top:20px;
    }
.awards .award_main:last-child
{
  
    }

.form input {
    margin-left: 20px
}

.startproject .field {
    margin-left: 15px
}
.startbutton
{
    position:relative;
    overflow:hidden;
    }
.startbutton::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 15em;
  height: 15em;
  line-height: 20em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index:0;    
}
.startbutton > div
{
    position:relative;
    }
.startbutton:hover {
  color: #fff;
}
.startbutton:hover::before {
  box-shadow: inset 0 0 0 10em #e31b25;
}

.qr img {
    width: 100px;
    height: 100px
}

.contact_query {
    float: left;
    margin-left: 20px
}

.visible-desktop {
    display: inherit!important
}

* {
    margin: 0;
    padding: 0
}

a img {
    border: none
}

.noborder {
    border: none!important
}

.noborder-bottom {
    border-bottom: none!important
}

.tp-caption.big_orange,
.tp-caption.big_white {
    border-style: none;
    border-width: 0;
    margin: 0;
    color: #fff
}

.nobg {
    background: 0 0!important
}

p {
    text-align: left;
    margin-bottom: 5px
}

a,
fieldset,
img {
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-bottom: 5px
}

ol.decimal,
ul.disc {
    padding-left: 10px;
    margin: 10px 0 10px 10px
}

.red {
    color: red
}

a,
body {
    color: #333
}

.dnone {
    display: none
}

ul.disc,
ul.disc li {
    list-style: disc
}

.rfl {
    float: right
}

.lfl {
    float: left
}

.clear {
    clear: both
}

.clear:after {
    display: table;
    clear: both
}

.rfl-force {
    float: right!important
}

.lfl-force {
    float: left!important
}

.clear-force {
    clear: both!important
}

.clr,
.tpclear {
    clear: both
}

.nomar {
    margin: 0!important
}

.nopad {
    padding: 0!important
}

.pad10px {
    padding: 10px!important
}

.mar10px {
    margin: 10px!important
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.allft {
    text-align: left!important
}

.alrit {
    text-align: right!important
}

.alctr {
    text-align: center!important
}

li,
ol,
ul {
    list-style: none
}

.col2,
.col3,
.col4,
.col5 {
    margin-bottom: 10px;
    margin-left: -10px;
    position: relative
}

.col2:after,
.col3:after,
.col4:after,
.col5:after {
    content: "";
    display: table;
    clear: both
}

.col2>div,
.col3>div,
.col4>div,
.col5>div {
    float: left;
    margin-left: 10px;
    background: #ddd
}

.col2>div {
    width: 465px
}

.col3>div {
    width: 306px
}

.col4>div {
    width: 227px
}

.col5>div {
    width: 180px
}

body {
    line-height: 1.5;
    background: #fff;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px
}

.container {
    margin: 0 auto;
    position: relative;
    max-width: 980px;
    top: 0;
    left: 0
}
.container-inner
{
    margin-bottom:160px;
    }
a,
img {
    margin: 0;
    padding: 0;
    outline: 0!important
}

a {
    text-decoration: none
}

a:hover {
    color: #f79021;
    text-decoration: none
}

.trans * {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.trans2 * {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 1000;
    display: none
}

::selection {
    background: #d90b09;
    color: #fff;
    text-shadow: none
}

.tp-caption.tp-hidden-caption,
.tp-hide-revslider {
    visibility: hidden!important;
    display: none!important
}

.tp-caption {
    z-index: 1
}

.tp-caption.big_white {
    position: absolute;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    padding: 1px 4px 3px;
    background-color: #000;
    letter-spacing: 0
}

.tp-caption.big_black,
.tp-caption.big_orange {
    position: absolute;
    text-shadow: none;
    font-size: 36px;
    line-height: 36px;
    padding: 0 4px;
    letter-spacing: -1.5px
}

.tp-caption.big_orange {
    font-weight: 700;
    font-family: Arial;
    background-color: #fb7354
}

.tp-caption.big_black {
    color: #000;
    font-weight: 800;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #fff
}

.tp-caption.medium_grey,
.tp-caption.small_text {
    font-weight: 700;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    position: absolute;
    color: #fff
}

.tp-caption.medium_grey {
    font-size: 20px;
    padding: 2px 4px;
    background-color: #888
}

.tp-caption.small_text {
    font-size: 14px
}

.tp-caption.large_text,
.tp-caption.medium_text {
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-style: none
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 360px;
    white-space: pre-wrap!important;
    text-align: center
}

.tp-caption.left_medium_text,
.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 400px;
    white-space: normal!important;
    text-align: left
}

.tp-caption.medium_text strong {
    display: block;
    margin-bottom: 15px
}

.tp-caption.large_black_text,
.tp-caption.left_medium_text {
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-style: none
}

.tp-caption.large_black_text,
.tp-caption.very_large_text {
    position: absolute;
    font-family: 'Open Sans', sans
}

.formdv .sub-head,
.formdv p.ps,
footer .disclaimer p,
header .col3>div,
nav ul li a {
    text-align: center
}

.tp-caption.large_black_text {
    color: #000;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    white-space: nowrap
}

.tp-caption.very_large_text {
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    letter-spacing: 0
}

.tp-caption.very_large_black_text,
.tp-caption.very_large_orange_text {
    font-size: 50px;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    text-transform: uppercase
}

.tp-caption.very_large_black_text,
.tp-caption.very_white_large_text {
    position: absolute;
    color: #fff;
    font-weight: 800;
    font-family: 'Source Sans Pro', sans-serif
}

.tp-caption.very_large_black_text {
    text-shadow: none;
    line-height: 60px;
    background-color: rgba(0, 0, 0, .7);
    padding: 0 20px
}

.tp-caption.very_large_orange_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    line-height: 70px;
    padding: 0
}

.tp-caption.very_large_orange_text.hd1 {
    color: #fff;
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 45px
}

.tp-caption.very_large_orange_text.hd2 {
    color: #fff;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 35px;
    text-transform: none
}

.tp-caption.very_large_orange_text ul li {
    text-transform: none;
    padding-left: 35px;
    background: url(../images/sprite-common.png) -310px -561px no-repeat;
    margin-bottom: 10px
}

.fortune h2,
.home-sec h1,
.right-cycle h3,
.tophead h1 {
    text-transform: uppercase;
    font-family:'Montserrat';
}

.tp-caption.very_white_large_text {
    text-shadow: none;
    font-size: 60px;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.bold_brown_text,
.tp-caption.bold_green_text,
.tp-caption.bold_red_text,
.tp-caption.very_big_white {
    font-weight: 800;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    text-shadow: none;
    position: absolute
}

.tp-caption.bold_red_text {
    color: #d31e00;
    font-size: 20px;
    line-height: 20px
}

.tp-caption.bold_brown_text {
    color: #a04606;
    font-size: 20px;
    line-height: 20px
}

.tp-caption.bold_green_text {
    color: #5b9830;
    font-size: 20px;
    line-height: 20px
}

.tp-caption.very_big_white {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    padding: 1px 4px 3px;
    background-color: #7e8e96
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 1px 4px 0;
    background-color: #fff
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.tp-caption.black {
    color: #000
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none!important
}

.button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6)!important;
    font-size: 15px;
    line-height: 45px!important;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px
}

.button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px!important
}

.button.big:hover,
.button:hover,
.purchase:hover {
    background-position: bottom, 15px 11px
}

.tp-bullets,
.tparrows {
    -ms-transition: opacity .2s ease-out
}

.button.green,
.button:hover.green,
.purchase.green,
.purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}

.button.blue,
.button:hover.blue,
.purchase.blue,
.purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}

.button.red,
.button:hover.red,
.purchase.red,
.purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}

.button.orange,
.button:hover.orange,
.purchase.orange,
.purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}

.button.darkgrey,
.button.grey,
.button:hover.darkgrey,
.button:hover.grey,
.purchase.darkgrey,
.purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}

.button.lightgrey,
.button:hover.lightgrey,
.purchase.lightgrey,
.purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.tp-caption.very_large_orange_text.hd2 {
    line-height: 1.9em\9
}

.tp-simpleresponsive img {
    max-width: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.cyclebanner,
.fullwidthbanner {
    max-width: 100%;
    max-height: 480px!important;
    overflow: hidden
}

.noFilterClass {
    filter: none!important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.tp-bannershadow.tp-shadow1 {
    background-size: 100%;
    width: 890px;
    height: 30px;
    bottom: -30px
}

.tp-bannershadow.tp-shadow2,
.tp-bannershadow.tp-shadow3 {
    background-size: 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe {
    width: 100%!important;
    height: 100%!important
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe {
    width: 50%!important;
    height: 60%!important;
    border: 5px solid #fff;
    border-radius: 5px
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    height: 35px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 0;
    float: left;
    margin-top: -10px;
    margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: -12px
}

.tp-bullets.simplebullets.square .bullet,
.tp-bullets.simplebullets.square-old .bullet {
    width: 19px;
    margin-top: -10px;
    margin-right: 0;
    height: 19px;
    cursor: pointer;
    position: relative;
    float: left
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0!important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0!important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 5px!important;
    margin-right: 5px!important;
    float: left;
    margin-top: 10px
}

.tp-leftarrow,
.tp-rightarrow {
    position: absolute;
    z-index: 100;
    cursor: pointer
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0!important
}

.tp-rightarrow.navbar,
.tp-rightarrow.navbar-old {
    margin-left: 6px
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0!important
}

.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets .bullet:hover {
    background-position: top left
}

.tp-bullets.simplebullets.navbar .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background-position: bottom left
}

.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 0;
    top: 50%!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.masthead:hover .tparrows {
    opacity: 1
}

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow {
    width: 25px;
    height: 50px
}

.tp-rightarrow {
    width: 26px;
    height: 52px
}

.tp-leftarrow.round,
.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: -7px
}

.tp-leftarrow.round-old,
.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: -13px
}

.tp-leftarrow.navbar,
.tp-leftarrow.navbar-old {
    margin-right: 6px
}

.tp-leftarrow.navbar,
.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 15px;
    float: left;
    margin-top: 12px
}

.tp-leftarrow.navbar-old,
.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 9px;
    height: 16px;
    float: left;
    margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-leftarrow.square,
.tp-leftarrow.square-old {
    margin-right: 0;
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 17px;
    margin-top: -9px;
    float: left
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: -9px
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: -9px
}

.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    width: 38px;
    height: 52px;
    position: absolute;
    cursor: pointer
}

.tp-leftarrow.default {
    background: url(../images/sprite-grad.png) 0 -488px no-repeat
}

.tp-leftarrow.default:hover {
    left: 0!important
}

.tp-rightarrow.default {
    background: url(../images/sprite-grad.png) -38px -488px no-repeat;
    right: 0
}

.tp-rightarrow.default:hover {
    right: 55px!important
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0 0;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet.selected,
.tp-bullets.tp-thumbs .bullet:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200
}

.tp-bannertimer.tp-bottom {
    bottom: 0!important;
    height: 5px
}



.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.tp-simpleresponsive>ul>li {
    list-stye: none;
    position: absolute;
    visibility: hidden
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px
}

.tp-loader {
    background-color: #fff;
    margin: -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

.masthead h1 {
    font-size: 38px
}

.fg92,
.field.pc span.fg92 {
    background-position: -510px -1175px
}

.fg93,
.fgaf,
.field.pc span.fg93,
.field.pc span.fgaf {
    background-position: 0 -543px
}

.fg358,
.field.pc span.fg358 {
    background-position: 0 -1434px
}

.fg355,
.field.pc span.fg355 {
    background-position: 0 -729px
}

.fg213,
.field.pc span.fg213 {
    background-position: -204px -124px
}

.fg168,
.field.pc span.fg168 {
    background-position: 0 -1101px
}

.fg376,
.field.pc span.fg376 {
    background-position: 0 -419px
}

.fg244,
.field.pc span.fg244 {
    background-position: 0 -915px
}

.fg264,
.field.pc span.fg264 {
    background-position: 0 -667px
}

.fg167,
.field.pc span.fg167 {
    background-position: 0 -977px
}

.fg1,
.field.pc span.fg1 {
    background-position: -714px -371px
}

.fg672,
.field.pc span.fg672 {
    background-position: -510px -248px
}

.fg212,
.field.pc span.fg212 {
    background-position: -408px -683px
}

.fg290,
.field.pc span.fg290 {
    background-position: 0 -266px
}

.fg47,
.field.pc span.fg47 {
    background-position: -510px -496px
}

.fg670,
.field.pc span.fg670 {
    background-position: 0 -368px
}

.fg971,
.field.pc span.fg971 {
    background-position: 0 -481px
}

.fg268,
.field.pc span.fg268 {
    background-position: 0 -605px
}

.fg374,
.field.pc span.fg374 {
    background-position: 0 -791px
}

.fg599,
.field.pc span.fg599 {
    background-position: 0 -853px
}

.fg54,
.field.pc span.fg54 {
    background-position: 0 -1039px
}

.fg43,
.field.pc span.fg43 {
    background-position: 0 -1163px
}

.fg61,
.field.pc span.fg61 {
    background-position: 0 -1225px
}

.fgaustralia,
.field.pc span.fgaustralia {
    background-position: 0 -1287px
}

.fg297,
.field.pc span.fg297 {
    background-position: 0 -1372px
}

.fg994,
.field.pc span.fg994 {
    background-position: 0 -1496px
}

.fg387,
.field.pc span.fg387 {
    background-position: 0 -1558px
}

.fg246,
.field.pc span.fg246 {
    background-position: 0 -1620px
}

.fg880,
.field.pc span.fg880 {
    background-position: 0 -1682px
}

.fg32,
.field.pc span.fg32 {
    background-position: 0 -1744px
}

.fg226,
.field.pc span.fg226 {
    background-position: 0 -1806px
}

.fg359,
.field.pc span.fg359 {
    background-position: 0 -1868px
}

.fg973,
.field.pc span.fg973 {
    background-position: 0 -1930px
}

.fg257,
.field.pc span.fg257 {
    background-position: -102px 0
}

.fg229,
.field.pc span.fg229 {
    background-position: -102px -62px
}

.fg441,
.field.pc span.fg441 {
    background-position: -102px -124px
}

.fg673,
.field.pc span.fg673 {
    background-position: -102px -186px
}

.fg591,
.field.pc span.fg591 {
    background-position: -102px -248px
}

.fg55,
.field.pc span.fg55 {
    background-position: -102px -310px
}

.fg242,
.field.pc span.fg242 {
    background-position: -102px -930px
}

.fg975,
.field.pc span.fg975 {
    background-position: -102px -434px
}

.fgbv,
.field.pc span.fgbv {
    background-position: -102px -496px
}

.fg267,
.field.pc span.fg267 {
    background-position: -102px -558px
}

.fg375,
.field.pc span.fg375 {
    background-position: -102px -620px
}

.fg501,
.field.pc span.fg501 {
    background-position: -102px -682px
}

.fgcd,
.field.pc span.fgcd {
    background-position: -102px -806px
}

.fg236,
.field.pc span.fg236 {
    background-position: -102px -868px
}

.fg41,
.field.pc span.fg41 {
    background-position: -102px -992px
}

.fg225,
.field.pc span.fg225 {
    background-position: -102px -1054px
}

.fg682,
.field.pc span.fg682 {
    background-position: -102px -1116px
}

.fg56,
.field.pc span.fg56 {
    background-position: -102px -1178px
}

.fg237,
.field.pc span.fg237 {
    background-position: -102px -1241px
}

.fg86,
.field.pc span.fg86 {
    background-position: -102px -1303px
}

.fg57,
.field.pc span.fg57 {
    background-position: -102px -1365px
}

.fg506,
.field.pc span.fg506 {
    background-position: -102px -1427px
}

.fg381,
.field.pc span.fg381 {
    background-position: -102px -1489px
}

.fg53,
.field.pc span.fg53 {
    background-position: -102px -1551px
}

.fg238,
.field.pc span.fg238 {
    background-position: -102px -1613px
}

.fg357,
.field.pc span.fg357 {
    background-position: -102px -1675px
}

.fg420,
.field.pc span.fg420 {
    background-position: -102px -1737px
}

.fg49,
.field.pc span.fg49 {
    background-position: -102px -1799px
}

.fg253,
.field.pc span.fg253 {
    background-position: -102px -1861px
}

.fg45,
.field.pc span.fg45 {
    background-position: -102px -1923px
}

.fg176,
.field.pc span.fg176 {
    background-position: -204px 0
}

.fg809,
.field.pc span.fg809 {
    background-position: -204px -62px
}

.fg593,
.field.pc span.fg593 {
    background-position: -204px -186px
}

.fg372,
.field.pc span.fg372 {
    background-position: -204px -248px
}

.fg20,
.field.pc span.fg20 {
    background-position: -204px -310px
}

.fg291,
.field.pc span.fg291 {
    background-position: -204px -372px
}

.fg34,
.field.pc span.fg34 {
    background-position: -204px -434px
}

.fg251,
.field.pc span.fg251 {
    background-position: -204px -496px
}

.fgeu,
.field.pc span.fgeu {
    background-position: -204px -558px
}

.fg679,
.field.pc span.fg679 {
    background-position: -204px -682px
}

.fg500,
.field.pc span.fg500 {
    background-position: -204px -744px
}

.fg691,
.field.pc span.fg691 {
    background-position: -204px -805px
}

.fg298,
.field.pc span.fg298 {
    background-position: -204px -867px
}

.fg33,
.field.pc span.fg33 {
    background-position: -204px -929px
}

.fg241,
.field.pc span.fg241 {
    background-position: -204px -991px
}

.fg44,
.field.pc span.fg44 {
    background-position: -204px -1053px
}

.fg473,
.field.pc span.fg473 {
    background-position: -204px -1115px
}

.fg995,
.field.pc span.fg995 {
    background-position: -204px -1177px
}

.fg594,
.field.pc span.fg594 {
    background-position: -204px -1239px
}

.fg233,
.field.pc span.fg233 {
    background-position: -204px -1301px
}

.fg350,
.field.pc span.fg350 {
    background-position: -204px -1363px
}

.fg299,
.field.pc span.fg299 {
    background-position: -204px -1425px
}

.fg220,
.field.pc span.fg220 {
    background-position: -204px -1487px
}

.fg224,
.field.pc span.fg224 {
    background-position: -204px -1549px
}

.fg590,
.field.pc span.fg590 {
    background-position: -204px -1611px
}

.fg240,
.field.pc span.fg240 {
    background-position: -204px -1673px
}

.fg30,
.field.pc span.fg30 {
    background-position: -204px -1735px
}

.fg502,
.field.pc span.fg502 {
    background-position: -204px -1797px
}

.fg671,
.field.pc span.fg671 {
    background-position: -204px -1859px
}

.fg245,
.field.pc span.fg245 {
    background-position: -204px -1921px
}

.fg592,
.field.pc span.fg592 {
    background-position: -306px 0
}

.fg852,
.field.pc span.fg852 {
    background-position: -306px -62px
}

.fghm,
.field.pc span.fghm {
    background-position: -306px -124px
}

.fg503,
.field.pc span.fg503 {
    background-position: -612px -932px
}

.fg385,
.field.pc span.fg385 {
    background-position: -306px -247px
}

.fg509,
.field.pc span.fg509 {
    background-position: -306px -309px
}

.fg36,
.field.pc span.fg36 {
    background-position: -306px -371px
}

.fg62,
.field.pc span.fg62 {
    background-position: -306px -433px
}

.fg353,
.field.pc span.fg353 {
    background-position: -306px -495px
}

.fg972,
.field.pc span.fg972 {
    background-position: -306px -557px
}

.fgim,
.field.pc span.fgim {
    background-position: -306px -619px
}

.fg91,
.field.pc span.fg91 {
    background-position: -306px -681px
}

.fg964,
.field.pc span.fg964 {
    background-position: -306px -804px
}

.fg98,
.field.pc span.fg98 {
    background-position: -306px -866px
}

.fg354,
.field.pc span.fg354 {
    background-position: -306px -928px
}

.fg39,
.field.pc span.fg39 {
    background-position: -714px -557px
}

.fgje,
.field.pc span.fgje {
    background-position: -306px -1052px
}

.fg876,
.field.pc span.fg876 {
    background-position: -306px -1114px
}

.fg962,
.field.pc span.fg962 {
    background-position: -306px -1176px
}

.fg81,
.field.pc span.fg81 {
    background-position: -306px -1238px
}

.fg254,
.field.pc span.fg254 {
    background-position: -306px -1300px
}

.fg996,
.field.pc span.fg996 {
    background-position: -306px -1362px
}

.fg855,
.field.pc span.fg855 {
    background-position: -306px -1424px
}

.fg686,
.field.pc span.fg686 {
    background-position: -306px -1486px
}

.fg269,
.field.pc span.fg269 {
    background-position: -306px -1548px
}

.fg186,
.field.pc span.fg186 {
    background-position: -306px -1610px
}

.fg82,
.field.pc span.fg82 {
    background-position: -306px -1734px
}

.fg965,
.field.pc span.fg965 {
    background-position: -306px -1796px
}

.fg345,
.field.pc span.fg345 {
    background-position: -306px -1858px
}

.fg7,
.field.pc span.fg7 {
    background-position: -510px -1919px
}

.fg856,
.field.pc span.fg856 {
    background-position: -408px 0
}

.fg961,
.field.pc span.fg961 {
    background-position: -408px -62px
}

.fg175,
.field.pc span.fg175 {
    background-position: -408px -124px
}

.fg423,
.field.pc span.fg423 {
    background-position: -408px -186px
}

.fg94,
.field.pc span.fg94 {
    background-position: -408px -248px
}

.fg231,
.field.pc span.fg231 {
    background-position: -408px -310px
}

.fg266,
.field.pc span.fg266 {
    background-position: -408px -372px
}

.fg370,
.field.pc span.fg370 {
    background-position: -408px -434px
}

.fg352,
.field.pc span.fg352 {
    background-position: -408px -497px
}

.fg371,
.field.pc span.fg371 {
    background-position: -408px -559px
}

.fg218,
.field.pc span.fg218 {
    background-position: -408px -621px
}

.fg377,
.field.pc span.fg377 {
    background-position: -408px -746px
}

.fg373,
.field.pc span.fg373 {
    background-position: -408px -808px
}

.fgme,
.field.pc span.fgme {
    background-position: -408px -870px
}

.fg261,
.field.pc span.fg261 {
    background-position: -408px -929px
}

.fg692,
.field.pc span.fg692 {
    background-position: -408px -991px
}

.fg389,
.field.pc span.fg389 {
    background-position: -408px -1052px
}

.fg223,
.field.pc span.fg223 {
    background-position: -408px -1114px
}

.fg95,
.field.pc span.fg95 {
    background-position: -408px -1176px
}

.fg976,
.field.pc span.fg976 {
    background-position: -408px -1238px
}

.fg853,
.field.pc span.fg853 {
    background-position: -408px -1300px
}

.fg596,
.field.pc span.fg596 {
    background-position: -408px -1424px
}

.fg222,
.field.pc span.fg222 {
    background-position: -408px -1486px
}

.fg664,
.field.pc span.fg664 {
    background-position: -408px -1548px
}

.fg356,
.field.pc span.fg356 {
    background-position: -408px -1610px
}

.fg230,
.field.pc span.fg230 {
    background-position: -408px -1672px
}

.fg960,
.field.pc span.fg960 {
    background-position: -408px -1734px
}

.fg265,
.field.pc span.fg265 {
    background-position: -408px -1796px
}

.fg52,
.field.pc span.fg52 {
    background-position: -408px -1858px
}

.fg60,
.field.pc span.fg60 {
    background-position: -408px -1920px
}

.fg258,
.field.pc span.fg258 {
    background-position: -510px 0
}

.fg687,
.field.pc span.fg687 {
    background-position: -510px -124px
}

.fg227,
.field.pc span.fg227 {
    background-position: -510px -186px
}

.fg234,
.field.pc span.fg234 {
    background-position: -510px -310px
}

.fg505,
.field.pc span.fg505 {
    background-position: -510px -372px
}

.fg31,
.field.pc span.fg31 {
    background-position: -510px -434px
}

.fg977,
.field.pc span.fg977 {
    background-position: -510px -558px
}

.fg674,
.field.pc span.fg674 {
    background-position: -510px -620px
}

.fg683,
.field.pc span.fg683 {
    background-position: -510px -682px
}

.fg64,
.field.pc span.fg64 {
    background-position: -510px -741px
}

.fg968,
.field.pc span.fg968 {
    background-position: -510px -803px
}

.fg507,
.field.pc span.fg507 {
    background-position: -510px -865px
}

.fg51,
.field.pc span.fg51 {
    background-position: -510px -927px
}

.fg689,
.field.pc span.fg689 {
    background-position: -510px -989px
}

.fg675,
.field.pc span.fg675 {
    background-position: -510px -1051px
}

.fg63,
.field.pc span.fg63 {
    background-position: -510px -1113px
}

.fg48,
.field.pc span.fg48 {
    background-position: -510px -1237px
}

.fg508,
.field.pc span.fg508 {
    background-position: -510px -1299px
}

.fg787,
.field.pc span.fg787 {
    background-position: -510px -1361px
}

.fg970,
.field.pc span.fg970 {
    background-position: -510px -1423px
}

.fg351,
.field.pc span.fg351 {
    background-position: -510px -1485px
}

.fg680,
.field.pc span.fg680 {
    background-position: -510px -1547px
}

.fg595,
.field.pc span.fg595 {
    background-position: -510px -1609px
}

.fg974,
.field.pc span.fg974 {
    background-position: -510px -1671px
}

.fg262,
.field.pc span.fg262 {
    background-position: -510px -1733px
}

.fg40,
.field.pc span.fg40 {
    background-position: -510px -1795px
}

.fgrs,
.field.pc span.fgrs {
    background-position: -510px -1857px
}

.fg250,
.field.pc span.fg250 {
    background-position: -612px 0
}

.fg966,
.field.pc span.fg966 {
    background-position: -612px -62px
}

.fg677,
.field.pc span.fg677 {
    background-position: -612px -124px
}

.fg248,
.field.pc span.fg248 {
    background-position: -612px -186px
}

.fg249,
.field.pc span.fg249 {
    background-position: -612px -248px
}

.fg46,
.field.pc span.fg46 {
    background-position: -612px -310px
}

.fg65,
.field.pc span.fg65 {
    background-position: -612px -372px
}

.fg386,
.field.pc span.fg386 {
    background-position: -612px -434px
}

.fg421,
.field.pc span.fg421 {
    background-position: -612px -496px
}

.fg232,
.field.pc span.fg232 {
    background-position: -612px -558px
}

.fg378,
.field.pc span.fg378 {
    background-position: -612px -620px
}

.fg221,
.field.pc span.fg221 {
    background-position: -612px -682px
}

.fg252,
.field.pc span.fg252 {
    background-position: -612px -744px
}

.fg597,
.field.pc span.fg597 {
    background-position: -612px -806px
}

.fg239,
.field.pc span.fg239 {
    background-position: -612px -870px
}

.fg963,
.field.pc span.fg963 {
    background-position: -612px -994px
}

.fg164,
.field.pc span.fg164 {
    background-position: -612px -1119px
}

.fg235,
.field.pc span.fg235 {
    background-position: -612px -1181px
}

.fg228,
.field.pc span.fg228 {
    background-position: -612px -1305px
}

.fg66,
.field.pc span.fg66 {
    background-position: -612px -1367px
}

.fg992,
.field.pc span.fg992 {
    background-position: -612px -1429px
}

.fg690,
.field.pc span.fg690 {
    background-position: -612px -1491px
}

.fg993,
.field.pc span.fg993 {
    background-position: -612px -1550px
}

.fg216,
.field.pc span.fg216 {
    background-position: -612px -1612px
}

.fg676,
.field.pc span.fg676 {
    background-position: -612px -1674px
}

.fgtp,
.field.pc span.fgtp {
    background-position: -612px -1736px
}

.fg90,
.field.pc span.fg90 {
    background-position: -612px -1798px
}

.fg688,
.field.pc span.fg688 {
    background-position: -612px -1922px
}

.fg886,
.field.pc span.fg886 {
    background-position: -714px 0
}

.fg255,
.field.pc span.fg255 {
    background-position: -714px -62px
}

.fg380,
.field.pc span.fg380 {
    background-position: -714px -124px
}

.fg256,
.field.pc span.fg256 {
    background-position: -714px -186px
}

.fguk,
.field.pc span.fguk {
    background-position: -714px -248px
}

.fgum,
.field.pc span.fgum {
    background-position: -714px -310px
}

.fg598,
.field.pc span.fg598 {
    background-position: -714px -433px
}

.fg998,
.field.pc span.fg998 {
    background-position: -714px -495px
}

.fg180,
.field.pc span.fg180 {
    background-position: -714px -619px
}

.fg58,
.field.pc span.fg58 {
    background-position: -714px -681px
}

.fg128,
.field.pc span.fg128 {
    background-position: -714px -743px
}

.fg134,
.field.pc span.fg134 {
    background-position: -714px -805px
}

.fg84,
.field.pc span.fg84 {
    background-position: -714px -867px
}

.fg678,
.field.pc span.fg678 {
    background-position: -714px -929px
}

.fg681,
.field.pc span.fg681 {
    background-position: -714px -991px
}

.fg885,
.field.pc span.fg885 {
    background-position: -714px -1053px
}

.fg967,
.field.pc span.fg967 {
    background-position: -714px -1115px
}

.fgyu,
.field.pc span.fgyu {
    background-position: -714px -1239px
}

.fg27,
.field.pc span.fg27 {
    background-position: -714px -1301px
}

.fg260,
.field.pc span.fg260 {
    background-position: -714px -1363px
}

.fgzr,
.field.pc span.fgzr {
    background-position: -714px -1425px
}

.fg263,
.field.pc span.fg263 {
    background-position: -714px -1487px
}

.fourtharea,
.secondarea {
    background: #F1F1F1;
    padding: 10px 0
}

.firstarea {
    padding: 10px 0
}

.firstarea .caption>div {
    border-bottom: 2px solid #999
}

.secondarea .caption>div {
    position: relative;
    overflow: hidden
}

.secondarea .caption>div:after {
    position: absolute;
    content: ">";
    z-index: 10;
    right: -30px;
    top: 5px;
    color: #D3D3D3;
    font-weight: 700;
    font-size: 200px
}

.thirdarea {
    padding: 10px 0
}

header .col3>div {
    background: #B4B4B4;
    font-size: 50px;
    padding: 20px 0;
    color: #888
}

header .logo {
    margin: 5px 0 0
}
header .logo a
{
    position:relative;
    z-index:999;
    }
header .logo img
{
    max-width:150px;
    min-height:70px;
    }
header .fixed-header-logo
{
    transition:all .5s;
    }
header .fixed-header-logo a img
{
    max-width:150px;
    margin-top:10px;
    }
    .fixed-header-logo
 {
     display:none;
     transition:all .5s;
     }
    header  .main-logo
 {
     transition:all .5s;
     }
     .logo-container
     {
         transition:all .5s;
         }
.hide
{
    display:none;
    }
.show
{
    display:block;
    }
     
nav {
    box-shadow: 0 0 30px #888 inset
}

nav ul {
    margin: 0
}

nav ul li {
    float: left;

}

nav ul li a {
    display: block;
    color: #333;
    padding: 10px 0;
}
.navbar-brand, .navbar-nav > li > a
{
    text-shadow:none;
    }
nav ul li.first a {
    border: none
}

nav ul li a:hover,
nav ul li.active a {
    text-decoration: none;
    color: #fff;
    background: #333
}

.navbar .nav {
}

.banner .cycledv {
    position: relative;
    height: 500px
}

.banner .cycledv .item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.banner .cycledv .slider01 {
    background: #008ACC
}

.banner .cycledv .slider02 {
    background: #79D200
}

.banner .cycledv .slider03 {
    background: #FF6A11
}

.banner .cycledv .content {
    position: absolute;
    left: 20%;
    bottom: 5%;
    height: 200px;
    width: 420px;
    padding: 10px 20px;
    background: #000;
    opacity: .4;
    color: #fff;
    font-size: 30px
}

.sideform {
    position: fixed;
    right: -340px;
    top: 20%;
    z-index: 1010
}

.sideform .switch {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    left: -40px;
    background: red;
    cursor: pointer
}

.sideform .sidfrmdv {
    width: 300px;
    padding: 10px 20px;
    background: #fff
}

.sideform .sidfrmdv .field {
    display: inline-block;
    margin-bottom: 10px
}

.sideform .sidfrmdv .field.code {
    margin-right: 5px
}

.sideform .sidfrmdv::-webkit-input-placeholder {
    color: #333;
    font-size: 12px;
    line-height: 12px
}

.sideform .sidfrmdv:-moz-placeholder {
    color: #333
}

.sideform .sidfrmdv::-moz-placeholder {
    color: #333
}

.sideform .sidfrmdv:-ms-input-placeholder {
    color: #333
}

.sideform .sidfrmdv input[type=text],
.sideform .sidfrmdv input[type=password],
.sideform .sidfrmdv select,
.sideform .sidfrmdv textarea {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Open Sans';
    font-weight: 700;
    padding: 6px 8px;
    margin: 0;
    width: 254px;
    color: #333
}

.sideform .sidfrmdv input[name=code] {
    width: 60px;
    padding: 6px 8px
}

.sideform .sidfrmdv input[name=pn] {
    width: 166px
}

.sideform .sidfrmdv select {
    width: 272px;
    height: 34px
}

.sideform .sidfrmdv label.error {
    display: none!important
}

.sideform .sidfrmdv input[type=text].error,
.sideform .sidfrmdv input[type=password].error,
.sideform .sidfrmdv select.error,
.sideform .sidfrmdv textarea.error {
    background: #FFD7D7
}

.sideform .sidfrmdv input[type=submit] {
    padding: 5px 20px;
    width: 120px;
    margin: 0 auto;
    display: block
}

.inner
{
   position:absolute;
   right:0;
   margin-top:-39px;
    }

.form-container {
    position: relative
}

.formdv {
    background: #000;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 30px #000;
    padding: 0 10px 10px 10px;
    border-radius: 0 0 10px 10px;
    position: relative;
    top: 0;
    z-index: 100;
}

.formdv .inform {
    min-height: 200px
}

.formdv .sub-head {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 5px 0;
}

.formdv p strong {
    font-size: 16px;
    display: block;
}

.formdv p {
    padding: 0 28px;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 600
}

.formdv p.ps {
    padding: 7px 28px 0;
    font-size: 10px;
    color: #eee;
    opacity: .6
}

.formdv .sub-head i {
    color: #ffd800;
    font-size:13px;
    font-weight:bold;
    font-style:normal;
}

.formdv a {
    color: #3a3838;
    text-decoration: underline
}

.formdv a.forgot {
    padding-right: 30px
}

.formdv form {
    display: block;
    padding: 10px 15px 20px;
    margin: 0
}

.formdv .field {
    background: #fff;
    border: none;
    border-radius: 3px;
    display: inline-block;
    margin: 0 0 10px;
    width:100%;
}

.formdv .field.code {
    margin-right: 5px
}

.formdv::-webkit-input-placeholder {
    color: #333
}

.formdv:-moz-placeholder {
    color: #333
}

.formdv::-moz-placeholder {
    color: #333
}

.formdv:-ms-input-placeholder {
    color: #333
}

.formdv input[type=text],
.formdv input[type=password],
.formdv select,
.formdv textarea {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 4px 8px 4px 35px;
    margin: 0;
    border: none;
    background: url(../images/sprite-common.png) no-repeat;
    width: 100%;
    color: #333
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        text-indent: 31px;
        padding-left: 0!important;
        line-height: 24px!important
    }
    .formhz select {
        text-indent: 4px!important;
        line-height: 22px!important
    }
    .formft select {
        text-indent: 45px!important;
        line-height: 32px!important
    }
    #contactform select {
        text-indent: 35px!important;
        line-height: 36px!important
    }
}

.formdv input[name=em] {
    background-position: -309px -373px
}

.formdv input[name=code] {
    width: 30px;
    background-position: -309px -315px;
    padding: 4px 8px 4px 38px
}

.formdv input[name=pn] {
    background: 0 0;
    width: 140px;
    padding-left: 8px
}

.formdv #ddlService {
    background: url(../images/sprite-common.png) -309px -403px no-repeat
}

.formdv select {
    background: 0 0;
    width: 236px
}

.formdv select option {
    background: #fff;
    padding: 5px
}

.cform-wrap label.error,
.formdv label.error,
.formfl label.error,
.formhz label.error {
    display: none!important
}

.formdv input[type=text].error,
.formdv input[type=password].error {
    background-color: #b94a48;
    color: #FBB
}

.formdv input[type=submit] {
    background: url(../images/sprite-grad.png) -122px -188px no-repeat;
    border: none;
    width: 155px;
    height: 35px;
    display: block;
    margin: 0 auto;
    text-indent: -9000px;
    line-height: 0
}

.field.pc span {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 19px;
    height: 13px
}

footer {
    color: #fff;
    background: #666;
}

footer>section {
    background: #333;
    padding: 10px 0
}

footer a,
footer p {
    color: #ddd;
    font-size: 12px;
    line-height: 12px
}

footer .disclaimer {
    font-size: 11px;
    line-height: 15px;
    padding: 20px 0
}

footer .disclaimer strong {
    color: #920000
}

.headercta li,
.headercta li a {
    color: #7fb06f
}

/*.masthead {
    width: 100%!important;
    max-height: 580px!important;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
*/
.masthead .inner {
    position: absolute;
    left: 50%;
    margin-left: -470px;
    top: 0;
    height: 480px;
    width: 940px
}

.fullwidthbanner ul,
.headercta,
.headercta ul {
    margin: 0
}

.fullwidthbanner {
    position: relative
}

.cyclebanner {
    position: relative;
    z-index: 10
}
.new-cyclebanner
{
    height:300px;
    
    }
    .new-cyclebanner h2
    {
        color:White;
        vertical-align:middle;
        line-height:1300%;
        font-weight:600;
        }
     .new-cyclebanner h2 span
     {
         font-weight:normal;
         border-bottom:2px solid #cd2122;
         
         }
  .new-cyclebanner h2 i
  {
      height:50px;
      width:50px;
      border:3px solid #fff;
      text-align:center;
      line-height:40px;
      }
.cyclebanner, .new-cyclebanner .home-slider 
{
    height:300px;
    }
    
.android 
{
    background: url(../images/inner-banner/inner-banner.jpg);
    
    }
.masthead .android .inner
{
    max-width:120px;
    max-height:206px;
    position:absolute;
    margin-top:10%;
   }
.masthead .android img.inner-1
{
    position:absolute;
    margin-left:45%;
    z-index:99;
    max-width:120px;
    margin-top:5%;
    }
.masthead .android img.inner-2
{
    position:absolute;
    margin-left:-25%;
    z-index:0;
    }
.masthead .android img.inner-3
{
    position:absolute;
    margin-left:24%;
    z-index:0;
    margin-top:8%;
    }
.appdevel .cyclebanner {
    background: url(../images/apps-slider/11.jpg) center
}

.web_ban_bg .cyclebanner {
    background: url(../images/main-slider/11.jpg) center
}

.webdesign .cyclebanner {
    background: url(../images/des-slider/11.jpg) center
}

.gamesdev .cyclebanner {
    background: url(../images/main-slider/51.jpg) center
}

.webdevel .cyclebanner {
    background: url(../images/dev-slider/11.jpg) center
}

.brand-anim .cyclebanner {
    background: url(../images/branding-slider/11.jpg) center
}

.google-glass .cyclebanner {
    background: url(../images/google-glass/11.jpg) center
}
.portfolio .cyclebanner 
{
    background: url(../images/main-slider/web-dev1.jpg) center;
    background-size:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a3857+0,2a3859+70,ce2125+100 */
}

.portfolio .cyclebanner:before
{
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity:.8;
background: rgb(42,56,87); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(42,56,87,1) 0%, rgba(42,56,89,1) 70%, rgba(206,33,37,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(42,56,87,1) 0%,rgba(42,56,89,1) 70%,rgba(206,33,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(42,56,87,1) 0%,rgba(42,56,89,1) 70%,rgba(206,33,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3857', endColorstr='#ce2125',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cyclebanner .home-slider {
    width: 100%;
    max-height: 480px;
    text-align: center
}

/*.cyclebanner .opening-slider {
    background: url(../images/main-slider/slider-bg5.jpg) center
}

.cyclebanner .apps-slider {
    background: url(../images/main-slider/slider-bg.jpg) center
}

.cyclebanner .dev-slider,
.cyclebanner .games-slider {
    background: url(../images/main-slider/slider-bg1.jpg) center
}

.cyclebanner .resource-slider {
    background: url(../images/main-slider/slider-bg3.jpg) center
}

.cyclebanner .technology-slider {
    background: url(../images/main-slider/slider-bg3.jpg) center
}

.cyclebanner .web-slider {
    background: url(../images/main-slider/slider-bg2.jpg) center
}

.iphonedev .cyclebanner {
    background: url(../images/apps-slider/iphone/11.html) center
}
*/
.headercta {
    padding: 0;
    height: 20px;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px
}

.navbar-inner {
    float: right;
    padding-left: 0
}

.formdv .jform .name input[type=text] {
    background-position: -310px -343px;
}

.formdv .jform .phone input[type=text] {
    background-position: -310px -313px;
}

.formdv .jform .email input[type=text] {
    background-position: -310px -373px;
}

.formdv .jform .country input[type=text] {
    background-position: -310px -288px;
}

.formdv .jform .message textarea {
    background-position: -310px -485px;
}

.headercta li {
    float: left;
    padding: 0 0 0 40px;
    margin: 0;
    width: 135px;
    font-weight: 600
}

.headercta li strong {
    font-size: 20px;
    width: 100%;
    display: inline-block
}

.headercta li:last-child {
    width: 30px;
    padding: 0 30px 5px 25px;
    margin-right: 5px;
    border: 1px solid #7fb06f;
    text-align: left;
    border-top: none;
    border-radius: 0 0 5px 5px;
    font-size: 20px
}

.home-sec,
.left-figure,
.right-cycle h3,
.service,
.service-icon {
    text-align: center
}

.headercta li.usa_icon {
    background: url(../images/new/usa_flag.png) left no-repeat
}

.headercta li.india_icon {
    background: url(../images/new/indian_flag_icon.png) left no-repeat
}

.headercta li.Oman_icon {
    background: url(../images/new/australia_flag.png) left no-repeat;
    width: 130px
}

.headercta li.chat {
    background: url(../images/sprite-common.png) -317px -162px no-repeat
}

.startproject {
    float: right;
    width: 267px;
    z-index: 105;
    position: relative
}

.startbutton {
    width: 267px;
    height: 39px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    padding: 6px 0 0 0px;
    background: #fff;
    text-align: center;
    color: #cd2122;
    border-radius: 30px;
   
}

.typing div
{
    display:block;
    width:100%;
 overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
   
}   
.b-r-20
{
    border-radius:20px;
    }
.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
  
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}


.figures {
    -moz-box-shadow: 3px 3px 5px 0 #f6f6f6;
    -webkit-box-shadow: 3px 3px 5px 0 #f6f6f6;
    box-shadow: 3px 3px 5px 0 #f6f6f6;
    border-bottom: 1px solid #f6f6f6
}

.fortune .circle input,
.fortune .circle input:focus {
    box-shadow: none!important
}

.left-figure {
    background: url(../images/sprite-grad.png) 195px 1px no-repeat;
    min-height: 150px;
    padding-right: 30px;
    padding-top: 15px
}

.left-figure h2 {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 30px
}

.left-figure h2 span {
    color: #d90b09;
    font-size: 46px
}

.figures .req {
    width: 191px;
    height: 36px;
    background: url(../images/sprite-common.png) 0 -176px no-repeat;
    margin: 0 auto;
    cursor: pointer
}

.right-cycle .rslide,
.service-icon {
    background-image: url(../images/sprite-common.png);
    background-repeat: no-repeat
}

.req {
    cursor: pointer
}

.right-cycle h3 {
    color: #434c5e;
    font-size: 16px;
    margin: 0 0 8px;
    letter-spacing: -1px;
    line-height: 20px
}

.right-cycle .cycle-slide {
    height: 138px;
    width: 100%;
    padding-top: 18px
}

.right-cycle .rslide {
    display: block;
    width: 700px;
    height: 103px;
    margin: 0 auto
}

.service,
.service a {
    width: 100%;
    position: relative
}

.right-cycle .rslide.first {
    background-position: 0 -1343px
}

.right-cycle .rslide.second {
    background-position: 0 -1446px
}

.right-cycle .rslide.third {
    background-position: 0 -1549px
}

.right-cycle .rslide.fourth {
    background-position: 0 -1652px
}

.home-sec h1 {
    color: #141f36;
    font-size: 25px;
    font-size: 31.5px;
}

.home-sec h2 {
    color: #141f36;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px
}

.home-sec {

}

.expertise a,
.expertise a:hover {
    text-decoration: none
}

.formfl .thanks a,
.formft .thanks a,
.sitemap-wing a {
    text-decoration: underline
}

.item-area.mid {
    margin: 0 40px
}

.service {
    margin: 10px 0 20px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    position:relative;
}

.service a {
    height: 100%;
    display: block;
    color: #333
}
.service .service-image>div
{
    transition:all .8s;
      height:150px;
    width:100%;
    }
.service:hover .service-image>div
{
   transform:scale(1.1);
   
    }
   
.service .service-image
{
    height:150px;
    width:100%;
    overflow:hidden;
    transition:all .8s;
    border-radius: 20px;
    }
    .service-web-designing
    {
        background:url(../images/Home/section1/web-development.jpg) -15px 0;
        }
    .service-web-development
    {
        background:url(../images/Home/section1/web-designing.jpg) -15px 0; 
        }
    .service-app-development:nth-child(1n)
    {
        background:url(../images/Home/section1/mobile-app-development.jpg) -15px 0!important; 
        }

   .service-digital-marketing
    {
        background:url(../images/Home/section1/digital-marketing.jpg) -15px 0; 
        }



.service-icon {
    position: relative;
    width: 80px;
    padding: 5px 0;
    height: 50px;
    margin: 0 auto
}

.service-icon.des {
    background-position: 11px -601px;
    transition: all .5s
}

.service-icon.dev {
    background-position: -213px -601px;
    transition: all .5s
}

.service-icon.apps {
    background-position: -465px -601px;
    width: 55px;
    transition: all .5s
}

.service-icon.games {
    background-position: -240px -383px;
    width: 55px;
    transition: all .5s
}

.service:hover .service-icon.des,
.service:hover .service-icon.dev {
    transition: all .5s;
    transform: rotateY(360deg)
}

.service:hover .service-icon.apps {
    transform: rotateY(360deg);
    transition: all .5s
}

.service:hover .service-icon.games {
    transform: rotateY(360deg)
}

.service-content {
    position: relative;
    left: 0;
    width: 100%;
    height: 50%;
    top: 50%
}

.expertise h2.service-main {
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    color: #141f36;
    margin-bottom: -5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1px
}
.areas .item-area:nth-child(even)
{
    
}
.areas .col-md-3:nth-child(even) .service-sub
{
    background:none;
    }

.areas .col-md-3:nth-child(even):hover .service-sub
{
    background:#41494e;
    }
.service-sub {
    padding: 0;
    position: relative;
    margin: 10px 0 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    text-align: left;
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-bottom: none
}

.service:hover .service-icon {
    color: #e5e5e5;
    -webkit-animation: moveFromBottom .3s ease;
    -moz-animation: moveFromBottom .3s ease;
    -ms-animation: moveFromBottom .3s ease
}

.service:hover .service-icon img {
    background: #b2b2b2
}

.expertise .service:hover h2.service-main {
    -webkit-animation: smallToBig .3s ease;
    -moz-animation: smallToBig .3s ease;
    -ms-animation: smallToBig .3s ease
}

.service:hover .service-sub {
    
    -webkit-animation: moveFromBottom .5s ease;
    -moz-animation: moveFromBottom .5s ease;
    -ms-animation: moveFromBottom .5s ease;
    color: #757575;
  
}

@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(.1)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(.1)
    }
    to {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(.1)
    }
    to {
        -ms-transform: scale(1)
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%)
    }
    to {
        -moz-transform: translateY(0)
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%)
    }
    to {
        -ms-transform: translateY(0)
    }
}

.service-sub p {
    font-size: 12px;
    color: #757575;
    margin: 12px 20px 5px
}

.service:hover p {
    
}
.service:hover ul {
    color:#757575;
}

.service ul {
    margin-bottom: 0;
    margin-left: 0;
}

.seemore .box
{
    margin:0 !important;
    }

.service:hover .service-sub li {
    
    background: url(../images/sprite-common.png) -315px -474px no-repeat
}

.service-sub li {
    font-size: 11px;
    color: #757575;
    padding-left: 10px;
    background: url(../images/sprite-common.png) -316px -224px no-repeat;
    margin: 0 10px 0 20px;
    max-width: 416px;
    font-weight: 400\0/
}

.service-sub .dotted-bdr {
    width: 99.5%;
    height: 1px;
    margin: 0 auto
}

.service-foot 
{
    border: 1px solid #ececec;
    position: relative;
    width: 218px;
    height: 44px;
    text-align: center;
    background: url(../images/sprite-common.png) no-repeat #fff
}

.part-bottom-inner,
.part-top-inner {
    position: absolute;
    left: 0;
    display: none;
    text-align: center
}

.service-foot.sdes {
    background-position: -2px -389px
}

.service-foot.sdev {
    background-position: -2px -440px
}

.service-foot.sapp {
    background-position: -2px -492px
}

.service-foot.sgames {
    background-position: -2px -544px
}

.dotted-bdr {
    border-top: 1px dotted #d8d8d8;
    margin-bottom: 1px
}

.dotted-bdr-dark {
    border-top: 1px dotted #41494e;
    margin-bottom: 1px
}

.bluebg {
    background: #141f36
}


.graybg {
    background: #eeeeee
}

.sec .apart {
    width: 145px;
    height: 160px;
    margin-top: -160px;
    cursor: pointer
}

.part-top-inner {
    background: #fff;
    height: 110px;
    border: 1px solid #d90b09;
    border-bottom: none;
    bottom: 0;
    width: 145px
}

.part-bottom-inner {
    background: #d90b09;
    height: 104px;
    border: 1px solid #d90b09;
    border-top: none;
    top: 0;
    width: 145px
}

.part-bottom,
.part-top {
    width: 193px;
    position: relative
}

.part-bottom-inner h3 {
    font-size: 16px;
    color: #fff;
    letter-spacing: -1px;
    margin-top: 3px;
    line-height: 16px
}

.part-bottom-inner p {
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center
}

.part-top {
    height: 111px
}

.part-bottom {
    height: 105px
}

.awards-sec {
    padding: 0 10px;
    position: relative;
    z-index: 1;    
    background: url(../images/logo/bg.png) center top;
    padding-bottom:30px;
    background-size:80%;
    
}

.awards-sec .sec {
    max-width: 148px;
    float: left;
    position: relative;
    text-align: center;
    border-right: 1px dotted #3b4457;
    border-left: 1px dotted #3b4457;
    margin-right: 1px
}

.awards-sec h2 {
    color: #fff;
    font-size: 27px;
    line-height: 42px;
    margin: 16px 0;
    letter-spacing: -1px;
    text-align: center
}

.awards-sec h4 {
    text-align:center;
    color: #ccc
}

.award-container
{
    border-radius:50px;
    margin-left:-1.6%;
    margin-right:-15px;
    padding-bottom:10px;
    width:103.3%;
    }
.award-container h3
{
    text-align:center;
    }
 .award-container:before
 {
     content:" ";
     position:absolute;
     top:-15px;
     left:0px;
      width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-right:15px solid #09c;
    display:none; 
     }
   
   .award-container:after
 {
     content:" ";
     position:absolute;
     top:-15px;
     right:0px;
      width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-left:15px solid #09c  ; 
    display:none;
     }
     .awards-sec + .dotted-bdr, .awards-sec + .dotted-bdr + .dotted-bdr, .awards-sec + .dotted-bdr + .dotted-bdr + .dotted-bdr
     {
         display:none;
         }
     
.fortune,
.fortune .circle,
.fortune .circle p,
.prodetail,
.scroll-content-item,
.tophead h1,
.tophead h2 {
    text-align: center
}

.startform {
    height: 0;
    overflow: hidden
}

.startform .thanks p {
    color: #fff
}

.portfolio.home-sec {
    padding-bottom: 22px;
    background:#37486b;
    background-size:100%;
    position:relative;
}
.portfolio.home-sec:before
{
    position:absolute;
    top : 0;
    left:0;
    content:" ";
    width:100%;
    height:100%;
    opacity:.2;
    background:url('https://images.pexels.com/photos/89955/pexels-photo-89955.jpeg?auto=compress&cs=tinysrgb&h=650&w=940');
    
    background-position:90% 00px;
    }

.portfolio.home-sec h2 {
    margin-bottom: 0
}

.scroll-pane {
    overflow: auto;
    width: 100%;
    float: left
}

.date_anim,
.header .inner,
.masthead-case,
.social-links a {
    overflow: hidden
}

.scroll-content {
    width: 1890px;
    float: left
}

.scroll-content-item {
    width: 310px;
    height: 494px;
    float: left;
    margin: 18px 2px 0;
    font-size: 3em;
    line-height: 96px;
    position: relative;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer
}

.scroll-content-item>img {
    border: 1px solid #f2f2f2
}

.portfolio-mob a, .scroll-content .bgslide {
    display: block;
    width: 310px;
    background-repeat: no-repeat;
    border-radius:20px;
}
.portfolio-mob .cycle-slideshow .cycle-slide img
{
    border-radius:20px;
   }
.appdevel .portfolio-mob a,
.appdevel .scroll-content .bgslide {
    background-image: url(../images/apps-slide-sprite.jpg)
}

.gamesdev .portfolio-mob a,
.gamesdev .scroll-content .bgslide {
    background-image: url(../images/games-slide-sprite.jpg)
}

.webdevel .portfolio-mob a,
.webdevel .scroll-content .bgslide {
    background-image: url(../images/dev-slide-sprite.jpg)
}

.webdesign .portfolio-mob a,
.webdesign .scroll-content .bgslide {
    background-image: url(../images/design-slide-sprite.jpg)
}

.brand-anim .portfolio-mob a,
.brand-anim .scroll-content .bgslide {
    background-image: url(../images/branding-slide-sprite.jpg)
}

.home .bgslide.first,
.home .scroll-content .bgslide,
.portfolio-mob a {
    background-image: url(../images/home-slide-sprite.jpg)
}

.bgslide.first {
    background-position: 0 0
}

.bgslide.second {
    background-position: -310px 0
}

.bgslide.third {
    background-position: -620px 0
}

.bgslide.fourth {
    background-position: 0 -431px
}

.bgslide.fifth {
    background-position: -310px -431px
}

.bgslide.sixth {
    background-position: -620px -431px
}

.home .bgslide.first {
    background-position: 0 0
}

.home .bgslide.second {
    background-position: -310px -431px
}

.home .bgslide.third {
    background-position: -620px 0
}

.home .bgslide.fourth {
    background-position: 0 -431px
}

.home .bgslide.fifth {
    background-position: -620px -431px
}

.home .bgslide.sixth {
    background-position: -310px 0
}

.prodetail {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px
}

.scroll-bar-wrap .ui-slider-handle {
    height: 52px;
    background: url(../images/sprite-common.png) center -780px no-repeat;
    position: absolute;
    z-index: 2;
    cursor: pointer
}

.scroll-bar-wrap .ui-handle-helper-parent {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.scroll-bar-wrap .ui-slider {
    border: 0;
    height: 52px;
    margin: 0 auto
}

.scroll-bar-wrap {
    background: url(../images/sprite-common.png) center -250px no-repeat;
    clear: left;
    padding: 0 4px 0 2px;
    margin: 0 -1px -1px
}

.pfoverlay .viewcase {
    width: 195px;
    height: 166px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -97px;
    margin-top: -83px;
    background: url(../images/sprite-grad.png) -84px top no-repeat
}

.scroll-content-item:hover .pfoverlay,
.scroll-content-item:hover .prodetail {
    display: block
}

.pfoverlay {
    position: absolute;
    width: 100%;
    height: 431px;
    left: 0;
    top: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQImWNguAkAANwA2ohRxm8AAAAASUVORK5CYII=);
    display: none
}

.scroll-content-item:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 9999999
}

.fortune {
    padding: 100px 0;
    background:url(../images/Home/fortune.png) center bottom;
   /* background-attachment:fixed;
    background-repeat:no-repeat;*/
    background-size:cover;
}

/*.fortune h2 {
    color: #dedfe1;
    font-size: 36px;
    letter-spacing: -1px
}

.fortune h3 {
    color: #dedfe1;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}
*/
.fortune .circle .sp,
.fortune .circle input {
    color: #6c6c6c!important;
    font-family: 'Open Sans'!important;
    font-weight: 300!important;
}

.circle-wrap {
    margin-top: 20px
}

.fortune .circle input {
   font-size: 46px!important;
    margin-left: -22%!important;
    width: 89px;
    letter-spacing: -2px;
    margin-top: -70%!important;
    height: 60px!important;
    position: absolute;
    left: 45%;
top: 50%;
   
}

#hzform .tophead h1,
.app-details .inbl h4,
.cta-strip,
.featuredin .text,
.footer-links p,
.footer-nav .block h6,
.fortune .circle p,
.mdd h3 {
    letter-spacing: -1px
}
.fortune .circle
{
    margin-left:20px;
    transition:all .5s;
    }
 .fortune .circle:hover
{
    transform:scale(1.1);
    }
  .fortune .circle:hover canvas
  {
      box-shadow:0 5px 10px rgba(0,0,0,.3);
      
      }
.fortune .circle canvas {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
   /* background: url(../images/sprite-common.png) -328px -609px no-repeat;*/
    background:#efefef;
   
}

.fortune .circle .sp {
    position: absolute;
    font-size: px!important;
    top: -453%;
    left: 57%;
    width: 38px;
    height: 69px
}

.footer .container,
.fortune .circle,
.fortune .circle>div {
    position: relative
}

.fortune .circle p {
    font-size: 13px;
    margin-top: 18px;
    background:#fff;
    padding:10px 0;
    text-align:center;
    width:120%;
    box-shadow:0 5px 10px rgba(0,0,0,.3);
}
.fortune .circle:hover p
{
    background:none;
    transition:all .5s;
    }
.fortune .circle  data-fgcolor
{
    border-radius:20px;
    }
.testimonails {
    padding: 20px 0 230px 0;
    background:#eceff4;
    text-align:center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.testimonails:before 
{
   content:"Clients";
   position:absolute;
   left:0;
   top:30%;
   height:100%;
   width:100%;
   opacity:.8;
   font-size:300px;
   color:#ddd;
   text-transform:uppercase
    }
.testimonails h3
{
    font-size:15px;
    color:#cccccc;
    }
.test_details {
    padding: 30px 10px 30px 10px;
    position:relative;
    clear:both;
    margin-top:40px;    
    margin-bottom:50px;
    border-radius:20px 50px 20px 50px;
    border: 10px solid #d2d7df;
    background: rgba(255,255,255,.5);
    box-shadow: 0 20px 15px 1px rgba(0,0,0,.3);
}


/*.test_details:before
{
    content:' " ';
   position:absolute;
     top:-50px;
     left:30px;
     font-size:100px;
      width: 0; 
    height: 0;
    }*/
.test_details:after
{
    content:" ";
   position:absolute;
     bottom:-33px;
     right:30px;
      width: 0; 
    height: 0; 
    border-bottom: 15px solid transparent;
    border-top: 15px solid #d2d7df;
    border-left:15px solid #d2d7df;
    border-right:15px solid transparent  ; 
    }
.test_details > img {
    width: 100px;
    height: 100px;
    top:-60px;
    border-radius: 50%;
    margin-left: -50px;
    border: 10px solid rgba(210,215,223,1);
    position: absolute;
}
.test_details .quote-right 
{
    position:absolute;
       right: -15px;
    bottom:0px;
    }
    
  .test_details .quot-left 
{
    position:absolute;
    left:-15px;
    top:0px;
    }


.test_details p {
    padding: 1px;
    margin-top:70px;
    font-style:italic;
    position:relative;
    z-index:9;
    
}

.testimonails .test_name {
    font-weight:bold;
    text-transform:uppercase;
    position:absolute;
    bottom:-80px;
    text-align:right;
    width:100%;
     padding-right:10px;
     font-style:normal;
   
}
.test_name span
{
    display:block;
    width:100%;
    text-transform:none;
    font-weight:normal;
    color:#999;
    }
.test_name span i
{
    color:var(--brand-primary);
} 
  .test_name
{
    color:var(--brand-secondary);
    
    }
.testimonails-carosel
{
    
    
    }
.testimonails-carosel .item
{
    background:#000;
    width:100%;
    }
    
.process
{
    padding:100px 0;
    background:url('../images/Home/process-bg.png') no-repeat !important;
    background-position:0 110% !important;
    }
.process .bar {
    border-left: 1px solid #e4e4e4;
    min-height: 330px;
   
}

.process .image {
  margin: 25px 0;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
    position:relative;
    background:#fff;
    
}
.process .bar:hover .image:before
{
    transform:rotate(180deg);
    border-color:#999;
    z-index:9;
    }
.process .image:before
{
    position:absolute;
    content:" ";
    height:calc(100% - 10px);
    width:calc(100% - 10px);
    top:5px;
    left:5px;
    border:2px dashed #ddd;
    border-radius:50%;
    transition:all .5s ease-in-out;
    }

.process .image img {
    width: auto;
    height: auto;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.process .bar:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

#featured-slider {
   margin: 20px 0 15px;
    padding: 0px;
    background: #fff;
    overflow: hidden;
    border-radius: 100px;
    box-shadow:0 5px 30px rgba(0,0,0,.1);
}

#carousel .brands {
    float: left;
    border: 1px solid #f6f6f6;
    width: 193px;
    height: 104px;
    background-image: url(https://www.iprismtech.com/assets/sample1.png);
    background-repeat: no-repeat
}



.tophead h1 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    margin: 15px 0 10px
}

.tophead h2 {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin: 0
}

.footer {
    background: #1d1d1d
}
/*.footer:after
{
    content:"";
    height:533px;
    width:300px;
    background:url(../images/footer-bg-logo.png);
    position:absolute;
    top:0;
    left:0;
    background-size:100%;
    z-index:0;
    }*/
.footer .dotted-bdr {
    border-color: #434343
}

.footer-nav {
text-align:left;
}

.footer-nav .block {
    margin-top: 30px;
}

.footer-nav .block h3 {
    color: #141f36;
    font-size: 14px;
    margin: 0 0 6px;
    line-height: 32px;
    border-bottom:1px solid #cccccc;
    border-top:1px solid #cccccc;
    width:100%;
    letter-spacing:-1px;
    text-transform:uppercase;
}

.footer-nav ul {
    margin: 0
}

.footer-nav .block li {
    margin-bottom: 6px;
    line-height: 23px;
    list-style-type:square;
    margin-left:20px;
}

.footer-nav .block li a {
    color: #666666;
    font-size: 12px
}

.footer-nav .block h3 i
{
    margin-right:5px;
    }
.footer-nav .cycle-wrap {
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    
}

.footer-nav .cycle-wrap h4 {
    color: #141f36
}

.footer-nav .pager span,
.mpager span,
.pfpager span {
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #c1c1c1;
    cursor: pointer;
    line-height: 35px
}

.footer-nav .pager span.cycle-pager-active,
.pfpager span.cycle-pager-active {
    color: #dd1b2a
}

.footer-nav-horizontal
{
    margin-bottom:0;
    }
.footer-nav .footer-nav-horizontal ul li
{
    display:inline-block;
     padding:5px 0px 0 0px;
    }
    .footer-nav .footer-nav-horizontal ul li a
    {
        font-size:12px;
        color:#666666;
       padding:0 10px;
        border-right:2px solid #ccc;
        }
    .footer-company-nav
    {
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
        padding:10px 0;
        margin-top:20px;
        }
.pager {
    text-align: left;
    margin: 0
}

.btt,
.pfpager {
    text-align: center
}

.btt {

    right: 0px;
    margin-top:-100px;
    color: #ffffff;
    text-align:center;
    padding: 15px 0 0 0;
    background: #cd2122;
    cursor: pointer;
    width:50px;
    height:50px;
    border-radius:50%;
    position:absolute;
}

.logo-bottom {
    background: url(../images/logo_bottom.png);
    display: block;
    width: 122px;
    height: 37px;
    float: left;
    margin-top: 5px;
        background-size: cover;
}
.footer-links 
{
    
    }
.footer-links p {
    color: #ababab;
    font-size: 18px;
    margin: 5px 10px 0 0;
    padding: 5px 10px 5px 0;
    border-right: 1px solid #898989;
    display: block;
    float: left
}

.social-links {
    float: left;
    margin: 5px 0
}

.copy {
    float: left;
    color: #666666;
    font-size: 12px;
    line-height:50px;
    padding-left:5px;
}



.social-links a img {
    position: absolute;
    top: 0;
    left: 0
}

.field.pc,
.social-links a {
    position: relative
}

.social-links a {
    width: 37px;
    height: 37px;
    display: block;
    float: left;
    background: url(../images/sprite-common.png) top left no-repeat;
    -moz-transition: background-position 150ms ease-in;
    margin-right:5px;
    box-shadow:0 1px 5px rgba(0,0,0,.2);
    border-radius:3px;
}
.social-links a:before
{
    content:" ";
    position:absolute;
    height:100%;
    width:100%;
    border:3px solid #eee;
    left:0;
    top:0;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index:-1;
    }

.social-links a.sfb {
    background-position: -114px 0
}

.social-links a.stw {
    background-position: 0 0
}

.social-links a.sinn {
    background-position: -38px 0
}

.social-links a.splus {
    background-position: -76px 0
}

.social-links a.sinst {
    background-position: -152px 0
}

.social-links a.sfb:hover {
    background-position: -114px -38px
}

.social-links a.stw:hover {
    background-position: 0 -38px
}

.social-links a.sinn:hover {
    background-position: -38px -38px
}

.social-links a.splus:hover {
    background-position: -76px -38px
}

.disclaimer p {
    font-size: 11px;
    color: #666666;
    margin-bottom: 4px
}

.disclaimer {
    padding: 10px 0
}

.footer-strip {
    background: #2a2a2a
}

.arrow-down {
    width: 21px;
    height: 11px;
    background: url(../images/sprite-common.png) 0 -95px no-repeat;
    margin: 0 auto
}

.signup-form {
    background: #d90b09;
    padding: 5px 0;
    margin: -20px 0 0
}

.formft .inform {
    min-height: 200px;
    padding-top:50px;
}

.formft .thanks a,
.formft .thanks p {
    color: #929292
}

.formft form {
    display: block;
    padding: 10px 15px 25px;
    margin: 0 auto;
    max-width: 800px
}

.formft .field {
    border: none;
    display: inline-block;
    margin: 8px 0px;
    float: left;
    width:100%;
}

.formft .field.code {
    margin-right: 5px
}

.formft::-webkit-input-placeholder {
    color: #333
}

.formft:-moz-placeholder {
    color: #333
}

.formft::-moz-placeholder {
    color: #333
}

.formft:-ms-input-placeholder {
    color: #333
}

.formft input[type=text],
.formft input[type=password],
.formft select,
.formft textarea {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 0px 8px 0px 50px;
    margin: 0;
    border: none;
    background: url(../images/sprite-common.png) -306px -114px no-repeat;
    width: 96%;
    color: #333;
    border-radius: 0;
    min-height:35px;
    background-color:#eee;
}
.formft .phone input[type=text]
{
    
     background-position:-306px 0px;
     background-repeat:no-repeat;
    }
    
    .formft .country input[type=text]
{
    
     background-position:-306px -77px;
     background-repeat:no-repeat;
    }
    
    .formft .email input[type=text]
{
    
     background-position:-306px -38px;
     background-repeat:no-repeat;
    }

.formft textarea {
    background: 0 0;
    padding-left: 8px;
    height: 86px
}

.formft input[name=em] {
    background-position: -306px -38px
}

.formft input[name=code] {
    width: 30px;
    background-position: -306px 0
}

.formft input[name=pn] {
    background: 0 0;
    width: 230px;
    padding-left: 8px
}

.formft #ddlService {
    background: url(../images/sprite-common.png) -309px -403px no-repeat
}

.formft select {
    background-position: -306px -76px;
    width: 360px;
    float: left;
    border: none;
    height: 36px
}

.formft select option {
    background: #fff;
    padding: 5px
}

.formft label.error {
    display: none!important
}

input[type=text].error,
input[type=password].error,
select.error,
textarea.error {
    background-color: #f4e24b!important;
    color: #111!important
}

#contactform input[type=text].error,
#contactform input[type=password].error,
#contactform select.error,
#contactform textarea.error {
    border: 1px solid red!important
}

.formft input[type=submit] {
    background: url(../images/sprite-common.png) -316px -440px no-repeat;
    border: none;
    width: 193px;
    height: 26px;
    display: block;
    margin: 10px 0px;
    text-indent: -9000px;
    line-height: 0;
    float: right;
    clear: both
}

#hzform h2,
.field.code,
.field.phone {
    float: left
}

.formft .field.pc span {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 19px;
    height: 13px
}

.field.pc span {
    background: url(../images/flags.png) no-repeat
}

#hzform .tophead h1 {
    font-size: 22px;
    text-align: left;
    margin: 10px 0 15px;
    line-height: 20px;
    text-transform: none
}

#hzform .tophead h1 span {
    color: #ffd800;
    font-weight: 600
}

#hzform h2 {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 6px 0 0;
    width: 600px
}

#hzform .note,
label {
    font-size: 12px
}

#hzform h2 span {
    padding-right: 10px;
    border-right: 1px solid #fff
}

#hzform h2 .phone {
    background: url(../images/sprite-grad.png) -262px -321px no-repeat;
    padding-left: 25px;
    margin-left: 6px
}

#hzform h2 .chat {
    background: url(../images/sprite-grad.png) -262px -281px no-repeat;
    padding-left: 25px;
    margin-left: 6px;
    cursor: pointer;
    border-right: none
}

#hzform .note {
    float: right;
    color: #fff;
    margin-right: 135px;
    width: 186px;
    opacity: .6
}

#hzform .field {
    float: left;
    margin-right: 10px
}

#hzform form {
    margin-bottom: 4px
}

.formhz {
    margin-bottom: 2px
}

.formhz input[type=text],
.formhz input[type=password],
.formhz select,
.formhz textarea {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 3px 8px;
    margin: 0;
    border: none;
    width: 181px;
    color: #333
}

.formfl .thanks h5,
.formfl .thanks p {
    margin-bottom: 15px
}

.formhz select {
    height: 26px
}

.formhz .thanks p {
    color: #fff
}

.formhz label {
    font-size: 11px;
    word-spacing: -1px
}

#hzform .code {
    margin-right: 1px
}

.formhz .code input[type=text] {
    width: 36px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.formhz .phone input[type=text] {
    width: 126px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.formhz input[type=submit] {
    background: url(../images/sprite-grad.png) 0 -248px no-repeat;
    width: 128px;
    height: 29px;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 0
}

.formhz .horiz-btn {
    border: none;
    background: #303030;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    padding: 25px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 400\9;
    position: absolute;
    top: 43px;
    left: 808px
}

.formfl,
.formfl .tophead {
    border-top-left-radius: 10px
}

.floating-form-wrap {
    height: 350px;
    width: 628px;
    position: fixed;
    top: 45.5%;
    right: 0;
    margin-top: -130px;
    margin-right: -577px;
    z-index: 999;
    display: none
}

.floating-form-wrap iframe {
    height: 350px;
    width: 577px
}

.form-handle {
    position: absolute;
    left: 0;
    top: 56%;
    margin-top: -90px;
    cursor: pointer;
    width: 51px;
    height: 231px;
    background: url(../images/sprite-grad.png) -292px 0 no-repeat #d90a08;
    border-radius:5px 0 0 5px;
}

.floating-form {
    float: right;
    width: 577px
}

.floating-form .container {
    max-width: 577px;
    padding:0;
}

.formfl {
    background: #d90b09;
    border-bottom-left-radius: 10px;
    height: 350px!important;
    padding:0;
}

@-moz-document url-prefix() {
    .formfl {
        height: 350px!important
    }
}

.formfl .thanks {
    padding: 70px 30px
}

.formfl .thanks h5 {
    font-size: 20px;
    color: #fff
}

.formfl .thanks a {
    color: #fff
}

.formfl .tophead {
    background: #141f36;
    padding: 15px
}

.formfl .tophead h1 {
    font-size: 28px;
    color: #fff;
    width: auto;
    font-weight: 100;
    margin: 0;
    line-height: 28px;
    text-align: left;
    text-transform: none
}

.app-details .inbl h3,
.app-details .inbl h4,
.mddfooter .chkpf span,
.procsec h2,
.supplem-wrap h1,
.txt-block a {
    text-transform: uppercase
}

.formfl h2 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 0 15px
}

.formfl form {
    padding: 10px 15px 0
}

.formfl form p {
    float: left
}

.formfl .field {
    float: left;
    margin-right: 15px
}

.formfl input[type=text],
.formfl input[type=password],
.formfl select,
.formfl textarea {
 font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 4px 8px 4px 30px;
    width: 215px;
    color: #333;
    background: url(../images/sprite-grad.png) -257px -380px no-repeat #fff;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 3px;
}

.formfl .email {
    background-position: -257px -350px!important
}

.formfl select {
    width: 255px;
    background: #fff
}

.formfl .code {
    margin-right: 5px
}

.formfl .code input[type=text] {
    width: 35px;
    background-position: -257px -414px!important
}

.formfl .phone input[type=text] {
    width: 135px
}

.formfl textarea {
    padding-left: 10px;
    width: 505px;
    background: #fff
}

.formfl input[type=submit] {
    float: right;
    margin-right: 20px;
    background: url(../images/sprite-grad.png) 0 -248px no-repeat;
    width: 128px;
    height: 29px;
    font-size: 0;
    bordeR: 0;
    outline: 0;
    padding: 0
}

.formfl p {
    color: #fff
}

.formfl .msg {
    margin-bottom: 10px
}

.cus-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQImWNgaAAAAIMAgZ/EdRMAAAAASUVORK5CYII=);
    top: 0;
    left: 0;
    z-index: 998;
    display: none
}

.featuredin {
    background: #eaeaea;
    height: 60px
}

.featuredin .text {
    color: #9e9e9e;
    font-size: 28px;
    float: left;
    margin: 6px 0
}

.featuredin .reviews {
    margin: 0 auto;
    position: relative;
    background: url(../images/sprite-common.png) -8px -853px no-repeat;
    width: 784px;
    height: 58px
}

.reviews .rev-overlay {
    float: right;
    height: 59px;
    position: absolute;
    top: 0;
    z-index: 10;
    background: url(../images/sprite-grad.png) 200px 200px no-repeat
}

.reviews .entrp {
    width: 175px;
    right: 0;
    margin-top: 3px;
    height: 56px;
    left: 609px
}

.reviews .entrp:hover {
    background-position: -83px -279px
}

.reviews .forbes {
    width: 101px;
    right: 177px
}

.reviews .forbes:hover {
    background-position: -121px -382px
}

.reviews .crunch {
    width: 136px;
    right: 278px
}

.reviews .crunch:hover {
    background-position: -103px -428px
}

.reviews .yahoo {
    width: 112px;
    right: 415px
}

.reviews .yahoo:hover {
    background-position: -115px -327px
}

.reviews .mashable {
    width: 147px;
    right: 519px
}

.reviews .mashable:hover {
    background-position: -98px -523px
}

.reviews .reu {
    width: 109px;
    right: 668px
}

.reviews .reu:hover {
    background-position: -117px -474px
}

.side-bars .s-bar,
.side-bars .s-bar:hover {
    background: #202c46
}

.side-bars {
    width: 260px;
    position: fixed;
    right: -215px;
    top: 50%;
    z-index: 9999;
    margin-top: -175px;
    display: none
}

.side-bars .s-bar {
    display: block;
    margin-bottom: 4px;
    position: relative;
    right: 0;
    cursor: pointer
}

.side-bars .s-bar span {
    font-size: 13px
}

.side-bars .s-bar img {
    position: relative;
    left: -6px;
    float: left
}

.side-bars .s-bar a p {
    float: left;
    color: #FFF;
    font-size: 15px;
    padding: 6px 0 0;
    margin: 0;
    line-height: 19px;
    width: 182px
}

.side-bars .s-bar a {
    font-size: 18px;
    padding: 5px 0 0;
    color: #fc0;
    float: left;
    margin-top: -5px;
    font-weight: 700;
    width: 235px
}

.call-spr,
.chat-spr {
    width: 52px;
    height: 55px;
    position: relative;
    left: -6px;
    float: left;
    border-radius:5px 0 0 5px;
}

.side-bars .s-bar a.lchat {
    padding: 0;
    margin: 0;
    line-height: 51px
}

.side-bars .s-bar a.lchat span {
    font-weight: 400
}

.casesec h3,
.seemore .box a {
    font-weight: 600
}

.call-spr {
    background: url(../images/sprite-grad.png) left -413px no-repeat #d90a08
}

.chat-spr {
    background: url(../images/sprite-grad.png) left -340px no-repeat #d90a08
}

.navbar .btn-navbar {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9999999
}

.expertise,
.portfolio,
.portfolio-cont {
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAz/2wBDAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAGGAjYDAREAAhEBAxEB/8QAGgABAQEBAQEBAAAAAAAAAAAAAAECAwQFCf/EACYQAQEAAgEEAgICAwEAAAAAAAABETECAxJBUSFxYYFCoSKxwfD/xAAWAQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAWEQEBAQAAAAAAAAAAAAAAAAAAARH/2gAMAwEAAhEDEQA/AP3u6/D+U/YseYAAAAAAAAAAAAAAAAAFRUVABFUUBtWQAAAAAAAAAFgNCM3YrQgAAACwWAAANQKogAACirArQgAAADU8CtCAAAAAAANzQKDjyndLAfP5Tttl8CoAAAAAAAAAAAAAAAACxFiAKgCo0A1BKqoAAAAAAAAAA2IlFhNCKAAAACigALArQgAACirNg0IAAAA0K0IAAAAAAA3AUHMHl6/D+U/YseYAAAAAAAAAAAAAAAABFWhUVAFRQVqCVVQAAAAAAAAABqBS6EILVEAAAAUUABYFaEAAAUVZsGhAAAAFFbEAAAAAAAa4g0DmDPLj3SwHz7MWz0KgAAAAAAAAAAAAAAAAKioqALEWAqwRpUAAAAAAAAAAWBWhGZsVoQAAABRQAFgVoQAABRVmwaEAAAAaFXyIoAAAAAANcQaBzAB5evwx/lP2K8wAAAAAAAAAAAAAAAAKioqACKooDYgqAAAAAAAAAKDQjN2K0IAAAAooADUCqIAAAoqzYNCAAAAKK15EUAAAAAAFmwbBzABnnx7uNgPn2Ytl8CoAAAAAAAAAAAAAAACxFgCKgCo0A1BKqoAAAAAAAAAA2IzdixoQAAABRQAGoFUQAABRVgVoQAAABRWvIigAAAAAAs2DYOYAAPJ1+GL3T9ix5wAAAAAAAAAAAAAAAEVaFRUAVFgKsErSoAAAAAAAAAA2IzditCAAAAKKAA1AqiAAAKKsCtCAAAAKK15EUAAAAAAFmwbBzAABnnx7uNgPn2Ytl8CoAAAAAAAAAAAAAAACoqKgCxFgKoNKyAAAAAAAAAA2Iz5FaEAAAILFCgANTQigAAooDUCqIAAAA16FaEAAAAAAAWbBsHMAAAHk6/DF7p52LHnAAAAAAAAAAAAAAABUVFQARVFAbggqAAAAAAAALNg0IzNitCAAALBYAAA2IAAAooDUEUAAAAI1PAq+aIoAAAAAALNwGwcwAAAY58e7jYDwWYtnoVAAAAAAAAAAAAAAAVFgCKgCo0A1BKqoAAAAAAAAsCrRCC1RAAAFFAAAbEAAAUUBqaEUAAAFFizYNCAAAAAAALNg2DmAAAADx9fji901RY4AAAAAAAAAAAAAAAIq0KioAqLAVYJWlQAAAAAAABqBShCaEUAAAFFAAWbBoQAABRQGxAAAAFFamwIIoAAAAAAHkHQHMAAAAGOpx7uNgPBfj4FQAAAAAAAAAAAAAAFRUVAFRYCtQRVQAAAAAAABsRndFaEAAAAUUABqBVEAAAUVYDQgAAACzwK1AqwQAAAAAAAB0BzAAAAAB4+twxc+xY4AAAAAAAAAAAAAAqKgCoqKCrII0qAAAAAAAANQKWiEgqiAAAKKAAA2IAAAooDUCqIAAAAorQigAAAAAAAA6A5gAAAAAx1OPdxsB4L8fAqAAAAAAAAAAAAIqgioqKCrgRpUAAAAAAAAWQGhGditCAAAAKKAA1AUQAABRQGxAAAAFFizwC/8EUAAAAAAAFmwbBzAAAAAAB4+tw7eWfFFjgAAAAAAAAAACoqKgCooKsgjSoAAAAAAAAA2IzsVoQAAABRQAFgNCAAAKKA1AqiAAAAKK1PYKIAAAAAAAAs2DYOYAAAAAAMdXh3cQeDXwKgAAAAAAAACKKgCooK1IIqoAAAAAAAAoNCJfQpBFAAABRQAAGpBFAAABRQGxAAAAAGv+ir+BFAAAAAAAABYDYOYAAAAAALufQPD1uHbyz4oscQAEUBQAQABUAVFwFUGpBBUAAAAAAAAAaxgQznQpJgRQAAAUUAABqQFEAAAUUBqQRQAAAAUVZ7BoQAAAAAAAABriDQOYAAAAAALPMBy6nHu40Hh18CoAAAAAAiqGAqgsgiqgAAAAAAAAC4BrQiX5+IKsEAAAAUUAABZAaEAAAUUBZAaEAAAAAUVr8CKAAAAAAAAADc0Cg5gAAAAAAs2Bj5sB4etw7eWfFFjiACouAYCgALiiLgNVUAAAAAAAAAAWQGtCJv6FUQAAABRQAAFkBoQAAABRVBoQAAAABRWp7oKIAAAAAAAAAsBsAHMAAAAAAAF9UHPrcO6X+geDGEaBVxRDAauA1cQBUAAAAAAAAAAAAakEMgY9iqIAAAAooAACyA0IAAAAooDYgAAAACirAaEAAAAAAAAAAagNAA5gAAAAAAAvj6BdwHi6nHt5Z8UWOWYAIooAAAAAAAAAAAAC4BdCGfQpgRQAAAAUUAABZAaEAAAAUUBqQRQAAAAAa/2KuvgRQAAAAAAAAAAbgKADmAAAAAAACz17BeIOXW4d0v9A8YoAAAAAAAAAAAACguA0tETYrQgAAAACigAANSAogAAACigNSCKAAAAACitT4BRAAAAAAAAAAFkFbEAAcwAAAAAAAIDU+KC2ZgPD1OPby/FFcwAAAAAAAAAAAawGnwIfNFMCKAAAACigAAANSCKAAAACigNSCKAAAAACitT2CiAAAAAAAAAAANwFAABzAAAAAAAABb4oNg4dXhmX+geMUAAAAAAABcAuA0zBDNuhTAaogAAAACigAALgGhAAAAFFAAakwIoAAAAAKKsgNCAAAAAAAAAAANSCtCAAAOYAAAAAAAAL4+gamgLMwHh6nHt5fiiuYAAAAALgNXEEMwD5opgRQAAAAAUUAAABqQFEAAAAUUBZMg0IAAAAAAoqyAoigAAAAAAAAAAsBsAAAAHMAAAAAAAAFn+wXiDQOPV4ZgPH+BTFBcBpiCHwBkMM30KYoGBFAAAAABRcAAAAXANCAAAAAKKAsgNCAAAAAAKKuPYNCAAAAAAAAAAAANyAoAAAAOYAAAAAAAALNgvHyDQJZmA8XU49vLPsGM+hT5Ax7AxBFAAAAAAABRcAAAAXALgRQAAAAUUBQWQRQAAAAAAa/8AYFX7EUAAAAAAAAAAAAGpBWhAAAAAHKaBQAAAAAAAIDU+KDQAOPV45mQeUAAAAAAAAAFFAAAAXALgRQAAAAAUUBZAaEAAAAAAUVQXX2CiAAAAAAAAAAAANSCtCAAAAAAOPEGgAAAAAAAAW+KDYAF+QeLnxxQYAAAAABcC4AAAAAuAXAigAAAAAooCyZBZBFAAAAAABRVwC/QigAAAAAAAAAAAA1IK0IAAAAAAA4zzAaAAAAAAAABfEBuagAAOXV45mfIPIACi4AAAAAAAuA1cCKAAAAACigKC4EUAAAAAAFFAax7BRAAAAAAAAAAAAAGpBWhAAAAAAAAHDjsGwAAAAAAAAXx9A1NQFAA2Dyc+OKK5gAAAAAuKC4DVEAAAAAAUUBQXAaogAAAAAACirgF+hFAAAAAAAAAAAAABqQVoQAAAAAAAABwmwbAAAAAAAABZ5gNcdAoAAOfU45mQeWzAqAuKBgNXEE1QAAAAAAAUUBcAuA1RAAAAAAAFwKoLj9gogAAAAAAAAAAAAADcgKAAAAAAAAAADhNg2AAAAAAAACzyC8fINAAAbB5efHFBkAAAAAAAAFFwABcAuBFAAAAAAABcACtY9gf0IoAAAAAAAAAAAAALIDUmAUAAAAAAAAAAAHCbBsAAAAAAAAFm4Cz4tgNAAAA59TjmZB5wAAAAAXAuAAANYDVEAAAAAAAAXAoC49g0IAAAAAAAAAAAAAAA1IDQAAAAAAAAAAAAAOE2DYAAAAAAAALNwCbBsAAADYPNzmKDAAYuBcAAAXAauIIoAAAAAAAALgUBrAAigAAAAAAAAAAAAAAuAakBQAAAAAAAAAAAAAAcJsGwAAAAAAAAAa1yBoAAAAGOczMg4CgGKC4DTEEUAAAAAAAAAFwKuAXAKIAAAAAAAAAAAAAAAA1IK0IAAAAAAAAAAAAAAAA4TYNgAAAAAAAAAt39g2AAAAADhZiggAAAAAAAAAAKAKuAXH7BRAAAAAAAAAAAAAAAAFkBqTAKAAAAAAAAAAAAAAAAADhNg2AAAAAAAAAC3wDYAAAAAMc5mZByAAAAAAAABRVwC49gCKAAAAAAAAAAAAAAAACyA1ICgAAAAAAAAAAAAAAAAAAA4cdg2AAAAAAAAAC3UBsAAAAAAHDlMUEAAABQMCrgDALgRQAAAAAAAAAAAAAAAAAWQVqQRQAAAAAAAAAAAAAAAAAAAAAceINAAAAAAAAAAt1AbmoAAAAAADPKZgOWAMCgLgDH5BcfgRQAAAAAAAAAAAAAAAAAAXANYFUQAAAAAAAAAAAAAAAAAAAAAABx4+QaAAAAAAAAABbqA3NQAAAAAAAHOwEx+AUAAAAAAAAAAAAAAAAAAAAFwDUgKAAAAAAAAAAAAAAAAAAAAAAAAADlNAoAAAAAAAAAL4gNTUBQAAAAAAZ5TyDIAAAAAAAAAAAAAAAAAAANYFXAigAAAAAAAAAAAAAAAAAAAAAAAAAAA5TUBQAAAAAAAAAW6gNTUBQAAAAAAAc78AAAAAAAAAAAAAAAAAuAXANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5gAAAAAAAAAAt1AbmoAAAAAAAADPKeQZAAAAAAAAAAAAAwDXaC4gKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADmAAAAAAAAAAC3eAbAAAAAAAAABizAIAAAAAAAAC4BcAuAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHMAAAAAAAAAFmwJsGwAAAAAAAAASwGAAAAAAXALgFxAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHMAAAAAAAAAFnv0BNg2AAAAAAAAAADFgIAC4Be0FxAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHMAAAAAAAAAF/iC8QaAAAAAAAAAAABMQFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABzAAAAAAAAABb49A1NAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/9k=) left top repeat-x;
    position:relative;
}

.portfolio-cont {
    background: url(../images/pfbg.jpg)
}


.portfolio-mob .cycle-slideshow:before {
    position: absolute;
    content: "";
    width: 180px;
    height: 30px;
    background: url(../images/Home/Portfolio/notch.png) no-repeat;
    background-size: 100%;
    border-radius: 0 0 10px 10px;
    top: 0;
    left: 20%;
    z-index: 999;
}
.portfolio-mob .cycle-slideshow {
    min-width: 200px;
    max-width: 310px;
    margin: 10px auto;
    padding: 0;
    position: relative;
    border:5px solid #000;
    border-radius:25px;
}

.portfolio-mob .cycle-slideshow .cycle-slide {
    width: 100%
}

.portfolio-web .cycle-slideshow {
    min-width: 200px;
    max-width: 940px;
    margin: 10px auto;
    padding: 0;
    position: relative
}

.zumia .portfolio-web .cycle-slideshow {
    max-width: 892px
}

.portfolio-mob h1 {
    font-size: 20px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.aboutp {
    color: #3b3b3b;
    font-size: 14px;
    margin: 10px 0
}

.full-width-tabs>ul.nav.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: none;
    margin-bottom: 0
}

.full-width-tabs>ul.nav.nav-tabs>li {
    float: none;
    display: table-cell;
    padding: 0 8px;
    width: 25%
}

.casecta img,
.textright .text-div,
.txtright .text-div {
    float: right
}

.full-width-tabs>ul.nav.nav-tabs>li.active {
    padding-bottom: 0;
    position: relative
}

.full-width-tabs>ul.nav.nav-tabs>li.active a,
.full-width-tabs>ul.nav.nav-tabs>li.active a:hover {
    padding-bottom: 15px;
    padding-top: 15px;
    background: #fff!important;
    outline: 0!important;
    border: 1px solid #d5d5d5;
    border-bottom: none!important;
    -webkit-box-shadow: 0 8px 6px -6px #fff;
    -moz-box-shadow: 0 8px 6px -6px #fff;
    box-shadow: 0 8px 6px -6px #fff
}

.full-width-tabs>ul.nav.nav-tabs>li>a {
    text-align: center;
    border: 2px solid #fff;
    outline: #d5d5d5 solid 1px!important;
    padding-bottom: 4px;
    color: #141f35;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0, rgba(246, 246, 246, 1) 2%, rgba(249, 249, 249, 1) 6%, rgba(248, 248, 248, 1) 8%, rgba(251, 251, 251, 1) 12%, rgba(255, 255, 255, 1) 28%, rgba(254, 254, 254, 1) 43%, rgba(246, 246, 246, 1) 63%, rgba(246, 246, 246, 1) 100%, rgba(248, 248, 248, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(247, 247, 247, 1)), color-stop(2%, rgba(246, 246, 246, 1)), color-stop(6%, rgba(249, 249, 249, 1)), color-stop(8%, rgba(248, 248, 248, 1)), color-stop(12%, rgba(251, 251, 251, 1)), color-stop(28%, rgba(255, 255, 255, 1)), color-stop(43%, rgba(254, 254, 254, 1)), color-stop(63%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(248, 248, 248, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0, rgba(246, 246, 246, 1) 2%, rgba(249, 249, 249, 1) 6%, rgba(248, 248, 248, 1) 8%, rgba(251, 251, 251, 1) 12%, rgba(255, 255, 255, 1) 28%, rgba(254, 254, 254, 1) 43%, rgba(246, 246, 246, 1) 63%, rgba(246, 246, 246, 1) 100%, rgba(248, 248, 248, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0, rgba(246, 246, 246, 1) 2%, rgba(249, 249, 249, 1) 6%, rgba(248, 248, 248, 1) 8%, rgba(251, 251, 251, 1) 12%, rgba(255, 255, 255, 1) 28%, rgba(254, 254, 254, 1) 43%, rgba(246, 246, 246, 1) 63%, rgba(246, 246, 246, 1) 100%, rgba(248, 248, 248, 1) 100%);
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0, rgba(246, 246, 246, 1) 2%, rgba(249, 249, 249, 1) 6%, rgba(248, 248, 248, 1) 8%, rgba(251, 251, 251, 1) 12%, rgba(255, 255, 255, 1) 28%, rgba(254, 254, 254, 1) 43%, rgba(246, 246, 246, 1) 63%, rgba(246, 246, 246, 1) 100%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0, rgba(246, 246, 246, 1) 2%, rgba(249, 249, 249, 1) 6%, rgba(248, 248, 248, 1) 8%, rgba(251, 251, 251, 1) 12%, rgba(255, 255, 255, 1) 28%, rgba(254, 254, 254, 1) 43%, rgba(246, 246, 246, 1) 63%, rgba(246, 246, 246, 1) 100%, rgba(248, 248, 248, 1) 100%)
}

.full-width-tabs>ul.nav.nav-tabs>li>a:hover {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, rgba(246, 246, 246, 1) 0, rgba(246, 246, 246, 1) 38%, rgba(255, 255, 255, 1) 64%, rgba(254, 254, 254, 1) 79%, rgba(248, 248, 248, 1) 93%, rgba(249, 249, 249, 1) 95%, rgba(246, 246, 246, 1) 99%, rgba(246, 246, 246, 1) 100%, rgba(249, 249, 249, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 246, 246, 1)), color-stop(38%, rgba(246, 246, 246, 1)), color-stop(64%, rgba(255, 255, 255, 1)), color-stop(79%, rgba(254, 254, 254, 1)), color-stop(93%, rgba(248, 248, 248, 1)), color-stop(95%, rgba(249, 249, 249, 1)), color-stop(99%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 246, 246, 1) 0, rgba(246, 246, 246, 1) 38%, rgba(255, 255, 255, 1) 64%, rgba(254, 254, 254, 1) 79%, rgba(248, 248, 248, 1) 93%, rgba(249, 249, 249, 1) 95%, rgba(246, 246, 246, 1) 99%, rgba(246, 246, 246, 1) 100%, rgba(249, 249, 249, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 246, 246, 1) 0, rgba(246, 246, 246, 1) 38%, rgba(255, 255, 255, 1) 64%, rgba(254, 254, 254, 1) 79%, rgba(248, 248, 248, 1) 93%, rgba(249, 249, 249, 1) 95%, rgba(246, 246, 246, 1) 99%, rgba(246, 246, 246, 1) 100%, rgba(249, 249, 249, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 246, 246, 1) 0, rgba(246, 246, 246, 1) 38%, rgba(255, 255, 255, 1) 64%, rgba(254, 254, 254, 1) 79%, rgba(248, 248, 248, 1) 93%, rgba(249, 249, 249, 1) 95%, rgba(246, 246, 246, 1) 99%, rgba(246, 246, 246, 1) 100%, rgba(249, 249, 249, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 246, 246, 1) 0, rgba(246, 246, 246, 1) 38%, rgba(255, 255, 255, 1) 64%, rgba(254, 254, 254, 1) 79%, rgba(248, 248, 248, 1) 93%, rgba(249, 249, 249, 1) 95%, rgba(246, 246, 246, 1) 99%, rgba(246, 246, 246, 1) 100%, rgba(249, 249, 249, 1) 100%)
}

#brandTab li>a,
#desTab li>a {
    font-size: 18px;
    line-height: 68px;
    display: block
}

#appTab li>a,
#devTab li>a {
    font-size: 18px;
    line-height: 20px;
    display: block;
    height: 53px;
    padding-top: 15px
}

#appTab li>a {
    font-size: 17px;
    height: 50px;
    padding-top: 18px
}

.full-width-tabs>ul.nav.nav-tabs>li>a span {
    background-image: url(../images/sprite-common.png);
    background-repeat: no-repeat;
    padding: 25px;
    display: inline-block
}

.full-width-tabs>ul.nav.nav-tabs>li>a span.eyepop {
    background-position: -729px -452px
}

.full-width-tabs>ul.nav.nav-tabs>li.active>a span.eyepop {
    background-position: -729px -316px
}

.full-width-tabs>ul.nav.nav-tabs>li>a span.unique {
    background-position: -725px -3px;
    padding: 25px 24px
}

.full-width-tabs>ul.nav.nav-tabs>li.active>a span.unique {
    background-position: -725px -125px;
    padding: 25px 24px
}

.full-width-tabs>ul.nav.nav-tabs>li>a span.ownership {
    background-position: -726px -580px
}

.full-width-tabs>ul.nav.nav-tabs>li.active>a span.ownership {
    background-position: -726px -705px
}

.full-width-tabs>ul.nav.nav-tabs>li>a span.turnaround {
    background-position: -658px -465px;
    padding: 25px 18px
}

.full-width-tabs>ul.nav.nav-tabs>li.active>a span.turnaround {
    background-position: -658px -576px
}

.full-width-tabs>ul.nav.nav-tabs>li.active a:after {
    content: " ";
    position: absolute;
    width: 91.5%;
    background: #fff;
    height: 20px;
    left: 9px;
    bottom: -20px
}

.ico-col ul:after,
.mdd ul li:before {
    content: ""
}

@-moz-document url-prefix() {
    .full-width-tabs>ul.nav.nav-tabs>li.active a:after {
        width: 97.9%;
        box-shadow: 86px 2px 24px 0 #FFF
    }
}

.fullw {
    width: 100%
}

.tab-btn-wrap {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #ececec 72%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(72%, #ececec));
    background: -webkit-linear-gradient(top, #fff 0, #ececec 72%);
    background: -o-linear-gradient(top, #fff 0, #ececec 72%);
    background: -ms-linear-gradient(top, #fff 0, #ececec 72%);
    background: linear-gradient(to bottom, #fff 0, #ececec 72%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
    -moz-box-shadow: 3px 5px 5px -2px #ccc;
    -webkit-box-shadow: 3px 5px 5px -2px #ccc;
    box-shadow: 3px 5px 5px -2px #ccc;
    padding-top: 28px
}

.tab-content {
    margin-top: 10px;
    margin-bottom: 25px
}

.apptab .tab-content,
.devtab .tab-content {
    margin-top: 20px;
    margin-bottom: 16px
}

.gamestab .tab-content {
    margin-top: 10px;
    margin-bottom: 0
}

.about-us-pg .tab-content {
    margin-top: 60px
}

.tabtext {
    margin: 30px 0 0
}

.webdesign .tabimage {
    margin: 40px 0 0
}

.brand-anim .tabimage {
    margin: 20px 0 0
}

.whytab {
    padding-top: 0
}

.team {
    -moz-box-shadow: 3px -1px 5px 0 #ccc;
    -webkit-box-shadow: 3px -1px 5px 0 #ccc;
    box-shadow: 3px -1px 5px 0 #ccc;
    border-top: 1px solid #d5d5d5;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0, #fff 79%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(79%, #fff));
    background: -webkit-linear-gradient(top, #e5e5e5 0, #fff 79%);
    background: -o-linear-gradient(top, #e5e5e5 0, #fff 79%);
    background: -ms-linear-gradient(top, #e5e5e5 0, #fff 79%);
    background: linear-gradient(to bottom, #e5e5e5 0, #fff 79%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
    padding: 50px 0
}

.team p {
    margin: 15px 0 40px;
    color: #3d3d33
}

.websec {
    padding:20px 0;
}

.websec p
{
    text-align:justify;
    }
    
    .websec h4, .websec h5, .websec h3, .websec h1
    {
        text-align:left;
        }
  
.apptab,
.brandtab,
.destab,
.devtab,
.gamestab {
    padding-top: 0;
    padding-bottom: 10px
}

.wbox {
    text-align: center;
    margin: 25px 0
}

.wbox h3 {
    font-size: 15px;
    color: #101010;
    line-height: 22px;
    margin-bottom: 15px
}

.wbox p {
    font-size: 12px;
    color: #757575
}

.wbox span {
    background-image: url(../images/sprite-common.png);
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block
}

.wbox span.wcustom {
    background-position: 0 -928px;
    padding: 22px 32px
}

.wbox span.wta {
    background-position: -198px -930px;
    padding: 22px 27px
}

.wbox span.wsupport {
    background-position: -102px -930px;
    padding: 22px 25px
}

.wbox span.wseo {
    background-position: -306px -930px;
    padding: 22px 21px
}

.wbox span.wmerchant {
    background-position: -409px -935px;
    padding: 22px 20px
}

.wbox span.wdev {
    background-position: -522px -935px;
    padding: 22px 20px
}

.wbox span.wmkg {
    background-position: -600px -935px;
    padding: 22px 25px
}

.wbox span.wqa {
    background-position: -675px -935px;
    padding: 22px 30px
}

.wbox span.strategy {
    background-position: -120px -620px;
    padding: 22px 21px
}

.wbox span.pixel {
    background-position: -120px -680px;
    padding: 22px 21px
}

.wbox span.brandsol {
    background-position: -540px -607px;
    padding: 22px 25px
}

.wbox span.award {
    background-position: -545px -667px;
    padding: 22px 19px
}

.wbox span.anim {
    background-position: -545px -730px;
    padding: 22px
}

.wbox span.interactive {
    background-position: -245px -505px;
    padding: 22px 21px
}

.wbox span.hd {
    background-position: -243px -560px;
    padding: 22px 21px
}

.wbox span.illustration {
    background-position: -744px -934px;
    padding: 22px 21px
}

.wbox span.api {
    background-position: -732px -1351px;
    padding: 22px 21px
}

.wbox span.push {
    background-position: -732px -1418px;
    padding: 22px 21px
}

.wbox span.social {
    background-position: -730px -1484px;
    padding: 23px 24px
}

.wbox span.purchases {
    background-position: -733px -1554px;
    padding: 22px 21px
}

.wbox span.retina {
    background-position: -732px -1612px;
    padding: 22px 26px
}

.tabtext {
    text-align: left
}

.tabtext h2 {
    color: #141f36;
    font-size: 28px;
    line-height: 40px;
    margin: 0
}

.tabtext h3 {
    color: #d80b08;
    font-size: 23px;
    line-height: 41px;
    margin: 1px 0 13px
}

.tabtext li,
.tabtext p {
    font-size: 12px;
    color: #585858
}

.tabtext li {
    background: url(../images/sprite-common.png) -318px -526px no-repeat;
    padding-left: 20px
}

.topribbon {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 999999;
    width: 69px;
    height: 177px;
    background: url(../images/sprite-grad.png) -317px -449px no-repeat
}

header {
    position: relative;
    background: #cd2122;
    top: 0;
    left: 0;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    border-color: rgba(255,255,255,.08)!important;
}
.header-top
{
    min-height:85px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-color: rgba(255,255,255,.08)!important;
    /* box-shadow: 0 5px 10px -5px #000; */
    }
.header-bottom
{
   
    }

.country-list
{
    padding:0;
    margin:0;
    }
.country-list li
{
    display:inline-block;
    line-height:30px;
    padding:5px 0px;
    color:#fff !important;
    font-weight:bold;
    font-size:12px;
    padding-left:50px;
    font-family:'Montserrat';
    position:relative;
    }
 .country-list li a
 {
     color:#fff !important;
     font-weight:normal;
     font-size:12px;
     
     }
 .country-list li:last-child a
 {
     border:none;
     }
 .country-list li:before
 {
     height:40px;
     width:40px;
     content:" ";
     position:absolute;
     left:0;
     top:0;
     border-radius:10px;
     box-shadow:0 2px 0px rgba(0,0,0,.3);
     }
 .country-list li.usa-icon:before
 {
     background:url('../images/new/usa-icon.png') no-repeat;
     
     }
      .country-list li.india-icon:before
 {
     background:url('../images/new/india-icon.png') no-repeat;
     
     }
   .country-list li.australia-icon:before
 {
     background:url('../images/new/australia-icon.png') no-repeat;
     
     }
     
     .country-list li.saudi-icon:before
 {
     background:url('../images/new/saudi-icon.png') no-repeat;
    
     }
     
         .address
    {
        text-align:left;
        padding-left:25px;
        font-size:13px;
        }  
   
hr {
    margin: 0
}

.masthead-case {
    z-index: 9;
    max-width: 100%!important;
    position: relative
}

.b2b .masthead-case,
.dadiction .masthead-case,
.jizz .masthead-case,
.realtors .masthead-case,
.servants .masthead-case,
.unfold .masthead-case {
    max-height: 530px
}

.masthead-case h1 {
    color: #002541;
    font-size: 31px;
    line-height: 60px;
    position: relative;
    z-index: 10
}

.masthead-case h2,
.masthead-case h3,
.masthead-case p {
    color: #fff;
    position: relative;
    z-index: 10
}

.masthead-case h2 {
    font-size: 52px;
    line-height: 48px
}

.masthead-case h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 35px
}

.masthead-case p {
    font-size: 14px;
    width: 470px
}

.casesec li,
.casesec p {
    color: #555;
    font-size: 16px
}

.masthead-case .inner {
    position: absolute;
    left: 50%;
    margin-left: -470px!important;
    top: 0;
    height: 480px;
    width: 940px!important
}

.headerimg {
    position: absolute
}

.pflogo {
    margin: 50px 0 22px
}

.casesec {
    padding: 55px 0
}

.casesec li {
    list-style-type: disc;
    margin-bottom: 15px
}

.casesec.top {
    height: auto;
    padding: 24px 0
}

.case-nav,
.case-nav a {
    width: 275px;
    height: 127px
}

.casesec p {
    text-align: center
}

.text-div {
    padding-right: 30px;
    margin: 10px 0 20px
}

.casesec .pull-left {
    margin-left: 0!important
}

.text-div p {
    text-align: left;
    font-size: 16px
}

.date_anim span,
.img-div,
.mpager {
    text-align: center
}

.text-div h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px
}

.casecta {
    background: #141f36
}

.casecta p,
.prevcase img {
    float: left
}

.casecta p {
    margin: 0;
    color: #fff;
    padding: 8px 0
}

.backend {
    background: url(../images/portfolio/backend.jpg) right center no-repeat
}

.functionalities {
    background: url(../images/portfolio/functionalities.jpg) left 65% no-repeat
}

.advertise {
    background: url(../images/portfolio/advertise.jpg) right center no-repeat
}

.overview {
    background: url(../images/portfolio/overview.jpg) left center no-repeat
}

.property {
    background: url(../images/portfolio/property.jpg) right center no-repeat
}

.customer {
    background: url(../images/portfolio/customer.jpg) left center no-repeat
}

.realtor-area {
    background: url(../images/portfolio/realtor-area.jpg) right center no-repeat;
    padding: 105px 0
}

.case-nav {
    position: fixed;
    top: 50%;
    margin-top: -150px;
    cursor: pointer;
    z-index: 1000
}

.date_anim,
.date_anim span,
.seemore {
    position: relative
}

.case-nav a {
    display: block
}

.prevcase {
    background: url(../images/sprite-common.png) 216px -1758px no-repeat;
    left: 0;
    margin-left: -216px
}

.nextcase {
    background: url(../images/sprite-common.png) -59px -1758px no-repeat;
    right: 0;
    margin-right: -216px
}

.nextcase img {
    float: right
}

.textwrap {
    width: 422px;
    padding: 5px
}

.case .floating-form-wrap {
    margin-top: -130px
}

.case .topribbon {
    display: none!important
}

.case .inner {
    margin: 0 auto;
    width: 980px
}

header.navbar-fixed-top {
    border-bottom: 1px solid #d8d8d8;
    z-index: 999999999;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"
}

.navbar-fixed-top .navbar-inner {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.appshot {
    display: block;
    margin: 0 auto
}

.supplem header {
    -moz-box-shadow: 3px 3px 5px 0 #f6f6f6;
    -webkit-box-shadow: 3px 3px 5px 0 #f6f6f6;
    box-shadow: 3px 3px 5px 0 #f6f6f6;
    border-bottom: 1px solid #f6f6f6
}

.supplem-wrap {
    padding: 30px 0
}

.supplem-wrap h1 {
    color: #292929;
    font-size: 30px;
    margin: 30px 0
}

.supplem-wrap h4 {
    color: #272727;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px
}

.supplem-wrap p {
    color: #555;
    font-size: 14px;
    font-size: 13px;
    line-height: 24px
}

.supplem-wrap ol,
.supplem-wrap ol li {
    list-style-type: decimal
}

.supplem-wrap ol li {
    padding-left: 15px;
    margin: 1px 0;
    font-size: 13px;
    line-height: 24px
}

.supplem-wrap em {
    color: #d90b09
}

::-webkit-scrollbar {
    width: 13px;
    height: 12px
}

::-webkit-scrollbar-track-piece {
    background-color: #495155
}

::-webkit-scrollbar-thumb:vertical {
    height: 20px;
    background-color: #d90b09
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    -webkit-border-radius: 1ex
}

::-moz-scrollbar {
    width: 13px;
    height: 12px
}

::-moz-scrollbar-track-piece {
    background-color: #495155
}

::-moz-scrollbar-thumb:vertical {
    height: 20px;
    background-color: #d90b09
}

::-moz-scrollbar-thumb {
    background-color: #000;
    -webkit-border-radius: 1ex
}

.seemore {
    width: 100%;
    z-index: 9;
}

.seemore .box {
    background: #434343;
    color: #fff;
    padding: 1px 0;
    margin: 0 auto;
    width: 116px;
    height: 24px;
    box-shadow: 0 0 1px #434343;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px
}

.seemore .box a {
    color: #fff;
    font-size: 15px
}

.arrow-right {
    background: url(../images/sprite-common.png) -310px -473px no-repeat;
    width: 10px;
    height: 15px;
    display: inline-block
}

.seemore
{
    text-align:left;
    }
 .portfolio .site-btn a
 {
     min-width:200px;
     }
.seemore .site-btn a
{
    padding-top:5px;
    padding-bottom:5px;
    color:#fff;
    width:150px;
    }
 .seemore .site-btn .btn-1
 {
     background:#434343;
     }
   .seemore .site-btn a .round
  {
      height:24px;
      width:24px;
      background:#fff;
      }
.seemore .site-btn a .round i
{
    color:#434343;
    left:50%;
    }
 .home-sec, .left-figure, .right-cycle h3, .service, .service-icon
  .seemore .site-btn .btn-1 .round
  {
      background:#fff;
      }
  .seemore .site-btn a:hover
  {
      color:#434343;
      }
  
.award-ico,
.part-top-inner>div {
    background-repeat: no-repeat;
    width: 113px
}

.honda {
    background-position: 0 -634px
}

.dolce {
    background-position: 0 -738px
}

.wendys {
    background-position: 0 -842px
}

.q7 {
    background-position: -193px -1050px
}

.samsung {
    background-position: 0 -946px
}

.pizzahut {
    background-position: 0 -1050px
}

.heineken {
    background-position: -193px -634px
}

.coke {
    background-position: -193px -738px
}

.tubatse {
    background-position: 0px -530px;
}

.mnt {
    background-position: -193px -426px;
}

.abraaj {
    background-position: -193px -530px;
}

.main-logo {
    width: 180px;
}

.logo-container 
{
    overflow:visible;
}

.stanchar {
    background-position: -193px -842px
}

.rbs {
    background-position: -193px -946px
}

.hsbc {
    background-position: -193px -1050px
}

.award-img,
.footer-nav .cycle-wrap .cycle-slide {
    width: 100%;
    height: 93px;
    margin-top:-7px;
}
.award-img,
.footer-nav .cycle-wrap .cycle-slide img
{
    width:140px;
    margin:0 auto;
    }
.award-img,
.footer-nav .cycle-wrap .cycle-slide p
{
    text-align:center;
    }
.dotnet-cycle {
    background-position: -114px -1187px
}

.php-cycle {
    background-position: -2px -1186px
}

.ios-cycle {
    background-position: -245px -1186px
}

.ios-ico {
    background-position: -240px -1300px
}

.spect-cycle {
    background-position: -11px -1313px
}

.zend-cycle {
    background-image: url(../images/sprite-grad.png);
    background-position: -120px -1313px
}

.canada-cycle {
    background-image: url(../images/new/maps/canada.png);
    background-position: 0 0
}

.part-top-inner>div {
    background-image: url(../images/sprite-grad.png);
    background-color: #fff;
    height: 93px;
    margin: 7px auto 0
}

.award-ico {
    background-image: url(../images/sprite-common.png);
    display: inline-block;
    margin: 0 auto;
    height: 110px
}

.requestquote,
.viewpf {
    display: block;
    height: 29px
}

.dotnetaward {
    background-position: -110px -1002px
}

.spectacularaward {
    background-position: -220px -1002px
}

.iosaward {
    background-position: 13px -1002px
}

.phpaward {
    background-position: -350px -1002px
}

.zend {
    background-position: -470px -1002px
}

.viewpf {
    width: 153px;
    background: url(../images/sprite-grad.png) 0 -1420px no-repeat;
    float: left
}

.requestquote {
    width: 214px;
    background: url(../images/sprite-grad.png) -172px -1420px no-repeat;
    float: right
}

.contact-cta li,
.date_anim,
.processcta h3 a {
    display: inline-block
}

.date_anim span {
    width: 24px;
    top: 0;
    line-height: 45px;
    background: 0 0;
    float: left;
    font-size: 46px
}

.date_anim {
    padding: 0;
    margin: 10px auto 0;
    height: 47px
}

.date_anim span.odd {
    top: 0
}

.date_anim span.even {
    top: -450px
}

.date_anim span.small {
    width: 10px
}

.text-div.pull-right {
    margin-left: 20px!important;
    padding-right: 0!important;
    padding-left: 30px!important
}

.img-div.pull-left {
    margin-left: 0!important
}

.procsec h2 {
    font-size: 36px;
    color: #141f36;
    font-weight: 700
}

.procsec h2 span {
    color: #fa0d0a
}

.procsec .text-div p {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 28px
}

.procsec .text-div {
    padding-left: 35px!important;
    padding-right: 10px!important
}

.procsec {
    margin-bottom: 105px
}

.processpg .content-wrapper {
    background: url(../images/process/processbg.png) 287px 302px no-repeat
}

.portfoliopg header,
.processpg header {
    -webkit-box-shadow: 3px 5px 20px 0 #f4f4f4;
    box-shadow: 3px 5px 20px 0 #f4f4f4;
    -moz-box-shadow: 3px 5px 20px 0 #f4f4f4;
    border-bottom: 1px solid #d8d8d8
}

#designpro {
    margin-bottom: 50px
}

#designpro img {
    margin-top: 10px
}

#devpro {
    margin-bottom: 300px
}

#devpro .text-div {
    margin-left: 20px;
    padding-right: 20px!important
}

#delpro {
    margin-bottom: 115px
}

#profl {
    margin-bottom: 88px
}

#profl img {
    margin-top: 45px
}

.scrollspy {
    right: 0;
    top: 50%;
    margin-top: -190px
}

.scrollspy a {
    color: #9a9a9a;
    font-size: 36px;
    font-weight: 700;
    padding: 15px;
    border: 1px solid transparent
}

.scrollspy .nav>li>a:hover {
    color: #fa0d0a;
    background: 0 0!important
}

.scrollspy .active a {
    color: #fa0d0a;
    border: 1px solid #272727;
    border-right: none
}

.processcta h3 {
    color: #141f36;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px
}

.processcta h3 a {
    color: #fff;
    background: #d80b08;
    font-weight: 700;
    font-size: 24px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 2px 20px 4px;
    margin-left: 5px
}

.carou-item a {
    display: block;
    color: #393131;
    border: 1px solid #b5b5b5;
    padding: 6px 0;
    border-right: none;
    border-bottom: none;
    font-size: 13px;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    transition: background-color .3s linear
}

.carou-item a.active {
    background-color: #141f36;
    color: #fff
}

.category-slider {
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5
}

.catpager {
    padding: 13px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    background-image: url(../images/sprite-common.png);
    background-repeat: no-repeat;
    margin-top: -13px
}

.catpager.disabled {
    display: none!important
}

#catnext {
    left: 50%;
    margin-left: 475px;
    background-position: -652px -647px
}

#catprev {
    right: 50%;
    margin-right: 475px;
    background-position: -605px -647px
}

.cat-slider-wrap {
    position: relative;
    margin-top: 35px
}

.cat-slider-wrap:hover .catpager {
    display: block
}

.mdd {
    background: #000512;
    background: rgba(0, 5, 18, .95);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000512, endColorstr=#99000512);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000512, endColorstr=#99000512)";
    position: fixed;
    left: 0;
    top: 75px;
    border-top: 1px solid #000a24;
    height: 242px;
    width: 100%;
    z-index: 999;
    display: none
}

.navbar .nav>li {
    position: relative;
}

.mdd .media .ddicons {
    background-image: url(../images/sprite-common.png);
    background-repeat: no-repeat;
    width: 156px;
    height: 130px
}

.mdd .media .weblogo {
    background-position: 0 -1143px
}

.mdd .media .devlogo {
    background-position: -468px -1143px
}

.mdd .media .appslogo {
    background-position: -156px -1143px
}

.mdd .media .gameslogo {
    background-position: -312px -1143px
}

.mdd .media .brandinglogo {
    background-position: -624px -1143px
}

.mdd .pointsl,
.mdd .pointsr {
    margin-top: 22px
}

.mdd .pointsr {
    border-left: 1px solid #1e2028;
    min-height: 148px
}

.mdd .pointsr h3 {
    margin-top: 0
}

.mdd .media {
    border-right: 1px solid #1e2028;
    min-height: 148px;
    padding-top: 5px;
    margin-top: 23px
}

.mdd .media-body h4 {
    color: #e1e1e1;
    font-size: 16px;
    margin: 16px 0
}

.mdd .media-body h5 {
    color: #4b536f;
    font-size: 15px
}

.mdd h3 {
    font-size: 16px;
    font-weight: 400;
    color: #ff0300;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 16px
}

.mdd .pointsr ul li,
.mdd ul li {
    color: #dbdbdb;
    font-size: 12px;
    font-weight: 600
}

.mdd ul li {
    padding-left: 15px;
    line-height: 15px;
    margin-bottom: 2px
}

.mdd ul li:before {
    border-color: transparent #818389;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 10px;
    position: relative
}

.cta-strip,
.mddfooter {
    position: absolute;
    bottom: 0
}

.mdd .pointsr ul li {
    width: 122px;
    float: left
}

.list-unstyled {
    margin: 0
}

.mdd .pointsr {
    padding-left: 24px
}

.mddfooter {
    height: 50px;
    left: 0;
    width: 100%;
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAUABQDAREAAhEBAxEB/8QAGAABAQADAAAAAAAAAAAAAAAAAwEAAgr/xAAmEAACAgEDBAICAwAAAAAAAAABAhESIQADEyIxMkEUgiNhUXKy/8QAGgEAAgIDAAAAAAAAAAAAAAAAAAIBAwQFBv/EAC8RAAIABAQEBAUFAAAAAAAAAAERAhIhMQBBUWEDEyJxIzIzgVJigpGScqHB0vH/2gAMAwEAAhEDEQA/AOFYbdDtu3UrGUYHqFFq0WDbZVyZEkqxMdjroYuJO4IGhfIaqiaAqoQlqiNQSoTHMgYgSa30zyo6UN0ADgG5AybK63ZmZpM1MBB1BWQGADj2MHTGKeKYAcsQ5jI91Qg0ddmcITGYpjKyKD7rSlKaRFilDK7dK3MckVjYtXz5+1pj1HbPjnSzF+Wi0i/G/wBXfEyxJy+KkkNV5bb/AMuuL0sE63V1Nw8uQzCgDSFDXNYziTj1pp+IIyShQ9IyqgCBqxqwMsRFEeGHGxtQ10JBFGK57prV0XaKgXUQEJk7YsakNUwWtSDIOI/jTQmIudEAkp9yWg6fEjclEHDFxRGMESt02QANCgySgXVmgDSqRyWaOK8yOPii1a0iePEzaf1nVFbfMrFN2tfdXzeJlHprwv1G/dpvL4c8GKy/JeeQ2vE16ppGe0WvrILeb6bNZq29v2wQ85DSjteUL3sns88Lu8kpS97btfO3gO1cV/rmI9TqvhSroUtGlZxX2757LAOd0T+mq6fVn+W+eD/H9/kfSkf6+N9I/en6+XsvZ/77y74PvPL8y/rb3x//2Q==);
    box-shadow: 0 1px 10px #0b0e11;
    -moz-box-shadow: 0 1px 10px #0b0e11;
    -webkit-box-shadow: 0 1px 10px #0b0e11;
    border-top: 5px solid #00030b
}

.mddfooter .chkpf {
    font-weight: 600;
    color: #6e6d6f;
    font-size: 18px;
    line-height: 19px;
    padding: 5px 0 0;
    float: left
}

.mddfooter .chkpf a {
    color: #6e6d6f;
    background: 0 0!important;
    border-bottom: none!important
}

.mddfooter .chkpf span {
    color: #8c0e0e;
    font-size: 18px
}

.mddfooter .checkpfbg {
    width: 793px;
    height: 50px;
    background: url(../images/sprite-common.png) 0 -1283px no-repeat;
    float: right
}

.app-details {
    border-bottom: 1px solid #d6d6d6
}

.app-details .app-details-inner {
    margin-bottom: 1px;
    background: #f5f5f5;
    padding: 6px 0
}

.alcta .ico-circle,
.rating {
    background-image: url(../images/sprite-common.png);
    background-repeat: no-repeat
}

.app-details .inbl {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #fff;
    width: 20%;
    margin: 0;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 19px;
    min-height: 82px
}

.app-details .inbl.first {
    border-left: none
}

.app-details .inbl.last {
    border-right: none
}

.app-details .inbl h3 {
    font-size: 13px;
    color: #656565;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 600
}

.app-details .inbl h4 {
    font-size: 22px;
    color: #f21f09;
    margin-top: 15px;
    line-height: 22px
}

.rating {
    width: 91px;
    height: 16px;
    display: block;
    margin: 17px auto 9px
}

.four-star {
    background-position: -157px -58px
}

.mpager {
    margin-top: 60px
}

.mpager span {
    color: #3f4239
}

.mpager span.cycle-pager-active {
    color: #d51b10
}

.sitemap-area {
    padding: 70px 0
}

.sitemap-area h1 {
    font-weight: 300
}

.sitemap-wing {
    border-bottom: 1px solid #dedede;
    padding: 5px 0 15px
}

.sitemap-wing.no-border {
    border: none
}

.sitemap-wing a {
    color: #757575;
    display: inline-block;
    font-size: 12px;
    width: 100%
}

.sitemap-wing a.big {
    color: #ed1412;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none
}

.about-us-pg .masthead .img-responsive,
.sitemap .masthead .img-responsive {
    width: 100%
}

.alcta .media .media-heading {
    font-weight: 600;
    color: #151515;
    font-size: 18px;
    text-align: left;
    letter-spacing: -1px
}

.alcta .media a.media-heading {
    font-weight: 600;
    color: #151515;
    font-size: 16px;
    text-align: left;
    padding: 11px 0;
    display: block
}

#jqcheck,
.cyclebanner {
    text-align: center
}

.alcta .media p {
    color: #151515;
    font-size: 14px
}

.alcta .ico-circle {
    display: block;
    width: 50px;
    height: 50px
}

.ico-circle.phone {
    background-position: -624px -1085px
}

.ico-circle.chat {
    background-position: -684px -1085px
}

.ico-circle.quote {
    background-position: -742px -1085px
}

.cyclebanner.cycle-slideshow .home-slider {
    height: 480px;
}

section#homeslides {
    display: none
}

.cta-strip span,
.get-quote a,
.ico-col .ico,
.ico-col ul,
.js-da {
    display: inline-block
}

.cat-sec-wrap {
    padding-top: 0;
    margin-top: -50px
}

#goog-wm {
    margin-top: 26px
}

#goog-wm ul {
    margin-left: 0
}

#goog-wm input[type=submit] {
    vertical-align: top;
    padding: 2px 0;
    margin-left: 10px
}

.other-things {
    font-size: 16px
}

.errorpage .ts li {
    list-style: disc
}

.fullwidthbanner.heightdef {
    max-height: 530px!important
}

.fullwidthbanner.support {
    max-height: 347px!important
}

#jqcheck {
    background: #fff9d7;
    color: #333;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif
}

.js-da {
    background: url(../images/sprite-common.png) -155px -23px no-repeat;
    width: 16px;
    height: 17px;
    vertical-align: bottom;
    margin-right: 10px
}

.get-quote a,
.ico-col .ico,
.txt-block {
    vertical-align: middle
}

.cta-strip {
    width: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQImWNgOAMAAM8AzTxvlxUAAAAASUVORK5CYII=);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 9px 0
}

.cta-strip span {
    margin: 0 6px;
    cursor: pointer
}

.ico-col,
.sample-block {
    margin-top: 30px
}

.cta-strip span.chat {
    border-bottom: 1px solid #fff;
    line-height: 20px
}

.top-rated-txt {
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 4px 11px;
    min-height: 100px
}

.top-rated-txt h4 {
    color: #f50404;
    font-size: 16px;
    font-weight: 600
}

.top-rated-txt p {
    color: #353535;
    font-size: 13px
}

.ico-col ul {
    text-align: left
}

.glass-feats .col-md-3 {
    position: relative
}

.ico-col ul:after {
    border-right: 1px solid #ebebeb;
    height: 110px;
    position: absolute;
    bottom: 20px;
    right: -12px
}

.ico-col ul.last:after {
    content: none
}

.ico-col li {
    font-size: 12px;
    color: #000;
    line-height: 32px
}

.ico-col .ico {
    background-image: url(../images/google-glass/glass-ico.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px
}

.ico-col .ico.music {
    background-position: -4px -5px
}

.ico-col .ico.sports {
    background-position: -31px -5px
}

.ico-col .ico.travel {
    background-position: -62px -6px
}

.ico-col .ico.business {
    background-position: -91px -6px
}

.ico-col .ico.navigation {
    background-position: -124px -5px
}

.ico-col .ico.finance {
    background-position: -156px -4px
}

.ico-col .ico.books {
    background-position: -187px -6px
}

.ico-col .ico.social {
    background-position: -218px -6px
}

.ico-col .ico.games {
    background-position: -246px -2px
}

.ico-col .ico.news {
    background-position: -275px -2px
}

.ico-col .ico.lifestyle {
    background-position: -308px -3px
}

.ico-col .ico.photos {
    background-position: -338px -5px
}

.ico-col .ico.utilities {
    background-position: -400px -5px
}

.ico-col .ico.weather {
    background-position: -368px -4px
}

.ico-col .ico.food {
    background-position: -437px -5px
}

.ico-col .ico.reference {
    background-position: -471px -3px
}

.get-quote {
    background: #eaeaea;
    padding: 30px 0 22px
}

.get-quote p {
    color: #141f36;
    font-weight: 600;
    letter-spacing: -.9px;
    line-height: 20px
}

.get-quote a {
    color: #fff;
    font-weight: 600;
    background: #ee1311;
    font-size: 21px;
    padding: 4px 21px
}

.sample-block {
    text-align: center
}

.sample-block p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 16px 0 26px
}

.chart-text p {
    font-size: 13px;
    color: #242424;
    margin-bottom: 30px
}

.team-feats {
    margin: 12px 0 0
}

.team-feats .ico {
    width: 68px;
    height: 50px;
    float: left
}

.team-feats .ico.skill {
    background-position: 1px -41px
}

.team-feats .ico.qa {
    background-position: -79px -41px
}

.team-feats .ico.satisfaction {
    background-position: -160px -42px
}

.team-feats .text {
    float: left;
    max-width: 392px
}

.team-feats .text p {
    margin: 0
}

.team-feats .text h3 {
    font-size: 14px;
    color: #242424;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 20px
}

.feat-box {
    margin-bottom: 20px;
    min-height: 152px;
    text-align: left;
    display: table
}

.txt-block {
    display: table-cell
}

.txt-block .txt-hd {
    font-size: 13px;
    font-weight: 700;
    color: #141e36;
    margin: 0 0 8px
}

.txt-block p {
    font-size: 11px;
    color: #3d3d3d;
    margin-bottom: 12px
}

.txt-block a {
    font-size: 10px;
    color: #fff;
    background: #ed1412;
    padding: 1px 12px
}



.special p:first-child 
{
    color: #d80b08;
    text-align:center;
    font-size:20px;
    margin:10px 0;
    border-bottom:1px solid #ddd;
}

.h_line,
.sitemap .images_s,
.v_line_r {
    background: #d70a07;
    margin: 0 auto
}

.sitemap_container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    min-height: 500px;
    padding: 50px 0
}

.sitemap .images_s {
   width: 90px;
    height: 80px;
    border-radius: 50%;
    padding: 10px 0 0 0px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.sitemap .images_s img
{
    max-height:60px;
    }

.h_line {
    height: 5px;
}

.v_line_r {
    width: 3px;
    height: 50px
}

.sitemap ul {
    padding-left: 12px
}

.sitemap ul li {
    width: 80.6px;
    float: left;
    margin-left: 70px
}

.sitemap ul li a {
 text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #383838;
    display: inline-block;
    float: left;
    color: #fff;
    padding-top: 20px;
    border: 2px solid #ccc;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    transition: all .5s ease;
    /* line-height: 15px; */
}

.sitemap ul li a:hover {
    transform: scale(1.3);
    transition: all .5s ease
}

.sitemap ul li .v_line {
    width: 2px;
    background: #d70a07;
    height: 200px;
    margin-left: 35px
}

.sitemap ul li ul {
    margin: 0 0 0 -50px;
    border-radius: 10px
}

.sitemap ul li ul li {
    margin-left: -30px;
    width: 200px
}

.sitemap ul li ul li a {
    padding: 5px;
    display: inline-block;
    background: 0 0;
    height: auto;
    color: #383838;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 13px
}

.sitemap ul li ul li a:first-child {
    border-radius: 5px
}

.gray_line {
    width: 3px;
    background: #ccc;
    margin-left: 40px;
    height: 100px
}

.contact_query {
    width: 100%;
    margin: 30px 0 0
}

.floating-form-wrap .jform {
    padding: 30px 0 0 30px
}

.facebook-button {
    
}

.fb-like-inner {
    background: #4267b2;
    padding: 5px 20px;
    float: right;
        border-radius:3px;
}


/***********************************Scroll Header***********************************/

.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  z-index:999;
}
.hide
{
    display:none;
    }
.show
{
    display:block;
    }
 .padding-0
 {
     padding:0;
     }
     
  .no-border
  {
      border:none;
      }
  
  .navbar-default
  {
      border:none;
      margin:0;
      padding::0px;
      background:none;
      background-color:transparent;
      box-shadow:none;
      }
.navbar-collapse
{
    padding:0;
    }
    
 .mockup
 {
  
     }
      .mockup img
      {
          position:absolute;
          top:80px;
          max-width:400px;
          
          }
         .masthead
         {
             position:relative;
             }
   
  .ban1
  {
  left:10%;
      }
   .ban2
  {
  left:20%;
      }
      
   .ban3
  {
  left:30%;
      }
   .ban4
  {
  left:40%;
      }
   .ban5
  {
  left:50%;
      }
      
  .parallax-bg
{
        background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }   
    
 hr
 {
     margin:10px 0;
     }
     
    .home-sec h5
    {
       font-weight:bold;
        }

.footer-form
{
    padding-bottom:200px;
    background:#fff;
    position:relative;
    }
.footer-form:before
{
   content:" ";
   width:100%;
   height:100%;
   top:0;
   left:0;
   background:url('../../assets/images/Home/form-footer.jpeg') no-repeat;
   position:absolute;
   background-size:100%;
   opacity:.3;
   background-position:center 90%;
    }
.footer {
    padding-top:50px;
    /*background:url('../../assets/images/footer.png') center no-repeat;*/
    background: #FFF url(../../assets/images/footer-bg.png) center no-repeat;
    margin-top:-100px;
    /*transform:rotate(7deg);*/
    position:relative;
    border-top-right-radius:50px;
    background-size:100%;
    padding-bottom:80px;
    background-position:0 56px;
    }
 .footer:before 
 {
     height:300px;
     width:100%;
     background:#fff;
     transform:rotate(5deg);
     content:" ";
     position:absolute;
     top:-50px;
     border-radius:50px;
     z-index:0;
     left:-10px;
     }
   
   /*  .tilt-top:before 
 {
     height:100px;
     width:100%;
     background:#fff;
     transform:rotate(5deg);
     content:" ";
     position:absolute;
     top:-50px;
     border-radius:50px;
     z-index:0;
     left:-10px;
     }
     .tilt-bottom:after 
 {
     height:200px;
     width:100%;
     background:#fff;
     transform:rotate(5deg);
     content:" ";
     position:absolute;
     bottom:-10px;
     border-bottom-right-radius:50px;
     
     z-index:-1;
     left:0px;
     }*/
     
    /* .tilt
     {
          transform:rotate(5deg);
         
         }
         .tilt .tilt-inner
     {
          transform:rotate(-5deg);
         
         }*/
.footer-strip
{
    background:none;
    border-bottom:1px solid #ccc;
    padding:10px 0;
    }

 .footer-form .formft
 {
     
     border-radius:3px;
     margin-top:-140px;
     z-index:9;
    padding: 50px 0;
   
     }

  .formft input[type=text], .formft input[type=password], .formft select, .formft textarea
  {
      background-color:#fff;
      border-radius:12px;
      box-shadow: 0 2px 3px rgba(0,0,0,.1);
      }
      .formft input[type=text]:focus, .formft input[type=password]:focus, .formft select:hover, .formft textarea:focus
      {
          box-shadow: 0 5px 10px rgba(0,0,0,.1);
          outline:none;
          }
    .formft textarea
    {
        border-radius:12px;
        padding-top:20px;
        }
  .footer-form  h1
  {
      color:#141f36;
      }
  .footer-form h2
  {
      color:#888888;
      }
 .iso-tag img
 {
     width:130px;
     position:absolute;
     z-index:99;
     bottom:-100px;
     left:50px;
     }
  .navbar-toggle 
  {
      margin-top:30px;
      }
   .navbar-header
   {
     float:right;
     top:30px;
       right:0;
       }
       
  .wow
  {
      visibility:hidden;
      }
.sub-head-white
{
        font-size: 28px;
    color: #fff;
    width: auto;
    font-weight: 100;
    margin: 0;
    line-height: 28px;
    text-align: left;
    text-transform: none;
    padding:10px;
    text-align:center;
    }
    
    .sub-head-white-thick
{
        font-size: 28px;
    color: #fff;
    width: auto;
    font-weight: bold;
    margin: 0;
    line-height: 28px;
    text-align: left;
    text-transform: none;
    padding:10px;
    text-align:center;
    }
    
    
    .sub-head-dark
{
        font-size: 28px;
    color: #141f36;
    width: auto;
    font-weight: 100;
    margin: 0;
    line-height: 28px;
    text-align: left;
    text-transform: none;
    padding:10px;
    text-align:center;
    }
    
    
     .sub-head-dark-thick
{
        font-size: 28px;
    color: #141f36;
    width: auto;
    margin: 0;
    line-height: 28px;
    text-align: left;
    text-transform: none;
    padding:10px;
    text-align:center;
    }
    
    .font-small
    {
       font-size:14px;
       line-height:20px; 
       font-weight:400;
        }
    .font-medium
    {
        font-size:16px;
        line-height:20px;
         font-weight:400;
        }
     .font-large
     {
          font-size:20px;
           font-weight:400;
           margin-top:2px;
         }
         
     .cycle-slideshow .font-large
     {
           font-size:20px;
           font-weight:400;
           background:#fff;
           border-radius:10px 10px 0 0;
           margin-top:2px;
           box-shadow:0 -1px 5px rgba(0,0,0,.5);
      }
    .home-sec .font-x-large
     {
          font-size:23px;
           font-weight:400;
         }
   .text-left
   {
       text-align:left;
       }
    .bold
    {
        font-weight:bold;
        }
   
   .careers
   {
   
    }
   .careers .panel-default>.panel-heading
   {
       padding:0;
       background:none;
       border:none;
       }
    .careers .panel-default>.panel-heading img
    {
        max-width:50px;
        margin-right:10px;
        padding-right:10px;
        border-right:1px solid #ddd;
        }
   .careers .panel-default>.panel-heading .panel-title a
   {
       padding:15px;
       display:block;
       border:none;
       text-decoration:none;
       position:relative;
       }
   .careers .panel-default>.panel-heading .panel-title a:before
   {
       content:"\f078";
       position:absolute;
       right:20px;
       top:25px;
       font-family:'FontAwesome';
       }
   .careers .panel-default>.panel-heading .panel-title a.collapsed:before
   {
       
       }
   .careers .panel-group .panel
   {
       border:none;
       /*-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
	   box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);*/
	    -webkit-box-shadow: 0px 3px 0 0 rgba(0,0,0,.1);
    box-shadow: 0px 3px 0 0 rgba(0,0,0,.1);
       border-radius:0;
       margin-bottom:10px;
       
       }
     .panel-body
     {
         border-top: 1px solid #ddd;
         padding:30px 20px;
     }
    table.table-jobs
    {
        text-align:left;
         }
     table.table-jobs tr td:first-child
     {
         width:20%;
         }
     table.table-jobs ul
     {
         padding:0;
         margin:0;
         
         }
     table.table-jobs ul li
     {
         list-style-type:square;
         margin-bottom:10px;
         margin-left : 20px;
         }
     .career-form
     {
         background:#fff;
         padding:20px;
         }    
         
         .career-form input[type="text"],.career-form textarea
         {
             border-radius:0;
             padding:20px;
             border:none;
             background:#eee;
             
             }
            .career-form select
             {
                 width:100%;
                 border-radius:0;
             padding:9px;
             border:none;
             background:#eee;
             webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding-left:0;
    text-align:left;
    color:#999;
    text-indent: 15px;
                 
                 }
         .career-form input:focus,  .career-form textarea:focus
         {
             outline:none;
              webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 5px rgba(0,0,0,.075);
             }
         
         .career-form  input[type=file]
         {
            position:absolute;
            opacity:.5;
            right:0;
            top:10px;
            opacity:0;
             cursor:pointer;
             }
          .career-form  .file-upload
         {
             padding:4px;
             background:#eee;
             text-align:right;
             webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
             }
          .career-form  .btn
          {
              padding:4px 30px;
              border-radius:0;
              text-align:right;
              cursor:pointer;
              font-weight:bold;
              color:#999;
              }
    
    hr
    {
        margin:20px 0;
        }
    .dark-hr
    {
        border-color:#ddd;
        }
    
    .career-form .btn-theme
    {
        background:#d90a08;
        color:#fff;
        }
   
        
        

    
   /*************************************************************Media Screens*****************************************/     
     

@media (min-width:768px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit!important
    }
    .visible-desktop {
        display: none!important
    }
    .visible-tablet {
        display: inherit!important
    }
    .hidden-tablet {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-desktop {
        display: inherit!important
    }
    .visible-desktop {
        display: none!important
    }
    .visible-phone {
        display: inherit!important
    }
    .hidden-phone {
        display: none!important
    }
    body {
        padding-left: 0;
        padding-right: 0
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px
    }
    .controls-row [class*=span]+[class*=span],
    .dl-horizontal dd,
    .row,
    .row-fluid [class*=offset]:first-child,
    .thumbnails,
    .thumbnails>li {
        margin-left: 0
    }
    .container-fluid {
        padding: 0
    }
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left
    }
    .container {
        width: auto
    }
    .row-fluid {
        width: 100%
    }
    .thumbnails>li {
        float: none
    }
    .row-fluid [class*=span],
    .uneditable-input[class*=span],
    [class*=span] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid .col-md-12,
    .col-md-12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    .uneditable-input,
    input[class*=span],
    select[class*=span],
    textarea[class*=span] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .input-append input,
    .input-append input[class*=span],
    .input-prepend input,
    .input-prepend input[class*=span] {
        display: inline-block;
        width: auto
    }
    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0
    }
    .modal.fade {
        top: -100px
    }
    .modal.fade.in {
        top: 20px
    }
    
    .top-nav-bar
    {
        margin-right:0px;
        width:300px;
        
        }
        .banner_bottom
        {
            margin-top:0;
            }
         .award_menu img
         {
             max-width:50px;
             top:-45px;
             }
             
       
}
@media (max-width:790px) 
{
  .navbar-toggle
  {
      position:absolute;
      right:0;
      z-index:9999;
      }
      .navbar-default
      {
    /* background: #fff; */
    float: right;
          }
         .navbar .nav>li 
         {
            width:100%;
             }
             .navbar .nav>li > a
             {
                 text-align:left;
                 }
             .navbar .nav>li > a >span
             {
                 width:100%;
                 }
         #submenu
         {
             visibility:visible;
             display:none;
             }
             .navbar .nav>li:hover  #submenu
             {
                 display:block;
                 }
              .navbar .nav
              {
                  float:left !important;
                  text-align:right;
                  margin:0;
                  }
                     .footer
                  {
                      background-size:100%;
                      padding-top:50px;
                      }    
                 header .logo img
                 {
                     max-width:100px;
                     min-height:70px;
                     }
                .banner_bottom
                {
                    margin-top:0px;
                    }
               
    }
    @media (max-width:790px) and (min-width:767px)
    {
        .navbar-default
        {
            margin-top:35px;
            }
        
        }

@media (min-width:768px) and (max-width:979px) {
    .row-fluid:after,
    .row-fluid:before,
    .row:after,
    .row:before {
        display: table;
        content: "";
        line-height: 0
    }
    .row-fluid:after,
    .row:after {
        clear: both
    }
    .row {
        margin-left: -20px
    }
    [class*=span] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .container,
    .navbar-fixed-bottom .container,
    .navbar-fixed-top .container,
    .navbar-static-top .container,
    .col-md-12 {
        width: 724px
    }
    .col-md-11 {
        width: 662px
    }
    .col-md-10 {
        width: 600px
    }
    .col-md-9 {
        width: 538px
    }
    .col-md-8 {
        width: 476px
    }
    .col-md-7 {
        width: 414px
    }
    .col-md-6 {
        width: 352px
    }
    .col-md-5 {
        width: 290px
    }
    .col-md-4 {
        width: 228px
    }
    .col-md-3 {
        width: 166px
    }
    .col-md-2 {
        width: 104px
    }
    .col-md-1 {
        width: 42px
    }
    .row-fluid,
    .row-fluid .col-md-12 {
        width: 100%
    }
    .offset12 {
        margin-left: 764px
    }
    .offset11 {
        margin-left: 702px
    }
    .offset10 {
        margin-left: 640px
    }
    .offset9 {
        margin-left: 578px
    }
    .offset8 {
        margin-left: 516px
    }
    .offset7 {
        margin-left: 454px
    }
    .offset6 {
        margin-left: 392px
    }
    .offset5 {
        margin-left: 330px
    }
    .offset4 {
        margin-left: 268px
    }
    .offset3 {
        margin-left: 206px
    }
    .offset2 {
        margin-left: 144px
    }
    .offset1 {
        margin-left: 82px
    }
    .row-fluid [class*=span] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.7624309392265194%
    }
    .row-fluid [class*=span]:first-child {
        margin-left: 0
    }
    .row-fluid .controls-row [class*=span]+[class*=span] {
        margin-left: 2.7624309392265194%
    }
    .row-fluid .col-md-11 {
        width: 91.43646408839778%
    }
    .row-fluid .col-md-10 {
        width: 82.87292817679558%
    }
    .row-fluid .col-md-9 {
        width: 74.30939226519337%
    }
    .row-fluid .col-md-8 {
        width: 65.74585635359117%
    }
    .row-fluid .col-md-7 {
        width: 57.18232044198895%
    }
    .row-fluid .col-md-6 {
        width: 48.61878453038674%
    }
    .row-fluid .col-md-5 {
        width: 40.05524861878453%
    }
    .row-fluid .col-md-4 {
        width: 31.491712707182323%
    }
    .row-fluid .col-md-3 {
        width: 22.92817679558011%
    }
    .row-fluid .col-md-2 {
        width: 14.3646408839779%
    }
    .row-fluid .col-md-1 {
        width: 5.801104972375691%
    }
    .row-fluid .offset12 {
        margin-left: 105.52486187845304%
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.76243093922652%
    }
    .row-fluid .offset11 {
        margin-left: 96.96132596685082%
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.1988950276243%
    }
    .row-fluid .offset10 {
        margin-left: 88.39779005524862%
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.6353591160221%
    }
    .row-fluid .offset9 {
        margin-left: 79.8342541436464%
    }
    .row-fluid .offset9:first-child {
        margin-left: 77.07182320441989%
    }
    .row-fluid .offset8 {
        margin-left: 71.2707182320442%
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.50828729281768%
    }
    .row-fluid .offset7 {
        margin-left: 62.70718232044199%
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.94475138121547%
    }
    .row-fluid .offset6 {
        margin-left: 54.14364640883978%
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.38121546961326%
    }
    .row-fluid .offset5 {
        margin-left: 45.58011049723757%
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.81767955801105%
    }
    .row-fluid .offset4 {
        margin-left: 37.01657458563536%
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.25414364640884%
    }
    .row-fluid .offset3 {
        margin-left: 28.45303867403315%
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.69060773480663%
    }
    .row-fluid .offset1 {
        margin-left: 11.32596685082873%
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.56353591160221%
    }
    .uneditable-input,
    input,
    textarea {
        margin-left: 0
    }
    .controls-row [class*=span]+[class*=span] {
        margin-left: 20px
    }
    .uneditable-input.col-md-12,
    input.col-md-12,
    textarea.col-md-12 {
        width: 710px
    }
    .uneditable-input.col-md-11,
    input.col-md-11,
    textarea.col-md-11 {
        width: 648px
    }
    .uneditable-input.col-md-10,
    input.col-md-10,
    textarea.col-md-10 {
        width: 586px
    }
    .uneditable-input.col-md-9,
    input.col-md-9,
    textarea.col-md-9 {
        width: 524px
    }
    .uneditable-input.col-md-8,
    input.col-md-8,
    textarea.col-md-8 {
        width: 462px
    }
    .uneditable-input.col-md-7,
    input.col-md-7,
    textarea.col-md-7 {
        width: 400px
    }
    .uneditable-input.col-md-6,
    input.col-md-6,
    textarea.col-md-6 {
        width: 338px
    }
    .uneditable-input.col-md-5,
    input.col-md-5,
    textarea.col-md-5 {
        width: 276px
    }
    .uneditable-input.col-md-4,
    input.col-md-4,
    textarea.col-md-4 {
        width: 214px
    }
    .uneditable-input.col-md-3,
    input.col-md-3,
    textarea.col-md-3 {
        width: 152px
    }
    .uneditable-input.col-md-2,
    input.col-md-2,
    textarea.col-md-2 {
        width: 90px
    }
    .uneditable-input.col-md-1,
    input.col-md-1,
    textarea.col-md-1 {
        width: 28px
    }
}

@media (max-width:979px) {
    body {
        padding-top: 0
    }
    .requestquote {
        float: none!important;
        margin: 0 auto
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: static
    }
    .navbar-fixed-top {
        margin-bottom: 20px
    }
    .navbar-fixed-bottom {
        margin-top: 20px
    }
    .navbar-fixed-bottom .navbar-inner,
    .navbar-fixed-top .navbar-inner {
        padding: 5px
    }
    .navbar .container {
        width: auto;
        padding: 0
    }
    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px
    }
    .nav-collapse {
        clear: both
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px
    }
    .nav-collapse .dropdown-menu li+li a,
    .nav-collapse .nav>li>a {
        margin-bottom: 2px
    }
    .nav-collapse .nav>li {
        float: none
    }
    .nav-collapse .nav>.divider-vertical {
        display: none
    }
    .nav-collapse .nav .nav-header {
        color: #777;
        text-shadow: none
    }
    .nav-collapse .dropdown-menu a,
    .nav-collapse .nav>li>a {
        padding: 9px 15px;
        font-weight: 700;
        color: #777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }
    .nav-collapse .btn {
        padding: 4px 10px;
        font-weight: 400;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .nav>li>a:hover {
        background-color: #f2f2f2
    }
    .navbar-inverse .nav-collapse .dropdown-menu a,
    .navbar-inverse .nav-collapse .nav>li>a {
        color: #999
    }
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .nav>li>a:hover {
        background-color: #111
    }
    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0
    }
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .nav-collapse .open>.dropdown-menu {
        display: block
    }
    .nav-collapse .dropdown-menu .divider,
    .nav-collapse .dropdown-menu:after,
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .nav>li>.dropdown-menu:after,
    .nav-collapse .nav>li>.dropdown-menu:before {
        display: none
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111;
        border-bottom-color: #111
    }
    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        height: 0
    }
    .navbar .btn-navbar {
        display: block
    }
    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:980px) {
    .nav-collapse.collapse {
        height: auto!important;
        overflow: visible!important
    }
  
}

@media (max-width:980px) {
.country-list li:before
{
    display:none;
    }
}


@media only screen and (min-width:480px) and (max-width:767px) {
    .button {
        padding: 4px 8px 3px;
        line-height: 25px!important;
        font-size: 11px!important;
        font-weight: 400
    }
    a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .button {
        padding: 2px 5px;
        line-height: 20px!important;
        font-size: 10px!important
    }
    a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
    .responsive .tp-bullets,
    .responsive .tparrows {
        display: none
    }
   
}



@media only screen and (min-width:480px) and (max-width:767px) {
    .responsive .tp-bullets.tp-thumbs,
    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px!important;
        height: 30px!important
    }
    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px!important;
        height: 30px!important
    }
}
   
        
        
        
        
 
 
 
 @media (max-width:980px) {
    .mdd {
        display: none!important
    }
    .iso-tag
    {
        display:none;
        }
}

@media (min-width:1200px) {
    .right-cycle img {
        max-width: none
    }
    .pfelem img {
        width: 300px
    }
}

@media (min-width:968px) {
    /*.navbar .nav>li:hover>a:after,
    .navbar .nav>li>a:before {
        position: absolute;
        z-index:9999;
       width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent
    }*/
    .navbar .nav>li>a:before {
       /* content: none;
        right: -5px;
        top: 38%;
        margin-top: -2px;
        border-top: 3px solid #d0d0d0*/
    }
    .navbar .nav>li.active a {
        border-bottom: 2px solid #ed1412
    }
    .navbar .nav>li {
    
    }
    .navbar .nav li.active>a:before,
    .navbar .nav li.first>a:before,
    .navbar .nav li.last>a:before,
    .navbar .nav li:hover>a:before,
    .navbar .nav>li.first:hover>a:after {
        content: none
    }
    .navbar .nav>li:hover>a:after {
       /* content: "";
        right: 50%;
        margin-right: -2px;
        bottom: 0;
        border-bottom: 3px solid #04070c*/
    }
    .navbar .nav li.last:hover>a:after {
        content: none
    }
    .alcta .bordered {
        border-left: 1px solid #c5c3c3;
        border-right: 1px solid #c5c3c3
    }
    .alcta h3 {
        font-size: 22px;
        color: #141f36;
        margin-bottom: 34px
    }
    .alcta h3 strong {
        font-weight: 600
    }
    .alcta .media {
        max-width: 175px;
        margin: 0 auto
    }
    .alcta .media.last {
        max-width: 218px;
        margin: 0 auto
    }
    
    .cyclebanner .home-slider {
        height: 480px
    }
    .cyclebanner
    {
        height:400px;
        max-height:400px;
        }
    .cyclebanner.cycle-slideshow {
        position: relative;
        height:480px;
    }
    .tparrows {
        opacity: 0;
        position: absolute!important;
        top: 50%;
        margin-top: -26px;
        z-index: 99999!important
    }
    .cyclebanner:hover .tparrows {
        opacity: 1!important
    }
    .tp-leftarrow.default {
        left: -10px
    }
    .tp-rightarrow.default {
        right: 45px
    }
}

@media (min-width:980px) {
    .navbar .nav>li.firstt a {
        background: url(../images/sprite-common.png) -154px 3px no-repeat;
        font-size: 0;
        padding: 0 15px;
        min-height: 21px
    }
    .navbar .nav>li.first.active a {
        border-bottom: 2px solid #ed1412
    }
}

@media (min-width:980px) and (max-width:1030px) {
    .right-cycle img {
        max-width: none
    }
    .tparrows {
        display: none
    }
    .pfelem img {
        width: 300px
    }
}

@media (min-width:768px) and (max-width:979px) {
    .floating-form-wrap,
    .side-bars {
        display: none!important
    }
    .formft form {
        max-width: 400px
    }
    .tparrows {
        display: none
    }
    .masthead .inner {
        width: 100%
    }
    .service ul {
        min-height: 120px
    }
    .right-cycle {
        float: none!important;
        margin: 0 auto!important
    }
    .successful ul {
        margin-left: 20px
    }
    .successful ul li a {
        font-size: 15px;
        width: 10px;
        float: left;
        padding: 0
    }
    .successful ul li span {
        font-size: 10px;
        margin: 0;
        padding: 0
    }
    .successful ul li {
        padding: 0;
        float: left;
        width: 15%;
        line-height: 10px
    }
    .headercta {
        padding: 0;
        font-size: 5px;
        float: left;
        margin-left: 20px
    }
    .headercta li {
        padding: 0;
        font-size: 9px;
        width: 150px;
        background: no-repeat;
        margin: 0
    }
    .headercta li strong {
        font-size: 14px
    }
    .headercta ul li span {
        font-size: 5px
    }
    .headercta ul li a {
        font-size: 15px
    }
    .headercta ul li:last-child {
        padding: 0 0 0 10px
    }
    .headercta li.india_icon,
    .headercta li.usa_icon {
        background: 0 0
    }
    .headercta li.Oman_icon {
        background: 0 0;
        width: 90px
    }
    
    .country-list li
{
    display:inline-block;
    line-height:20px;
    padding:5px 0px;
    color:#fff !important;
    font-weight:bold;
    font-size:10px;
    padding-left:0px;
    font-family:'Montserrat';
    margin-right:30px;
    
   
    }
 .country-list li.usa-icon,.country-list li.india-icon,  .country-list li.australia-icon, .country-list li.saudi-icon
 {
     background:none;
     
     }

}


@media (max-width: 450px) 
{
   
     .inner
    {
        width:100%;
        margin-top:0px;
        }
        .startproject,.startbutton
        {
            width:100%;
            
            }
     .copy
     {
         text-align:center;
         }
    .footer-nav
    {
        margin-bottom:10px;}
    .footer-company-nav
    {
      text-align:center;
      padding-bottom:20px;   
        }
    
    }
 
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    #brandTab li>a,
    #desTab li>a {
        font-size: 12px
    }
    .right-cycle h3 {
        font-size: 14px
    }
    .tab-content img.lazy {
        margin-top: 70px
    }
    #appTab li>a {
        font-size: 16px
    }
    header .logo {
        margin-bottom: 16px;
    }
    header .logo a {
        position: absolute;
    }
    .cat-slider-wrap {
        display: none
    }
}

  .odoo-partners
{
    position:fixed;
    width:150px;
    z-index:999;
    bottom:50px;
    left:30px;
    }
    
@media (max-width:480px) 
{
    
     .odoo-partners
    {
        width:80px !important;
        bottom:20px;
        right:20px;
     }
        
    .bar-wrap .bar-cont 
    {
        width:48%;
        }
    .bar-wrap .bar-cont:last-child
    {
        margin-left:25%;
        }
     .bar-wrap .bar-cont:nth-child(odd) h4:before,
     .bar-wrap .bar-cont:nth-child(odd) h4:after,
     .bar-wrap .bar-cont:nth-child(even) h4:before,
     .bar-wrap .bar-cont:nth-child(even) h4:after
     {
         
         }
    .bar-wrap .bar-cont:nth-child(even) .image:after
    {
    top: auto;
    left: -30%;
    bottom: -20%;   
        }
     .process .bar p
    {
        font-size:10px;
        }
    .award_menu img {
        clear: both;
        margin-right: 40px;
        padding:5px;
        top:-35px;
        max-width:35px;
    }
   
    .country-list li
    {
        font-size:7px;
        padding:0px;
        margin:0;
        text-align:center;
        margin-right:0 !important;
        }
        
         .home-sec
    {
        padding-top:0;
        }
        .cyclebanner, .new-cyclebanner .home-slider
        {
            height:auto;
            max-height:400px;
            }
        .cyclebanner.cycle-slideshow
        {
            height:150px;
            margin-left:-25px !important;
            }
          .cyclebanner, .cyclebanner .home-slider
          {
              max-height:400px !important;
              }
    .successful ul {
        margin-left: 20px
    }
    .successful ul li a {
        font-size: 10px;
        width: 10px;
        float: left;
        padding: 0
    }
    .successful ul li span {
        font-size: 8px;
        margin: 0;
        padding: 0
    }
    .award_menu,
    .headercta {
        font-size: 6px !important;
        float: left;
    }
    .successful ul li {
        padding: 0;
        float: left;
        width: 12%;
        line-height: 10px
    }
    .content_new div:first-child {
        margin-left: 10px
    }
    .award_menu {
        color: #fff;
        padding: 0px;
        text-align:center;
        
    }
    .headercta {
        padding: 0;
        margin-left: -130px
    }
    .headercta li {
        padding: 0;
        font-size: 7px;
        width: 70px;
        background: no-repeat;
        margin: 0
    }
    .headercta li strong {
        font-size: 12px
    }
    .headercta ul li span {
        font-size: 5px
    }
    .headercta ul li a {
        font-size: 12px
    }
    .headercta ul li:last-child {
        padding: 0 0 0 10px
    }
    .headercta li.india_icon,
    .headercta li.usa_icon {
        background: 0 0
    }
    .headercta li.Oman_icon {
        background: 0 0;
        width: 80px
    }
    .contact_query {
        width: 300px;
        margin-left: 10px;
        padding-left: 50px;
        margin-top: 30px
    }
    .contact_query div {
        margin-bottom: 10px
    }
    .india {
        margin-top: -8%;
        margin-left: 62%
    }
    .world_map {
        height: 250px
    }
    .testimonails {
        overflow: hidden;
    }
    
   
}





 .section-inner {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}    
        
.section-inner {
    top: -40%;
    left: -1rem;
    width: 130%;
    height: 120%;
    transform: rotate(-7deg);
    border-bottom-left-radius: 3rem;
    will-change: transform;
}
        
  @media (min-width: 992px){
.section-rotate .section-inner {
    overflow: hidden;
    background: inherit;
}
}


.bg-gradient-primary {
    background: #cd2122 url("../../Sample/bg2-dark.png")!important;
}
        
        
        /*************************************************************Sample Gradient*****************************************/
        
        .gradient-overlay-half-primary-v1::before {
    background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
    background-repeat: repeat-x;
}
        
        
.logo-container:before
{
    top: -70%;
    left: -200%;
    width: 330%;
    height: 150%;
    transform: rotate(10deg);
    border-bottom-right-radius: 3rem;
    will-change: transform;
    background:#fff;
    content:" ";
    position: absolute;
    }
.awards-sec
{
   
    padding:50px 0;
    }
    
 .formdv {
    
    box-shadow: none;
        padding: 0px 10px 10px 10px;
    margin-top: 10px;
    border-radius: 20px;
}

.tp-leftarrow.default
{
    border-radius: 0 15px 15px 0;
    }
 .tp-rightarrow.default {
    border-radius: 15px 0 0 15px;
}

.expertise h2.service-main
{
   text-align:left;
    padding:0px;
    margin:0;
    }
 .service-sub
 {
     border:none;
     background:none;
     }
 .service-sub ul
 {
     list-style-type:none;
     }
.service-sub li
{
    padding:0 5px;
    }
    
 .service-foot 
{
    display:none !important;
}   

body
 {
     overflow-x:hidden;
     overflow-y:visible;
     }
.navbar .nav
{
    background: none;
    border-radius: 15px 0 0 15px;
    padding-left:20px;
    background:rgba(0,0,0,.2);
    }
.navbar .nav:before
{
    height:100%;
    width:100%;
    position:absolute;
    background:rgba(0,0,0,.2);
    content:" ";
    left:100%;
    z-index:0;
    display:block;
    }
 #submenu
 {
     border-radius:20px;
     border-top-left-radius:0;
      overflow:hidden;
     }
  #submenu:before
  {
      height:200px;
      width:200px;
      border-radius:20px;
      content:" ";
      left:70%;
      position:absolute;
      top:50%;
      transform:rotate(-10deg);
      
      }
  #submenu.about_sub:before
  {
      background:url('../images/Home/submenu-bg.png') no-repeat;
      top:40%;
      left:60%;
      }
   #submenu.web_services_sub:before
  {
      background:url('../images/Home/submenu-bg-web.png') no-repeat;
      left:60%;
      top:60%;
      }
   #submenu.mobile_services_sub:before
  {
      background:url('../images/Home/submenu-bg-mobile.png') no-repeat;
      }
     #submenu.digital_marketing_sub:before
  {
      background:url('../images/Home/submenu-bg-digital.png');
      top:60%;
      left:48%;
      }
#submenu li a
{
    padding:10px 5px 10px 30px;
    background-position:10px 15px;
    border-bottom:1px dashed #ddd;
    }
 #submenu li:last-child(1) a
 {
     border:none;
     }
 .service-sub p
 {
     margin:0;
     }
.service-sub li
{
    margin:0;
    }
.portfolio
{
    overflow:hidden;
    }
 .expertise
 {
     overflow:hidden;
     padding:50px 0 100px 0;
     background:none;
     border-radius:50px;
     
     }
 .expertise:before
 {
     position:absolute;
     content:" ";
     height:300px;
     left:0;
     bottom:0;
     width:100%;
     
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+80,dddddd+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 80%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 80%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 80%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
     }
 .expertise:after
 {
     content:"MOBILE APP DEVELOPMENT";
     position:absolute;
     bottom:0px;
     font-size:70px;
     color:#ebebeb;
     width:100%;
     left:0;
     font-weight:bold;
     }
 
   
.floating-items {
   position: relative;
    z-index: 10;
    margin-top:0px;
    min-height:150px;
margin-bottom:100px;
margin-top:-150px;
}

.floating-icon {
    position: absolute;
    animation: floating 3s ease infinite;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .1);
    transition:all .3s ease-in-out;
}

.floating-icon span {
    height: 100%
}

.floating-icon img {
    max-width: 100%;
    transition:all .3s ease-in-out;
}

.floating-icon:hover
{
   
    }
.floating-icon:hover img 
{
    transform:scale(1.1);
    }
    
    
.floating-icon img,
.floating-icon span {
    display: inline-block;
    vertical-align: middle
}

.floating-icon:nth-child(1) {
    left: -10%;
    width: 120px;
    height: 120px
}

.floating-icon:nth-child(2) {
    top: 60px;
    left: 20%;
    width: 160px;
    height: 160px;
    animation-delay: .5s
}

.floating-icon:nth-child(3) {
    top: 120px;
    left: 50%;
    width: 80px;
    height: 80px;
    animation-delay: 1s
}

.floating-icon:nth-child(4) {
    top: 70px;
    left: 70%;
    width: 140px;
    height: 140px;
    animation-delay: 1.5s
}

.floating-icon:nth-child(5) {
    top: 50px;
    left: 100%;
    width: 100px;
    height: 100px;
    animation-delay: 2s
}

.floating-icon:nth-child(6) {
    top: 200px;
    left: 1120px;
    width: 80px;
    height: 80px;
    animation-delay: 2.5s
}

@media (min-width:768px) and (max-width:1199.98px) {
   /* .floating-icon:nth-child(1),
    .floating-icon:nth-child(6) {
        display: none
    }*/
}

@media (max-width:767.98px) {
   /* .floating-icon:nth-child(1),
    .floating-icon:nth-child(2),
    .floating-icon:nth-child(3) {
        display: none
    }*/
    .floating-icon:nth-child(4),
    .floating-icon:nth-child(5),
    .floating-icon:nth-child(6) {
        top: 80px;
        width: 100px;
        height: 100px
    }
    .floating-icon:nth-child(4) {
        left: 300px
    }
    .floating-icon:nth-child(5) {
        left: 500px
    }
    .floating-icon:nth-child(6) {
        left: 700px
    }
}

@media (max-width:767.98px) {
    .floating-icon:nth-child(4),
    .floating-icon:nth-child(5),
    .floating-icon:nth-child(6) {
        top: 80px;
        width: 80px;
        height: 80px
    }
    .floating-icon:nth-child(4) {
        left: 40%;
    }
    .floating-icon:nth-child(3)
    {
        left:65%;
        top:60px;
        }
    .floating-icon:nth-child(4)  img
    {
       width:30px !important;
     }
     
     .floating-icon:nth-child(5) img
     {
         width:40px !important;
         }
     
    .floating-icon:nth-child(5) {
        left:85%;
    }
    .floating-icon:nth-child(6) {
        
    }
    
    .floating-icon:nth-child(2)
    {
       width:100px;
       height:100px;
       left:20%;
        }
        .floating-icon:nth-child(2) img
        {
            width:50px !important;
            
            }
            .floating-icon:nth-child(1)
            {
                height:70px;
                width:70px;
                left:0%;
                top:50px;
                }
                 .floating-icon:nth-child(1) img
            {
                width:30px !important;
                
                }
    
}



.floating-color {
    position: absolute;
    animation: floating 3s ease infinite;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .1)
}

.floating-color span {
    font-size: .875rem;
    position: relative;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    border-radius: 20px
}



.floating-color:nth-child(1) {
    top: 140px;
    left: -60px;
    width: 120px;
    height: 120px
}

.floating-color:nth-child(2) {
    top: 200px;
    left: 180px;
    width: 160px;
    height: 160px;
    animation-delay: .5s
}

.floating-color:nth-child(3) {
    top: 120px;
    left: 480px;
    width: 80px;
    height: 80px;
    animation-delay: 1s
}

.floating-color:nth-child(4) {
    top: 210px;
    left: 680px;
    width: 140px;
    height: 140px;
    animation-delay: 1.5s
}

.floating-color:nth-child(5) {
    top: 100px;
    left: 920px;
    width: 100px;
    height: 100px;
    animation-delay: 2s
}

.floating-color:nth-child(6) {
    top: 200px;
    left: 1120px;
    width: 80px;
    height: 80px;
    animation-delay: 2.5s
}

@keyframes floating {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20px)
    }
    100% {
        transform: translateY(0)
    }
}

.site-btn a {
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 53px 12px 23px;
    color: #e31b25;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}
.site-btn a span {
    position: relative;
    z-index: 3;
}
.site-btn a .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}
.site-btn a .round i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color:#fff;
}
.site-btn .btn-1 {
    background-color: #fff;
}
.site-btn .btn-1 .round {
    background-color: #e31b25;
}
.site-btn .txt {
    font-size: 14px;
}
.site-btn a:hover {
    padding-left: 48px;
    padding-right: 28px;
    color:#fff;
}
.site-btn a:hover .round {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.site-btn a:hover .round i {
    left: 12%;
}
.site-btn{
    transition: all 0.3s ease;
}

.cont-form .site-btn a
{
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,.1);
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,.1);
    }
 .home-slider .site-btn
 {
     position:absolute;
     left:30%;
     margin-top:-100px;
     }
 


.masthead{
    width: 105%!important;
    position: relative;
    overflow: visible;
    z-index: 0;
    position: static;
    background:#cd2122;
    transform:rotate(-7deg);
    border-bottom-left-radius:3rem;
    position:relative;    
    max-height: 400px;
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 0;
}
.masthead.main-masthead{
    width: 105%!important;
    position: relative;
    overflow: visible;
    z-index: 0;
    position: static;
    background:#cd2122;
    transform:rotate(-7deg);
    border-bottom-left-radius:3rem;
    min-height:800px;
    margin-top:-150px;
    position:relative;
    overflow:hidden;
    padding-top:0;
}
.masthead.main-masthead .cyclebanner
{
    overflow:visible !important;
    width:100%;
    min-height:780px;
    margin-left:-10px;
    }
   .masthead .cyclebanner
   {
       
    transform:rotate(7deg);
       }
.masthead.portfolio-page
{
    min-height:600px;
    }
 
   .masthead.portfolio-page .portfolio
   {
       margin-top:-100px;
       background:none;
       }
   .masthead.inner-masthead
   {
    transform:rotate(0deg) !important;    
    width:100% !important;
    overflow:hidden;
    border-radius:0 0 100px 0;   
       }
    .masthead.inner-masthead .cyclebanner
    { 
     transform:rotate(0deg) !important;
        }
 .masthead.portfolio-page .cyclebanner
 {
     min-height:600px;
     max-height:1000px !important;
     padding-top :200px;
     }
.cyclebanner.cycle-slideshow .home-slider
{
    
    padding-top: 180px;
    margin-top:50px;
    min-height:100%;
    }
 .cyclebanner.cycle-slideshow .home-slider img
 {
     margin-top:20px;
     }
 .cyclebanner.cycle-slideshow .home-slider:before
 {
     position:absolute;
     width:120%;
     height:120%;
     content:" ";
     top:-100px;
     left:-100px;
     z-index:-1;
     background-size:cover;
     background-repeat:no-repeat;
     }

 .cyclebanner .home-slider.opening-slider {
    background: url(../images/main-slider/slider-bg.jpg) no-repeat;
    background-size:cover;
}
 .cyclebanner .home-slider.apps-slider {
    background: url(../images/main-slider/mobile-app.jpg)  no-repeat center;
    background-size:cover;
}

 .cyclebanner .home-slider.deg-mark {
    background: url(../images/main-slider/deg-mar.jpg)  no-repeat;
    background-size:cover;
}

 .cyclebanner .home-slider.ai {
    background: url(../images/main-slider/art-int.jpg)  no-repeat;
    background-size:cover;
}

.cyclebanner .iot {
    background: url(../images/main-slider/slider-bg3.jpg)  no-repeat;
    background-size:cover;
}

 .cyclebanner .home-slider.web-slider {
    background: url(../images/main-slider/web-dev.jpg)  no-repeat center;
    background-size:cover;
}


 .cyclebanner .home-slider.iot {
    background: url(../images/main-slider/iot.jpg)  no-repeat center;
    background-size:cover;
}

.iphonedev .cyclebanner {
    background: url(../images/apps-slider/iphone/11.html) 
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    border-color: rgba(255,255,255,.08)!important;
    background:none;
}

.btn-blink {
  width: 6.4rem;
  line-height: 6.4rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 1.6rem;
  font-size: 0.8rem;
  border: none;
  padding: 0;
  position: relative;
  outline: none;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
          animation: shockwaveJump 1s ease-out infinite;
}
.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
          animation: shockwave 1s .65s ease-out infinite;
}
.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
          animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}

.text-white
{
    color:#fff !important;
    }
 .section-head
 {
     font-size:30px !important;
     padding:20px 0;
     }
 .fancy-container
 {
     padding-top:50px;
     }
 .fancy-container .protfolio-banner
 {
     max-width:80%;
     margin: 0 auto;
     }
     
.bent-section 
{
    transform: rotate(-7deg);
    width:105%;
    border-bottom-left-radius:50px;
    }
.bent-section  .container
{
   transform: rotate(7deg);
   
    }
.formft .form-bottom input[type=submit]
{
    position:absolute;
    z-index:9;
    opacity:0;
    height:100%;
    width:100%;
    left: 0px;
    top: 0;
    padding: 0px;
    margin: 0px;
    }
    .main-container
    {
        overflow:hidden;
        }
        
  @media (max-width: 999px)
  {
      . service .service-image
      {
          margin-bottom:10px;
          }
      .logo-container:before
      {
          left:-150%;
          top:-50%;
          }
          .masthead.main-masthead
          {
              min-height:700px;
              }
              .navbar .nav > li
              {
                  padding-right:0;
                  }
              .navbar .nav > li a
              {
                  font-size:9px;
                  padding:5px;
                  }
                  .navbar .nav:before
                  {
                      display:none;
                      }
                .cyclebanner.cycle-slideshow .home-slider img
                {
                    width:80%;
                    margin-top:50px;
                    }
      }
@media (max-width:767px) 
{
    
    .masthead.main-masthead
    {
        min-height:650px;
        }
    .main-logo {
        max-width: 300px;
        margin: 10px 0 0 50px;
    }
    #hzform .field {
        float: none;
        margin: 10px auto;
        clear: both
    }
    #hzform .code,
    #hzform .phone {
        float: left;
        clear: none
    }
    #hzform h2 {
        width: 100%
    }
    .floating-form-wrap,
    .side-bars {
        display: none!important
    }
    .masthead .inner {
        max-width: 100%;
        width: 100%;
        left: 0;
        margin-left: 0
    }
    .navbar-inner {
        min-height: 0;
        float: none
    }
    .headercta {
        position: absolute;
        top: 0;
        left: 50%;
        height: 30px
    }
    header .logo {
        margin: 12px 0 0
    }
    .headercta li.phone span {
        font-size: 14px
    }
    .navbar .btn-navbar {
        top: 48px
    }
    .contact-cont,
    .portfolio-cont {
        padding-top: 0
    }
    .headercta li.phone {
        border: none
    }
    .headercta {
        padding: 0;
        font-size: 5px;
        float: left;
        margin-left: -130px
    }
    .headercta li {
        padding: 0;
        font-size: 7px;
        width: 70px;
        background: no-repeat;
        margin: 0
    }
    .headercta li strong {
        font-size: 12px
    }
    .headercta li.india_icon,
    .headercta li.usa_icon {
        background: 0 0
    }
    .headercta li.Oman_icon {
        background: 0 0;
        width: 80px
    }
    .col-md-12 p {
        padding: 10px;
        text-align: justify
    }
    .contact_query {
        width: 450px;
        margin: 30px auto 0 100px
    }
    .world_map {
        height: 400px;
        background: url(../images/new/world_map_pointer.png) no-repeat;
        background-size: 100%;
        width: 100%
    }
    .world_map>ul {
        display: none
    }
    .successful ul {
        margin-left: 20px
    }
    .successful ul li a {
        font-size: 10px;
        width: 10px;
        float: left;
        padding: 0
    }
    .successful ul li span {
        font-size: 8px;
        margin: 0;
        padding: 0
    }
    .successful ul li {
        padding: 0;
        float: left;
        width: 12%;
        line-height: 10px
    }
     .country-list li
{
    display:inline-block;
    line-height:20px;
    padding:5px 0px;
    color:#fff !important;
    font-weight:bold;
    font-size:8px;
    padding-left:0px;
    font-family:'Montserrat';
    margin-right:10px;
    
   
    }
 .country-list li.usa-icon,.country-list li.india-icon,  .country-list li.australia-icon, .country-list li.saudi-icon
 {
     background:none;
     
     }
     .logo-container:before
     {
         left:-180%;
         top:-60%;
         
         }
     .navbar-default
     {
         margin-top:-20px;
         }
         .header-top
         {
             min-height:40px;
             }
             .navbar-toggle
             {
                 margin-top:-40px;
                 }
                 
              .navbar-default .navbar-collapse
              {
                  float:right;
                  }
    .startproject
    {
        width:100%;
        margin-top:50px;
        }
        .startbutton
        {
            width:100%;
            
            }
    
}

@media (max-width:650px) 
{
    .masthead.main-masthead
    {
        min-height:600px;
        }
        
        .header-top
    {
        overflow:hidden;
       
        }
    
    }
@media (max-width:600px) 
{
    .startproject
    {
        margin-top:0;
        }
    
    }
    @media (max-width:550px)
    {
         .masthead.main-masthead
    {
        min-height:550px;
        }
        }
 @media (max-width:480px) 
 {
     .startbutton
     {
         border-radius:0px;
         }
     .masthead-inner {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: -200px;
    margin-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 100px;
}
     .logo-container:before
     {
         left:-70%;
         top:-50%;
         }
     .cyclebanner.cycle-slideshow .home-slider img
     {
         margin-top:40px;
         width:90% !important;
         }
     .masthead.main-masthead
     {
         min-height:520px;
         }
    .form-horizontal .controls,
    .media-object {
        margin-left: 0
    }
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }
    .page-header h1 small {
        display: block;
        line-height: 20px
    }
    input[type=radio],
    input[type=checkbox] {
        border: 1px solid #ccc
    }
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }
    .form-horizontal .control-list {
        padding-top: 0
    }
    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px
    }
    .media .pull-left,
    .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px
    }
    .media-object {
        margin-right: 0
    }
    .modal {
        top: 10px;
        left: 10px;
        right: 10px
    }
    .modal-header .close {
        padding: 10px;
        margin: -10px
    }
    .carousel-caption {
        position: static
    }
    .navbar-collapse
    {
        width:100%;
        }
    .navbar .nav
    {
        background:rgba(0,0,0,.7);
        padding-left:0px;
        }
       .navbar .nav>li:hover
       {
           box-shadow:none;
           }
        .navbar .nav>li:hover #submenu
        {
            box-shadow:none;
            background:#eee;
            }
        #submenu
        {
            position:relative;
            }
    .navbar .nav>li 
         {
            width:100%;
             }
             .navbar .nav>li > a
             {
                 text-align:left;
                 border-top:1px solid #666;
                 font-size:15px;
                 }
                 .navbar-default .navbar-collapse
                 {
                     border-color:#666;}
             .navbar .nav>li:first-child > a
             {
                 border:none;
                 
                 }
               
             .navbar .nav>li > a >span
             {
                 width:100%;
                 display:block;
                 padding:0 10px;
                 }
             .navbar .nav>li > a >span i
             {
                 float:right;
                 font-weight:100 !important;
                 line-height:20px;
                 }
             .navbar .nav>li:first-child > a > span i
             {
                 float:left;
                 }
    .logo-container
    {
        position:absolute;
        }
        
        header .logo
        {
            margin:0;
            }
        header .logo img
        {
            width:120px;
            min-height:0px;
            }
            
            .new-cyclebanner h2
            {
                line-height:50px;
                margin-top:50px;
                }
            .startbutton
            {
                width:100% !important;
                }
            
            .footer
                  {
                      background-size:100%;
                      padding-top:50px;
                      }   
                      
     .navbar-default
     {
         margin-top:40px !important;
         }
         .navbar-toggle 
         {
             margin-top:0;
             }
         .country-list li a
 {
     font-size:9px;
     border-right:1px solid #ddd;
     padding:5px;
     
     }
     
     .footer-company-nav ul
     {
         text-align:center;
         }
        .facebook-button
        {
            width:100%;
            margin-top:10px;
            }
         .fb-like-inner
         {
             width:100%;
             box-shadow:none;
             border:1px solid #ddd;
             }
          .header .logo
          {
              margin:0;
              
              }
              .expertise h2.service-main
     {
         font-size:13px;
         }
         
         .masthead-inner .cyclebanner
         {
             height:20px !important;
             }
}

.masthead-inner
{
    overflow:hidden;
    margin-bottom:30px;
    
    }
 .masthead-inner .container
 {
     transform:rotate(7deg);
     }
.masthead-inner.aboutus
{
    background:url(../../assets/images/inner-banner/aboutus.jpg);
    }
.masthead-inner.web
{
    background:url(../../assets/images/inner-banner/web.jpeg);
    background-size:100%;
    }
.masthead-inner:before
{
    background: rgb(42,56,87);
    background: -moz-linear-gradient(-45deg, rgba(42,56,87,1) 0%, rgba(42,56,89,1) 70%, rgba(206,33,37,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(42,56,87,1) 0%,rgba(42,56,89,1) 70%,rgba(206,33,37,1) 100%);
    background: linear-gradient(135deg, rgba(42,56,87,1) 0%,rgba(42,56,89,1) 70%,rgba(206,33,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3857', endColorstr='#ce2125',GradientType=1 );
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:.9;
    }
 .masthead-inner.mobile
 {
     background:url(../../assets/images/inner-banner/mobile.jpg);
    background-size:100%;
     }
     
      .masthead-inner.digital
 {
     background:url(../../assets/images/inner-banner/digital.jpeg);
    background-size:100%;
     }
 .video-section
 {
     padding:50px 0 100px 0;
     position:relative;
     }
 .video-section iframe
 {
     border:none;
     box-shadow:0 5px 30px rgba(0,0,0,.3);
     border:10px solid #fff;
     }
  .video-section p
  {
      padding:20px 0;
      }
   .video-section:before
   {
       content:'';
       position:absolute;
       top:0;
       left:0;
       height:100%;
       width:100%;
       background:url(../images/home/video-section.png);
       background-size:100%;
       }
       
    .masthead-inner .cyclebanner
    {
        height:200px;
        }
        
        
     .nikki-div div{
  display: inline-block;
}
.nikki-load .nikki{
  width:110px;
}

.load-container{
  width:100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  background:#fff url(../images/logo/bg.png) no-repeat center;
  background-size:80%;
  z-index: 999999999;
}

.load-logo
{
    width:100px;
    position:absolute;
    left:45%;
    top:30%;
    }
 .load-logo div img
 {
     width:100%;
     margin-top:-2px;
     }
  .load-logo .b-8
  {
      margin-bottom:-1px !important;
      }
  .load-logo .dot
  {
      position:absolute;
      top:27px;
      left:5px;
      width:60px;
      height:60px;
      
      }
.cloud{
  position: relative;
  -webkit-animation: myfirst 50s 2; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
  animation: myfirst 50s 2;
  animation-direction: continuous;
}

.navbar .nav>li > a
{
    border-radius:20px 20px 20px 0;
    }
      
   @keyframes myfirst {
  0%   {left: 100%; top: 20%;}
  /*25%  {background: yellow; left: 200px; top: 0px;}
  50%  {background: blue; left: 200px; top: 200px;}
  75%  {background: green; left: 0px; top: 200px;}*/
  100% {left: 0px; top: 20%;}
}



 @media(max-width:500px)
 {
     .load-logo 
     {
         left:35%;
         }
         
         .load-container
         {
             background-size:200%;
             background-position:center 100px;
             }
     .expertise:after
     {
         font-size:30px;
         color:#fff;
         }
     }     
     
     .whats-app
     {
         position:fixed;
         bottom:150px;
         left:50px;         
         z-index:99;
         }
     .whats-app ul
     {
         margin:0;
         }
     .whats-app li > a{
         height:50px;
         width:50px;
         text-align:center;
         line-height:50px;
         color:#fff;
         display:block;
         font-size:30px;
         border-radius:50%; 
         position:relative;
         transition:all .3s ease-in-out;   
         box-shadow:0 5px 20px rgba(0,0,0,.2);   
         }
         .whats-app li > a:hover
         {
             font-size:35px;
             }
         .whats-app li > a:before
         {
             }
     .whats-app ul li > a.whatsapp
     {
         background:#4dc247;     
         margin-bottom:10px; 
         }
        .whats-app ul li > a.call
        { 
         background:var(--brand-primary);
        }
    .whats-app input[type="text"]
    {
        padding:10px;
        background:#ddd;
        border-radius:0 30px 30px 0;
        border:none;
        margin-top:10px;
        width:100%;
        }
        
        .whats-app .form-control
    {
        padding:10px 0 10px 10px !important;
        background:#eee;
        border-radius:30px 0 0 30px;
        border:none;
        margin-top:10px;
        width:100%;
        min-height:40px;
        border:none;
        text-indent:0; 
        font-size:13px;
        }
        .whats-app .form-control option{
        padding-left:0 !important;
        }
    .whats-app input[type="text"]:focus
    {
        outline:none;
        }
     .phone-no
     {
         background:#fff;
         padding:10px;
         border-radius:20px 20px 20px 20px;
         margin-top:-50px;
         box-shadow:0 5px 20px rgba(0,0,0,.5);
         z-index:999999;
         position:relative;
         display:none;
         max-width:400px;
         }
       .phone-no .cancel
       {
           background:#eee;
           padding:5px 20px;
           border-radius:20px 0 20px 0;
           position:absolute;
           right:0;
           bottom:0;
           cursor:pointer;
           }
           
      .phone-no  input[type=submit] { position: absolute; z-index: 9; opacity: 0; height: 100%; width: 100%; left: 0px; top: 0; padding: 0px; margin: 0px; }
      
      
      
         @media (max-width: 600px) 
    {
        
        .fancy-container .protfolio-banner
        {
            margin-top:50px;
            }
.masthead.portfolio-page .cyclebanner
{
    min-height:500px;
    }
   
    .masthead.portfolio-page
    {
         min-height:500px;
        }
            
        
          .odoo-partners-banner {
    /*background-size: 120%;*/
    background-position: center -20px;
}
.whats-app
{
    left:0;
    z-index:999;
    width:100%;
    }
.modal .modal-dialog
{
    left:5%;
    }
    .modal .modal-dialog .modal-content{
    position:fixed;
    }
    #web.modal .modal-dialog
    {
        max-width:300px !important;}
    .modal.fade
    {
        top:5%;
        }
        .inner
   {
       margin-top:0;
       width:100%;
       }
        .startbutton
        {
            width:267px;
            }
        
          .home-sec
    {
        padding-top:0;
        }   
            .cyclebanner, .fullwidthbanner.odoo-partners-banner
            {
                margin-top:0px;
                }
                
                .cyclebanner, .fullwidthbanner
                {
                    }
                .awards-section .container
                {
                    width:100%;
                    }
                .banner_bottom
                {
                    margin-top:0;
                    width:100%;
                    margin:0;
                    }
        .cyclebanner .home-slider
        {
            padding:0 10px;
            }     
     .navbar-default .navbar-toggle
     {
        
         position:relative;
         }       
                     
        }
        
 @media (max-width:320px){
.country-list
{
    text-align:center;
    }
}

@media (max-width: 480px) 
{
 .country-list li a b, .country-list li a strong{
font-weight:normal !important;
}

.careers-cotnact
{
    margin-top:70px;
    }
.careers-cotnact .phone
{
    margin-top:60px;
    }

   .inner
   {
       margin-top:0;
       }
   .row
   {
       margin-left:-15px;
       }
    .copy,
    .pager {
        text-align: center
    }
    .masthead .inner {
        width: 100%;
        margin-left: 0;
        left: 0;
        top: -45px
    }
    .masthead {
        overflow: visible
    }
    .tparrows {
        display: none
    }
    .footer-nav .block {
        padding-left: 20px
    }
    .footer-links p {
        clear: both;
        padding: 5px;
        border: none
    }
    .social-links {
        clear: both;
        margin: 0 auto;
        float: none;
        text-align:right;
    }
    .disclaimer p {
        margin: 0 20px
    }
    .copy {
        float: none;
        text-align:left;
        width:100%;
        width:100%;
        text-align:center;
    }
   .awards
   {
       padding:0px}
    .footer-nav .cycle-wrap {
        margin: 0 auto
    }
    .awardscyc {
    }
    .aw-rec {
    }
    .tp-caption.very_large_orange_text ul li {
        margin-bottom: 0;
        line-height: 10px;
        background: 0 0;
        list-style-type: disc;
        padding-left: 0
    }
    .fullwidthbanner ul {
        margin-left: 20px
    }
    .full-width-tabs>ul.nav.nav-tabs>li {
        display: block;
        width: 100%;
        padding: 0
    }
    .full-width-tabs>ul.nav.nav-tabs>li.active a:after {
        width: 0;
        background: 0 0;
        height: 0;
        left: 0;
        bottom: 0
    }
    #appTab li>a,
    #brandTab li>a,
    #desTab li>a,
    #devTab li>a {
        line-height: 24px;
        font-size: 14px;
        padding-top: 8px
    }
    .full-width-tabs>ul.nav.nav-tabs>li.active a,
    .full-width-tabs>ul.nav.nav-tabs>li.active a:hover {
        padding: 8px 12px 4px;
        border: 2px solid #fff!important;
        outline: #ED1412 solid 1px!important
    }
    .full-width-tabs>ul.nav.nav-tabs>li.active {
        position: static
    }
    .tab-btn-wrap {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }
    .tabtext,
    .webdesign .tabimage {
        margin: 0
    }
    .tabtext h2 {
        font-size: 22px
    }
    .tabtext h3 {
        font-size: 18px;
        line-height: 26px
    }
    .requestquote {
        margin: 0 auto;
        float: none
    }
    .cta-ico {
        width: 62px
    }
    .cta-text {
        float: left
    }
    .processpg .content-wrapper {
        background: 0 0
    }
    .img-div {
        margin-bottom: 15px
    }
    .procsec {
        margin-bottom: 30px!important
    }
    #delpro {
        margin-bottom: 0!important
    }
    .startproject {
        float: none;
        margin: 0 auto
    }
    .cyclebanner, .fullwidthbanner {
        margin-top: 40px
    }
    
     .cyclebanner, .fullwidthbanner.odoo-partners-banner
            {
                margin-top:0px;
                }
    .home-sec h1 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -1px;
        line-height:20px;
    }
    .home-sec {
        padding: 15px 0 80px 0;
    }
    .usa_map {
        margin-left: 0;
        margin-top: 0
    }
    .main-logo {
        max-width: 200px;
        min-width:200px;
        margin: 0 0 0 20px !important;
        padding:5px !important;
    }
    
    .floating-icon:nth-child(1)
    {
        left:10px;
        }
    .floating-icon:nth-child(2)
    {
        left:18%;
        }
     .floating-icon:nth-child(3)
     {
         left:60%;
         }
    .floating-icon:nth-child(5)
    {
        left:80%;   
        }
   
}

.whats-app .select2-container--default .select2-selection--single
{
    border-radius:30px 0 0 30px;
    }
.whats-app .select2-container
{
    display:block;
    width:100% !important;
    }
    .select2-container .select2-selection--single
    {
        }
.whats-app .select2-container--default .select2-selection--single
{
    border: none;
    border-radius: 30px 0 0 30px;
    border: none;
    margin-top:10px;
    background: #eee;
    height: 40px;
    }
        .select2-container--default .select2-selection--single .select2-selection__arrow
        {
            height:40px;
            line-height:40px;
            }
   .whats-app .select2-container--open
    {
      min-width:250px !important;
        }
    .whats-app .select2-container .select2-selection--single .select2-selection__rendered
    {
        display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px !important;
    margin-top: 10px;
}
     
     
     
     
 .pt-100
 {
     padding-top:100px !important;
     } 
 .pb-100
 {
     padding-bottom:100px !important;
     }
     
 .modal-body .carousel-control-next,  .modal-body .carousel-control-prev
 {
     height:30px;
     width:30px;
     background:rgba(0,0,0,.2);
     top:45%;
     }
   .modal-body .carousel-control-next
   {
     border-radius:5px 0 0 5px;
       }
   .modal-body .carousel-control-prev
   {
       border-radius:0px 5px 5px 0px;
       }
       
    .careers-cotnact
    {
        text-align:center
        }
    .careers-cotnact .info
    {
        background:#fff;
        padding:20px;
        border-radius:10px 30px;
        box-shadow:0 5px 10px rgba(0,0,0,.2);
        overflow:hidden;
        position:relative;
        }
      .careers-cotnact .info p
      {
          text-align:center;
          font-size:13px;
          position:relative;
          margin-top:10px;
          }
      .careers-cotnact i
      {
          font-size:30px;
          height:70px;
          width:70px;
          line-height:70px;
          background:#ed3237;
        box-shadow:0 5px 10px rgba(0,0,0,.2);
        border-radius:10px 20px;
        margin-top:-50px;
        margin-bottom:-20px;
        color:#fff;
        position:relative;
        z-index:1;
          }
          .careers-cotnact .info span
          {
              position:absolute;
              font-size:100px;
              color:#eee;
              top:0%;
              right:0%;
              transform:rotate(-20deg);
              }
     .careers-cotnact .info p strong
     {
         font-size:20px;
         margin-top:10px;
         display:block;
         }
   .center-div
   {
       float:none;
       margin:0 auto;
       }
     .dnon
     {
        position:absolute;
        z-index:-1;
        opacity:0;
         }